Special case :stdio pushed method so that "-|:stdio" does
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.7.X          Development release working toward v5.8
29 --------------
30 ____________________________________________________________________________
31 [ 17411] By: jhi                                   on 2002/07/07  20:36:18
32         Log: Regen toc, modlib.
33      Branch: perl
34            ! pod/perlmodlib.pod pod/perltoc.pod
35 ____________________________________________________________________________
36 [ 17410] By: rgs                                   on 2002/07/07  20:31:37
37         Log: Replace the word "discipline" by "layer" almost everywhere,
38              by Elizabeth Mattijsen.
39      Branch: perl
40            ! MANIFEST lib/open.pm pod/perldelta.pod pod/perlfunc.pod
41            ! pod/perlpodspec.pod pod/perlrun.pod pod/perlunicode.pod
42            ! pod/perluniintro.pod pod/perlvar.pod
43 ____________________________________________________________________________
44 [ 17409] By: jhi                                   on 2002/07/07  19:58:36
45         Log: Use the same name for the QP test as MIME::Base64 does.
46      Branch: perl
47            + ext/MIME/Base64/t/quoted-print.t
48            - ext/MIME/Base64/t/qp.t
49            ! MANIFEST
50 ____________________________________________________________________________
51 [ 17408] By: jhi                                   on 2002/07/07  18:48:06
52         Log: Don't install test pods.
53      Branch: perl
54            ! installman
55 ____________________________________________________________________________
56 [ 17407] By: jhi                                   on 2002/07/07  17:04:27
57         Log: Integrate maint patches #13474, #13478, #13584, and #16539;
58              introduce the test case of [ID 20020623.009].  Once upon a
59              time #13474 introduced evil coredumps, but now things seem
60              to be better (tried both with and without ithreads).
61      Branch: perl
62            ! op.c t/run/fresh_perl.t
63 ____________________________________________________________________________
64 [ 17406] By: jhi                                   on 2002/07/07  15:29:28
65         Log: Upgrade to Math::BigInt 1.60.
66      Branch: perl
67            + lib/Math/BigInt/t/bare_mif.t
68            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
69            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
70            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
71            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
72            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/inf_nan.t
73            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
74            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
75            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/with_sub.t
76 ____________________________________________________________________________
77 [ 17405] By: rgs                                   on 2002/07/06  18:39:30
78         Log: Subject: Re: FreeBSD 4.6 imminent
79              From: Nicholas Clark <nick@unfortu.net>
80              Date: Sat, 6 Jul 2002 16:07:38 +0100
81              Message-ID: <20020706150737.GC301@Bagpuss.unfortu.net>
82      Branch: perl
83            ! README.freebsd
84 ____________________________________________________________________________
85 [ 17404] By: nick                                  on 2002/07/06  07:04:02
86         Log: Integrate mainline
87      Branch: perlio
88           !> t/README
89 ____________________________________________________________________________
90 [ 17403] By: rgs                                   on 2002/07/05  12:46:22
91         Log: Precisions and updates about running and writing tests.
92      Branch: perl
93            ! t/README
94 ____________________________________________________________________________
95 [ 17402] By: nick                                  on 2002/07/05  07:05:40
96         Log: Integrate mainline
97      Branch: perlio
98           !> (integrate 32 files)
99 ____________________________________________________________________________
100 [ 17401] By: rgs                                   on 2002/07/04  20:21:10
101         Log: Goes with change #17400.
102      Branch: perl
103            ! t/pod/podselect.xr
104 ____________________________________________________________________________
105 [ 17400] By: rgs                                   on 2002/07/04  14:44:32
106         Log: Subject: [DOC PATCH] minor typo in podselect.PL
107              From: Dave Mitchell <davem@fdgroup.com>
108              Date: Thu, 4 Jul 2002 15:30:53 +0100
109              Message-ID: <20020704153052.C1322@fdgroup.com>
110      Branch: perl
111            ! pod/podselect.PL
112 ____________________________________________________________________________
113 [ 17399] By: rgs                                   on 2002/07/04  12:01:21
114         Log: Typos and missing warning categories.
115      Branch: perl
116            ! pod/perldiag.pod
117 ____________________________________________________________________________
118 [ 17398] By: rgs                                   on 2002/07/04  10:19:11
119         Log: Subject: Re: autom4te and perl 5.8.0
120              From: Andy Dougherty <doughera@lafayette.edu>
121              Date: Wed, 3 Jul 2002 11:56:05 -0400 (EDT)
122              Message-ID: <Pine.SOL.4.10.10207031150540.6601-100000@maxwell.phys.lafayette.edu>
123              
124              (with an additional paranoid nit : skip test unless -c $devnull)
125      Branch: perl
126            ! doio.c ext/Fcntl/t/fcntl.t
127 ____________________________________________________________________________
128 [ 17397] By: rgs                                   on 2002/07/04  08:58:23
129         Log: Subject: [PATCH] Win32 build broken
130              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
131              Date: Wed, 3 Jul 2002 23:44:49 +0200
132              Message-ID: <3D238C71.6138.2E20AFC@localhost>
133              
134              (needed by change #17391)
135      Branch: perl
136            ! embed.fnc global.sym
137 ____________________________________________________________________________
138 [ 17396] By: rgs                                   on 2002/07/02  08:27:41
139         Log: Subject: [PATCH perl@17384] opendir() nit for VMS
140              From: "Craig A. Berry" <craigberry@mac.com>
141              Date: Mon, 1 Jul 2002 22:55:30 -0500
142              Message-ID: <a05111b02b946cb14a2a8@[172.16.52.1]>
143      Branch: perl
144            ! vms/vms.c
145 ____________________________________________________________________________
146 [ 17395] By: rgs                                   on 2002/07/01  18:41:17
147         Log: Subject: Re: Change 17385: AUTHORS updates.
148              From: Philip Newton <Philip.Newton@gmx.net>
149              Date: Mon, 01 Jul 2002 20:30:59 +0200
150              Message-ID: <gt71iuch89r0ektao7g62l32ntgiub1jse@4ax.com>
151      Branch: perl
152            ! AUTHORS
153 ____________________________________________________________________________
154 [ 17394] By: rgs                                   on 2002/07/01  18:35:37
155         Log: Subject: [PATCH perl@17384] more dangerous logical name warnings for VMS
156              From: "Craig A. Berry" <craigberry@mac.com>
157              Date: Mon, 01 Jul 2002 13:52:36 -0500
158              Message-ID: <5.1.1.5.0.20020701130645.01aa8258@exchi01>
159      Branch: perl
160            ! configure.com vms/test.com
161 ____________________________________________________________________________
162 [ 17393] By: rgs                                   on 2002/07/01  18:25:22
163         Log: Allow PerlIO::Via to look for modules in the default
164              namespace PerlIO::Via::.
165      Branch: perl
166            ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
167 ____________________________________________________________________________
168 [ 17392] By: jhi                                   on 2002/07/01  14:14:37
169         Log: Small speedup by inlining the easy bits of is_utf8_char()
170              into is_utf8_string().
171      Branch: perl
172            ! utf8.c
173 ____________________________________________________________________________
174 [ 17391] By: jhi                                   on 2002/07/01  13:42:28
175         Log: Subject: -Dr and unicode
176              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
177              Date: Mon, 01 Jul 2002 13:28:05 +0100
178              Message-Id: <200207011228.g61CS5r06772@crypt.compulink.co.uk>
179      Branch: perl
180            ! regcomp.c
181 ____________________________________________________________________________
182 [ 17390] By: jhi                                   on 2002/07/01  13:40:44
183         Log: Subject: Re: [ID 20020630.002] utf8 regex only matches 32k 
184              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
185              Message-Id: <200207011228.g61CS4T06766@crypt.compulink.co.uk>
186              Date: Mon, 01 Jul 2002 13:28:04 +0100
187      Branch: perl
188            ! regexec.c t/op/pat.t
189 ____________________________________________________________________________
190 [ 17389] By: rgs                                   on 2002/07/01  13:04:18
191         Log: Goes with lib/open.pm diagnostics changes
192      Branch: perl
193            ! lib/open.t
194 ____________________________________________________________________________
195 [ 17388] By: rgs                                   on 2002/07/01  09:27:47
196         Log: Subject: [DOC PATCH] perliol.pod nit
197              From: Elizabeth Mattijsen <liz@dijkmat.nl>
198              Date: Sun, 30 Jun 2002 23:52:05 +0200
199              Message-ID: <4.2.0.58.20020630235023.02443670@mickey.dijkmat.nl>
200              
201              Subject: [DOC PATCH] open.pm, no more discipline
202              From: Elizabeth Mattijsen <liz@dijkmat.nl>
203              Date: Sun, 30 Jun 2002 23:02:50 +0200
204              Message-ID: <4.2.0.58.20020630230134.0289d300@mickey.dijkmat.nl>
205      Branch: perl
206            ! lib/open.pm pod/perliol.pod
207 ____________________________________________________________________________
208 [ 17387] By: rgs                                   on 2002/07/01  09:26:02
209         Log: Subject: Threads doc patch
210              From: Iain Truskett <spoon@cpan.org>
211              Date: Mon, 1 Jul 2002 14:58:14 +1000
212              Message-ID: <20020701045814.GB1805@eh.org>
213      Branch: perl
214            ! pod/perlthrtut.pod
215 ____________________________________________________________________________
216 [ 17386] By: jhi                                   on 2002/06/30  16:51:44
217         Log: Regen toc (skip the XS:: since they do not get installed)
218      Branch: perl
219            ! pod/buildtoc.PL pod/perltoc.pod
220 ____________________________________________________________________________
221 [ 17385] By: jhi                                   on 2002/06/30  16:31:35
222         Log: AUTHORS updates.
223      Branch: perl
224            ! AUTHORS
225 ____________________________________________________________________________
226 [ 17384] By: jhi                                   on 2002/06/30  15:31:53
227         Log: Update Changes.
228      Branch: perl
229            ! Changes patchlevel.h
230 ____________________________________________________________________________
231 [ 17383] By: jhi                                   on 2002/06/30  02:45:58
232         Log: Retract #17380, the refcnt tweak was misplaced (re_dup is used
233              when creation of new threads needs to duplicate the re struct)
234      Branch: perl
235            ! sv.c
236 ____________________________________________________________________________
237 [ 17382] By: jhi                                   on 2002/06/30  01:22:05
238         Log: Subject: [PATCH] Re: [PATCH] pack 'w' should be using NV, not double
239              From: Nicholas Clark <nick@unfortu.net>
240              Date: Sat, 29 Jun 2002 18:24:08 +0100
241              Message-ID: <20020629172408.GB322@Bagpuss.unfortu.net>
242      Branch: perl
243            ! t/op/pack.t
244 ____________________________________________________________________________
245 [ 17381] By: rgs                                   on 2002/06/29  13:31:12
246         Log: Various precisions.
247      Branch: perl
248            ! pod/perlhack.pod
249 ____________________________________________________________________________
250 [ 17380] By: jhi                                   on 2002/06/28  18:50:08
251         Log: (Retracted by #17383)
252              Subject: Re: [ID 20020627.002] Regexp causing segmentation fault
253              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
254              Date: Fri, 28 Jun 2002 14:29:43 +0100
255              Message-Id: <200206281329.g5SDThO10165@crypt.compulink.co.uk>
256      Branch: perl
257            ! sv.c
258 ____________________________________________________________________________
259 [ 17379] By: jhi                                   on 2002/06/28  18:36:57
260         Log: Subject: [PATCH rc2] README.os2
261              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
262              Date: Fri, 28 Jun 2002 13:32:39 -0400
263              Message-ID: <20020628133239.A26455@math.ohio-state.edu>
264      Branch: perl
265            ! README.os2 os2/Changes
266 ____________________________________________________________________________
267 [ 17378] By: jhi                                   on 2002/06/28  18:28:43
268         Log: Forgotten file.
269      Branch: perl
270            ! MANIFEST
271 ____________________________________________________________________________
272 [ 17377] By: nick                                  on 2002/06/28  17:59:37
273         Log: Integrate mainline
274      Branch: perlio
275           +> ext/Digest/MD5/hints/MacOS.pl lib/Pod/t/text.t
276           !> (integrate 27 files)
277 ____________________________________________________________________________
278 [ 17376] By: jhi                                   on 2002/06/28  13:15:17
279         Log: NetWare update from Ananth Kesari.
280      Branch: perl
281            ! NetWare/Makefile NetWare/netware.h NetWare/nw5.c
282            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_NW5.pm
283 ____________________________________________________________________________
284 [ 17375] By: jhi                                   on 2002/06/28  13:02:01
285         Log: EBCDIC-safer.
286      Branch: perl
287            ! regexec.c
288 ____________________________________________________________________________
289 [ 17374] By: rgs                                   on 2002/06/28  12:07:49
290         Log: Subject: [PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
291              From: Steve Hay <Steve.Hay@uk.radan.com>
292              Date: Fri, 28 Jun 2002 12:23:37 +0100
293              Message-ID: <3D1C4739.4090002@uk.radan.com>
294      Branch: perl
295            ! lib/Tie/Handle.pm
296 ____________________________________________________________________________
297 [ 17373] By: rgs                                   on 2002/06/28  12:06:29
298         Log: Subject: [DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
299              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
300              Date: Mon, 24 Jun 2002 23:17:57 -0700
301              Message-ID: <VsAG9gzkgWla092yn@efn.org>
302      Branch: perl
303            ! pod/perlfunc.pod
304 ____________________________________________________________________________
305 [ 17372] By: jhi                                   on 2002/06/27  20:53:44
306         Log: Inlining to avoid costly UTF-8 calls.
307      Branch: perl
308            ! regexec.c sv.c
309 ____________________________________________________________________________
310 [ 17371] By: jhi                                   on 2002/06/27  19:12:46
311         Log: Shave off some more of the Unicode regex slowness.
312      Branch: perl
313            ! regexec.c
314 ____________________________________________________________________________
315 [ 17370] By: jhi                                   on 2002/06/27  16:10:17
316         Log: Cure some of the slowness of
317              [ID 20020627.001] regex and utf-8 performance problem.
318      Branch: perl
319            ! regexec.c
320 ____________________________________________________________________________
321 [ 17369] By: rgs                                   on 2002/06/27  11:12:43
322         Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
323              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
324              Date: Thu, 27 Jun 2002 11:58:57 +0100
325              Message-ID: <200206271058.g5RAwvE29057@crypt.compulink.co.uk>
326      Branch: perl
327            ! op.c
328 ____________________________________________________________________________
329 [ 17368] By: ams                                   on 2002/06/27  02:39:13
330         Log: Subject: [DOC PATCH] DynaLoader.pm
331              From: Elizabeth Mattijsen <liz@dijkmat.nl>
332              Date: Wed, 26 Jun 2002 20:27:25 +0200
333              Message-Id: <4.2.0.58.20020626202637.025db610@mickey.dijkmat.nl>
334              
335              Subject: [DOC PATCH] Base64.pm
336              From: Elizabeth Mattijsen <liz@dijkmat.nl>
337              Date: Thu, 27 Jun 2002 00:54:10 +0200
338              Message-Id: <4.2.0.58.20020627005340.02c74550@mickey.dijkmat.nl>
339      Branch: perl
340            ! ext/DynaLoader/DynaLoader_pm.PL ext/MIME/Base64/Base64.pm
341 ____________________________________________________________________________
342 [ 17367] By: rgs                                   on 2002/06/26  20:32:20
343         Log: chomp clarifications by Elizabeth Mattijsen.
344      Branch: perl
345            ! pod/perlfunc.pod
346 ____________________________________________________________________________
347 [ 17366] By: jhi                                   on 2002/06/26  18:25:51
348         Log: Further tweaking on the Unicode s///.
349      Branch: perl
350            ! pp_hot.c t/op/subst.t
351 ____________________________________________________________________________
352 [ 17365] By: jhi                                   on 2002/06/26  18:01:09
353         Log: Subject: Re: Another Unicode s/// buglet?
354              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
355              Date: Wed, 26 Jun 2002 18:43:18 +0100
356              Message-Id: <200206261743.g5QHhIC27702@crypt.compulink.co.uk>
357      Branch: perl
358            ! regexec.c
359 ____________________________________________________________________________
360 [ 17364] By: jhi                                   on 2002/06/26  15:44:57
361         Log: Subject: Re: Another Unicode s/// buglet?
362              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
363              Date: Wed, 26 Jun 2002 17:43:07 +0100
364              Message-Id: <200206261643.g5QGh7519204@crypt.compulink.co.uk>
365              
366              (only the test cases)
367      Branch: perl
368            ! t/op/subst.t
369 ____________________________________________________________________________
370 [ 17363] By: jhi                                   on 2002/06/26  15:41:48
371         Log: Integrate from macperl:
372              
373              [ 17345]
374              Mac OS Test updates
375              
376              [ 17347]
377              Support hints and OPTIMIZE in MM_MacOS
378              
379              [ 17348]
380              Crank down optimization for Mac OS in Digest::MD5
381      Branch: perl
382           +> ext/Digest/MD5/hints/MacOS.pl
383           !> ext/POSIX/t/taint.t lib/ExtUtils/MM_MacOS.pm
384           !> lib/Test/Harness/t/strap-analyze.t
385           !> lib/Test/Harness/t/test-harness.t
386 ____________________________________________________________________________
387 [ 17362] By: jhi                                   on 2002/06/26  15:25:45
388         Log: Let's not leak.
389      Branch: perl
390            ! pp_hot.c
391 ____________________________________________________________________________
392 [ 17361] By: rgs                                   on 2002/06/26  15:24:24
393         Log: Subject: [PATCH rc2] os2/Changes
394              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
395              Date: Wed, 26 Jun 2002 11:54:06 -0400
396              Message-ID: <20020626115406.A6091@math.ohio-state.edu>
397      Branch: perl
398            ! os2/Changes os2/os2.c
399 ____________________________________________________________________________
400 [ 17360] By: rgs                                   on 2002/06/26  14:41:00
401         Log: Subject: Re: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
402              From: PPrymmer@factset.com
403              Date: Wed, 26 Jun 2002 10:48:23 -0400
404              Message-ID: <OFB1C74398.CBC80EA2-ON85256BE4.00507569@55.25.11>
405      Branch: perl
406            ! pod/perlport.pod
407 ____________________________________________________________________________
408 [ 17359] By: rgs                                   on 2002/06/26  14:38:10
409         Log: Subject: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
410              From: "Craig A. Berry" <craigberry@mac.com>
411              Date: Tue, 25 Jun 2002 21:46:59 -0500
412              Message-ID: <a05111b00b93ec39cdf8f@[172.16.52.1]>
413      Branch: perl
414            ! configure.com pod/perlport.pod vms/perlvms.pod
415 ____________________________________________________________________________
416 [ 17358] By: jhi                                   on 2002/06/26  14:37:12
417         Log: Another Unicode s/// buglet, from SADAHIRO Tomoyuki.
418      Branch: perl
419            ! pp_hot.c t/op/subst.t
420 ____________________________________________________________________________
421 [ 17356] By: jhi                                   on 2002/06/26  12:54:51
422         Log: Further script tweakage.
423      Branch: perl
424            ! Porting/testall.atom
425 ____________________________________________________________________________
426 [ 17355] By: rgs                                   on 2002/06/25  19:55:23
427         Log: Subject: Re: glob [possible PATCH for perlfunc.pod] 
428              From: "John P. Linderman" <jpl@research.att.com>
429              Date: Tue, 25 Jun 2002 06:51:09 -0400
430              Message-ID: <200206251051.GAA44772@raptor.research.att.com>
431              
432              (reformatted)
433      Branch: perl
434            ! pod/perlfunc.pod
435 ____________________________________________________________________________
436 [ 17354] By: jhi                                   on 2002/06/25  19:20:15
437         Log: Upgrade to podlators 1.22.
438      Branch: perl
439            + lib/Pod/t/text.t
440            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/man.t
441 ____________________________________________________________________________
442 [ 17353] By: jhi                                   on 2002/06/25  15:18:15
443         Log: Unicode s/// buglet found by Gregor Chrupala in perl-unicode. 
444      Branch: perl
445            ! pp_hot.c t/op/subst.t
446 ____________________________________________________________________________
447 [ 17352] By: jhi                                   on 2002/06/25  13:28:33
448         Log: Dust off the script to the new test naming.
449      Branch: perl
450            ! Porting/testall.atom
451 ____________________________________________________________________________
452 [ 17351] By: pudge                                 on 2002/06/22  21:54:43
453         Log: Update Changes
454      Branch: macperl
455            + macos/Changes5.6
456            ! macos/Changes
457 ____________________________________________________________________________
458 [ 17350] By: pudge                                 on 2002/06/22  20:42:37
459         Log: Don't need this anymore
460      Branch: macperl
461            - macos/bundled_ext/Digest/MD5/Makefile.mk
462 ____________________________________________________________________________
463 [ 17349] By: pudge                                 on 2002/06/22  20:20:59
464         Log: Fix macos Makefiles for optimization changes
465      Branch: macperl
466            ! macos/BuildRules.mk macos/Makefile.mk
467 ____________________________________________________________________________
468 [ 17348] By: pudge                                 on 2002/06/22  20:20:31
469         Log: Crank down optimization for Mac OS in Digest::MD5
470      Branch: macperl
471            + ext/Digest/MD5/hints/MacOS.pl
472 ____________________________________________________________________________
473 [ 17347] By: pudge                                 on 2002/06/22  20:20:04
474         Log: Support hints and OPTIMIZE in MM_MacOS
475      Branch: macperl
476            ! lib/ExtUtils/MM_MacOS.pm
477 ____________________________________________________________________________
478 [ 17346] By: pudge                                 on 2002/06/22  17:30:59
479         Log: Misc. config/test updates in macos
480      Branch: macperl
481            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
482            ! macos/bundled_ext/Digest/MD5/Makefile.mk macos/config.sh
483 ____________________________________________________________________________
484 [ 17345] By: pudge                                 on 2002/06/22  17:30:12
485         Log: Mac OS Test updates
486      Branch: macperl
487            ! ext/POSIX/t/taint.t lib/Test/Harness/t/strap-analyze.t
488            ! lib/Test/Harness/t/test-harness.t
489 ____________________________________________________________________________
490 [ 17344] By: pudge                                 on 2002/06/22  17:13:16
491         Log: Integrate perl
492      Branch: macperl
493           +> ext/POSIX/t/taint.t lib/Test/Simple/t/bad_plan.t
494           +> lib/Test/Simple/t/threads.t
495            - lib/File/Spec/NW5.pm
496           !> (integrate 124 files)
497 ____________________________________________________________________________
498 [ 17343] By: nick                                  on 2002/06/21  14:09:27
499         Log: Integrate mainline
500      Branch: perlio
501           !> Changes patchlevel.h pod/perlhist.pod
502 ____________________________________________________________________________
503 [ 17342] By: nick                                  on 2002/06/21  13:30:07
504         Log: Integrate mainline
505      Branch: perlio
506           !> (integrate 34 files)
507 ____________________________________________________________________________
508 [ 17341] By: jhi                                   on 2002/06/21  13:13:58
509         Log: This is 5.8.0 RC2.
510      Branch: perl
511            ! patchlevel.h pod/perlhist.pod
512 ____________________________________________________________________________
513 [ 17340] By: jhi                                   on 2002/06/21  13:05:59
514         Log: Update Changes.
515      Branch: perl
516            ! Changes patchlevel.h
517 ____________________________________________________________________________
518 [ 17339] By: jhi                                   on 2002/06/21  12:46:59
519         Log: Regen stuff.
520      Branch: perl
521            ! Configure NetWare/config_H.wc Porting/config.sh
522            ! Porting/config_H pod/perlmodlib.pod pod/perltoc.pod uconfig.h
523            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
524            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
525            ! wince/config_H.ce
526 ____________________________________________________________________________
527 [ 17338] By: jhi                                   on 2002/06/21  12:34:31
528         Log: Typos-be-gone.
529      Branch: perl
530            ! pod/perldelta.pod
531 ____________________________________________________________________________
532 [ 17337] By: jhi                                   on 2002/06/21  12:06:17
533         Log: Slight rewording from Stas, paragraph rewrappings.
534      Branch: perl
535            ! pod/perliol.pod
536 ____________________________________________________________________________
537 [ 17336] By: jhi                                   on 2002/06/21  11:56:33
538         Log: Integrate perlio:
539              
540              [ 17330]
541              PerlIO Layer implementation future proofing.
542              - Inspired by Nick C's suggestion add size of function table to the table
543              as a validation check.
544              - also optimize pseudo-layer code to avoid malloc/link of something
545              destined to be immediately popped & freed.
546              - Minor addition to pod/perliol.pod
547              
548              [ 17335]
549              Fix bug in optimized pseudo-layers.
550      Branch: perl
551            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
552            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
553            ! pod/perliol.pod win32/win32io.c
554 ____________________________________________________________________________
555 [ 17335] By: nick                                  on 2002/06/21  08:46:57
556         Log: Fix bug in optimized pseudo-layers.
557      Branch: perlio
558            ! perlio.c
559 ____________________________________________________________________________
560 [ 17334] By: jhi                                   on 2002/06/21  00:42:54
561         Log: VMS: configure.com updates from Craig Berry.
562      Branch: perl
563            ! configure.com
564 ____________________________________________________________________________
565 [ 17333] By: gsar                                  on 2002/06/21  00:30:52
566         Log: tyops
567      Branch: perl
568            ! pod/perlrun.pod
569 ____________________________________________________________________________
570 [ 17332] By: jhi                                   on 2002/06/20  20:41:20
571         Log: Retract #17331, something broke (e.g. t/io/utf8.t became unhappy)
572      Branch: perl
573            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
574            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
575            ! pod/perliol.pod win32/win32io.c
576 ____________________________________________________________________________
577 [ 17331] By: jhi                                   on 2002/06/20  20:11:00
578         Log: Integrate perlio:
579              
580              [ 17330]
581              PerlIO Layer implementation future proofing.
582              - Inspired by Nick C's suggestion add size of function table to the table
583              as a validation check.
584              - also optimize pseudo-layer code to avoid malloc/link of something
585              destined to be immediately popped & freed.
586              - Minor addition to pod/perliol.pod
587      Branch: perl
588           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
589           !> ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
590           !> pod/perliol.pod win32/win32io.c
591 ____________________________________________________________________________
592 [ 17330] By: nick                                  on 2002/06/20  20:04:01
593         Log: PerlIO Layer implementation future proofing.
594              - Inspired by Nick C's suggestion add size of function table to the table
595              as a validation check.
596              - also optimize pseudo-layer code to avoid malloc/link of something
597              destined to be immediately popped & freed.
598              - Minor addition to pod/perliol.pod
599      Branch: perlio
600            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
601            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
602            ! pod/perliol.pod win32/win32io.c
603 ____________________________________________________________________________
604 [ 17329] By: jhi                                   on 2002/06/20  18:13:31
605         Log: AmigaOS: fork() is available but unimplemented.
606      Branch: perl
607            ! hints/amigaos.sh
608 ____________________________________________________________________________
609 [ 17328] By: jhi                                   on 2002/06/20  17:41:42
610         Log: Integrate perlio:
611              
612              [ 17327]
613              Fix segv on IO::File->open("/dev/null").
614      Branch: perl
615           !> doio.c perlio.c
616 ____________________________________________________________________________
617 [ 17327] By: nick                                  on 2002/06/20  16:54:01
618         Log: Fix segv on IO::File->open("/dev/null").
619      Branch: perlio
620            ! doio.c perlio.c
621 ____________________________________________________________________________
622 [ 17326] By: jhi                                   on 2002/06/20  16:51:22
623         Log: Missing from #17321.
624      Branch: perl
625            ! lib/Getopt/Long/CHANGES
626 ____________________________________________________________________________
627 [ 17325] By: jhi                                   on 2002/06/20  15:27:18
628         Log: Subject: [PATCH]RE: mixing FATAL and non-FATAL warnings
629              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
630              Date: Thu, 20 Jun 2002 17:14:12 +0100
631              Message-ID: <AIEAJICLCBDNAAOLLOKLOEJAEOAA.Paul.Marquess@btinternet.com>
632      Branch: perl
633            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
634            ! warnings.pl
635 ____________________________________________________________________________
636 [ 17324] By: jhi                                   on 2002/06/20  14:39:41
637         Log: Subject: Re: perl v5.8.0 17303 on VMS_VAX V7.2
638              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>   
639              Date: Thu, 20 Jun 2002 14:51:16 +0100
640              Message-Id: <200206201351.g5KDpGI16736@crypt.compulink.co.uk>
641      Branch: perl
642            ! numeric.c
643 ____________________________________________________________________________
644 [ 17323] By: jhi                                   on 2002/06/20  12:36:20
645         Log: Subject: [Patch POSIX.pod] "fmod" ne "modf"
646              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
647              Date: Thu, 20 Jun 2002 14:28:35 +0200
648              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCDA7@hamsem01.de.gedas.vwg>
649      Branch: perl
650            ! ext/POSIX/POSIX.pod
651 ____________________________________________________________________________
652 [ 17322] By: jhi                                   on 2002/06/20  12:29:23
653         Log: Subject: Re: [PATCH perl.h] kill the VOIDUSED redefined warning
654              From: Stas Bekman <stas@stason.org>
655              Date: Thu, 20 Jun 2002 16:50:01 +0800
656              Message-ID: <3D119739.4020901@stason.org>
657              
658              (mod_perl defines might define VOIDUSED)
659      Branch: perl
660            ! perl.h
661 ____________________________________________________________________________
662 [ 17321] By: jhi                                   on 2002/06/20  12:26:12
663         Log: (Retract #17316 and) upgrade to Getopt::Long 2.32.
664      Branch: perl
665            ! lib/Getopt/Long.pm
666 ____________________________________________________________________________
667 [ 17320] By: nick                                  on 2002/06/20  06:24:29
668         Log: Integrate mainline
669      Branch: perlio
670           +> lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
671           !> MANIFEST README.irix README.win32 ext/POSIX/t/posix.t
672           !> ext/POSIX/t/taint.t lib/ExtUtils/Changes
673           !> lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MakeMaker.pm
674           !> lib/ExtUtils/t/writemakefile_args.t lib/Getopt/Long.pm
675           !> lib/Test/Builder.pm lib/Test/Harness.pm
676           !> lib/Test/Harness/Changes lib/Test/Harness/Straps.pm
677           !> lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
678           !> lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
679           !> lib/overload.pm makedef.pl pod/perldelta.pod pod/perlvar.pod
680 ____________________________________________________________________________
681 [ 17319] By: gsar                                  on 2002/06/20  04:51:48
682         Log: mention Win32::GetOSName() nearabouts $^O
683      Branch: perl
684            ! pod/perlvar.pod
685 ____________________________________________________________________________
686 [ 17318] By: jhi                                   on 2002/06/20  03:51:12
687         Log: More IRIX compiler lore.
688      Branch: perl
689            ! README.irix
690 ____________________________________________________________________________
691 [ 17317] By: gsar                                  on 2002/06/20  02:33:49
692         Log: missing export for PerlIO_pop (used in PerlIO::Via now)
693      Branch: perl
694            ! makedef.pl
695 ____________________________________________________________________________
696 [ 17316] By: jhi                                   on 2002/06/20  00:23:35
697         Log: (retracted by #17321) Make Getopt::Long ithread-safe.
698      Branch: perl
699            ! lib/Getopt/Long.pm
700 ____________________________________________________________________________
701 [ 17315] By: jhi                                   on 2002/06/20  00:03:56
702         Log: Subject: [PATCH] Test::Simple/More/Builder 0.44 -> 0.45
703              From: Michael G Schwern <schwern@pobox.com>
704              Date: Wed, 19 Jun 2002 20:11:11 -0400
705              Message-id: <20020620001111.GW1232@ool-18b93024.dyn.optonline.net>
706      Branch: perl
707            + lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
708            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
709            ! lib/Test/Simple.pm lib/Test/Simple/Changes
710            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
711 ____________________________________________________________________________
712 [ 17314] By: jhi                                   on 2002/06/19  23:16:37
713         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.02 -> 6.03
714              From: Michael G Schwern <schwern@pobox.com>
715              Date: Wed, 19 Jun 2002 20:13:16 -0400
716              Message-id: <20020620001316.GY1232@ool-18b93024.dyn.optonline.net>
717      Branch: perl
718            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
719            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/writemakefile_args.t
720 ____________________________________________________________________________
721 [ 17313] By: jhi                                   on 2002/06/19  23:15:41
722         Log: Subject: [PATCH] Test::Harness 2.25 -> 2.26
723              From: Michael G Schwern <schwern@pobox.com>
724              Date: Wed, 19 Jun 2002 20:12:08 -0400
725              Message-id: <20020620001208.GX1232@ool-18b93024.dyn.optonline.net>
726      Branch: perl
727            ! lib/Test/Harness.pm lib/Test/Harness/Changes
728            ! lib/Test/Harness/Straps.pm
729 ____________________________________________________________________________
730 [ 17312] By: jhi                                   on 2002/06/19  21:27:24
731         Log: Integrate perlio:
732              
733              [ 17309]
734              "Clean" implementation of binmode(FH)/":raw" identity.
735              New function table entry so all layer definitions need tweaking.
736              Extra function table entry allows a layer to remain on a binmode stack
737              New PerlIOBase_binmode allows easy implementation of default policy.
738      Branch: perl
739           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
740           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
741           !> makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
742 ____________________________________________________________________________
743 [ 17311] By: jhi                                   on 2002/06/19  21:16:09
744         Log: Subject: RE: [PATCH] POSIX taint tests
745              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
746              Date: Wed, 19 Jun 2002 23:16:11 +0100
747              Message-ID: <AIEAJICLCBDNAAOLLOKLGEHFEOAA.Paul.Marquess@btinternet.com>
748      Branch: perl
749            ! ext/POSIX/t/posix.t
750 ____________________________________________________________________________
751 [ 17310] By: jhi                                   on 2002/06/19  21:14:53
752         Log: Fix for 20001101.004, at least for the memleak part.
753      Branch: perl
754            ! lib/overload.pm
755 ____________________________________________________________________________
756 [ 17309] By: nick                                  on 2002/06/19  20:50:54
757         Log: "Clean" implementation of binmode(FH)/":raw" identity.
758              New function table entry so all layer definitions need tweaking.
759              Extra function table entry allows a layer to remain on a binmode stack
760              New PerlIOBase_binmode allows easy implementation of default policy.
761      Branch: perlio
762            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
763            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
764            ! makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
765 ____________________________________________________________________________
766 [ 17308] By: jhi                                   on 2002/06/19  20:33:16
767         Log: Subject: [PATCH] Re: [PATCH] POSIX taint tests
768              From: Michael G Schwern <schwern@pobox.com>
769              Date: Wed, 19 Jun 2002 16:51:56 -0400
770              Message-id: <20020619205156.GH1232@ool-18b93024.dyn.optonline.net>
771      Branch: perl
772            ! ext/POSIX/t/posix.t ext/POSIX/t/taint.t
773 ____________________________________________________________________________
774 [ 17307] By: rgs                                   on 2002/06/19  20:26:24
775         Log: Subject: Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reported
776              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
777              Date: Tue, 18 Jun 2002 15:40:08 -0700
778              Message-ID: <Ib7D9gzkgmTG092yn@efn.org>
779      Branch: perl
780            ! lib/overload.pm
781 ____________________________________________________________________________
782 [ 17306] By: jhi                                   on 2002/06/19  18:49:06
783         Log: Subject: Re: Mingw32: some tests fail 
784              From: Per Einar Ellefsen <per.einar@skynet.be>
785              Date: Wed, 19 Jun 2002 19:37:15 +0200
786              Message-Id: <5.1.0.14.2.20020619192631.025848a0@pop.skynet.be>
787      Branch: perl
788            ! README.win32
789 ____________________________________________________________________________
790 [ 17305] By: jhi                                   on 2002/06/19  17:40:29
791         Log: Subject: [PATCH] Mention Class::Pseudohash in perldelta
792              From: Autrijus Tang <autrijus@autrijus.org>
793              Date: Thu, 20 Jun 2002 01:36:26 +0800
794              Message-ID: <20020619173626.GA2650@not.autrijus.org>
795      Branch: perl
796            ! pod/perldelta.pod
797 ____________________________________________________________________________
798 [ 17304] By: nick                                  on 2002/06/19  15:57:16
799         Log: Integrate mainline
800      Branch: perlio
801           +> ext/POSIX/t/taint.t
802            - lib/File/Spec/NW5.pm
803           !> Changes MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
804           !> patchlevel.h pod/perltodo.pod utils/perlbug.PL
805 ____________________________________________________________________________
806 [ 17303] By: jhi                                   on 2002/06/19  14:06:55
807         Log: Update Changes.
808      Branch: perl
809            ! Changes patchlevel.h
810 ____________________________________________________________________________
811 [ 17302] By: jhi                                   on 2002/06/19  14:00:35
812         Log: #17301 was only part of the story.
813      Branch: perl
814            ! MANIFEST
815 ____________________________________________________________________________
816 [ 17301] By: jhi                                   on 2002/06/19  13:53:52
817         Log: Make MANIFEST comply with #17297.
818      Branch: perl
819            ! MANIFEST
820 ____________________________________________________________________________
821 [ 17300] By: jhi                                   on 2002/06/19  13:37:45
822         Log: Subject: Re: perlbug mail loop? [PATCH]
823              From: Richard.Foley@t-online.de
824              Date: Wed, 19 Jun 2002 15:29:37 +0200
825              Message-ID: <17KgXO-0dYZCiC@fwd08.sul.t-online.com>
826      Branch: perl
827            ! utils/perlbug.PL
828 ____________________________________________________________________________
829 [ 17299] By: jhi                                   on 2002/06/19  13:18:42
830         Log: opendir was missing for the list.
831      Branch: perl
832            ! pod/perltodo.pod
833 ____________________________________________________________________________
834 [ 17298] By: jhi                                   on 2002/06/19  13:01:51
835         Log: Integrate perlio:
836              
837              [ 17295]
838              Un-deprecate :raw after all - just define what it means
839              more precisely. (Pending approval).
840      Branch: perl
841           !> lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
842           !> pod/perlrun.pod
843 ____________________________________________________________________________
844 [ 17297] By: jhi                                   on 2002/06/19  12:33:04
845         Log: The only difference between NW5.pm and Win32.pm was that
846              NetWare preferred SYS:/temp over C:/temp for tmpdir().
847      Branch: perl
848            - lib/File/Spec/NW5.pm
849            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
850 ____________________________________________________________________________
851 [ 17296] By: jhi                                   on 2002/06/19  12:20:54
852         Log: Subject: [PATCH] POSIX taint tests
853              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
854              Date: Wed, 19 Jun 2002 09:29:22 +0100
855              Message-ID: <AIEAJICLCBDNAAOLLOKLMEFJEOAA.Paul.Marquess@btinternet.com>    
856      Branch: perl
857            + ext/POSIX/t/taint.t
858            ! MANIFEST
859 ____________________________________________________________________________
860 [ 17295] By: nick                                  on 2002/06/19  12:14:32
861         Log: Un-deprecate :raw after all - just define what it means
862              more precisely. (Pending approval).
863      Branch: perlio
864            ! lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
865            ! pod/perlrun.pod
866 ____________________________________________________________________________
867 [ 17294] By: nick                                  on 2002/06/19  06:09:49
868         Log: Integrate mainline
869      Branch: perlio
870           !> configure.com ext/Digest/MD5/t/files.t lib/PerlIO.pm
871           !> lib/perl5db.pl lib/utf8.pm os2/os2_base.t pod/perldelta.pod
872           !> pod/perlfunc.pod pod/perlipc.pod pod/perlsyn.pod
873           !> pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
874           !> toke.c
875 ____________________________________________________________________________
876 [ 17293] By: jhi                                   on 2002/06/19  02:00:05
877         Log: Subject: [PATCH os2/os2_base.t] Re: Patch 14705 botched. (was Re: os2_base test failed)
878              From: Michael G Schwern <schwern@pobox.com>
879              Date: Tue, 18 Jun 2002 21:31:43 -0400
880              Message-id: <20020619013143.GF3079@ool-18b93024.dyn.optonline.net>
881      Branch: perl
882            ! os2/os2_base.t
883 ____________________________________________________________________________
884 [ 17292] By: jhi                                   on 2002/06/18  21:36:21
885         Log: This is probably the reason for the GW failures.
886      Branch: perl
887            ! ext/Digest/MD5/t/files.t
888 ____________________________________________________________________________
889 [ 17291] By: jhi                                   on 2002/06/18  21:28:33
890         Log: Debugger tweak from from Peter Scott.
891      Branch: perl
892            ! lib/perl5db.pl
893 ____________________________________________________________________________
894 [ 17290] By: jhi                                   on 2002/06/18  20:31:10
895         Log: To mirror #17285.
896      Branch: perl
897            ! pod/perldelta.pod
898 ____________________________________________________________________________
899 [ 17289] By: jhi                                   on 2002/06/18  20:29:25
900         Log: Subject: [PATCH] configure.com: build Encode sub-extensions once and only once
901              From: "Craig A. Berry" <craigberry@mac.com>
902              Date: Tue, 18 Jun 2002 10:34:51 -0500
903              Message-Id: <5.1.1.5.0.20020618103102.01b643e0@exchi01>
904      Branch: perl
905            ! configure.com
906 ____________________________________________________________________________
907 [ 17288] By: jhi                                   on 2002/06/18  20:27:58
908         Log: Tiny tweaks.
909      Branch: perl
910            ! lib/PerlIO.pm pod/perlfunc.pod
911 ____________________________________________________________________________
912 [ 17287] By: jhi                                   on 2002/06/18  20:22:56
913         Log: Integrate perlio:
914              
915              [ 17280]
916              Slight improvement to :win32 layer
917              
918              [ 17282]
919              More PerlIO doc tweaks - trying to make them document what
920              happens in current implementation while leaving way open
921              to "fixing" things.
922      Branch: perl
923           !> lib/PerlIO.pm pod/perlfunc.pod win32/win32io.c
924 ____________________________________________________________________________
925 [ 17286] By: jhi                                   on 2002/06/18  20:19:25
926         Log: Document the "Unicode in package/sub names" problem;
927              a microfix in toke.c towards the final goal (the fix
928              removes the need to have quotes around Unicode package
929              names when calling a method on them)
930      Branch: perl
931            ! lib/utf8.pm pod/perldelta.pod pod/perltodo.pod
932            ! pod/perlunicode.pod pod/perluniintro.pod toke.c
933 ____________________________________________________________________________
934 [ 17285] By: rgs                                   on 2002/06/18  19:03:52
935         Log: Further clarification about safe pipe opens.
936      Branch: perl
937            ! pod/perlipc.pod
938 ____________________________________________________________________________
939 [ 17284] By: rgs                                   on 2002/06/18  18:42:49
940         Log: perlsyn.pod tweak suggested by Larry.
941      Branch: perl
942            ! pod/perlsyn.pod
943 ____________________________________________________________________________
944 [ 17283] By: rgs                                   on 2002/06/18  18:25:53
945         Log: Subject: [DOC PATCH] perlsyn
946              From: Elizabeth Mattijsen <liz@dijkmat.nl>
947              Date: Tue, 18 Jun 2002 13:37:30 +0200
948              Message-ID: <4.2.0.58.20020618133610.01956d30@mickey.dijkmat.nl>
949              
950              Subject: Re: [DOC PATCH] perlsyn (2)
951              From: Elizabeth Mattijsen <liz@dijkmat.nl>
952              Date: Tue, 18 Jun 2002 15:08:17 +0200
953              Message-ID: <4.2.0.58.20020618150341.01798100@mickey.dijkmat.nl>
954              
955              (Plus tweak by Ronald J Kimball)
956      Branch: perl
957            ! pod/perlsyn.pod
958 ____________________________________________________________________________
959 [ 17282] By: nick                                  on 2002/06/18  09:14:25
960         Log: More PerlIO doc tweaks - trying to make them document what
961              happens in current implementation while leaving way open
962              to "fixing" things.
963      Branch: perlio
964            ! lib/PerlIO.pm pod/perlfunc.pod
965 ____________________________________________________________________________
966 [ 17281] By: nick                                  on 2002/06/18  09:12:59
967         Log: Integrate mainline
968      Branch: perlio
969           !> Changes Configure config_h.SH installperl patchlevel.h
970           !> pod/perldelta.pod pod/perlipc.pod
971 ____________________________________________________________________________
972 [ 17280] By: nick                                  on 2002/06/18  07:03:08
973         Log: Slight improvement to :win32 layer
974      Branch: perlio
975            ! win32/win32io.c
976 ____________________________________________________________________________
977 [ 17279] By: jhi                                   on 2002/06/18  03:10:42
978         Log: Do not install XS::{APItest,Typemap}
979      Branch: perl
980            ! installperl
981 ____________________________________________________________________________
982 [ 17278] By: jhi                                   on 2002/06/18  02:46:43
983         Log: Subject: Re: Do we want XS::APItest installed?
984              From: Andy Dougherty <doughera@lafayette.edu>
985              Date: Mon, 17 Jun 2002 16:59:52 -0400 (EDT)
986              Message-ID: <Pine.SOL.4.10.10206171658290.12935-100000@maxwell.phys.lafayette.edu>
987              
988              (rats, forgot to submit the metaconfig change separately)
989      Branch: metaconfig/U/perl
990            ! Extensions.U
991      Branch: perl
992            ! Configure config_h.SH
993 ____________________________________________________________________________
994 [ 17277] By: jhi                                   on 2002/06/18  02:31:26
995         Log: "Borrow" Rafael's multiarg open descripion to perldelta,
996              shuffle the highlights a bit (can't believe the perlio
997              mention was missing)
998      Branch: perl
999            ! pod/perldelta.pod
1000 ____________________________________________________________________________
1001 [ 17276] By: rgs                                   on 2002/06/17  22:46:28
1002         Log: Document the '-|' open form in perlipc.pod
1003      Branch: perl
1004            ! pod/perlipc.pod
1005 ____________________________________________________________________________
1006 [ 17275] By: gsar                                  on 2002/06/17  19:20:06
1007         Log: avoid AUTOLOAD() clobbering $!
1008      Branch: maint-5.6/perl
1009            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
1010            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
1011            ! ext/Socket/Socket.pm ext/Sys/Syslog/Syslog.pm
1012            ! lib/AutoLoader.pm utils/h2xs.PL
1013 ____________________________________________________________________________
1014 [ 17274] By: nick                                  on 2002/06/17  14:50:35
1015         Log: Integrate mainline
1016      Branch: perlio
1017           !> README.vms lib/File/Basename.pm lib/PerlIO.pm lib/open.pm
1018           !> pod/perlfunc.pod pod/perlrun.pod
1019 ____________________________________________________________________________
1020 [ 17273] By: jhi                                   on 2002/06/17  14:34:17
1021         Log: Update Changes.
1022      Branch: perl
1023            ! Changes patchlevel.h
1024 ____________________________________________________________________________
1025 [ 17272] By: jhi                                   on 2002/06/17  14:21:55
1026         Log: :bytes is not the inverse of :crlf, either (from NI-S) 
1027      Branch: perl
1028            ! lib/PerlIO.pm
1029 ____________________________________________________________________________
1030 [ 17271] By: jhi                                   on 2002/06/17  13:56:33
1031         Log: Further discouraging of :raw.
1032      Branch: perl
1033            ! lib/PerlIO.pm lib/open.pm pod/perlfunc.pod pod/perlrun.pod
1034 ____________________________________________________________________________
1035 [ 17270] By: jhi                                   on 2002/06/17  13:27:35
1036         Log: Integrate perlio:
1037              
1038              [ 17267]
1039              Handle IO error in "slow gets"
1040      Branch: perl
1041           !> sv.c
1042 ____________________________________________________________________________
1043 [ 17269] By: jhi                                   on 2002/06/17  12:49:06
1044         Log: Subject: [PATCH File/Basename.pm] use of undef var
1045              From: Stas Bekman <stas@stason.org>
1046              Date: Mon, 17 Jun 2002 16:31:48 +0800
1047              Message-ID: <3D0D9E74.7000908@stason.org>
1048              
1049              (modified)
1050      Branch: perl
1051            ! lib/File/Basename.pm
1052 ____________________________________________________________________________
1053 [ 17268] By: jhi                                   on 2002/06/17  12:45:10
1054         Log: Subject: [PATCH] README.vms -- updated testing instructions
1055              From: "Craig A. Berry" <craigberry@mac.com>
1056              Date: Mon, 17 Jun 2002 00:31:18 -0500
1057              Message-Id: <a05111b1cb9332326226f@[172.16.52.1]>
1058      Branch: perl
1059            ! README.vms
1060 ____________________________________________________________________________
1061 [ 17267] By: nick                                  on 2002/06/17  12:41:49
1062         Log: Handle IO error in "slow gets"
1063      Branch: perlio
1064            ! sv.c
1065 ____________________________________________________________________________
1066 [ 17266] By: nick                                  on 2002/06/17  07:05:20
1067         Log: Integrate mainline
1068      Branch: perlio
1069           !> autodoc.pl embed.pl lib/perl5db.pl pod/perldebtut.pod
1070           !> pod/perldebug.pod pod/perldelta.pod
1071 ____________________________________________________________________________
1072 [ 17265] By: jhi                                   on 2002/06/17  00:53:49
1073         Log: Subject: Re: [ID 20020614.027] Bad Debugger mojo in RC1
1074              From: Peter Scott <Peter@PSDT.com>
1075              Date: Sun, 16 Jun 2002 18:31:31 -0700
1076              Message-id: <4.3.2.7.2.20020616182012.00b70780@shell2.webquarry.com>  
1077              
1078              @file -> source file
1079      Branch: perl
1080            ! lib/perl5db.pl pod/perldebtut.pod pod/perldebug.pod
1081 ____________________________________________________________________________
1082 [ 17264] By: jhi                                   on 2002/06/17  00:47:43
1083         Log: Missing hunk from #15363.
1084      Branch: perl
1085            ! lib/perl5db.pl
1086 ____________________________________________________________________________
1087 [ 17263] By: jhi                                   on 2002/06/17  00:36:26
1088         Log: Advertise MakeMaker.
1089      Branch: perl
1090            ! pod/perldelta.pod
1091 ____________________________________________________________________________
1092 [ 17262] By: jhi                                   on 2002/06/16  23:16:18
1093         Log: Subject: Re: [ID 20020212.002] locale test fails for *ISO8859-15 on freebsd 4.5 
1094              From: parv <parv@pair.com>
1095              Date: Sun, 16 Jun 2002 20:12:24 -0400
1096              Message-ID: <20020617001224.GC466@moo.holy.cow>
1097      Branch: perl
1098            ! pod/perldelta.pod
1099 ____________________________________________________________________________
1100 [ 17261] By: ams                                   on 2002/06/16  21:40:47
1101         Log: Subject: PATCH: correct confusing lie in {embed,autodoc}.pl
1102              From: Robin Houston <robin@kitsite.com>
1103              Date: Sun, 16 Jun 2002 23:33:50 +0100
1104              Message-Id: <20020616233350.A9675@robin.kitsite.com>
1105      Branch: perl
1106            ! autodoc.pl embed.pl
1107 ____________________________________________________________________________
1108 [ 17260] By: jhi                                   on 2002/06/16  17:06:31
1109         Log: Deprecate (or at least discourage) :raw.
1110      Branch: perl
1111            ! pod/perldelta.pod
1112 ____________________________________________________________________________
1113 [ 17259] By: jhi                                   on 2002/06/16  16:54:28
1114         Log: Integrate perlio:
1115              
1116              [ 17258]
1117              Last minute tinkering with PerlIO abstraction API.
1118              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
1119              const char *mode.
1120              - Other 'flags' field changed to U32
1121              - Discouraging words written about ":raw".
1122      Branch: perl
1123           !> perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
1124 ____________________________________________________________________________
1125 [ 17258] By: nick                                  on 2002/06/16  16:38:59
1126         Log: Last minute tinkering with PerlIO abstraction API.
1127              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
1128              const char *mode.
1129              - Other 'flags' field changed to U32
1130              - Discouraging words written about ":raw".
1131      Branch: perlio
1132            ! perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
1133 ____________________________________________________________________________
1134 [ 17257] By: nick                                  on 2002/06/16  15:16:46
1135         Log: Integrate mainline
1136      Branch: perlio
1137           !> (integrate 32 files)
1138 ____________________________________________________________________________
1139 [ 17256] By: ams                                   on 2002/06/16  09:00:51
1140         Log: Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02
1141              From: Michael G Schwern <schwern@pobox.com>
1142              Date: Sun, 16 Jun 2002 03:49:27 -0400
1143              Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net>
1144              
1145              Subject: [PATCH] Test::Harness 2.24 -> 2.25
1146              From: Michael G Schwern <schwern@pobox.com>
1147              Date: Sun, 16 Jun 2002 03:58:40 -0400
1148              Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net>
1149      Branch: perl
1150            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
1151            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_MacOS.pm
1152            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1153            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
1154            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/writemakefile_args.t
1155            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1156            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
1157            ! lib/Test/Harness/t/strap-analyze.t
1158            ! lib/Test/Harness/t/test-harness.t
1159            ! t/lib/MakeMaker/Test/Utils.pm
1160 ____________________________________________________________________________
1161 [ 17255] By: jhi                                   on 2002/06/16  03:29:09
1162         Log: Subject: [PATCH] pp.c:pp_pow() -- quit when you're done
1163              From: "Craig A. Berry" <craigberry@mac.com>
1164              Date: Sat, 15 Jun 2002 18:56:12 -0500
1165              Message-Id: <a05111b15b93181a27d6d@[172.16.52.1]>
1166      Branch: perl
1167            ! pp.c
1168 ____________________________________________________________________________
1169 [ 17254] By: jhi                                   on 2002/06/15  20:09:47
1170         Log: Collect the known AmigaOS wisdom.
1171      Branch: perl
1172            ! README.amiga hints/amigaos.sh
1173 ____________________________________________________________________________
1174 [ 17253] By: jhi                                   on 2002/06/15  18:08:06
1175         Log: Subject: [PATCH] README.vms, Multinet fix update
1176              From: "Craig A. Berry" <craigberry@mac.com>
1177              Date: Sat, 15 Jun 2002 14:02:50 -0500
1178              Message-Id: <a05111b12b9313d818599@[172.16.52.1]>
1179      Branch: perl
1180            ! README.vms
1181 ____________________________________________________________________________
1182 [ 17252] By: jhi                                   on 2002/06/15  17:22:56
1183         Log: Regenerate Changes; most importantly automassage the
1184              "Integrate perlio" entries to be more informative.
1185      Branch: perl
1186            ! Changes
1187 ____________________________________________________________________________
1188 [ 17251] By: jhi                                   on 2002/06/15  15:39:09
1189         Log: Spurious empty statements.
1190      Branch: perl
1191            ! op.c perl.c perlio.c sv.c
1192 ____________________________________________________________________________
1193 [ 17250] By: jhi                                   on 2002/06/15  15:34:51
1194         Log: Possible cure for
1195              
1196              Subject: Re: Thread bug in 5.8RC1 Win32
1197              From: Alessandro Forghieri <alf@orion.it>
1198              Date: Sat, 15 Jun 2002 12:56:35 +0200
1199              Message-ID: <20020615125635.A25110@alpha.orion.it>
1200      Branch: perl
1201            ! perl.c
1202 ____________________________________________________________________________
1203 [ 17249] By: jhi                                   on 2002/06/14  23:14:44
1204         Log: findrfuncs: small tweaks.
1205      Branch: perl
1206            ! Porting/findrfuncs
1207 ____________________________________________________________________________
1208 [ 17248] By: jhi                                   on 2002/06/14  22:34:27
1209         Log: Group the debugger changes in one place.
1210      Branch: perl
1211            ! pod/perldelta.pod
1212 ____________________________________________________________________________
1213 [ 17247] By: jhi                                   on 2002/06/14  19:26:15
1214         Log: Detypo.
1215      Branch: perl
1216            ! pod/perlfunc.pod
1217 ____________________________________________________________________________
1218 [ 17246] By: jhi                                   on 2002/06/14  19:18:44
1219         Log: Plug potential confusion.
1220      Branch: perl
1221            ! pod/perldelta.pod
1222 ____________________________________________________________________________
1223 [ 17245] By: jhi                                   on 2002/06/14  19:13:16
1224         Log: Attribute::Handlers has been adopted by Arthur.
1225      Branch: perl
1226            ! pod/perldelta.pod
1227 ____________________________________________________________________________
1228 [ 17244] By: jhi                                   on 2002/06/14  19:04:53
1229         Log: README.irix update.
1230      Branch: perl
1231            ! README.irix
1232 ____________________________________________________________________________
1233 [ 17243] By: jhi                                   on 2002/06/14  19:00:08
1234         Log: README.tru64 update.
1235      Branch: perl
1236            ! README.tru64
1237 ____________________________________________________________________________
1238 [ 17242] By: jhi                                   on 2002/06/14  18:48:33
1239         Log: Not that urgent a fix since inside #if 0, but still...
1240      Branch: perl
1241            ! perlsfio.h
1242 ____________________________________________________________________________
1243 [ 17241] By: nick                                  on 2002/06/14  17:15:38
1244         Log: Integrate mainline
1245      Branch: perlio
1246           !> Changes Configure NetWare/config.wc NetWare/config_H.wc
1247           !> Porting/Glossary Porting/config.sh Porting/config_H
1248           !> config_h.SH ext/Socket/socketpair.t lib/ExtUtils/t/Constant.t
1249           !> lib/Pod/t/basic.t lib/Term/Cap.t patchlevel.h
1250           !> pod/perldelta.pod pod/perltoc.pod pp_sys.c
1251 ____________________________________________________________________________
1252 [ 17240] By: jhi                                   on 2002/06/14  14:25:38
1253         Log: OS/2 status from John Poltorak.
1254      Branch: perl
1255            ! pod/perldelta.pod
1256 ____________________________________________________________________________
1257 [ 17239] By: jhi                                   on 2002/06/14  14:05:37
1258         Log: Regen Configure; regen perltoc.
1259      Branch: perl
1260            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1261            ! config_h.SH pod/perltoc.pod
1262 ____________________________________________________________________________
1263 [ 17238] By: jhi                                   on 2002/06/14  13:40:23
1264         Log: Update Changes.
1265      Branch: perl
1266            ! Changes patchlevel.h
1267 ____________________________________________________________________________
1268 [ 17237] By: jhi                                   on 2002/06/14  13:32:22
1269         Log: NetWare diff for XS::APItest.
1270      Branch: perl
1271            ! NetWare/config.wc NetWare/config_H.wc
1272 ____________________________________________________________________________
1273 [ 17236] By: jhi                                   on 2002/06/14  11:16:57
1274         Log: Subject: [PATCH] Constant.t for EBCDIC platforms       
1275              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
1276              Date: Fri, 14 Jun 2002 10:39:54 +0200
1277              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A438@madrid14.mad.fsc.net> 
1278      Branch: perl
1279            ! lib/ExtUtils/t/Constant.t
1280 ____________________________________________________________________________
1281 [ 17235] By: jhi                                   on 2002/06/14  11:09:07
1282         Log: Subject: [PATCH] getpwent() & POSIX-BC/BS2000 problem
1283              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
1284              Date: Fri, 14 Jun 2002 10:07:28 +0200
1285              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3D8@madrid14.mad.fsc.net>
1286      Branch: perl
1287            ! pp_sys.c
1288 ____________________________________________________________________________
1289 [ 17234] By: jhi                                   on 2002/06/14  11:08:34
1290         Log: Subject: [PATCH] basic.t for EBCDIC platforms
1291              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
1292              Date: Fri, 14 Jun 2002 09:58:49 +0200
1293              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3BF@madrid14.mad.fsc.net>
1294      Branch: perl
1295            ! lib/Pod/t/basic.t
1296 ____________________________________________________________________________
1297 [ 17233] By: jhi                                   on 2002/06/14  11:07:23
1298         Log: Subject: [PATCH] Cap.t for EBCDIC platforms
1299              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
1300              Date: Fri, 14 Jun 2002 09:53:36 +0200
1301              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3B1@madrid14.mad.fsc.net>       
1302              (why this has been working in z/OS?)
1303      Branch: perl
1304            ! lib/Term/Cap.t
1305 ____________________________________________________________________________
1306 [ 17232] By: jhi                                   on 2002/06/14  10:58:01
1307         Log: Mention Solaris x86 use64bitint troubles.
1308      Branch: perl
1309            ! pod/perldelta.pod
1310 ____________________________________________________________________________
1311 [ 17231] By: jhi                                   on 2002/06/14  10:45:16
1312         Log: All UNICOS test failures should be gone now.
1313      Branch: perl
1314            ! pod/perldelta.pod
1315 ____________________________________________________________________________
1316 [ 17230] By: jhi                                   on 2002/06/14  10:39:04
1317         Log: UNICOS and UNICOS/mk are broken only on one test.
1318      Branch: perl
1319            ! ext/Socket/socketpair.t
1320 ____________________________________________________________________________
1321 [ 17229] By: nick                                  on 2002/06/14  08:36:40
1322         Log: Integrate mainline
1323      Branch: perlio
1324           !> (integrate 32 files)
1325 ____________________________________________________________________________
1326 [ 17228] By: jhi                                   on 2002/06/14  01:36:12
1327         Log: Upgrade to Switch 2.09 (the debugging statement
1328              was already removed in blead)
1329      Branch: perl
1330            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
1331 ____________________________________________________________________________
1332 [ 17227] By: ams                                   on 2002/06/14  00:39:15
1333         Log: Subject: [PATCH perl@17206] assorted help for older VMS systems
1334              From: "Craig A. Berry" <craigberry@mac.com>
1335              Date: Thu, 13 Jun 2002 19:55:25 -0500
1336              Message-Id: <a05111b05b92ec91d165b@[172.16.52.1]>
1337      Branch: perl
1338            ! configure.com pod/perldelta.pod pp_pack.c vms/vms.c
1339 ____________________________________________________________________________
1340 [ 17226] By: jhi                                   on 2002/06/13  22:07:24
1341         Log: Thread doc tweaks.
1342      Branch: perl
1343            ! ext/threads/shared/shared.pm ext/threads/threads.pm
1344            ! pod/perlthrtut.pod
1345 ____________________________________________________________________________
1346 [ 17225] By: jhi                                   on 2002/06/13  21:59:07
1347         Log: Don't assume too much about how print will scale
1348              your fp numbers; be explicit and use printf instead--
1349              the assumption broke in UNICOS (from Mark Lutz)
1350              (Use %.0f instead of %d because in 32-bit systems
1351              the %d may end producing -1 or something else odd.)
1352      Branch: perl
1353            ! t/lib/warnings/toke
1354 ____________________________________________________________________________
1355 [ 17224] By: jhi                                   on 2002/06/13  19:22:12
1356         Log: Tell what version of PDL will be fine with 5.8.0,
1357              according to TimJ.
1358      Branch: perl
1359            ! pod/perldelta.pod
1360 ____________________________________________________________________________
1361 [ 17223] By: jhi                                   on 2002/06/13  16:44:12
1362         Log: Subject: test failure: lib/ExtUtils/t/Installed.t
1363              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1364              Date: Thu, 13 Jun 2002 15:44:24 +0100
1365              Message-Id: <200206131444.g5DEiOo22204@crypt.compulink.co.uk>
1366      Branch: perl
1367            ! lib/ExtUtils/t/Installed.t
1368 ____________________________________________________________________________
1369 [ 17222] By: jhi                                   on 2002/06/13  16:39:35
1370         Log: Subject: Re: linux + usemorebits: gcc error?
1371              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1372              Date: Thu, 13 Jun 2002 15:03:28 +0100
1373              Message-Id: <200206131403.g5DE3Sk21964@crypt.compulink.co.uk>
1374              
1375              (go U32 based on NI-S since it's a flags field)
1376      Branch: perl
1377            ! perliol.h
1378 ____________________________________________________________________________
1379 [ 17221] By: jhi                                   on 2002/06/13  13:55:08
1380         Log: Document the tied/magical/shared array/hash non-autovivifying bug.
1381      Branch: perl
1382            ! ext/threads/shared/shared.pm pod/perldelta.pod
1383 ____________________________________________________________________________
1384 [ 17220] By: jhi                                   on 2002/06/13  12:51:14
1385         Log: Also perlsub needs to be slightly more upbeat about attributes. 
1386      Branch: perl
1387            ! pod/perlsub.pod
1388 ____________________________________________________________________________
1389 [ 17219] By: jhi                                   on 2002/06/13  12:40:36
1390         Log: One more pass on the TYPE/ATTRS issues.
1391      Branch: perl
1392            ! lib/attributes.pm pod/perlfunc.pod
1393 ____________________________________________________________________________
1394 [ 17218] By: jhi                                   on 2002/06/13  12:24:53
1395         Log: Subject: Re: [ PATCH ] AIX 5 + 17206
1396              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1397              Date: Thu, 13 Jun 2002 09:18:27 +0200
1398              Message-Id: <20020613091118.2BAF.H.M.BRAND@hccnet.nl>
1399      Branch: perl
1400            ! hints/aix.sh
1401 ____________________________________________________________________________
1402 [ 17217] By: jhi                                   on 2002/06/13  12:24:22
1403         Log: Subject: [ PATCH ] mymalloc on HP-UX
1404              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1405              Date: Thu, 13 Jun 2002 09:58:30 +0200
1406              Message-Id: <20020613095503.2BB2.H.M.BRAND@hccnet.nl>
1407      Branch: perl
1408            ! hints/hpux.sh
1409 ____________________________________________________________________________
1410 [ 17216] By: ams                                   on 2002/06/13  10:08:38
1411         Log: <pudge> crab, can you integrate 17215 ?
1412      Branch: perl
1413           !> ext/XS/APItest/t/printf.t
1414 ____________________________________________________________________________
1415 [ 17215] By: pudge                                 on 2002/06/13  09:51:36
1416         Log: Building XS::APItest as shared lib
1417      Branch: macperl
1418            ! ext/XS/APItest/t/printf.t
1419 ____________________________________________________________________________
1420 [ 17214] By: pudge                                 on 2002/06/13  09:50:25
1421         Log: Update tests, makefile, config
1422      Branch: macperl
1423            ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh
1424 ____________________________________________________________________________
1425 [ 17213] By: pudge                                 on 2002/06/13  09:49:11
1426         Log: Integrate perl
1427      Branch: macperl
1428           +> README.freebsd README.irix ext/IO/hints/sco.pl
1429           +> ext/Thread/README.threads ext/XS/APItest/APItest.pm
1430           +> ext/XS/APItest/APItest.xs ext/XS/APItest/MANIFEST
1431           +> ext/XS/APItest/Makefile.PL ext/XS/APItest/README
1432           +> ext/XS/APItest/t/printf.t lib/Math/BigInt/t/upgradef.t
1433           +> lib/Net/Ping/Changes
1434            - README.threads lib/Net/Ping/CHANGES
1435            ! NetWare/bat/SetCodeWar.bat
1436           !> (integrate 168 files)
1437 ____________________________________________________________________________
1438 [ 17212] By: ams                                   on 2002/06/13  09:29:13
1439         Log: Subject: [PATCH] APItest.xs OUTPUT (was: perl@17206)
1440              From: Chris Nandor <pudge@pobox.com>
1441              Date: Thu, 13 Jun 2002 00:16:26 -0400
1442              Message-Id: <pudge-95528D.00162613062002@onion.valueclick.com>
1443      Branch: perl
1444            ! ext/XS/APItest/APItest.xs
1445 ____________________________________________________________________________
1446 [ 17211] By: jhi                                   on 2002/06/12  23:05:29
1447         Log: Subject: [PATCH: perl@17206] add skipping of threads and threads::shared on default builds
1448              From: PPrymmer@factset.com
1449              Date: Wed, 12 Jun 2002 18:58:50 -0400
1450              Message-ID: <OF3EE94CDE.1E9C1D28-ON85256BD6.007CC091@55.25.11>
1451      Branch: perl
1452            ! utils/perlivp.PL
1453 ____________________________________________________________________________
1454 [ 17210] By: jhi                                   on 2002/06/12  22:57:47
1455         Log: The scalar behaviour of sort is undefined.
1456      Branch: perl
1457            ! pod/perlfunc.pod
1458 ____________________________________________________________________________
1459 [ 17209] By: jhi                                   on 2002/06/12  22:56:24
1460         Log: Mention I/O layers in perlopentut.
1461      Branch: perl
1462            ! pod/perlopentut.pod
1463 ____________________________________________________________________________
1464 [ 17208] By: jhi                                   on 2002/06/12  22:36:15
1465         Log: Document the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke).
1466      Branch: perl
1467            ! lib/attributes.pm pod/perlfunc.pod
1468 ____________________________________________________________________________
1469 [ 17207] By: jhi                                   on 2002/06/12  14:15:32
1470         Log: As noticed by Philip Newton, XS::APItest is not meant to be installed.
1471      Branch: perl
1472            ! ext/XS/APItest/README
1473 ____________________________________________________________________________
1474 [ 17206] By: jhi                                   on 2002/06/12  13:25:30
1475         Log: Update Changes.
1476      Branch: perl
1477            ! Changes patchlevel.h
1478 ____________________________________________________________________________
1479 [ 17205] By: jhi                                   on 2002/06/12  13:16:32
1480         Log: Regen toc.
1481      Branch: perl
1482            ! pod/perltoc.pod
1483 ____________________________________________________________________________
1484 [ 17204] By: jhi                                   on 2002/06/12  13:05:28
1485         Log: This should be gone now.
1486      Branch: perl
1487            ! INSTALL
1488 ____________________________________________________________________________
1489 [ 17203] By: jhi                                   on 2002/06/12  12:58:54
1490         Log: NetWare doc tweak.
1491      Branch: perl
1492            ! README.netware
1493 ____________________________________________________________________________
1494 [ 17202] By: jhi                                   on 2002/06/12  12:33:33
1495         Log: Subject: [PATCH pod/perlfunc.pod] Re: Change sort in scalar context behavior. 
1496              From: Abigail <abigail@foad.org>
1497              Date: Wed, 12 Jun 2002 02:46:01 -0700
1498              Message-ID: <20020612024601.A8524@ucan.foad.org>
1499      Branch: perl
1500            ! pod/perlfunc.pod
1501 ____________________________________________________________________________
1502 [ 17201] By: jhi                                   on 2002/06/12  12:31:19
1503         Log: Subject: [PATCH] Re: linux + usemorebits: gcc error?
1504              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
1505              Date: Wed, 12 Jun 2002 13:50:59 +0200
1506              Message-ID: <3D0735A3.4020701@hexaflux.com>
1507      Branch: perl
1508            ! ext/Time/HiRes/HiRes.xs
1509 ____________________________________________________________________________
1510 [ 17200] By: jhi                                   on 2002/06/12  12:17:02
1511         Log: Synchronize config.bc and config_H.bc; add SCNfldbl;
1512              go back to disabling long doubles from MinGW because
1513              MSVCRT doesn't do long double printfing even when gcc
1514              would know how to handle them.
1515      Branch: perl
1516            ! win32/config.bc win32/config_H.bc win32/config_H.gc
1517 ____________________________________________________________________________
1518 [ 17199] By: nick                                  on 2002/06/12  11:13:16
1519         Log: Integrate mainline
1520      Branch: perlio
1521           !> configure.com ext/XS/APItest/APItest.xs lib/Math/Trig.t perl.c
1522           !> pod/perldiag.pod pod/perlmodlib.PL pod/perlmodlib.pod
1523           !> win32/config_H.bc win32/config_H.gc
1524 ____________________________________________________________________________
1525 [ 17198] By: jhi                                   on 2002/06/12  03:01:37
1526         Log: Subject: [PATCH @17190] configure.com: join the sPRI... party
1527              From: "Craig A. Berry" <craigberry@mac.com>
1528              Date: Tue, 11 Jun 2002 22:44:31 -0500
1529              Message-Id: <a05111b00b92c6bda8b47@[172.16.52.1]>
1530      Branch: perl
1531            ! configure.com
1532 ____________________________________________________________________________
1533 [ 17197] By: jhi                                   on 2002/06/12  01:52:32
1534         Log: Test relying on undefined behaviour of atan2(0, 0)
1535              (valiantly debugged by Mark Lutz).
1536      Branch: perl
1537            ! lib/Math/Trig.t
1538 ____________________________________________________________________________
1539 [ 17196] By: jhi                                   on 2002/06/12  01:41:05
1540         Log: Regen perlmodlib.
1541      Branch: perl
1542            ! pod/perlmodlib.pod
1543 ____________________________________________________________________________
1544 [ 17195] By: jhi                                   on 2002/06/12  01:39:18
1545         Log: Subject: [PATCH] perlmodlib.pod missing Config & Errno
1546              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1547              Date: Tue, 11 Jun 2002 15:12:15 -0700
1548              Message-ID: </WnB9gzkgC5S092yn@efn.org>
1549      Branch: perl
1550            ! pod/perlmodlib.PL
1551 ____________________________________________________________________________
1552 [ 17194] By: jhi                                   on 2002/06/12  01:35:57
1553         Log: Subject: [PATCH] Re: RC1 on Playstation2
1554              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1555              Date: Tue, 11 Jun 2002 11:55:40 -1000 (HST)
1556              Message-ID: <Pine.LNX.4.44.0206111135130.31715-100000@lapaki>
1557      Branch: perl
1558            ! perl.c
1559 ____________________________________________________________________________
1560 [ 17193] By: jhi                                   on 2002/06/11  19:57:23
1561         Log: Not that I know anything about Windows compilers
1562              but Google leads me into believing that while Borland and
1563              GCC support the ANSI way of printing long doubles (%L),
1564              Visual C really doesn't support printing them.
1565      Branch: perl
1566            ! ext/XS/APItest/APItest.xs win32/config_H.bc win32/config_H.gc
1567 ____________________________________________________________________________
1568 [ 17192] By: rgs                                   on 2002/06/11  19:00:37
1569         Log: Fix a cut-n-paste error.
1570      Branch: perl
1571            ! pod/perldiag.pod
1572 ____________________________________________________________________________
1573 [ 17191] By: nick                                  on 2002/06/11  16:07:14
1574         Log: Integrate mainline
1575      Branch: perlio
1576           !> Changes INSTALL ext/XS/APItest/APItest.pm
1577           !> ext/XS/APItest/APItest.xs ext/XS/APItest/t/printf.t
1578           !> patchlevel.h
1579 ____________________________________________________________________________
1580 [ 17190] By: jhi                                   on 2002/06/11  14:09:14
1581         Log: Update Changes.
1582      Branch: perl
1583            ! Changes patchlevel.h
1584 ____________________________________________________________________________
1585 [ 17189] By: jhi                                   on 2002/06/11  13:55:12
1586         Log: Trying to printf Perl-specific datatypes using printf
1587              (with perlio or stdio) is folly, says Hugo.
1588      Branch: perl
1589            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
1590            ! ext/XS/APItest/t/printf.t
1591 ____________________________________________________________________________
1592 [ 17188] By: jhi                                   on 2002/06/11  13:54:31
1593         Log: Be more specific.
1594      Branch: perl
1595            ! INSTALL
1596 ____________________________________________________________________________
1597 [ 17187] By: jhi                                   on 2002/06/11  13:03:13
1598         Log: Subject: [PATCH INSTALL] warn about gcc 3.1 + usemorebits
1599              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>      
1600              Date: Tue, 11 Jun 2002 12:21:01 +0200
1601              Message-ID: <3D05CF0D.9060409@hexaflux.com>    
1602      Branch: perl
1603            ! INSTALL
1604 ____________________________________________________________________________
1605 [ 17186] By: nick                                  on 2002/06/11  10:44:04
1606         Log: Integrate mainline
1607      Branch: perlio
1608           +> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
1609           +> ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
1610           +> ext/XS/APItest/README ext/XS/APItest/t/printf.t
1611           +> lib/Math/BigInt/t/upgradef.t
1612           !> MANIFEST NetWare/Makefile Porting/repository.pod
1613           !> djgpp/config.over ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
1614           !> ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
1615           !> ext/Storable/t/malice.t lib/Math/BigFloat.pm
1616           !> lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
1617           !> lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigintpm.inc
1618           !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbi_rand.t
1619           !> lib/Math/BigInt/t/sub_mbi.t locale.c perl.h pod/perldelta.pod
1620           !> pod/perlfunc.pod pod/perlhack.pod pod/perluniintro.pod
1621           !> win32/Makefile
1622 ____________________________________________________________________________
1623 [ 17185] By: gsar                                  on 2002/06/11  05:02:43
1624         Log: sanity-check the windows section in perldelta and add some missing
1625              entries
1626      Branch: perl
1627            ! pod/perldelta.pod
1628 ____________________________________________________________________________
1629 [ 17184] By: jhi                                   on 2002/06/11  03:45:44
1630         Log: Obviously time to get some sleep.
1631      Branch: perl
1632            ! ext/XS/APItest/t/printf.t
1633 ____________________________________________________________________________
1634 [ 17183] By: jhi                                   on 2002/06/11  03:41:35
1635         Log: #17179 wasn't quite right.
1636      Branch: perl
1637            ! ext/XS/APItest/t/printf.t
1638 ____________________________________________________________________________
1639 [ 17182] By: gsar                                  on 2002/06/11  03:27:41
1640         Log: fix outdated info about how the patches in the APC are generated;
1641              mention the perlbrowse repository gateway; add a pointer to
1642              perlhack.pod in repository.pod
1643      Branch: perl
1644            ! Porting/repository.pod pod/perlhack.pod
1645 ____________________________________________________________________________
1646 [ 17181] By: jhi                                   on 2002/06/11  03:27:24
1647         Log: Subject: Detype locale.c comment
1648              From: Philip Newton <Philip.Newton@gmx.net>
1649              Date: Tue, 11 Jun 2002 06:28:08 +0200
1650              Message-ID: <b0vagu8197d5jn2c5pt8al97loreugl9e5@4ax.com>
1651      Branch: perl
1652            ! locale.c
1653 ____________________________________________________________________________
1654 [ 17180] By: jhi                                   on 2002/06/11  03:21:53
1655         Log: Make UTF-8 locales effective only if PerlIO has been
1656              defined (ignore UTF-8 locales silently if no PerlIO).
1657      Branch: perl
1658            ! locale.c pod/perldelta.pod pod/perluniintro.pod
1659 ____________________________________________________________________________
1660 [ 17179] By: jhi                                   on 2002/06/11  02:53:34
1661         Log: Can't printf Perl specific datatypes without perlio
1662              (in other words, stdio doesn't do the %V...)
1663      Branch: perl
1664            ! ext/XS/APItest/t/printf.t
1665 ____________________________________________________________________________
1666 [ 17178] By: jhi                                   on 2002/06/11  01:54:05
1667         Log: Document XS::APItest.
1668      Branch: perl
1669            ! pod/perldelta.pod
1670 ____________________________________________________________________________
1671 [ 17177] By: jhi                                   on 2002/06/11  01:49:38
1672         Log: Add XS::APItest to Win32/DJGPP/NetWare.
1673      Branch: perl
1674            ! NetWare/Makefile djgpp/config.over win32/Makefile
1675 ____________________________________________________________________________
1676 [ 17176] By: jhi                                   on 2002/06/11  01:37:39
1677         Log: Add XS::APItest 0.01 from Tim Jenness.
1678              
1679              The perl.h change is needed by non-gcc (non-__attribute__)
1680              compilers: without it non-gccs won't have printf() mapped
1681              to PerlIO_stdoutf (when perlio, of course).  This means that
1682              non-gccs would not be able to print the Perl specific datatypes.
1683      Branch: perl
1684            + ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
1685            + ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
1686            + ext/XS/APItest/README ext/XS/APItest/t/printf.t
1687            ! MANIFEST perl.h
1688 ____________________________________________________________________________
1689 [ 17175] By: jhi                                   on 2002/06/10  23:24:42
1690         Log: Now that binmode(FH) does implicit ":bytes" revisit
1691              the failing tests.  The worrisome one is the Digest::MD5
1692              test-- how will it fare in CRLF lands now?
1693      Branch: perl
1694            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
1695            ! ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
1696            ! ext/Storable/t/malice.t
1697 ____________________________________________________________________________
1698 [ 17174] By: jhi                                   on 2002/06/10  20:55:00
1699         Log: Upgrade to Math::BigInt 1.59.
1700      Branch: perl
1701            + lib/Math/BigInt/t/upgradef.t
1702            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1703            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
1704            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1705            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
1706 ____________________________________________________________________________
1707 [ 17173] By: jhi                                   on 2002/06/10  20:16:30
1708         Log: Document the implicit :bytes of binmode(FH).
1709      Branch: perl
1710            ! pod/perlfunc.pod
1711 ____________________________________________________________________________
1712 [ 17172] By: jhi                                   on 2002/06/10  19:27:23
1713         Log: Integrate perlio:
1714              
1715              [ 17171]
1716              binmode(FH); to act like binmode(FH,":bytes") as well as
1717              turning off CRLF features.
1718      Branch: perl
1719           !> perlio.c t/io/utf8.t
1720 ____________________________________________________________________________
1721 [ 17171] By: nick                                  on 2002/06/10  18:40:22
1722         Log: binmode(FH); to act like binmode(FH,":bytes") as well as
1723              turning off CRLF features.
1724      Branch: perlio
1725            ! perlio.c t/io/utf8.t
1726 ____________________________________________________________________________
1727 [ 17170] By: nick                                  on 2002/06/10  17:04:28
1728         Log: Integrate mainline
1729      Branch: perlio
1730           !> Changes ext/Encode/t/CJKT.t ext/Encode/t/guess.t
1731           !> ext/threads/shared/queue.pm ext/threads/shared/shared.xs
1732           !> locale.c patchlevel.h perl.c pod/perldebtut.pod
1733           !> pod/perldelta.pod sv.c
1734 ____________________________________________________________________________
1735 [ 17169] By: jhi                                   on 2002/06/10  14:47:28
1736         Log: Subject: [DOC PATCH] perldebtut
1737              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1738              Date: Mon, 10 Jun 2002 17:47:14 +0200
1739              Message-Id: <4.2.0.58.20020610174710.05123760@mickey.dijkmat.nl>
1740      Branch: perl
1741            ! pod/perldebtut.pod
1742 ____________________________________________________________________________
1743 [ 17168] By: jhi                                   on 2002/06/10  14:04:31
1744         Log: Document the UTF-8 env issue.  Now NI-S just needs
1745              to fix binmode() to comply with the documentation...
1746      Branch: perl
1747            ! pod/perldelta.pod
1748 ____________________________________________________________________________
1749 [ 17167] By: jhi                                   on 2002/06/10  13:47:21
1750         Log: Subject: Re: Change 17108: Document the do BAREWORD change, from Rafael.
1751              From: Philip Newton <Philip.Newton@gmx.net>
1752              Date: Mon, 10 Jun 2002 07:56:41 +0200
1753              Message-ID: <anf8gugjm2v70ckgmkjm12paa00atimik4@4ax.com>
1754              
1755              Subject: Re: Change 17110: Add deprecations.
1756              From: Philip Newton <Philip.Newton@gmx.net>
1757              Date: Mon, 10 Jun 2002 07:56:22 +0200
1758              Message-ID: <bpf8gu0v332thjkpv39uirardul58aa7b3@4ax.com>
1759      Branch: perl
1760            ! pod/perldelta.pod
1761 ____________________________________________________________________________
1762 [ 17166] By: jhi                                   on 2002/06/10  13:44:49
1763         Log: NI-S doesn't need these comments :-) but I'm commenting anyway.
1764      Branch: perl
1765            ! locale.c perl.c
1766 ____________________________________________________________________________
1767 [ 17165] By: jhi                                   on 2002/06/10  13:07:57
1768         Log: Update Changes.
1769      Branch: perl
1770            ! Changes patchlevel.h
1771 ____________________________________________________________________________
1772 [ 17164] By: jhi                                   on 2002/06/10  13:01:17
1773         Log: Further patch on #17163 for Tru64.
1774      Branch: perl
1775            ! sv.c
1776 ____________________________________________________________________________
1777 [ 17163] By: jhi                                   on 2002/06/10  12:40:16
1778         Log: Patch from Hugo for the 'printf' problem:
1779              - for SV-style calling, we can only get NV
1780              - for C-style calling, we assume %f is double;
1781              - for simplicity we allow any of %Lf, %llf, %qf for long double
1782      Branch: perl
1783            ! sv.c
1784 ____________________________________________________________________________
1785 [ 17162] By: jhi                                   on 2002/06/10  12:31:32
1786         Log: Integrate perlio:
1787              
1788              [ 17159]
1789              Tune test to run in UTF-8 locales
1790              - test file must be opened as :bytes or high-bit octets
1791              will be UTF-8 encoded on write in such locales, so
1792              will not read as expected.
1793      Branch: perl
1794           !> ext/PerlIO/t/fallback.t
1795 ____________________________________________________________________________
1796 [ 17161] By: jhi                                   on 2002/06/10  12:21:39
1797         Log: #17150 didn't expect -Uuseperlio.
1798      Branch: perl
1799            ! ext/Encode/t/CJKT.t ext/Encode/t/guess.t
1800 ____________________________________________________________________________
1801 [ 17160] By: sky                                   on 2002/06/10  09:53:42
1802         Log: Subject: [PATCH] queue.pm
1803              From: Benjamin Goldberg <goldbb2@earthlink.net>
1804              Date: tis jun 04, 2002  02:03:53  Europe/Stockholm
1805              Message-Id: <3CFC03E8.A1EF9886@earthlink.net>
1806              Applied manually
1807      Branch: perl
1808            ! ext/threads/shared/queue.pm ext/threads/shared/shared.xs
1809 ____________________________________________________________________________
1810 [ 17159] By: nick                                  on 2002/06/10  09:51:16
1811         Log: Tune test to run in UTF-8 locales
1812              - test file must be opened as :bytes or high-bit octets
1813              will be UTF-8 encoded on write in such locales, so
1814              will not read as expected.
1815      Branch: perlio
1816            ! ext/PerlIO/t/fallback.t
1817 ____________________________________________________________________________
1818 [ 17158] By: nick                                  on 2002/06/10  09:49:32
1819         Log: Integrate mainline
1820      Branch: perlio
1821           +> lib/Net/Ping/Changes
1822            - lib/Net/Ping/CHANGES
1823           !> (integrate 37 files)
1824 ____________________________________________________________________________
1825 [ 17157] By: jhi                                   on 2002/06/10  03:30:19
1826         Log: metaconfig tweak for #17156.
1827      Branch: metaconfig
1828            ! U/mkglossary
1829 ____________________________________________________________________________
1830 [ 17156] By: jhi                                   on 2002/06/10  03:30:06
1831         Log: Glossary tweaks.
1832      Branch: perl
1833            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1834 ____________________________________________________________________________
1835 [ 17155] By: jhi                                   on 2002/06/10  02:12:09
1836         Log: Upgrade to Net::Ping 2.19.
1837      Branch: perl
1838            + lib/Net/Ping/Changes
1839            - lib/Net/Ping/CHANGES
1840            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/README
1841 ____________________________________________________________________________
1842 [ 17154] By: jhi                                   on 2002/06/09  23:25:48
1843         Log: Subject: [patch] ptr_table_store
1844              From: Doug MacEachern <dougm@covalent.net>
1845              Date: Sun, 9 Jun 2002 17:07:11 -0700 (PDT)
1846              Message-ID: <Pine.LNX.4.33.0206091700110.26891-100000@mako.covalent.net>
1847      Branch: perl
1848            ! sv.c
1849 ____________________________________________________________________________
1850 [ 17153] By: jhi                                   on 2002/06/09  23:25:04
1851         Log: Subject: Re: unique attribute?
1852              From: Doug MacEachern <dougm@covalent.net>
1853              Date: Sun, 9 Jun 2002 16:49:25 -0700 (PDT)
1854              Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net>
1855      Branch: perl
1856            ! embed.fnc embed.h proto.h sv.c sv.h
1857 ____________________________________________________________________________
1858 [ 17152] By: jhi                                   on 2002/06/09  23:21:35
1859         Log: Update hint comments.
1860      Branch: perl
1861            ! hints/irix_6.sh
1862 ____________________________________________________________________________
1863 [ 17151] By: jhi                                   on 2002/06/09  22:59:54
1864         Log: One missing bit of Math::BigInt 1.58.
1865      Branch: perl
1866            ! t/lib/Math/BigInt/BareCalc.pm
1867 ____________________________________________________________________________
1868 [ 17150] By: jhi                                   on 2002/06/09  21:47:51
1869         Log: Subject: [ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED)
1870              From: Radu Greab <radu@netsoft.ro>
1871              Date: Mon, 10 Jun 2002 00:40:34 +0300
1872              Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
1873              
1874              Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
1875              ones which I cannot figure out.
1876      Branch: perl
1877            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
1878            ! ext/Encode/t/guess.t ext/Storable/t/malice.t
1879 ____________________________________________________________________________
1880 [ 17149] By: jhi                                   on 2002/06/09  21:08:02
1881         Log: :unique nitpicking continues.
1882      Branch: perl
1883            ! pod/perlfunc.pod
1884 ____________________________________________________________________________
1885 [ 17148] By: jhi                                   on 2002/06/09  21:01:57
1886         Log: "thread failed to start: " is better than "Died:".
1887      Branch: perl
1888            ! ext/threads/threads.xs pod/perldiag.pod
1889 ____________________________________________________________________________
1890 [ 17147] By: jhi                                   on 2002/06/09  20:47:53
1891         Log: :unique saga continues.
1892      Branch: perl
1893            ! pod/perldelta.pod pod/perlfunc.pod
1894 ____________________________________________________________________________
1895 [ 17146] By: jhi                                   on 2002/06/09  20:44:38
1896         Log: Subject: Re: unique attribute?
1897              From: Doug MacEachern <dougm@covalent.net>
1898              Date: Sun, 9 Jun 2002 14:00:39 -0700 (PDT)
1899              Message-ID: <Pine.LNX.4.33.0206091356210.26891-100000@mako.covalent.net>
1900      Branch: perl
1901            ! sv.c
1902 ____________________________________________________________________________
1903 [ 17145] By: jhi                                   on 2002/06/09  20:09:03
1904         Log: Subject: Math::BigInt 1.58 released
1905              From: Tels <perl_dummy@bloodgate.com>
1906              Date: Sun, 09 Jun 2002 22:39:35 +0200 (CEST)
1907              Message-Id: <200206092036.g59KaGPZ1308701@tiku.hut.fi>
1908              
1909              Subject: [PATCH] RE: Math::BigInt 1.58 released
1910              From: Tels <perl_dummy@bloodgate.com>
1911              Date: Sun, 09 Jun 2002 22:45:51 +0200 (CEST)
1912              Message-Id: <200206092042.g59KgXPZ1223212@tiku.hut.fi>
1913      Branch: perl
1914            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1915            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
1916            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
1917            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
1918            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
1919            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbi_rand.t
1920            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1921            ! lib/Math/BigInt/t/with_sub.t
1922 ____________________________________________________________________________
1923 [ 17144] By: nick                                  on 2002/06/09  17:50:14
1924         Log: Integrate mainline
1925      Branch: perlio
1926           +> README.freebsd README.irix
1927           !> (integrate 43 files)
1928 ____________________________________________________________________________
1929 [ 17143] By: jhi                                   on 2002/06/09  17:45:50
1930         Log: Subject: cleanup's
1931              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1932              Date: Sun, 09 Jun 2002 13:55:21 +0200
1933              Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl>
1934      Branch: perl
1935            ! ext/PerlIO/t/encoding.t
1936 ____________________________________________________________________________
1937 [ 17142] By: jhi                                   on 2002/06/09  17:37:45
1938         Log: open "list form" clarification.
1939      Branch: perl
1940            ! pod/perlfunc.pod
1941 ____________________________________________________________________________
1942 [ 17141] By: jhi                                   on 2002/06/09  17:24:22
1943         Log: Better wording from Sarathy.
1944      Branch: perl
1945            ! pod/perldelta.pod
1946 ____________________________________________________________________________
1947 [ 17140] By: jhi                                   on 2002/06/09  16:58:47
1948         Log: Closer to the truth.
1949      Branch: perl
1950            ! pod/perlfunc.pod
1951 ____________________________________________________________________________
1952 [ 17139] By: jhi                                   on 2002/06/09  16:49:49
1953         Log: Subject: Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
1954              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1955              Date: Sun, 09 Jun 2002 14:52:07 +0100
1956              Message-Id: <200206091352.g59Dq7Z28403@crypt.compulink.co.uk>  
1957      Branch: perl
1958            ! numeric.c
1959 ____________________________________________________________________________
1960 [ 17138] By: jhi                                   on 2002/06/09  16:13:44
1961         Log: Clarify that the :unique makes the target readonly
1962              when the first interpreter cloning takes place.
1963      Branch: perl
1964            ! pod/perlfunc.pod
1965 ____________________________________________________________________________
1966 [ 17137] By: gsar                                  on 2002/06/09  16:05:22
1967         Log: update perlfork.pod for status as of 5.8.0
1968      Branch: perl
1969            ! pod/perlfork.pod
1970 ____________________________________________________________________________
1971 [ 17136] By: jhi                                   on 2002/06/09  16:01:50
1972         Log: Subject: possible band-aid for cygwin build of perl@17061
1973              From: PPrymmer@factset.com
1974              Date: Sat, 8 Jun 2002 20:57:05 -0400
1975              Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11>
1976      Branch: perl
1977            ! Makefile.SH README.cygwin
1978 ____________________________________________________________________________
1979 [ 17135] By: sky                                   on 2002/06/09  15:44:37
1980         Log: Follow up on changing keyword to special subroutine.
1981      Branch: perl
1982            ! pod/perlmod.pod
1983 ____________________________________________________________________________
1984 [ 17134] By: jhi                                   on 2002/06/09  15:40:52
1985         Log: CLONE doc tweaks.
1986      Branch: perl
1987            ! pod/perldelta.pod pod/perlmod.pod
1988 ____________________________________________________________________________
1989 [ 17133] By: jhi                                   on 2002/06/09  15:34:20
1990         Log: syswrite() is old news.
1991      Branch: perl
1992            ! pod/perldelta.pod
1993 ____________________________________________________________________________
1994 [ 17132] By: jhi                                   on 2002/06/09  15:14:20
1995         Log: Subject: One-argument syswrite
1996              From: Johan Vromans <jvromans@squirrel.nl>
1997              Date: Sun, 9 Jun 2002 13:20:36 +0200
1998              Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl>
1999              
2000              (It's really two-argument.)
2001      Branch: perl
2002            ! pod/perldelta.pod
2003 ____________________________________________________________________________
2004 [ 17131] By: jhi                                   on 2002/06/09  15:11:13
2005         Log: Subject: [Patch] $^N issues
2006              From: Johan Vromans <jvromans@squirrel.nl>
2007              Date: Sun, 9 Jun 2002 13:12:43 +0200
2008              Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl>    
2009      Branch: perl
2010            ! lib/English.pm pod/perlre.pod
2011 ____________________________________________________________________________
2012 [ 17130] By: jhi                                   on 2002/06/09  15:10:18
2013         Log: Subject: [Patch] "#0" format in perlform
2014              From: Johan Vromans <jvromans@squirrel.nl>
2015              Date: Sun, 9 Jun 2002 12:53:01 +0200
2016              Message-ID: <15619.13197.892587.565630@phoenix.squirrel.nl>    
2017      Branch: perl
2018            ! pod/perlform.pod
2019 ____________________________________________________________________________
2020 [ 17129] By: jhi                                   on 2002/06/09  15:08:20
2021         Log: Subject: [Patch] CLONE is not in perldelta
2022              From: Johan Vromans <jvromans@squirrel.nl>
2023              Date: Sun, 9 Jun 2002 12:41:18 +0200
2024              Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl>    
2025      Branch: perl
2026            ! pod/perldelta.pod
2027 ____________________________________________________________________________
2028 [ 17128] By: jhi                                   on 2002/06/09  03:02:38
2029         Log: Subject: [PATCH] fix stuck MD5 compile on VAX
2030              From: "Craig A. Berry" <craigberry@mac.com>
2031              Date: Sat, 8 Jun 2002 23:01:11 -0500
2032              Message-Id: <a05111b05b92881c6c8c4@[172.16.52.1]>
2033      Branch: perl
2034            ! ext/Digest/MD5/Makefile.PL
2035 ____________________________________________________________________________
2036 [ 17127] By: jhi                                   on 2002/06/08  22:50:43
2037         Log: ... and more.
2038      Branch: perl
2039            ! win32/makefile.mk
2040 ____________________________________________________________________________
2041 [ 17126] By: jhi                                   on 2002/06/08  22:49:43
2042         Log: More spots for perl$OS.
2043      Branch: perl
2044            ! NetWare/Makefile win32/Makefile
2045 ____________________________________________________________________________
2046 [ 17125] By: jhi                                   on 2002/06/08  22:46:17
2047         Log: One more spot to list perlfreebsd and perlirix.
2048      Branch: perl
2049            ! plan9/mkfile
2050 ____________________________________________________________________________
2051 [ 17124] By: jhi                                   on 2002/06/08  22:22:05
2052         Log: BSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1.
2053      Branch: perl
2054            ! pod/perlport.pod
2055 ____________________________________________________________________________
2056 [ 17123] By: jhi                                   on 2002/06/08  22:15:31
2057         Log: Cygwin duplicated (noticed by Schwern).
2058      Branch: perl
2059            ! pod/perlport.pod
2060 ____________________________________________________________________________
2061 [ 17122] By: jhi                                   on 2002/06/08  22:03:15
2062         Log: s/Plan9/Plan 9/g; (and one remaning MacOS)
2063      Branch: perl
2064            ! INSTALL README.jp pod/perlfaq3.pod pod/perlopentut.pod
2065            ! pod/perlport.pod pod/perlrun.pod
2066 ____________________________________________________________________________
2067 [ 17121] By: jhi                                   on 2002/06/08  21:36:00
2068         Log: Make the =heads a little bit more descriptive; regen toc.
2069      Branch: perl
2070            ! README.freebsd README.irix pod/perltoc.pod
2071 ____________________________________________________________________________
2072 [ 17120] By: jhi                                   on 2002/06/08  21:02:27
2073         Log: I wonder what a 64-bot is?
2074      Branch: perl
2075            ! README.irix
2076 ____________________________________________________________________________
2077 [ 17119] By: jhi                                   on 2002/06/08  21:01:45
2078         Log: Regen toc.
2079      Branch: perl
2080            ! pod/perltoc.pod
2081 ____________________________________________________________________________
2082 [ 17118] By: jhi                                   on 2002/06/08  21:00:18
2083         Log: Add README.irix/perlirix.
2084      Branch: perl
2085            + README.irix
2086            ! INSTALL MANIFEST pod/buildtoc.PL pod/perl.pod
2087            ! pod/perldelta.pod pod/perlport.pod
2088 ____________________________________________________________________________
2089 [ 17117] By: jhi                                   on 2002/06/08  20:48:16
2090         Log: Add perlfreebsd.
2091      Branch: perl
2092            ! pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
2093            ! pod/perlport.pod
2094 ____________________________________________________________________________
2095 [ 17116] By: jhi                                   on 2002/06/08  20:45:25
2096         Log: Mention the FreeBSD Perl policy change.
2097      Branch: perl
2098            ! README.freebsd
2099 ____________________________________________________________________________
2100 [ 17115] By: jhi                                   on 2002/06/08  20:34:59
2101         Log: Mention the FreeBSD readdir_r bug in perldelta.
2102      Branch: perl
2103            ! pod/perldelta.pod
2104 ____________________________________________________________________________
2105 [ 17114] By: jhi                                   on 2002/06/08  20:31:18
2106         Log: Subject: [PATCH] Re: perl Makfile.PL for DBI give Segmentation fault (core dumped)    (was: perl@17014)
2107              From: Nicholas Clark <nick@unfortu.net>
2108              Date: Sat, 8 Jun 2002 22:23:15 +0100
2109              Message-ID: <20020608212315.GE302@Bagpuss.unfortu.net>
2110      Branch: perl
2111            + README.freebsd
2112            ! MANIFEST
2113 ____________________________________________________________________________
2114 [ 17113] By: sky                                   on 2002/06/08  20:19:28
2115         Log: Preparing A::H for CPAN release, upped version to 0.77
2116              Documented changes.
2117              Last tweak to test case.
2118      Branch: perl
2119            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
2120            ! lib/Attribute/Handlers/README lib/Attribute/Handlers/t/multi.t
2121 ____________________________________________________________________________
2122 [ 17112] By: sky                                   on 2002/06/08  19:42:33
2123         Log: Prepare CPAN release of Attribute::Handlers
2124              Make the test case know about the changes in attributes
2125              in 5.8 (lexical) and also turn off some warnings.
2126      Branch: perl
2127            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
2128 ____________________________________________________________________________
2129 [ 17111] By: jhi                                   on 2002/06/08  19:11:49
2130         Log: Because of #17097.
2131      Branch: perl
2132            ! configpm
2133 ____________________________________________________________________________
2134 [ 17110] By: jhi                                   on 2002/06/08  19:06:31
2135         Log: Add deprecations.
2136      Branch: perl
2137            ! pod/perldelta.pod
2138 ____________________________________________________________________________
2139 [ 17109] By: sky                                   on 2002/06/08  19:02:19
2140         Log: Remove leftover dummy and cleanup the test case.
2141      Branch: perl
2142            ! ext/threads/shared/shared.pm ext/threads/shared/t/hv_refs.t
2143            ! ext/threads/shared/t/hv_simple.t
2144 ____________________________________________________________________________
2145 [ 17108] By: jhi                                   on 2002/06/08  18:55:23
2146         Log: Document the do BAREWORD change, from Rafael.
2147      Branch: perl
2148            ! pod/perldelta.pod
2149 ____________________________________________________________________________
2150 [ 17107] By: jhi                                   on 2002/06/08  18:32:50
2151         Log: Remove the newly added makedepend .depending "token directory"
2152              when cleaning up.
2153      Branch: perl
2154            ! Makefile.SH
2155 ____________________________________________________________________________
2156 [ 17106] By: jhi                                   on 2002/06/08  18:24:08
2157         Log: perldelta tweaks.
2158      Branch: perl
2159            ! pod/perldelta.pod
2160 ____________________________________________________________________________
2161 [ 17105] By: jhi                                   on 2002/06/08  18:19:40
2162         Log: I assume the Perl fork() emulation is still experimental.
2163      Branch: perl
2164            ! pod/perlfork.pod
2165 ____________________________________________________________________________
2166 [ 17104] By: jhi                                   on 2002/06/08  18:17:10
2167         Log: Subject: [PATCH] VMS doc patch (was Re: VMS changes?)
2168              From: "Craig A. Berry" <craigberry@mac.com>
2169              Date: Sat, 8 Jun 2002 14:10:41 -0500
2170              Message-Id: <a05111b03b92805d6bc97@[172.16.52.1]>
2171      Branch: perl
2172            ! README.vms pod/perldelta.pod
2173 ____________________________________________________________________________
2174 [ 17103] By: jhi                                   on 2002/06/08  18:04:37
2175         Log: Slight tweaks from Lupe Christoph.
2176      Branch: perl
2177            ! pod/perldelta.pod
2178 ____________________________________________________________________________
2179 [ 17102] By: jhi                                   on 2002/06/08  17:04:24
2180         Log: Workaround for broken symlink traversal.
2181      Branch: perl
2182            ! installperl
2183 ____________________________________________________________________________
2184 [ 17101] By: jhi                                   on 2002/06/08  16:16:46
2185         Log: h2ph: Explain why parts of asm/*.h are skipped in Linux.
2186      Branch: perl
2187            ! utils/h2ph.PL
2188 ____________________________________________________________________________
2189 [ 17100] By: nick                                  on 2002/06/08  15:54:19
2190         Log: Integrate mainline
2191      Branch: perlio
2192           !> Makefile.SH ext/Storable/ChangeLog ext/Storable/Storable.pm
2193           !> ext/Storable/Storable.xs ext/Storable/t/recurse.t
2194           !> ext/threads/threads.xs lib/Thread.pm lib/Thread/Queue.pm
2195           !> lib/Thread/Semaphore.pm lib/Win32.pod numeric.c
2196           !> pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
2197           !> utils/h2ph.PL utils/perldoc.PL utils/perlivp.PL win32/win32.c
2198 ____________________________________________________________________________
2199 [ 17099] By: jhi                                   on 2002/06/08  15:53:16
2200         Log: Try to avoid a looping makedepend that sometimes
2201              happens when timestamps are out of sync.
2202      Branch: perl
2203            ! makedepend.SH
2204 ____________________________________________________________________________
2205 [ 17098] By: jhi                                   on 2002/06/08  15:35:06
2206         Log: metaconfig tweaks from Robin Barker to go with #17097;
2207              update Glossary.patch and mkglossary.
2208      Branch: metaconfig
2209            ! U/Glossary.patch U/mkglossary dist-3.0at70b/jmake/bindex.SH
2210            ! dist-3.0at70b/mcon/U/make.U dist-3.0at70b/mcon/makegloss.SH
2211 ____________________________________________________________________________
2212 [ 17097] By: jhi                                   on 2002/06/08  15:34:09
2213         Log: Various Configure tweaks.
2214      Branch: perl
2215            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2216 ____________________________________________________________________________
2217 [ 17096] By: jhi                                   on 2002/06/08  15:05:46
2218         Log: Fix Glossary formatting bugs when creating Config.pm,
2219              from Robin Barker.
2220      Branch: perl
2221            ! configpm
2222 ____________________________________________________________________________
2223 [ 17095] By: jhi                                   on 2002/06/08  15:00:39
2224         Log: perlivp: Too Much Information. 
2225      Branch: perl
2226            ! utils/perlivp.PL
2227 ____________________________________________________________________________
2228 [ 17094] By: jhi                                   on 2002/06/08  14:58:43
2229         Log: h2ph: workarounds for too large hexadecimal constants.
2230              Now 'perlivp' passes without a whimper in Solaris 8 and
2231              Tru64 4.0F (Debian 2.2 Linux/x86 doesn't but my header
2232              installation is weird; e.g. float.h is not in /usr/include...
2233              (cd /usr/include; h2ph -l -r .)
2234      Branch: perl
2235            ! utils/h2ph.PL
2236 ____________________________________________________________________________
2237 [ 17093] By: jhi                                   on 2002/06/08  14:22:10
2238         Log: h2ph: handle function pointer constants.
2239      Branch: perl
2240            ! utils/h2ph.PL
2241 ____________________________________________________________________________
2242 [ 17092] By: jhi                                   on 2002/06/08  13:54:17
2243         Log: Put back the [561+] markers (except for the New Tests
2244              section where the comparison is meaningless);
2245              note that perl561delta is really the changes both
2246              from 5.005_03 and 5.6.0.
2247      Branch: perl
2248            ! pod/perldelta.pod
2249 ____________________________________________________________________________
2250 [ 17091] By: jhi                                   on 2002/06/08  13:25:04
2251         Log: Mention the dynamicness of Socket in VMS in another spot.
2252      Branch: perl
2253            ! pod/perldelta.pod
2254 ____________________________________________________________________________
2255 [ 17090] By: jhi                                   on 2002/06/08  13:16:27
2256         Log: Address most of the issues found by Lupe Cristoph
2257              (only leave the VMS changes to the VMS people);
2258              move the VOS section to its right place;
2259              talk more about userlevel threads;
2260              eradicate end-of-line spaces.
2261      Branch: perl
2262            ! pod/perldelta.pod
2263 ____________________________________________________________________________
2264 [ 17089] By: jhi                                   on 2002/06/08  12:59:45
2265         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
2266              From: Radu Greab <radu@netsoft.ro>
2267              Date: Sat, 8 Jun 2002 16:59:56 +0300
2268              Message-ID: <15618.3548.55951.66902@ix.netsoft.ro>
2269              
2270              A test for #17082.
2271      Branch: perl
2272            ! ext/Storable/t/recurse.t
2273 ____________________________________________________________________________
2274 [ 17088] By: jhi                                   on 2002/06/08  12:35:46
2275         Log: Explain at the top the situation in a nutshell;
2276              remove the [561+] tags as redundant;
2277              AmigaOS wasn't broken in 5.6.1, and still good in 5.7.2.
2278      Branch: perl
2279            ! pod/perldelta.pod
2280 ____________________________________________________________________________
2281 [ 17087] By: jhi                                   on 2002/06/08  12:25:15
2282         Log: Subject: [Patch] perldelta for 5.8.0 RC1
2283              From: lupe@lupe-christoph.de (Lupe Christoph)
2284              Date: Sat, 8 Jun 2002 14:08:16 +0200
2285              Message-ID: <20020608120816.GP14630@lupe-christoph.de>
2286      Branch: perl
2287            ! pod/perldelta.pod
2288 ____________________________________________________________________________
2289 [ 17086] By: jhi                                   on 2002/06/08  12:14:48
2290         Log: Advertise the upcoming Win32::GetOSName().
2291      Branch: perl
2292            ! pod/perlport.pod
2293 ____________________________________________________________________________
2294 [ 17085] By: jhi                                   on 2002/06/08  12:11:27
2295         Log: The lib/Win32.pod part of
2296              
2297              Subject: [DOC PATCH] Re: platform check (CODE PATCH : libwin32 )     
2298              From: "Yves Orton" <demerphq@hotmail.com>
2299              Date: Sat, 08 Jun 2002 00:27:25 +0200
2300              Message-ID: <F209R6rPlHkg6WMaScm00017481@hotmail.com>
2301              
2302              (manually applied and tweaked) 
2303      Branch: perl
2304            ! lib/Win32.pod
2305 ____________________________________________________________________________
2306 [ 17084] By: jhi                                   on 2002/06/08  11:46:36
2307         Log: Subject: Doc patches: assorted minor nits
2308              From: Philip Newton <Philip.Newton@gmx.net>
2309              Date: Sat, 08 Jun 2002 11:08:12 +0200
2310              Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com>
2311      Branch: perl
2312            ! pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
2313 ____________________________________________________________________________
2314 [ 17083] By: jhi                                   on 2002/06/08  11:44:59
2315         Log: Subject: Re: doc bug in perldoc
2316              From: Philip Newton <Philip.Newton@gmx.net>
2317              Date: Sat, 08 Jun 2002 11:05:09 +0200
2318              Message-ID: <c3i3guod7ps1u5iujokk509p43ob76815k@4ax.com>
2319      Branch: perl
2320            ! utils/perldoc.PL
2321 ____________________________________________________________________________
2322 [ 17082] By: jhi                                   on 2002/06/08  11:37:56
2323         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
2324              From: Radu Greab <radu@netsoft.ro>
2325              Date: Sat, 8 Jun 2002 08:28:58 +0300
2326              Message-ID: <15617.38426.603787.918922@ix.netsoft.ro>
2327      Branch: perl
2328            ! ext/Storable/Storable.xs
2329 ____________________________________________________________________________
2330 [ 17081] By: jhi                                   on 2002/06/08  11:36:29
2331         Log: Subject: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
2332              From: "Craig A. Berry" <craigberry@mac.com>
2333              Date: Fri, 7 Jun 2002 22:55:34 -0500
2334              Message-Id: <a05111b02b92724737054@[172.16.52.1]>
2335              
2336              Handle also underflow on non-IEEE.
2337      Branch: perl
2338            ! numeric.c
2339 ____________________________________________________________________________
2340 [ 17080] By: sky                                   on 2002/06/08  10:06:05
2341         Log: Fix for bug [ID 20020602.007].
2342              Don't decrement the active flag until AFTER we have run perl_destruct
2343      Branch: perl
2344            ! ext/threads/threads.xs
2345 ____________________________________________________________________________
2346 [ 17079] By: jhi                                   on 2002/06/08  01:38:50
2347         Log: h2ph: evil linux/byteorder/pdp_endian.h
2348      Branch: perl
2349            ! utils/h2ph.PL
2350 ____________________________________________________________________________
2351 [ 17078] By: jhi                                   on 2002/06/08  01:14:45
2352         Log: h2ph: more evilness in the form of Linux inline assembler.
2353      Branch: perl
2354            ! utils/h2ph.PL
2355 ____________________________________________________________________________
2356 [ 17077] By: jhi                                   on 2002/06/07  23:14:10
2357         Log: h2ph: Solaris has LDBL_EPSILON 1.0842021724855044340075E-19L
2358              (note the final L) for ia32 and ia64 long doubles.
2359      Branch: perl
2360            ! utils/h2ph.PL
2361 ____________________________________________________________________________
2362 [ 17076] By: jhi                                   on 2002/06/07  23:06:22
2363         Log: perlivp: more header matching.
2364      Branch: perl
2365            ! utils/perlivp.PL
2366 ____________________________________________________________________________
2367 [ 17075] By: jhi                                   on 2002/06/07  22:43:37
2368         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
2369              From: Nicholas Clark <nick@unfortu.net>
2370              Date: Sat, 8 Jun 2002 00:39:22 +0100
2371              Message-ID: <20020607233921.GE307@Bagpuss.unfortu.net>
2372      Branch: perl
2373            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
2374 ____________________________________________________________________________
2375 [ 17074] By: jhi                                   on 2002/06/07  22:33:29
2376         Log: Subject: [PATCH] numeric.c:S_mulexp10 -- quit when you can
2377              From: "Craig A. Berry" <craigberry@mac.com>
2378              Date: Fri, 7 Jun 2002 18:29:31 -0500
2379              Message-Id: <a05111b01b926db404884@[172.16.52.1]>
2380      Branch: perl
2381            ! numeric.c
2382 ____________________________________________________________________________
2383 [ 17073] By: jhi                                   on 2002/06/07  21:34:07
2384         Log: Reunite the first .PHONY targets (based on Garry Williams'
2385              reading of the GNU make manual).
2386      Branch: perl
2387            ! Makefile.SH
2388 ____________________________________________________________________________
2389 [ 17072] By: jhi                                   on 2002/06/07  20:59:14
2390         Log: Subject: Re: [DOCPATCH] Thread.pm
2391              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2392              Date: Fri, 07 Jun 2002 23:57:01 +0200
2393              Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl>
2394      Branch: perl
2395            ! lib/Thread.pm lib/Thread/Queue.pm lib/Thread/Semaphore.pm
2396 ____________________________________________________________________________
2397 [ 17071] By: jhi                                   on 2002/06/07  20:51:15
2398         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
2399              From: Radu Greab <radu@netsoft.ro>
2400              Date: Sat, 8 Jun 2002 00:49:02 +0300
2401              Message-ID: <15617.10830.557640.430565@ix.netsoft.ro>
2402      Branch: perl
2403            ! ext/Storable/t/recurse.t
2404 ____________________________________________________________________________
2405 [ 17070] By: jhi                                   on 2002/06/07  19:36:16
2406         Log: h2ph: the fp exponent does need to have an explicit sign.
2407      Branch: perl
2408            ! utils/h2ph.PL
2409 ____________________________________________________________________________
2410 [ 17069] By: jhi                                   on 2002/06/07  19:28:52
2411         Log: perlivp: tell what went wrong.
2412      Branch: perl
2413            ! utils/perlivp.PL
2414 ____________________________________________________________________________
2415 [ 17068] By: jhi                                   on 2002/06/07  19:22:23
2416         Log: perlivp: sometimes headers and symbols don't quite match.
2417      Branch: perl
2418            ! utils/perlivp.PL
2419 ____________________________________________________________________________
2420 [ 17067] By: jhi                                   on 2002/06/07  19:21:39
2421         Log: h2ph: One more usage example.
2422      Branch: perl
2423            ! utils/h2ph.PL
2424 ____________________________________________________________________________
2425 [ 17066] By: jhi                                   on 2002/06/07  19:05:22
2426         Log: h2ph: Tru64 disassembler.h evilness: mixed C and Pascal.
2427      Branch: perl
2428            ! utils/h2ph.PL
2429 ____________________________________________________________________________
2430 [ 17065] By: nick                                  on 2002/06/07  18:21:36
2431         Log: Integrate mainline
2432      Branch: perlio
2433           +> ext/IO/hints/sco.pl
2434           !> (integrate 27 files)
2435 ____________________________________________________________________________
2436 [ 17064] By: gsar                                  on 2002/06/07  18:04:39
2437         Log: uname() was returning "unknown" on IA64; handle other missing
2438              cases as well, and make any future unknown ones show up as
2439              unknown(0x123).
2440      Branch: perl
2441            ! win32/win32.c
2442 ____________________________________________________________________________
2443 [ 17063] By: jhi                                   on 2002/06/07  16:12:20
2444         Log: There are many ways to skin a Win32 (from Sarathy).
2445      Branch: perl
2446            ! pod/perlport.pod
2447 ____________________________________________________________________________
2448 [ 17062] By: jhi                                   on 2002/06/07  14:39:05
2449         Log: Typos spotted by Vadim.
2450      Branch: perl
2451            ! pod/perlport.pod
2452 ____________________________________________________________________________
2453 [ 17061] By: jhi                                   on 2002/06/07  14:05:16
2454         Log: Update Changes.
2455      Branch: perl
2456            ! Changes patchlevel.h
2457 ____________________________________________________________________________
2458 [ 17060] By: jhi                                   on 2002/06/07  13:26:52
2459         Log: Subject: Re: [PATCH] Small nit in perlxs.pod
2460              From: lupe@lupe-christoph.de (Lupe Christoph)
2461              Date: Fri, 7 Jun 2002 13:38:24 +0200
2462              Message-ID: <20020607113824.GD24159@lupe-christoph.de>
2463      Branch: perl
2464            ! pod/perlxs.pod
2465 ____________________________________________________________________________
2466 [ 17059] By: jhi                                   on 2002/06/07  13:25:35
2467         Log: Subject: [PATCH] README.win32 and win32/makefile.mk differ
2468              From: lupe@lupe-christoph.de (Lupe Christoph)
2469              Date: Fri, 7 Jun 2002 13:36:51 +0200
2470              Message-ID: <20020607113651.GC24159@lupe-christoph.de>
2471      Branch: perl
2472            ! README.win32
2473 ____________________________________________________________________________
2474 [ 17058] By: jhi                                   on 2002/06/07  13:22:38
2475         Log: gcc -Wall nit noticed by NI-S.
2476      Branch: perl
2477            ! pp.c
2478 ____________________________________________________________________________
2479 [ 17057] By: jhi                                   on 2002/06/07  13:20:05
2480         Log: Subject: Modification to Perl 5.6.1 source: ext/IO needs a hint
2481              From: Andrew Hamm <AHamm@civica.com.au>
2482              Date: Fri, 7 Jun 2002 17:11:24 +1000
2483              Message-ID: <3BA45F696FAAD3118A520090276AD99C0135BE03@sansydnt01.sanderson.net.au>
2484      Branch: perl
2485            + ext/IO/hints/sco.pl
2486            ! MANIFEST
2487 ____________________________________________________________________________
2488 [ 17056] By: jhi                                   on 2002/06/07  13:14:44
2489         Log: Integrate perlio:
2490              
2491              [ 17053]
2492              Don't discard read data on flush if seek fails.
2493      Branch: perl
2494           !> perlio.c
2495 ____________________________________________________________________________
2496 [ 17055] By: jhi                                   on 2002/06/07  13:01:19
2497         Log: s/MacOS/Mac OS/g; # (when the name of the os, not when $^O) Pudge
2498      Branch: perl
2499            ! pod/perl561delta.pod pod/perl570delta.pod pod/perl571delta.pod
2500            ! pod/perl572delta.pod pod/perldelta.pod pod/perlfaq3.pod
2501            ! pod/perlfunc.pod pod/perlintro.pod pod/perlpodspec.pod
2502            ! pod/perlport.pod pod/perltoot.pod
2503 ____________________________________________________________________________
2504 [ 17054] By: jhi                                   on 2002/06/07  12:38:09
2505         Log: More Winlore from Vadim.
2506      Branch: perl
2507            ! pod/perlport.pod
2508 ____________________________________________________________________________
2509 [ 17053] By: nick                                  on 2002/06/07  10:11:51
2510         Log: Don't discard read data on flush if seek fails.
2511      Branch: perlio
2512            ! perlio.c
2513 ____________________________________________________________________________
2514 [ 17052] By: jhi                                   on 2002/06/07  01:34:48
2515         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
2516              From: Radu Greab <radu@netsoft.ro>
2517              Date: Fri, 7 Jun 2002 05:17:58 +0300
2518              Message-ID: <15616.6102.89472.9852@ix.netsoft.ro>
2519      Branch: perl
2520            ! ext/Storable/Storable.xs
2521 ____________________________________________________________________________
2522 [ 17051] By: jhi                                   on 2002/06/07  01:31:56
2523         Log: Split in two the .PHONY target so that makes without .PHONY
2524              when invoked as "make" won't wander off into the targets "compile
2525              translator utilities" and instead stay in the "all" target.
2526              Diagnosed by Garry Williams.
2527      Branch: perl
2528            ! Makefile.SH
2529 ____________________________________________________________________________
2530 [ 17050] By: jhi                                   on 2002/06/06  20:57:11
2531         Log: Retract #16892 now that we have #17022.
2532      Branch: perl
2533            ! lib/Cwd.pm
2534 ____________________________________________________________________________
2535 [ 17049] By: jhi                                   on 2002/06/06  20:27:02
2536         Log: Update the SUPER-UX situation.
2537      Branch: perl
2538            ! pod/perldelta.pod
2539 ____________________________________________________________________________
2540 [ 17048] By: jhi                                   on 2002/06/06  20:13:53
2541         Log: More Windows wisdom from Sarathy;
2542              remove old UTS entry; add SUPER-UX.
2543      Branch: perl
2544            ! pod/perlport.pod
2545 ____________________________________________________________________________
2546 [ 17047] By: jhi                                   on 2002/06/06  20:10:14
2547         Log: Windows wisdom from Sarathy.
2548      Branch: perl
2549            ! pod/perlvar.pod
2550 ____________________________________________________________________________
2551 [ 17046] By: rgs                                   on 2002/06/06  19:33:23
2552         Log: The perlio warnings are not mandatory.
2553      Branch: perl
2554            ! pod/perldiag.pod
2555 ____________________________________________________________________________
2556 [ 17045] By: jhi                                   on 2002/06/06  19:09:52
2557         Log: Typolice.
2558      Branch: perl
2559            ! utils/c2ph.PL x2p/s2p.PL
2560 ____________________________________________________________________________
2561 [ 17044] By: jhi                                   on 2002/06/06  18:57:39
2562         Log: Document that $^O in Win32 is a bit lacking in details.
2563      Branch: perl
2564            ! pod/perlvar.pod
2565 ____________________________________________________________________________
2566 [ 17043] By: nick                                  on 2002/06/06  18:51:48
2567         Log: Integrate mainline
2568      Branch: perlio
2569           !> NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
2570           !> NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
2571           !> NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
2572           !> NetWare/t/NWScripts.pl lib/Thread.pm pod/perldelta.pod
2573           !> pod/perldiag.pod pod/perlguts.pod pod/perlthrtut.pod
2574           !> utils/c2ph.PL x2p/a2p.h x2p/s2p.PL
2575 ____________________________________________________________________________
2576 [ 17042] By: jhi                                   on 2002/06/06  18:49:22
2577         Log: Win32 is not an OS.
2578      Branch: perl
2579            ! pod/perlport.pod
2580 ____________________________________________________________________________
2581 [ 17041] By: jhi                                   on 2002/06/06  18:18:11
2582         Log: The Makefile.SH part of
2583              
2584              Subject: [PATCH] corrections to Config.pm
2585              From: Robin Barker <rmb1@cise.npl.co.uk>
2586              Date: Thu, 6 Jun 2002 18:05:17 +0100 (BST)
2587              Message-Id: <200206061705.SAA12213@tempest.npl.co.uk>
2588              
2589              and regen Configure.
2590      Branch: perl
2591            ! Configure Makefile.SH Porting/config.sh Porting/config_H
2592 ____________________________________________________________________________
2593 [ 17040] By: jhi                                   on 2002/06/06  17:46:20
2594         Log: Supported platforms tweaks.
2595      Branch: perl
2596            ! pod/perlport.pod
2597 ____________________________________________________________________________
2598 [ 17039] By: jhi                                   on 2002/06/06  16:13:15
2599         Log: Update the 5.005-threads failure list.
2600      Branch: perl
2601            ! pod/perldelta.pod
2602 ____________________________________________________________________________
2603 [ 17038] By: jhi                                   on 2002/06/06  16:10:24
2604         Log: Make pstruct and psed appear also on platforms with
2605              $Config{d_link} but filesystems without link() (like FAT).
2606              Should deal with [ID 20020602.003] and
2607              "RC1 for MSWin32-x86-multi-thread build bug report".
2608              Diagnosis by Sarathy.
2609      Branch: perl
2610            ! utils/c2ph.PL x2p/s2p.PL
2611 ____________________________________________________________________________
2612 [ 17037] By: jhi                                   on 2002/06/06  15:20:14
2613         Log: Subject: [PATCH] Thread.pm
2614              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2615              Date: Thu, 06 Jun 2002 10:47:36 +0200
2616              Message-Id: <4.2.0.58.20020606104435.01858590@mickey.dijkmat.nl>
2617      Branch: perl
2618            ! lib/Thread.pm
2619 ____________________________________________________________________________
2620 [ 17036] By: jhi                                   on 2002/06/06  15:07:32
2621         Log: Rafael noticed a bug in the explanation of #17035.
2622      Branch: perl
2623            ! pod/perldiag.pod
2624 ____________________________________________________________________________
2625 [ 17035] By: jhi                                   on 2002/06/06  13:18:20
2626         Log: Give more detailed explanation of open(FH, ">:foobar") failure.
2627      Branch: perl
2628            ! pod/perldiag.pod
2629 ____________________________________________________________________________
2630 [ 17034] By: jhi                                   on 2002/06/06  12:59:19
2631         Log: Subject: [DOCPATCH] perlthtut.pod
2632              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2633              Date: Thu, 06 Jun 2002 10:40:02 +0200
2634              Message-Id: <4.2.0.58.20020606103854.0191b320@mickey.dijkmat.nl>
2635      Branch: perl
2636            ! pod/perlthrtut.pod
2637 ____________________________________________________________________________
2638 [ 17033] By: jhi                                   on 2002/06/06  12:56:57
2639         Log: NetWare update from Ananth Kesari.
2640      Branch: perl
2641            ! NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
2642            ! NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
2643            ! NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
2644            ! NetWare/t/NWScripts.pl x2p/a2p.h
2645 ____________________________________________________________________________
2646 [ 17032] By: jhi                                   on 2002/06/06  12:47:34
2647         Log: Integrate perlio:
2648              
2649              [ 17030]
2650              doio.c tweaks
2651              - see SV passed to dup type open "looks_like__number"
2652              - apply layers to pipe opens.
2653      Branch: perl
2654           !> doio.c
2655 ____________________________________________________________________________
2656 [ 17031] By: ams                                   on 2002/06/06  11:49:13
2657         Log: Subject: [PATCH] perlguts.pod
2658              From: Nicholas Clark <nick@ccl4.org>
2659              Date: Thu, 6 Jun 2002 11:29:19 +0100
2660              Message-Id: <20020606112919.P22873@plum.flirble.org>
2661      Branch: perl
2662            ! pod/perlguts.pod
2663 ____________________________________________________________________________
2664 [ 17030] By: nick                                  on 2002/06/06  07:26:11
2665         Log: doio.c tweaks
2666              - see SV passed to dup type open "looks_like__number"
2667              - apply layers to pipe opens.
2668      Branch: perlio
2669            ! doio.c
2670 ____________________________________________________________________________
2671 [ 17029] By: nick                                  on 2002/06/06  06:32:35
2672         Log: Integrate mainline
2673      Branch: perlio
2674           !> AUTHORS Changes README.beos doio.c ext/DB_File/t/db-btree.t
2675           !> ext/DB_File/t/db-recno.t lib/Pod/Html.pm
2676           !> lib/Tie/File/t/16_handle.t patchlevel.h perl.c
2677           !> pod/perldelta.pod pod/perlfunc.pod pod/perlport.pod pp.c
2678           !> t/op/arith.t t/op/tie.t utils/perldoc.PL
2679 ____________________________________________________________________________
2680 [ 17028] By: jhi                                   on 2002/06/06  02:40:12
2681         Log: With -Ud_stdstdio perl -v and perl -h didn't flush their
2682              output buffers because they exited with PerlProc_exit()
2683              instead of my_exit() (from Andy Dougherty)
2684      Branch: perl
2685            ! perl.c
2686 ____________________________________________________________________________
2687 [ 17027] By: jhi                                   on 2002/06/06  01:38:50
2688         Log: BeOS status update; all platforms status update.
2689      Branch: perl
2690            ! README.beos pod/perlport.pod
2691 ____________________________________________________________________________
2692 [ 17026] By: jhi                                   on 2002/06/06  01:25:13
2693         Log: Subject: [PATCH lib/Pod/Html.pm] anchors fix
2694              From: Stas Bekman <stas@stason.org>
2695              Date: Wed, 05 Jun 2002 15:26:02 +0800
2696              Message-ID: <3CFDBD0A.8090505@stason.org>      
2697      Branch: perl
2698            ! lib/Pod/Html.pm
2699 ____________________________________________________________________________
2700 [ 17025] By: jhi                                   on 2002/06/05  23:48:28
2701         Log: Subject: [PATCH perl@17014] t/op/arith.t -- don't test infinity if it doesn't exist
2702              From: "Craig A. Berry" <craigberry@mac.com>
2703              Date: Wed, 05 Jun 2002 17:31:18 -0500
2704              Message-Id: <5.1.1.5.0.20020605171901.021cb8b8@exchi01>
2705      Branch: perl
2706            ! t/op/arith.t
2707 ____________________________________________________________________________
2708 [ 17024] By: jhi                                   on 2002/06/05  23:47:14
2709         Log: MacOS X 10.1.5 still failing the DB tests.
2710      Branch: perl
2711            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
2712            ! pod/perldelta.pod
2713 ____________________________________________________________________________
2714 [ 17023] By: jhi                                   on 2002/06/05  21:57:09
2715         Log: Address the second half of
2716              
2717              Subject: [ID 20020604.006] Pipe opens do not support I/O layers
2718              From: jv@squirrel.nl (Johan Vromans)
2719              Date: Tue,  4 Jun 2002 23:01:44 +0200 (CEST)
2720              Message-Id: <20020604210144.3A87A8B6B3@phoenix.squirrel.nl>
2721              
2722              so that multiarg piped opens only accept optional whitespace
2723              after the "|-".  If and when perlio discipline awareness added
2724              to |-, the now added code branch will grow.
2725              
2726              No test case because hard to think of anything even remotely
2727              portable.
2728      Branch: perl
2729            ! doio.c
2730 ____________________________________________________________________________
2731 [ 17022] By: jhi                                   on 2002/06/05  20:48:18
2732         Log: Subject: Re: local tied hash slices & stray keys (was Re: Cwd breakage)
2733              From: Doug MacEachern <dougm@covalent.net>
2734              Date: Mon, 3 Jun 2002 08:27:56 -0700 (PDT)
2735              Message-ID: <Pine.LNX.4.33.0206030822330.2695-100000@mako.covalent.net>
2736              
2737              (plus a test expanded from Schwern's [ID 20020602.006])
2738      Branch: perl
2739            ! pp.c t/op/tie.t
2740 ____________________________________________________________________________
2741 [ 17021] By: jhi                                   on 2002/06/05  19:56:33
2742         Log: Subject: doc bug in perldoc
2743              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2744              Date: Wed, 5 Jun 2002 09:47:31 -1000 (HST)
2745              Message-ID: <Pine.LNX.4.44.0206050941191.29367-100000@lapaki>
2746      Branch: perl
2747            ! utils/perldoc.PL
2748 ____________________________________________________________________________
2749 [ 17020] By: jhi                                   on 2002/06/05  19:55:00
2750         Log: AUTHORS updates; perldelta blame^Wfame additions.
2751      Branch: perl
2752            ! AUTHORS pod/perldelta.pod
2753 ____________________________________________________________________________
2754 [ 17019] By: jhi                                   on 2002/06/05  19:08:00
2755         Log: Mention Carp enhancements.
2756      Branch: perl
2757            ! pod/perldelta.pod
2758 ____________________________________________________________________________
2759 [ 17018] By: sky                                   on 2002/06/05  18:49:10
2760         Log: Update text slightly and update links to threads.pm instead of Thread.pm
2761      Branch: perl
2762            ! pod/perlfunc.pod
2763 ____________________________________________________________________________
2764 [ 17017] By: rgs                                   on 2002/06/05  18:32:11
2765         Log: Remove a comma and a few whitespaces.
2766      Branch: perl
2767            ! pod/perlfunc.pod
2768 ____________________________________________________________________________
2769 [ 17016] By: rgs                                   on 2002/06/05  18:28:50
2770         Log: $^O is 'beos' on BeOS
2771      Branch: perl
2772            ! lib/Tie/File/t/16_handle.t
2773 ____________________________________________________________________________
2774 [ 17015] By: nick                                  on 2002/06/05  15:11:00
2775         Log: Integrate mainline (for Configure)
2776      Branch: perlio
2777           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2778           !> ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
2779           !> hints/linux.sh myconfig.SH pod/perldelta.pod
2780 ____________________________________________________________________________
2781 [ 17014] By: jhi                                   on 2002/06/05  13:53:51
2782         Log: Update Changes.
2783      Branch: perl
2784            ! Changes patchlevel.h
2785 ____________________________________________________________________________
2786 [ 17013] By: jhi                                   on 2002/06/05  13:41:02
2787         Log: Mention the flakiness of AIX' make.
2788      Branch: perl
2789            ! pod/perldelta.pod
2790 ____________________________________________________________________________
2791 [ 17012] By: jhi                                   on 2002/06/05  13:40:45
2792         Log: metaconfig unit change for #17011.
2793      Branch: metaconfig
2794            ! U/installdirs/inc_version_list.U
2795 ____________________________________________________________________________
2796 [ 17011] By: jhi                                   on 2002/06/05  13:23:59
2797         Log: Subject: [ID 20020604.009] [jason@openinformatics.com (Jason E. Stewart)] RC1 buglet in Configure
2798              From: jason@openinformatics.com (Jason E. Stewart)
2799              Date: 04 Jun 2002 16:42:32 -0600
2800              Message-Id: <87d6v6wtrb.fsf@openinformatics.com>
2801              
2802              Unexpanded $prefix.
2803      Branch: perl
2804            ! Configure
2805 ____________________________________________________________________________
2806 [ 17010] By: jhi                                   on 2002/06/05  13:16:49
2807         Log: glibc version is more a library issue than a compiler issue.
2808      Branch: perl
2809            ! myconfig.SH
2810 ____________________________________________________________________________
2811 [ 17009] By: jhi                                   on 2002/06/05  13:07:01
2812         Log: Subject: [Encode PATCH] spurious warning
2813              From: Nicholas Clark <nick@unfortu.net>
2814              Date: Sun, 2 Jun 2002 20:26:22 +0100
2815              Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
2816      Branch: perl
2817            ! ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
2818 ____________________________________________________________________________
2819 [ 17008] By: jhi                                   on 2002/06/05  13:03:19
2820         Log: Show gnulibc_version in myconfig. 
2821      Branch: perl
2822            ! myconfig.SH
2823 ____________________________________________________________________________
2824 [ 17007] By: jhi                                   on 2002/06/05  12:59:31
2825         Log: Regen Glossary for #16991.
2826      Branch: perl
2827            ! Porting/Glossary Porting/config.sh Porting/config_H
2828 ____________________________________________________________________________
2829 [ 17006] By: jhi                                   on 2002/06/05  12:44:45
2830         Log: More for #16991.
2831      Branch: perl
2832            ! hints/linux.sh
2833 ____________________________________________________________________________
2834 [ 17005] By: nick                                  on 2002/06/05  07:23:22
2835         Log: Integrate mainline
2836      Branch: perlio
2837           +> ext/Thread/README.threads
2838            - README.threads
2839           !> (integrate 81 files)
2840 ____________________________________________________________________________
2841 [ 17004] By: jhi                                   on 2002/06/05  03:35:24
2842         Log: FAQ sync.
2843      Branch: perl
2844            ! pod/perlfaq6.pod
2845 ____________________________________________________________________________
2846 [ 17003] By: jhi                                   on 2002/06/05  01:56:00
2847         Log: Subject: [ID 20020602.004] threads::shared::queue new nit
2848              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2849              Date: Sun, 02 Jun 2002 21:36:05 +0200
2850              Message-Id: <4.2.0.58.20020602213520.027cf9d0@mickey.dijkmat.nl>
2851      Branch: perl
2852            ! ext/threads/shared/queue.pm
2853 ____________________________________________________________________________
2854 [ 17002] By: jhi                                   on 2002/06/05  01:47:02
2855         Log: Subject: [ID 20020603.010] One more failed test on BeOS 5
2856              From: "Daniel Berger" <djberg96@attbi.com>
2857              Date: Mon, 03 Jun 2002 19:18:38 GMT
2858              Message-Id: <20020604001258.MELY2751.rwcrmhc52.attbi.com@tiberius.mn.ipsvc.net>
2859      Branch: perl
2860            ! README.beos
2861 ____________________________________________________________________________
2862 [ 17001] By: jhi                                   on 2002/06/05  01:44:40
2863         Log: Subject: One more sorry for Oracle
2864              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2865              Date: Tue, 04 Jun 2002 10:02:17 +0200
2866              Message-Id: <20020604100132.159C.H.M.BRAND@hccnet.nl>
2867              
2868              (modified)
2869      Branch: perl
2870            ! README.hpux
2871 ____________________________________________________________________________
2872 [ 17000] By: jhi                                   on 2002/06/05  01:42:58
2873         Log: metaconfig unit change for #16999.
2874      Branch: metaconfig
2875            ! U/threads/usethreads.U
2876 ____________________________________________________________________________
2877 [ 16999] By: jhi                                   on 2002/06/05  01:42:44
2878         Log: Disable the combination of ithreads but not perlio.
2879      Branch: perl
2880            ! Configure INSTALL
2881 ____________________________________________________________________________
2882 [ 16998] By: jhi                                   on 2002/06/05  00:58:43
2883         Log: perlthrtut links.
2884      Branch: perl
2885            ! ext/threads/shared/shared.pm ext/threads/threads.pm
2886            ! pod/perldelta.pod
2887 ____________________________________________________________________________
2888 [ 16997] By: jhi                                   on 2002/06/05  00:55:08
2889         Log: Unmatchings.
2890      Branch: perl
2891            ! README.netware README.win32
2892 ____________________________________________________________________________
2893 [ 16996] By: jhi                                   on 2002/06/05  00:50:08
2894         Log: Subject: Re: 2nd draft of announcement
2895              From: "John P. Linderman" <jpl@research.att.com>
2896              Date: Mon, 03 Jun 2002 08:57:49 -0400
2897              Message-Id: <200206031257.IAA12388@raptor.research.att.com>
2898              
2899              Let's not forget the mystery IRIX failure.
2900      Branch: perl
2901            ! pod/perldelta.pod
2902 ____________________________________________________________________________
2903 [ 16995] By: jhi                                   on 2002/06/05  00:45:34
2904         Log: Move the obsolete README.threads out of sight to ext/Threads;
2905              save one part of the IRIX knowledge in INSTALL (though IRIX
2906              6.2 is quite old...)
2907      Branch: perl
2908            + ext/Thread/README.threads
2909            - README.threads
2910            ! INSTALL MANIFEST
2911 ____________________________________________________________________________
2912 [ 16994] By: jhi                                   on 2002/06/05  00:27:47
2913         Log: Upgrade to Math::BigRat 0.07.
2914      Branch: perl
2915            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
2916            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
2917            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
2918 ____________________________________________________________________________
2919 [ 16993] By: jhi                                   on 2002/06/05  00:27:08
2920         Log: metaconfig unit change #16991.
2921      Branch: metaconfig
2922            ! U/compline/d_gnulibc.U U/compline/d_stdstdio.U
2923 ____________________________________________________________________________
2924 [ 16992] By: jhi                                   on 2002/06/05  00:26:45
2925         Log: Forgot from #16991.
2926      Branch: perl
2927            ! config_h.SH
2928 ____________________________________________________________________________
2929 [ 16991] By: jhi                                   on 2002/06/05  00:16:28
2930         Log: Subject: Re: hints/linux.sh & stdio
2931              From: Andy Dougherty <doughera@lafayette.edu>
2932              Date: Mon, 3 Jun 2002 13:57:17 -0400 (EDT)
2933              Message-ID: <Pine.SOL.4.10.10206031349430.4034-100000@maxwell.phys.lafayette.edu>
2934      Branch: perl
2935            ! Configure
2936 ____________________________________________________________________________
2937 [ 16990] By: jhi                                   on 2002/06/05  00:08:57
2938         Log: Integrate maintperl change #16988;
2939              
2940              make IO::Pipe work on windows
2941      Branch: perl
2942           !> ext/IO/lib/IO/Pipe.pm
2943 ____________________________________________________________________________
2944 [ 16989] By: jhi                                   on 2002/06/05  00:07:15
2945         Log: Integrate macperl changes #16974 and #16975;
2946              
2947              nativize() isn't happy with absolute Mac paths
2948              
2949              Test::Harness test fixes, attempt #3 :-)
2950      Branch: perl
2951           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
2952           !> lib/Test/Harness/t/callback.t
2953           !> lib/Test/Harness/t/strap-analyze.t
2954           !> lib/Test/Harness/t/test-harness.t lib/lib_pm.PL
2955 ____________________________________________________________________________
2956 [ 16988] By: gsar                                  on 2002/06/04  23:14:56
2957         Log: make IO::Pipe work on windows
2958      Branch: maint-5.6/perl
2959            ! ext/IO/lib/IO/Pipe.pm
2960 ____________________________________________________________________________
2961 [ 16987] By: rgs                                   on 2002/06/04  21:37:23
2962         Log: s/modperl/mod_perl/g
2963      Branch: perl
2964            ! README.aix pod/perldelta.pod
2965 ____________________________________________________________________________
2966 [ 16986] By: rgs                                   on 2002/06/04  21:32:19
2967         Log: Subject: [DOC PATCH] perldelta.pod
2968              From: Philip Newton <Philip.Newton@gmx.net>
2969              Date: Tue, 04 Jun 2002 06:52:55 +0200
2970              Message-ID: <g9hofuk5egps80m15k59loidv60506n4nb@4ax.com>
2971              
2972              (with one nit, s/modperl/mod_perl/)
2973      Branch: perl
2974            ! pod/perldelta.pod
2975 ____________________________________________________________________________
2976 [ 16985] By: rgs                                   on 2002/06/04  20:30:00
2977         Log: perlfunc/lock() nits by Philip Newton and Johan Vromans.
2978      Branch: perl
2979            ! pod/perlfunc.pod
2980 ____________________________________________________________________________
2981 [ 16984] By: ams                                   on 2002/06/04  01:05:49
2982         Log: Subject: [PATCH] Re: Some bugs in RC1
2983              From: Michael G Schwern <schwern@pobox.com>
2984              Date: Mon, 03 Jun 2002 19:59:21 -0400
2985              Message-Id: <20020603235921.GN31617@ool-18b93024.dyn.optonline.net>
2986      Branch: perl
2987            ! lib/perl5db.pl
2988 ____________________________________________________________________________
2989 [ 16983] By: pudge                                 on 2002/06/04  00:22:12
2990         Log: Update Errno slightly to latest version
2991      Branch: macperl
2992            ! macos/lib/Errno.pm
2993 ____________________________________________________________________________
2994 [ 16982] By: rgs                                   on 2002/06/03  19:15:26
2995         Log: Protect against localizing an %ENV slice.
2996      Branch: perl
2997            ! lib/Cwd.pm
2998 ____________________________________________________________________________
2999 [ 16981] By: rgs                                   on 2002/06/03  18:59:19
3000         Log: Document that lock() is a "weak keyword".
3001      Branch: perl
3002            ! pod/perlfunc.pod
3003 ____________________________________________________________________________
3004 [ 16980] By: ams                                   on 2002/06/03  18:38:26
3005         Log: Subject: [PATCH Switch.pm] Minor typo
3006              From: Philip Newton <Philip.Newton@gmx.net>
3007              Date: Mon, 03 Jun 2002 21:35:55 +0200
3008              Message-Id: <q7hnfu8rttv0bro03si2e42avpqoe50op9@4ax.com>
3009      Branch: perl
3010            ! lib/Switch.pm
3011 ____________________________________________________________________________
3012 [ 16979] By: ams                                   on 2002/06/03  17:06:03
3013         Log: Remove all occurrences of occurence, except for one (in the
3014              Changelog) that is preserved for historical reasons.
3015      Branch: perl
3016            ! ext/File/Glob/bsd_glob.c hints/ultrix_4.sh lib/Pod/Checker.pm
3017            ! lib/Pod/Find.pm pod/perltoc.pod t/pod/poderrs.t
3018            ! t/pod/poderrs.xr util.c wince/comp.pl x2p/find2perl.PL
3019 ____________________________________________________________________________
3020 [ 16978] By: pudge                                 on 2002/06/02  17:22:43
3021         Log: Update Changes
3022      Branch: macperl
3023            ! macos/Changes
3024 ____________________________________________________________________________
3025 [ 16977] By: pudge                                 on 2002/06/02  17:21:45
3026         Log: Update Help menu for 5.8
3027      Branch: macperl
3028            ! macos/macperl/MacPerl.podhelp
3029 ____________________________________________________________________________
3030 [ 16976] By: pudge                                 on 2002/06/02  17:21:28
3031         Log: Bump versions
3032      Branch: macperl
3033            ! macos/MPVersion.r macos/config.h macos/config.sh
3034 ____________________________________________________________________________
3035 [ 16975] By: pudge                                 on 2002/06/02  17:19:29
3036         Log: Test::Harness test fixes, attempt #3 :-)
3037      Branch: macperl
3038            ! lib/Test/Harness/t/callback.t
3039            ! lib/Test/Harness/t/strap-analyze.t
3040            ! lib/Test/Harness/t/test-harness.t
3041 ____________________________________________________________________________
3042 [ 16974] By: pudge                                 on 2002/06/02  17:18:48
3043         Log: nativize() isn't happy with absolute Mac paths
3044      Branch: macperl
3045            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
3046            ! lib/lib_pm.PL
3047 ____________________________________________________________________________
3048 [ 16973] By: jhi                                   on 2002/06/01  21:19:50
3049         Log: Integrate #16971 from maint-5.6;
3050              
3051              IO::Poll wasn't working on windows since poll.c wasn't using the
3052              same abstractions as perl; for test case, see:
3053              http://bugs.activestate.com/show_bug.cgi?id=19624
3054      Branch: perl
3055           !> XSUB.h ext/IO/poll.c
3056 ____________________________________________________________________________
3057 [ 16972] By: jhi                                   on 2002/06/01  21:14:39
3058         Log: A few links.
3059      Branch: perl
3060            ! pod/perldelta.pod
3061 ____________________________________________________________________________
3062 [ 16971] By: gsar                                  on 2002/06/01  20:39:08
3063         Log: IO::Poll wasn't working on windows since poll.c wasn't using the
3064              same abstractions as perl; for test case, see:
3065              http://bugs.activestate.com/show_bug.cgi?id=19624
3066      Branch: maint-5.6/perl
3067            ! XSUB.h ext/IO/poll.c
3068 ____________________________________________________________________________
3069 [ 16970] By: jhi                                   on 2002/06/01  20:27:03
3070         Log: Various perldelta tweaks.
3071      Branch: perl
3072            ! pod/perldelta.pod
3073 ____________________________________________________________________________
3074 [ 16969] By: jhi                                   on 2002/06/01  19:52:15
3075         Log: Update Changes.
3076      Branch: perl
3077            ! Changes patchlevel.h
3078 ____________________________________________________________________________
3079 [ 16968] By: pudge                                 on 2002/06/01  18:55:49
3080         Log: Integrate perl for 5.8.0 RC1
3081      Branch: macperl
3082           !> (integrate 77 files)
3083 ____________________________________________________________________________
3084 [ 16967] By: jhi                                   on 2002/06/01  17:46:42
3085         Log: Two obsolete files.
3086      Branch: perl
3087            ! Porting/makerel
3088 ____________________________________________________________________________
3089 [ 16966] By: jhi                                   on 2002/06/01  17:42:45
3090         Log: This is Perl 5.8.0 RC 1.
3091      Branch: perl
3092            ! patchlevel.h
3093 ____________________________________________________________________________
3094 [ 16965] By: jhi                                   on 2002/06/01  17:39:39
3095         Log: Update Changes.
3096      Branch: perl
3097            ! Changes patchlevel.h
3098 ____________________________________________________________________________
3099 [ 16964] By: jhi                                   on 2002/06/01  17:25:31
3100         Log: Subject: [Encode] 1.75 Released
3101              From: Dan Kogai <dankogai@dan.co.jp>
3102              Date: Sun, 2 Jun 2002 03:19:19 +0900
3103              Message-Id: <16B7B98D-758C-11D6-AE74-0003939A104C@dan.co.jp>
3104      Branch: perl
3105            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/TW/TW.pm
3106            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
3107            ! ext/Encode/lib/Encode/Alias.pm
3108            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
3109            ! ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
3110 ____________________________________________________________________________
3111 [ 16963] By: jhi                                   on 2002/06/01  16:15:24
3112         Log: Paranoia regen_headers; no changes but at least
3113              the timestamps are now fine.
3114      Branch: perl
3115            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
3116            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
3117            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
3118            ! pod/perlintern.pod pp.sym pp_proto.h proto.h regnodes.h
3119            ! warnings.h
3120 ____________________________________________________________________________
3121 [ 16962] By: jhi                                   on 2002/06/01  16:13:17
3122         Log: Subject: Oracle / 5.8.0 / HP-UX / gcc / 64bit: Sorry
3123              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3124              Date: Sat, 01 Jun 2002 11:35:22 +0200
3125              Message-Id: <20020601103313.BF75.H.M.BRAND@hccnet.nl>
3126      Branch: perl
3127            ! README.hpux
3128 ____________________________________________________________________________
3129 [ 16961] By: jhi                                   on 2002/06/01  15:57:04
3130         Log: Garbage character in perldelta; Cygwin tip from Vadim; regen toc.
3131      Branch: perl
3132            ! pod/perldelta.pod pod/perltoc.pod
3133 ____________________________________________________________________________
3134 [ 16960] By: jhi                                   on 2002/06/01  15:30:10
3135         Log: Regen Configure + perlmodlib + perltoc, FAQ sync.
3136      Branch: perl
3137            ! Configure Porting/config.sh Porting/config_H pod/perlfaq4.pod
3138            ! pod/perlfaq5.pod pod/perlmodlib.pod pod/perltoc.pod
3139 ____________________________________________________________________________
3140 [ 16959] By: jhi                                   on 2002/06/01  15:03:57
3141         Log: Even more VMSifying (this time more like de-MacOSifying).
3142      Branch: perl
3143            ! lib/Test/Harness/t/test-harness.t
3144 ____________________________________________________________________________
3145 [ 16958] By: jhi                                   on 2002/06/01  14:58:39
3146         Log: VMSifying from Craig Berry.
3147      Branch: perl
3148            ! lib/Test/Harness/t/callback.t
3149            ! lib/Test/Harness/t/strap-analyze.t
3150            ! lib/Test/Harness/t/test-harness.t
3151 ____________________________________________________________________________
3152 [ 16957] By: jhi                                   on 2002/06/01  14:52:34
3153         Log: Mention the CJK docs.
3154      Branch: perl
3155            ! pod/perldelta.pod
3156 ____________________________________________________________________________
3157 [ 16956] By: jhi                                   on 2002/06/01  14:36:15
3158         Log: Subject: [PATCH] another Storable test
3159              From: Nicholas Clark <nick@unfortu.net>
3160              Date: Sat, 1 Jun 2002 14:07:01 +0100
3161              Message-ID: <20020601130700.GB301@Bagpuss.unfortu.net>
3162      Branch: perl
3163            ! ext/Storable/t/interwork56.t
3164 ____________________________________________________________________________
3165 [ 16955] By: nick                                  on 2002/06/01  09:02:48
3166         Log: Integrate mainline
3167      Branch: perlio
3168            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
3169           !> (integrate 62 files)
3170 ____________________________________________________________________________
3171 [ 16954] By: jhi                                   on 2002/06/01  04:05:35
3172         Log: Make the changes MacOS-specific.
3173      Branch: perl
3174            ! lib/Test/Harness/t/callback.t
3175            ! lib/Test/Harness/t/strap-analyze.t
3176            ! lib/Test/Harness/t/test-harness.t
3177 ____________________________________________________________________________
3178 [ 16953] By: ams                                   on 2002/06/01  03:20:52
3179         Log: Remove $Id$ lines.
3180      Branch: perl
3181            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
3182            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
3183            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
3184            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
3185            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
3186            ! ext/Storable/t/integer.t ext/Storable/t/interwork56.t
3187            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
3188            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
3189            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
3190            ! ext/Storable/t/st-dump.pl ext/Storable/t/store.t
3191            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
3192            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
3193            ! ext/Storable/t/utf8hash.t
3194 ____________________________________________________________________________
3195 [ 16952] By: jhi                                   on 2002/06/01  03:09:47
3196         Log: Perl Labs dead, Smokers live.
3197      Branch: perl
3198            ! pod/perlhack.pod
3199 ____________________________________________________________________________
3200 [ 16951] By: ams                                   on 2002/06/01  03:08:02
3201         Log: Nitpick at ChangeLog until it is consistently formatted.
3202      Branch: perl
3203            ! ext/Storable/ChangeLog
3204 ____________________________________________________________________________
3205 [ 16950] By: jhi                                   on 2002/06/01  02:46:48
3206         Log: strictify lib.pm.
3207      Branch: perl
3208            ! lib/lib_pm.PL
3209 ____________________________________________________________________________
3210 [ 16949] By: jhi                                   on 2002/06/01  02:33:27
3211         Log: s/invcer/incver/
3212      Branch: perl
3213            ! lib/lib_pm.PL
3214 ____________________________________________________________________________
3215 [ 16948] By: jhi                                   on 2002/06/01  02:03:27
3216         Log: Subject: Re: perl@16925
3217              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3218              Date: Fri, 31 May 2002 19:56:39 -0700
3219              Message-ID: <nfD+8gzkgGHH092yn@efn.org>
3220              
3221              Self-tie clarifications.
3222      Branch: perl
3223            ! pod/perldelta.pod
3224 ____________________________________________________________________________
3225 [ 16947] By: jhi                                   on 2002/06/01  01:17:45
3226         Log: Be exact of what happens.
3227      Branch: perl
3228            ! README.cygwin
3229 ____________________________________________________________________________
3230 [ 16946] By: jhi                                   on 2002/06/01  01:16:59
3231         Log: Subject: [Patch] Inplace editing on Cygwin and others?
3232              From: "Gerrit P. Haase" <gp@familiehaase.de>
3233              Date: Sat, 1 Jun 2002 04:14:43 +0200
3234              Message-ID: <199100765833.20020601041443@familiehaase.de>
3235      Branch: perl
3236            ! README.cygwin doio.c perl.c
3237 ____________________________________________________________________________
3238 [ 16945] By: jhi                                   on 2002/05/31  23:03:23
3239         Log: MacOS test glitch.
3240      Branch: perl
3241            ! ext/Digest/MD5/t/files.t
3242 ____________________________________________________________________________
3243 [ 16944] By: jhi                                   on 2002/05/31  22:13:31
3244         Log: Update Changes.
3245      Branch: perl
3246            ! Changes patchlevel.h
3247 ____________________________________________________________________________
3248 [ 16943] By: jhi                                   on 2002/05/31  22:08:03
3249         Log: Subject: lib/Math/BigInt/t/bigintc.t + VMS + perl@16925
3250              From: "Craig A. Berry" <craigberry@mac.com>
3251              Date: Fri, 31 May 2002 17:20:11 -0500
3252              Message-Id: <a05111b01b91da6015790@[172.16.52.1]>
3253              
3254              Avoid redef warning.
3255      Branch: perl
3256            ! lib/Math/BigInt/Calc.pm
3257 ____________________________________________________________________________
3258 [ 16942] By: jhi                                   on 2002/05/31  21:42:12
3259         Log: Integrate macperl patches #16926 and #16938;
3260              
3261              Big MacPerl Testing Patch No. 2
3262              
3263              Big MacPerl Testing Patch No. 3
3264      Branch: perl
3265           !> ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
3266           !> lib/Devel/SelfStubber.t lib/English.t lib/ExtUtils/MM_MacOS.pm
3267           !> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
3268           !> lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t
3269           !> lib/File/Temp.pm lib/FindBin.t lib/Test/Harness/Straps.pm
3270           !> lib/Test/Harness/t/callback.t
3271           !> lib/Test/Harness/t/strap-analyze.t
3272           !> lib/Test/Harness/t/test-harness.t lib/Tie/File/t/09_gen_rs.t
3273           !> lib/diagnostics.t lib/lib.t lib/lib_pm.PL t/comp/use.t
3274           !> t/lib/MakeMaker/Test/Utils.pm utils/dprofpp.PL utils/splain.PL
3275 ____________________________________________________________________________
3276 [ 16941] By: pudge                                 on 2002/05/31  20:49:56
3277         Log: Configuration / test updates
3278      Branch: macperl
3279            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
3280            ! macos/Makefile.mk
3281 ____________________________________________________________________________
3282 [ 16940] By: pudge                                 on 2002/05/31  20:49:19
3283         Log: Fix various Makefile.PL for string/array conflicts
3284      Branch: macperl
3285            ! macos/ext/Mac/Controls/Makefile.PL
3286            ! macos/ext/Mac/Dialogs/Makefile.PL
3287            ! macos/ext/Mac/Events/Makefile.PL
3288            ! macos/ext/Mac/Files/Makefile.PL
3289            ! macos/ext/Mac/Fonts/Makefile.PL
3290            ! macos/ext/Mac/Lists/Makefile.PL
3291            ! macos/ext/Mac/Menus/Makefile.PL
3292            ! macos/ext/Mac/MoreFiles/Makefile.PL
3293            ! macos/ext/Mac/Movies/Makefile.PL
3294            ! macos/ext/Mac/Navigation/Makefile.PL
3295            ! macos/ext/Mac/Notification/Makefile.PL
3296            ! macos/ext/Mac/OSA/Makefile.PL
3297            ! macos/ext/Mac/QDOffscreen/Makefile.PL
3298            ! macos/ext/Mac/QuickTimeVR/Makefile.PL
3299            ! macos/ext/Mac/SAT/Makefile.PL macos/ext/Mac/Sound/Makefile.PL
3300            ! macos/ext/Mac/StandardFile/Makefile.PL
3301            ! macos/ext/Mac/TextEdit/Makefile.PL
3302            ! macos/ext/Mac/Windows/Makefile.PL
3303            ! macos/ext/MacPerl/Makefile.PL
3304 ____________________________________________________________________________
3305 [ 16939] By: pudge                                 on 2002/05/31  20:48:09
3306         Log: Integrate perl
3307      Branch: macperl
3308            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
3309           !> MANIFEST hints/hpux.sh lib/Math/BigInt/t/mbi_rand.t
3310           !> pod/perldelta.pod pod/perlhist.pod pod/perlport.pod
3311           !> pod/perlvar.pod
3312 ____________________________________________________________________________
3313 [ 16938] By: pudge                                 on 2002/05/31  20:46:07
3314         Log: Big MacPerl Testing Patch No. 3
3315      Branch: macperl
3316            ! lib/ExtUtils/MM_MacOS.pm lib/File/DosGlob.t
3317            ! lib/File/Spec/t/Spec.t lib/Test/Harness/Straps.pm
3318            ! lib/Test/Harness/t/callback.t
3319            ! lib/Test/Harness/t/strap-analyze.t
3320            ! lib/Test/Harness/t/test-harness.t lib/lib_pm.PL t/comp/use.t
3321            ! utils/dprofpp.PL utils/splain.PL
3322 ____________________________________________________________________________
3323 [ 16937] By: jhi                                   on 2002/05/31  20:14:45
3324         Log: Update the LWP status.
3325      Branch: perl
3326            ! pod/perldelta.pod
3327 ____________________________________________________________________________
3328 [ 16936] By: nick                                  on 2002/05/31  20:07:40
3329         Log: Integrate mainline
3330      Branch: perlio
3331           +> NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
3332           +> lib/File/Spec/NW5.pm
3333            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
3334            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
3335            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
3336            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
3337           !> Changes MANIFEST NetWare/Makefile NetWare/Nwmain.c
3338           !> NetWare/nw5.c README.netware ext/DynaLoader/DynaLoader_pm.PL
3339           !> hints/hpux.sh lib/English.t lib/ExtUtils/MM_NW5.pm makedef.pl
3340           !> patchlevel.h pod/perldelta.pod pod/perlport.pod
3341           !> pod/perlvar.pod toke.c
3342 ____________________________________________________________________________
3343 [ 16935] By: jhi                                   on 2002/05/31  19:27:50
3344         Log: Freudian slip :-)
3345      Branch: perl
3346            ! pod/perlhist.pod
3347 ____________________________________________________________________________
3348 [ 16934] By: jhi                                   on 2002/05/31  18:58:21
3349         Log: perlhist update.
3350      Branch: perl
3351            ! pod/perlhist.pod
3352 ____________________________________________________________________________
3353 [ 16933] By: jhi                                   on 2002/05/31  18:52:26
3354         Log: Subject: RE: [doughera@lafayette.edu: [PATCH] Math/BigInt/t/mbi_rand.t pr
3355              From: Andy Dougherty <doughera@lafayette.edu>
3356              Date: Fri, 31 May 2002 15:52:34 -0400 (EDT)
3357              Message-ID: Pine.SOL.4.10.10205311550480.19295-100000@maxwell.phys.lafayette.edu>
3358      Branch: perl
3359            ! lib/Math/BigInt/t/mbi_rand.t
3360 ____________________________________________________________________________
3361 [ 16932] By: jhi                                   on 2002/05/31  18:46:54
3362         Log: From: Michael G Schwern <schwern@pobox.com>
3363              Date: Fri, 31 May 2002 15:18:02 -0400
3364              Message-id: <20020531191802.GB23567@ool-18b93024.dyn.optonline.net>
3365              To: perl5-porters@perl.org
3366      Branch: perl
3367            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
3368            ! MANIFEST
3369 ____________________________________________________________________________
3370 [ 16931] By: jhi                                   on 2002/05/31  17:52:24
3371         Log: More datapoints on gcc/alpha.
3372      Branch: perl
3373            ! pod/perldelta.pod
3374 ____________________________________________________________________________
3375 [ 16930] By: jhi                                   on 2002/05/31  17:07:14
3376         Log: Document that old gccs on Alpha are no good.
3377      Branch: perl
3378            ! pod/perldelta.pod
3379 ____________________________________________________________________________
3380 [ 16929] By: pudge                                 on 2002/05/31  16:27:30
3381         Log: Integrate perl
3382      Branch: macperl
3383           +> NetWare/bat/SetCodeWar.bat ext/Storable/t/interwork56.t
3384           +> ext/Storable/t/make_56_interwork.pl lib/ExtUtils/t/MM_NW5.t
3385           +> lib/ExtUtils/t/writemakefile_args.t lib/File/Spec/NW5.pm
3386           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
3387           +> t/lib/sample-tests/skipall_nomsg
3388            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
3389            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
3390            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
3391            - NetWare/bat/Setmpksdk.bat NetWare/bat/Setwatcom.bat
3392            - NetWare/bat/ToggleXDC.bat
3393           !> (integrate 86 files)
3394 ____________________________________________________________________________
3395 [ 16928] By: jhi                                   on 2002/05/31  16:20:02
3396         Log: Subject: [PATCH perl@16923] archname glitch on HP-UX/IA64
3397              From: Colin Watson <colinw@zeus.com>
3398              Date: Fri, 31 May 2002 17:34:06 +0100
3399              Message-ID: <20020531163406.GA10401@zeus.com>
3400      Branch: perl
3401            ! hints/hpux.sh
3402 ____________________________________________________________________________
3403 [ 16927] By: jhi                                   on 2002/05/31  16:17:29
3404         Log: Subject: [PATCH] Adjust executable suffix checks for VMS
3405              From: Paul_GreenVOS@vos.stratus.com
3406              Date: Fri, 31 May 02 12:23 edt
3407              Message-Id: <200205311622.MAA21673@mailhub2.stratus.com>
3408      Branch: perl
3409            ! pod/perlport.pod pod/perlvar.pod
3410 ____________________________________________________________________________
3411 [ 16926] By: pudge                                 on 2002/05/31  16:07:35
3412         Log: Big MacPerl Testing Patch No. 2
3413              There might be more soon, but this is almost all of it for now
3414      Branch: macperl
3415            ! ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
3416            ! lib/Devel/SelfStubber.t lib/English.t
3417            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
3418            ! lib/File/Path.t lib/File/Temp.pm lib/FindBin.t
3419            ! lib/Tie/File/t/09_gen_rs.t lib/diagnostics.t lib/lib.t
3420            ! lib/lib_pm.PL t/lib/MakeMaker/Test/Utils.pm
3421 ____________________________________________________________________________
3422 [ 16925] By: jhi                                   on 2002/05/31  14:52:22
3423         Log: Update Changes.
3424      Branch: perl
3425            ! Changes patchlevel.h
3426 ____________________________________________________________________________
3427 [ 16924] By: jhi                                   on 2002/05/31  14:34:23
3428         Log: Missing MANIFESTations.
3429      Branch: perl
3430            ! MANIFEST
3431 ____________________________________________________________________________
3432 [ 16923] By: jhi                                   on 2002/05/31  13:21:13
3433         Log: DJGPP tweaks from Laszlo.
3434      Branch: perl
3435            ! lib/English.t
3436 ____________________________________________________________________________
3437 [ 16922] By: jhi                                   on 2002/05/31  13:12:51
3438         Log: NetWare update from Ananth Kesari.
3439      Branch: perl
3440            + NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
3441            + lib/File/Spec/NW5.pm
3442            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
3443            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
3444            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
3445            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
3446            ! MANIFEST NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
3447            ! README.netware ext/DynaLoader/DynaLoader_pm.PL
3448            ! lib/ExtUtils/MM_NW5.pm makedef.pl toke.c
3449 ____________________________________________________________________________
3450 [ 16921] By: jhi                                   on 2002/05/31  12:39:48
3451         Log: Integrate perlio:
3452              
3453              [ 16920]
3454              Use File::Spec for blib expectance tests - skating round
3455              existing MacOS and VMS hacks.
3456      Branch: perl
3457           !> lib/blib.t
3458 ____________________________________________________________________________
3459 [ 16920] By: nick                                  on 2002/05/31  08:48:40
3460         Log: Use File::Spec for blib expectance tests - skating round
3461              existing MacOS and VMS hacks.
3462      Branch: perlio
3463            ! lib/blib.t
3464 ____________________________________________________________________________
3465 [ 16919] By: nick                                  on 2002/05/31  08:39:37
3466         Log: Integrate mainline
3467      Branch: perlio
3468           +> ext/Storable/t/interwork56.t
3469           +> ext/Storable/t/make_56_interwork.pl
3470           +> lib/ExtUtils/t/writemakefile_args.t
3471           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
3472           +> t/lib/sample-tests/skipall_nomsg
3473            - NetWare/bat/Setwatcom.bat
3474           !> (integrate 62 files)
3475 ____________________________________________________________________________
3476 [ 16918] By: jhi                                   on 2002/05/31  03:12:15
3477         Log: Regen toc.
3478      Branch: perl
3479            ! pod/perltoc.pod
3480 ____________________________________________________________________________
3481 [ 16917] By: jhi                                   on 2002/05/31  02:13:06
3482         Log: Subject: [PATCH] t/test.pl, which_perl, VMS
3483              From: "Craig A. Berry" <craigberry@mac.com>
3484              Date: Thu, 30 May 2002 22:14:15 -0500
3485              Message-Id: <a0511170ab91c997b6866@[172.16.52.1]>
3486      Branch: perl
3487            ! t/test.pl
3488 ____________________________________________________________________________
3489 [ 16916] By: jhi                                   on 2002/05/31  02:05:11
3490         Log: Missing from #16914.
3491      Branch: perl
3492            ! MANIFEST
3493 ____________________________________________________________________________
3494 [ 16915] By: jhi                                   on 2002/05/31  02:01:07
3495         Log: BeOS status update.
3496      Branch: perl
3497            ! AUTHORS README.beos pod/perldelta.pod
3498 ____________________________________________________________________________
3499 [ 16914] By: jhi                                   on 2002/05/31  01:54:38
3500         Log: Upgrade to Test::Harness 2.24.
3501      Branch: perl
3502            + t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
3503            + t/lib/sample-tests/skipall_nomsg
3504            ! lib/Test/Harness.pm lib/Test/Harness/Changes
3505            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
3506            ! lib/Test/Harness/t/strap-analyze.t
3507            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
3508 ____________________________________________________________________________
3509 [ 16913] By: jhi                                   on 2002/05/31  01:24:32
3510         Log: metaconfig unit change for #16912.
3511      Branch: metaconfig/U/perl
3512            ! perlpath.U
3513 ____________________________________________________________________________
3514 [ 16912] By: jhi                                   on 2002/05/31  01:24:16
3515         Log: Subject: Improved $^X patch
3516              From: Paul_GreenVOS@vos.stratus.com
3517              Date: Thu, 30 May 02 17:32 edt
3518              Message-Id: <200205302132.RAA18437@mailhub1.stratus.com>
3519      Branch: perl
3520            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3521            ! pod/perlport.pod pod/perlvar.pod
3522 ____________________________________________________________________________
3523 [ 16911] By: jhi                                   on 2002/05/31  01:12:21
3524         Log: Subject: [PATCH configure.com] _ext -> _exe
3525              From: "Craig A. Berry" <craigberry@mac.com>
3526              Date: Thu, 30 May 2002 18:32:43 -0500
3527              Message-Id: <a05111705b91c5d0f3f25@[172.16.52.1]>
3528      Branch: perl
3529            ! configure.com
3530 ____________________________________________________________________________
3531 [ 16910] By: jhi                                   on 2002/05/31  01:10:08
3532         Log: Because of #16909 MANIFEST changes.
3533      Branch: perl
3534            ! t/TEST t/harness
3535 ____________________________________________________________________________
3536 [ 16909] By: jhi                                   on 2002/05/31  01:09:36
3537         Log: Subject: [PATCH] Storable compatibility with 64 bit 5.6.x
3538              From: Nicholas Clark <nick@unfortu.net>
3539              Date: Fri, 31 May 2002 00:02:22 +0100
3540              Message-ID: <20020530230221.GC296@Bagpuss.unfortu.net>
3541      Branch: perl
3542            + ext/Storable/t/interwork56.t
3543            + ext/Storable/t/make_56_interwork.pl
3544            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
3545            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
3546            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
3547 ____________________________________________________________________________
3548 [ 16908] By: jhi                                   on 2002/05/30  20:49:34
3549         Log: Integrate perlio:
3550              
3551              [ 16895]
3552              Play safe and avoid writes to stdio's buffer (for glibc2.3)
3553      Branch: perl
3554           !> perlio.c
3555 ____________________________________________________________________________
3556 [ 16907] By: jhi                                   on 2002/05/30  20:42:42
3557         Log: Upgrade to Math::BigRat 0.06.
3558      Branch: perl
3559            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
3560 ____________________________________________________________________________
3561 [ 16906] By: jhi                                   on 2002/05/30  20:39:30
3562         Log: Upgrade to Math::BigInt 1.57.
3563      Branch: perl
3564            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3565            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3566            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
3567            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbi_rand.t
3568            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
3569 ____________________________________________________________________________
3570 [ 16905] By: jhi                                   on 2002/05/30  20:26:32
3571         Log: Subject: [PATCH perl@16893] lib/blib.t tweak for VMS
3572              From: "Craig A. Berry" <craigberry@mac.com>
3573              Date: Thu, 30 May 2002 16:22:40 -0500
3574              Message-Id: <a05111703b91c44a6865f@[172.16.52.1]>
3575      Branch: perl
3576            ! lib/blib.t
3577 ____________________________________________________________________________
3578 [ 16904] By: jhi                                   on 2002/05/30  20:24:10
3579         Log: Upgrade to ExtUtils::MakeMaker 6.01.
3580      Branch: perl
3581            + lib/ExtUtils/t/writemakefile_args.t
3582            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
3583            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
3584            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_MacOS.pm
3585            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
3586            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3587            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
3588            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
3589            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/testlib.pm
3590 ____________________________________________________________________________
3591 [ 16903] By: dougm                                 on 2002/05/30  20:05:47
3592         Log: prevent attempts to load extension libraries more than once on darwin.
3593              avoiding fatal errors in the form of: "multiple definitions of symbol _XS_foo"
3594      Branch: perl
3595            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
3596 ____________________________________________________________________________
3597 [ 16902] By: jhi                                   on 2002/05/30  20:01:10
3598         Log: Obsolete file.
3599      Branch: perl
3600            - NetWare/bat/Setwatcom.bat
3601            ! MANIFEST
3602 ____________________________________________________________________________
3603 [ 16901] By: jhi                                   on 2002/05/30  19:49:57
3604         Log: Update Andy.
3605      Branch: perl
3606            ! hints/linux.sh
3607 ____________________________________________________________________________
3608 [ 16900] By: jhi                                   on 2002/05/30  19:40:14
3609         Log: INT2PTR/PTR2IV defined twice.
3610      Branch: perl
3611            ! ext/Devel/PPPort/PPPort.pm
3612 ____________________________________________________________________________
3613 [ 16899] By: jhi                                   on 2002/05/30  19:26:11
3614         Log: Subject: Re: [PATCH: perl@16826] small updates to DCL portions of perl kit
3615              From: PPrymmer@factset.com
3616              Date: Thu, 30 May 2002 13:57:31 -0400
3617              Message-ID: <OF5D13E5C1.A33F30A2-ON85256BC9.0061EF06@55.25.11>
3618              
3619              Multinet matters with s/might the/mind the/
3620      Branch: perl
3621            ! README.vms
3622 ____________________________________________________________________________
3623 [ 16898] By: nick                                  on 2002/05/30  15:55:46
3624         Log: Integrate mainline
3625      Branch: perlio
3626           !> Changes lib/charnames.pm lib/charnames.t patchlevel.h
3627           !> pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod
3628 ____________________________________________________________________________
3629 [ 16897] By: jhi                                   on 2002/05/30  15:46:52
3630         Log: Document the glibc 2.2.5 long long bug.
3631      Branch: perl
3632            ! pod/perldelta.pod
3633 ____________________________________________________________________________
3634 [ 16896] By: jhi                                   on 2002/05/30  15:43:56
3635         Log: Subject: [PATCH pod/perlfunc.pod]  Not having an unimport is no longer fatal.
3636              From: Abigail <abigail@foad.org>
3637              Date: Thu, 30 May 2002 09:33:51 -0700
3638              Message-ID: <20020530093351.A18225@ucan.foad.org>
3639      Branch: perl
3640            ! pod/perlfunc.pod
3641 ____________________________________________________________________________
3642 [ 16895] By: nick                                  on 2002/05/30  14:40:11
3643         Log: Play safe and avoid writes to stdio's buffer (for glibc2.3)
3644      Branch: perlio
3645            ! perlio.c
3646 ____________________________________________________________________________
3647 [ 16894] By: nick                                  on 2002/05/30  14:39:19
3648         Log: Integrate mainline
3649      Branch: perlio
3650           !> (integrate 50 files)
3651 ____________________________________________________________________________
3652 [ 16893] By: jhi                                   on 2002/05/30  14:24:29
3653         Log: Update Changes.
3654      Branch: perl
3655            ! Changes patchlevel.h
3656 ____________________________________________________________________________
3657 [ 16892] By: jhi                                   on 2002/05/30  14:17:43
3658         Log: Subject: RE: [PATCH pod/perlvar.pod] $^X
3659              From: "Green, Paul" <Paul.Green@stratus.com>
3660              Date: Thu, 30 May 2002 11:11:35 -0400
3661              Message-ID: <A2A34F15EE916148BC4C4748223E67A4027C25E4@EXNA4.stratus.com>  
3662      Branch: perl
3663            ! pod/perlvar.pod
3664 ____________________________________________________________________________
3665 [ 16891] By: jhi                                   on 2002/05/30  14:07:30
3666         Log: charnames patch from Thomas Wegner.
3667      Branch: perl
3668            ! lib/charnames.pm lib/charnames.t
3669 ____________________________________________________________________________
3670 [ 16890] By: jhi                                   on 2002/05/30  14:03:24
3671         Log: Subject: [Patch perl@16861] charnames::vianame tweak
3672              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3673              Date: Thu, 30 May 2002 23:56:51 +0900
3674              Message-Id: <20020530235541.D722.BQW10602@nifty.com>
3675      Branch: perl
3676            ! lib/charnames.pm
3677 ____________________________________________________________________________
3678 [ 16889] By: jhi                                   on 2002/05/30  14:02:02
3679         Log: Chart the self-tying minefield.
3680      Branch: perl
3681            ! pod/perldelta.pod
3682 ____________________________________________________________________________
3683 [ 16888] By: jhi                                   on 2002/05/30  13:58:53
3684         Log: Ignasi Roca convinced me, so #16855 is back in.
3685      Branch: perl
3686            ! utfebcdic.h
3687 ____________________________________________________________________________
3688 [ 16887] By: jhi                                   on 2002/05/30  13:51:29
3689         Log: Subject: [PATCH] Re: Linux glibc 2.2.90 issue; likely from readonly stdio mmap
3690              From: Andy Dougherty <doughera@lafayette.edu>
3691              Date: Thu, 30 May 2002 10:50:18 -0400 (EDT)
3692              Message-ID: <Pine.SOL.4.10.10205301008040.22885-100000@maxwell.phys.lafayette.edu>
3693      Branch: perl
3694            ! hints/linux.sh
3695 ____________________________________________________________________________
3696 [ 16886] By: gbarr                                 on 2002/05/30  13:49:11
3697         Log: Sync with libnet-1.12
3698      Branch: perl
3699            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm lib/Net/SMTP.pm
3700 ____________________________________________________________________________
3701 [ 16885] By: jhi                                   on 2002/05/30  13:43:28
3702         Log: Subject: Re: perl@16861
3703              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3704              Date: Wed, 29 May 2002 15:27:18 -0700
3705              Message-ID: <GXV98gzkgW7Y092yn@efn.org>
3706              
3707              Yitzchak won't give up on self-ties.
3708      Branch: perl
3709            ! pp_sys.c t/op/tie.t
3710 ____________________________________________________________________________
3711 [ 16884] By: ams                                   on 2002/05/30  13:32:52
3712         Log: Ronald Kimball pointed out that there was a run-on sentence in the
3713              last patch by Stas Bekman, and I fixed it, and while I was at it, I
3714              fixed the wording of the last phrase as well, and then I re-wrapped
3715              the paragraph.
3716      Branch: perl
3717            ! pod/perlvar.pod
3718 ____________________________________________________________________________
3719 [ 16883] By: jhi                                   on 2002/05/30  13:30:52
3720         Log: Integrate macperl change #16875.
3721      Branch: perl
3722           !> ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
3723           !> t/lib/warnings/op
3724 ____________________________________________________________________________
3725 [ 16882] By: jhi                                   on 2002/05/30  13:29:13
3726         Log: Integrate macperl patch #16868.
3727      Branch: perl
3728           !> (integrate 36 files)
3729 ____________________________________________________________________________
3730 [ 16881] By: jhi                                   on 2002/05/30  12:50:14
3731         Log: Subject: Re: [ PATCH ] module test fest
3732              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3733              Date: Thu, 30 May 2002 13:52:18 +0200
3734              Message-Id: <20020530135047.0B46.H.M.BRAND@hccnet.nl>
3735              
3736              HP-UX Oracle wisdom (with some tweaks)
3737      Branch: perl
3738            ! README.hpux
3739 ____________________________________________________________________________
3740 [ 16880] By: jhi                                   on 2002/05/30  12:48:09
3741         Log: metaconfig unit change for #16879.
3742      Branch: metaconfig
3743            ! U/modified/Options.U
3744 ____________________________________________________________________________
3745 [ 16879] By: jhi                                   on 2002/05/30  12:47:34
3746         Log: Configure -A should not mangle spaces, from H.Merijn B.
3747      Branch: perl
3748            ! Configure
3749 ____________________________________________________________________________
3750 [ 16878] By: jhi                                   on 2002/05/30  12:40:42
3751         Log: OS/2: found the _fd_flags() prototype.
3752      Branch: perl
3753            ! os2/os2ish.h
3754 ____________________________________________________________________________
3755 [ 16877] By: jhi                                   on 2002/05/30  12:33:05
3756         Log: Fix up the signal handler reinstallation lore.
3757      Branch: perl
3758            ! pod/perlipc.pod
3759 ____________________________________________________________________________
3760 [ 16876] By: jhi                                   on 2002/05/30  12:29:09
3761         Log: Subject: [PATCH pod/perlipc.pod] Handling the SIGHUP Signal in Daemons
3762              From: Stas Bekman <stas@stason.org>
3763              Date: Thu, 30 May 2002 15:29:02 +0800
3764              Message-ID: <3CF5D4BE.4000500@stason.org>
3765      Branch: perl
3766            ! pod/perlipc.pod
3767 ____________________________________________________________________________
3768 [ 16875] By: pudge                                 on 2002/05/30  11:48:05
3769         Log: Fixes for fixes
3770      Branch: macperl
3771            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
3772            ! t/lib/warnings/op
3773 ____________________________________________________________________________
3774 [ 16874] By: ams                                   on 2002/05/30  07:41:30
3775         Log: Fix typo in #16866.
3776      Branch: perl
3777            ! lib/File/stat.t
3778 ____________________________________________________________________________
3779 [ 16873] By: ams                                   on 2002/05/30  07:39:24
3780         Log: Subject: [PATCH lib/File/Spec/Unix.pm] catpath()'s pod part
3781              From: Stas Bekman <stas@stason.org>
3782              Date: Thu, 30 May 2002 16:14:55 +0800
3783              Message-Id: <3CF5DF7F.1060700@stason.org>
3784      Branch: perl
3785            ! lib/File/Spec/Unix.pm
3786 ____________________________________________________________________________
3787 [ 16872] By: ams                                   on 2002/05/30  07:38:34
3788         Log: Subject: [PATCH pod/perlvar.pod] $^X
3789              From: Stas Bekman <stas@stason.org>
3790              Date: Thu, 30 May 2002 15:59:48 +0800
3791              Message-Id: <3CF5DBF4.7080500@stason.org>
3792      Branch: perl
3793            ! pod/perlvar.pod
3794 ____________________________________________________________________________
3795 [ 16871] By: nick                                  on 2002/05/30  06:45:56
3796         Log: Integrate all but lib/File/stat.t which seems broken.
3797      Branch: perlio
3798           !> Changes Porting/patching.pod cygwin/perlld.in
3799           !> epoc/createpkg.pl ext/Devel/PPPort/PPPort.pm
3800           !> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
3801           !> lib/ExtUtils/MM_NW5.pm os2/os2ish.h patchlevel.h perl.h
3802           !> pp_pack.c sv.c t/base/num.t t/harness t/op/tie.t
3803           !> t/run/fresh_perl.t utfebcdic.h
3804 ____________________________________________________________________________
3805 [ 16870] By: pudge                                 on 2002/05/30  06:06:34
3806         Log: Integrate perl
3807      Branch: macperl
3808           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
3809           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
3810           !> (integrate 137 files)
3811 ____________________________________________________________________________
3812 [ 16869] By: pudge                                 on 2002/05/30  05:41:50
3813         Log: Makefile / config / test updates for MacPerl
3814      Branch: macperl
3815            + macos/MacPerlMakeTests.plx
3816            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
3817            ! macos/Makefile.mk macos/bundled_ext/Digest/MD5/Makefile.mk
3818            ! macos/config.h macos/config.sh macos/macperl/Makefile.mk
3819 ____________________________________________________________________________
3820 [ 16868] By: pudge                                 on 2002/05/30  05:39:51
3821         Log: Big MacPerl Testing Patch No. 1
3822              If you like this, stay tuned, there's more to come!
3823      Branch: macperl
3824            ! ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t
3825            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t
3826            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t
3827            ! ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t
3828            ! ext/PerlIO/t/fallback.t ext/Socket/Socket.t
3829            ! ext/Storable/t/utf8hash.t lib/AutoSplit.t
3830            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t
3831            ! lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl
3832            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
3833            ! lib/Test/Harness/t/strap-analyze.t
3834            ! lib/Test/Harness/t/test-harness.t lib/Test/Simple/t/exit.t
3835            ! lib/Unicode/Collate.pm lib/Unicode/UCD.t lib/blib.pm
3836            ! lib/blib.t lib/open.t lib/strict.t lib/subs.t lib/warnings.t
3837            ! perl.c t/lib/filter-util.pl t/lib/warnings/doio
3838            ! t/lib/warnings/mg t/lib/warnings/op t/x2p/s2p.t
3839 ____________________________________________________________________________
3840 [ 16867] By: jhi                                   on 2002/05/29  23:25:09
3841         Log: Attachments are okay.
3842      Branch: perl
3843            ! Porting/patching.pod
3844 ____________________________________________________________________________
3845 [ 16866] By: jhi                                   on 2002/05/29  19:46:49
3846         Log: OS/2: ENOINO.
3847      Branch: perl
3848            ! lib/File/stat.t
3849 ____________________________________________________________________________
3850 [ 16865] By: jhi                                   on 2002/05/29  19:41:53
3851         Log: OS/2: provide prototype.
3852      Branch: perl
3853            ! os2/os2ish.h
3854 ____________________________________________________________________________
3855 [ 16864] By: jhi                                   on 2002/05/29  19:29:17
3856         Log: OS/2: fp stringification fudge.
3857              (After this the whole suite passes 98.30%)
3858      Branch: perl
3859            ! t/base/num.t
3860 ____________________________________________________________________________
3861 [ 16863] By: jhi                                   on 2002/05/29  17:35:04
3862         Log: harness wasn't running x2p/s2p.t.
3863      Branch: perl
3864            ! t/harness
3865 ____________________________________________________________________________
3866 [ 16862] By: nick                                  on 2002/05/29  14:12:41
3867         Log: Integrate mainline
3868      Branch: perlio
3869           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
3870           !> (integrate 100 files)
3871 ____________________________________________________________________________
3872 [ 16861] By: jhi                                   on 2002/05/29  13:41:01
3873         Log: Subject: [PATCH] pack 'w' should be using NV, not double
3874              From: Nicholas Clark <nick@ccl4.org>
3875              Date: Wed, 29 May 2002 15:38:41 +0100
3876              Message-ID: <20020529153840.L53388@plum.flirble.org>
3877      Branch: perl
3878            ! pp_pack.c
3879 ____________________________________________________________________________
3880 [ 16860] By: jhi                                   on 2002/05/29  13:31:35
3881         Log: Update Changes.
3882      Branch: perl
3883            ! Changes patchlevel.h
3884 ____________________________________________________________________________
3885 [ 16859] By: jhi                                   on 2002/05/29  13:25:31
3886         Log: Spelling bee.
3887      Branch: perl
3888            ! t/op/tie.t
3889 ____________________________________________________________________________
3890 [ 16858] By: jhi                                   on 2002/05/29  13:21:58
3891         Log: Recover some of the #16845.
3892      Branch: perl
3893            ! sv.c t/op/tie.t t/run/fresh_perl.t
3894 ____________________________________________________________________________
3895 [ 16857] By: jhi                                   on 2002/05/29  12:47:02
3896         Log: Retract #16855 until settled.
3897      Branch: perl
3898            ! utfebcdic.h
3899 ____________________________________________________________________________
3900 [ 16856] By: jhi                                   on 2002/05/29  12:31:35
3901         Log: OS/2: more missing definitions.
3902      Branch: perl
3903            ! os2/os2ish.h
3904 ____________________________________________________________________________
3905 [ 16855] By: jhi                                   on 2002/05/29  12:28:17
3906         Log: Subject: UTF-EBCDIC for POSIX-BC (Malformed UTF-8 character)
3907              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
3908              Date: Wed, 29 May 2002 13:16:16 +0200
3909              Message-ID: <318B95F90D8BD41194A5009027FD5FFBCE6CED@madrid14.mad.fsc.net>
3910      Branch: perl
3911            ! utfebcdic.h
3912 ____________________________________________________________________________
3913 [ 16854] By: jhi                                   on 2002/05/29  12:16:08
3914         Log: PPPort: fix up SvPVbyte if in 5.6.1 (borrowed from Digest::MD5)
3915      Branch: perl
3916            ! ext/Devel/PPPort/PPPort.pm
3917 ____________________________________________________________________________
3918 [ 16853] By: jhi                                   on 2002/05/29  11:58:43
3919         Log: Subject: Re: [PATCHES] Re: libwin32 on Cygwin?
3920              From: "Gerrit P. Haase" <gp@familiehaase.de>
3921              Date: Wed, 29 May 2002 08:06:43 +0200
3922              Message-ID: <1881715214417.20020529080643@familiehaase.de>
3923      Branch: perl
3924            ! perl.h
3925 ____________________________________________________________________________
3926 [ 16852] By: jhi                                   on 2002/05/29  11:53:12
3927         Log: OS/2: more missing headers from John Poltorak.
3928      Branch: perl
3929            ! os2/os2ish.h
3930 ____________________________________________________________________________
3931 [ 16851] By: jhi                                   on 2002/05/29  11:48:35
3932         Log: Subject: Re: forewarning: usedevel and versiononly
3933              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3934              Date: Wed, 29 May 2002 09:41:23 +0200
3935              Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
3936              
3937              More 5.7.3 -> 5.8.0.
3938      Branch: perl
3939            ! cygwin/perlld.in epoc/createpkg.pl ext/Encode/bin/enc2xs
3940            ! ext/Encode/bin/piconv lib/ExtUtils/MM_NW5.pm
3941 ____________________________________________________________________________
3942 [ 16850] By: ams                                   on 2002/05/29  06:48:19
3943         Log: Lots of spring cleaning. (No functional changes.)
3944      Branch: perl
3945            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
3946            ! ext/Storable/README ext/Storable/Storable.pm
3947            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
3948            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
3949            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
3950            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
3951            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
3952            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
3953            ! ext/Storable/t/retrieve.t ext/Storable/t/st-dump.pl
3954            ! ext/Storable/t/store.t ext/Storable/t/tied.t
3955            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
3956            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
3957 ____________________________________________________________________________
3958 [ 16849] By: jhi                                   on 2002/05/29  01:16:23
3959         Log: pod cleanups.
3960      Branch: perl
3961            ! README.aix README.cygwin README.jp README.ko README.macos
3962            ! README.tw pod/perl561delta.pod pod/perldelta.pod
3963            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
3964            ! pod/perlhack.pod pod/perlipc.pod pod/perlsub.pod
3965            ! pod/perlthrtut.pod pod/perlunicode.pod pod/perluniintro.pod
3966 ____________________________________________________________________________
3967 [ 16848] By: jhi                                   on 2002/05/29  00:44:59
3968         Log: Regen perltoc.
3969      Branch: perl
3970            ! pod/perltoc.pod
3971 ____________________________________________________________________________
3972 [ 16847] By: jhi                                   on 2002/05/28  22:15:44
3973         Log: Subject: [PATCH] cross-compilation support for WinCE for non-core extensions
3974              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
3975              Date: Wed, 29 May 2002 02:48:15 +0400
3976              Message-ID: <000701c20699$c3684a30$c25cc3d9@vad>
3977      Branch: perl
3978            ! wince/Makefile.ce
3979 ____________________________________________________________________________
3980 [ 16846] By: jhi                                   on 2002/05/28  22:10:51
3981         Log: Subject: [PATCH: perl@16826] small updates to DCL portions of perl kit
3982              From: PPrymmer@factset.com
3983              Date: Tue, 28 May 2002 18:34:55 -0400
3984              Message-ID: <OF23EAAE54.E5DCAD53-ON85256BC7.007B1EA5@55.25.11>
3985      Branch: perl
3986            ! configure.com vms/genopt.com
3987 ____________________________________________________________________________
3988 [ 16845] By: jhi                                   on 2002/05/28  22:05:55
3989         Log: Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501
3990              to restore some level of sanity in the tied scalars can of worms.
3991      Branch: perl
3992            ! mg.c pp_sys.c sv.c t/op/tie.t t/run/fresh_perl.t
3993 ____________________________________________________________________________
3994 [ 16844] By: gsar                                  on 2002/05/28  22:05:38
3995         Log: extension of change#16332: isolate signal diddling to the main
3996              interpreter (fixes signal-related races, e.g. when multiple
3997              threads run system())
3998      Branch: maint-5.6/perl
3999            ! util.c
4000 ____________________________________________________________________________
4001 [ 16843] By: jhi                                   on 2002/05/28  20:35:59
4002         Log: Bump the version numbers to five-eight-oh.
4003      Branch: perl
4004            ! Configure NetWare/Makefile NetWare/config_H.wc
4005            ! Porting/config.sh Porting/config_H README.tru64 epoc/config.sh
4006            ! patchlevel.h t/op/ver.t uconfig.h uconfig.sh utils/h2xs.PL
4007            ! vos/config.alpha.h vos/config.ga.h win32/Makefile
4008            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4009            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
4010            ! wince/config_H.ce
4011 ____________________________________________________________________________
4012 [ 16842] By: ams                                   on 2002/05/28  19:34:27
4013         Log: Subject: Minor INSTALL patch
4014              From: Andy Dougherty <doughera@lafayette.edu>
4015              Date: Tue, 28 May 2002 16:08:30 -0400 (EDT)
4016              Message-Id: <Pine.SOL.4.10.10205281607001.17663-100000@maxwell.phys.lafayette.edu>
4017      Branch: perl
4018            ! INSTALL
4019 ____________________________________________________________________________
4020 [ 16841] By: ams                                   on 2002/05/28  19:01:22
4021         Log: Add integer.t to MANIFEST.
4022      Branch: perl
4023            ! ext/Storable/MANIFEST
4024 ____________________________________________________________________________
4025 [ 16840] By: jhi                                   on 2002/05/28  17:49:08
4026         Log: Subject: [Encode] 1.74 released -- final for 5.8.0-RC1
4027              From: Dan Kogai <dankogai@dan.co.jp>
4028              Date: Wed, 29 May 2002 03:43:57 +0900
4029              Message-Id: <DE163EDE-726A-11D6-B9CB-0003939A104C@dan.co.jp>
4030      Branch: perl
4031            + ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4032            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
4033            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
4034            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
4035            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
4036            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
4037            ! ext/Encode/MANIFEST ext/Encode/Makefile.PL
4038            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
4039            ! ext/Encode/bin/enc2xs ext/Encode/lib/Encode/Supported.pod
4040            ! ext/Encode/t/mime-header.t
4041 ____________________________________________________________________________
4042 [ 16839] By: jhi                                   on 2002/05/28  17:18:28
4043         Log: OS/2: bug found by John Poltorak.
4044      Branch: perl
4045            ! lib/ExtUtils/MM_OS2.pm
4046 ____________________________________________________________________________
4047 [ 16838] By: gsar                                  on 2002/05/28  14:14:29
4048         Log: makefiles should not clobber lib/Thread directory (some Thread
4049              files seem to live there rather than in ext, for some reason)
4050      Branch: perl
4051            ! win32/Makefile win32/makefile.mk
4052 ____________________________________________________________________________
4053 [ 16837] By: jhi                                   on 2002/05/28  14:06:42
4054         Log: Subject: [PATCH] Bug fix for charnames::vianame
4055              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4056              Date: Tue, 28 May 2002 23:53:39 +0900
4057              Message-Id: <20020528234907.310A.BQW10602@nifty.com>
4058      Branch: perl
4059            ! lib/charnames.pm lib/charnames.t
4060 ____________________________________________________________________________
4061 [ 16836] By: jhi                                   on 2002/05/28  13:43:39
4062         Log: Test output tweak.
4063      Branch: perl
4064            ! lib/ExtUtils/t/Embed.t
4065 ____________________________________________________________________________
4066 [ 16835] By: jhi                                   on 2002/05/28  13:32:46
4067         Log: More charnames tweaks.
4068      Branch: perl
4069            ! lib/charnames.pm lib/charnames.t
4070 ____________________________________________________________________________
4071 [ 16834] By: jhi                                   on 2002/05/28  13:24:16
4072         Log: Subject: [PATCH] Doc fix for charnames::vianame
4073              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4074              Date: Tue, 28 May 2002 22:46:41 +0900
4075              Message-Id: <20020528223607.9EBF.BQW10602@nifty.com>
4076      Branch: perl
4077            ! lib/charnames.pm
4078 ____________________________________________________________________________
4079 [ 16833] By: jhi                                   on 2002/05/28  13:23:03
4080         Log: Subject: [PATCH 5.7.3 TEST] Embed.t fails on Win32
4081              From: "Yves Orton" <demerphq@hotmail.com>
4082              Date: Tue, 28 May 2002 15:43:12 +0200
4083              Message-ID: <F170zgYLowspDKicUbv0000b23d@hotmail.com>
4084      Branch: perl
4085            ! lib/ExtUtils/t/Embed.t
4086 ____________________________________________________________________________
4087 [ 16832] By: jhi                                   on 2002/05/28  13:14:21
4088         Log: metaconfig unit change for #16831.
4089      Branch: metaconfig/U/perl
4090            ! gccvers.U
4091 ____________________________________________________________________________
4092 [ 16831] By: jhi                                   on 2002/05/28  13:14:02
4093         Log: gcc 3 defensiveness from H. Merijn B and Rafael.
4094      Branch: perl
4095            ! Configure
4096 ____________________________________________________________________________
4097 [ 16830] By: jhi                                   on 2002/05/28  12:55:29
4098         Log: Retract the Straps part of #16829 for now since
4099              the subtest 44 of t/strap.t started failing.
4100      Branch: perl
4101            ! lib/Test/Harness/Straps.pm
4102 ____________________________________________________________________________
4103 [ 16829] By: jhi                                   on 2002/05/28  12:26:34
4104         Log: Subject: [PATCH bleadperl] Test::Harness and skiping tests functionality
4105              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4106              Date: Tue, 28 May 2002 08:17:53 +0200
4107              Message-ID: <40949173.20020528081753@tesla.rcub.bg.ac.yu>
4108      Branch: perl
4109            ! ext/POSIX/t/waitpid.t lib/Test/Harness.pm
4110            ! lib/Test/Harness/Straps.pm t/op/64bitint.t t/test.pl
4111 ____________________________________________________________________________
4112 [ 16828] By: nick                                  on 2002/05/28  08:00:28
4113         Log: Integrate mainline
4114      Branch: perlio
4115           !> Changes Makefile.micro README.netware README.tru64
4116           !> ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
4117           !> ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
4118           !> ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
4119           !> ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4120           !> ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
4121           !> ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
4122           !> mg.c patchlevel.h pod/perltodo.pod sv.c t/lib/warnings/pp_hot
4123           !> uconfig.h util.c
4124 ____________________________________________________________________________
4125 [ 16827] By: jhi                                   on 2002/05/28  00:46:23
4126         Log: Tru64: sockatmark trouble.
4127      Branch: perl
4128            ! README.tru64
4129 ____________________________________________________________________________
4130 [ 16826] By: jhi                                   on 2002/05/27  23:48:31
4131         Log: Update Changes.
4132      Branch: perl
4133            ! Changes patchlevel.h
4134 ____________________________________________________________________________
4135 [ 16825] By: pudge                                 on 2002/05/27  22:55:07
4136         Log: Integrate perl
4137      Branch: macperl
4138           +> ext/Storable/t/integer.t
4139            ! macos/MPVersion.r macos/config.sh
4140           !> (integrate 60 files)
4141 ____________________________________________________________________________
4142 [ 16824] By: jhi                                   on 2002/05/27  20:58:48
4143         Log: Todo update.
4144      Branch: perl
4145            ! pod/perltodo.pod
4146 ____________________________________________________________________________
4147 [ 16823] By: jhi                                   on 2002/05/27  20:55:45
4148         Log: Don't assume sh and true.
4149      Branch: perl
4150            ! Makefile.micro uconfig.h
4151 ____________________________________________________________________________
4152 [ 16822] By: jhi                                   on 2002/05/27  20:42:47
4153         Log: Subject: Re: [PATCH] Version tango
4154              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4155              Date: Mon, 27 May 2002 13:20:56 -0700
4156              Message-ID: <oUp88gzkgy+T092yn@efn.org>
4157      Branch: perl
4158            ! ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
4159            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
4160            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
4161            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4162            ! ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
4163            ! ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
4164 ____________________________________________________________________________
4165 [ 16821] By: rgs                                   on 2002/05/27  20:25:30
4166         Log: Fix a warning bug in Perl_report_evil_fh (didn't report
4167              stashes correctly.) Partial info is better than wrong info.
4168      Branch: perl
4169            ! t/lib/warnings/pp_hot util.c
4170 ____________________________________________________________________________
4171 [ 16820] By: jhi                                   on 2002/05/27  20:09:27
4172         Log: A shot in the dark.
4173      Branch: perl
4174            ! mg.c
4175 ____________________________________________________________________________
4176 [ 16819] By: jhi                                   on 2002/05/27  19:10:14
4177         Log: Comment nit from Yitzchak.
4178      Branch: perl
4179            ! sv.c
4180 ____________________________________________________________________________
4181 [ 16818] By: nick                                  on 2002/05/27  18:47:58
4182         Log: Integrate mainline
4183      Branch: perlio
4184           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
4185           !> Changes MANIFEST NetWare/bat/Setwatcom.bat README.cygwin
4186           !> README.netware ext/B/B/Deparse.pm ext/B/B/Lint.pm
4187           !> ext/B/t/lint.t ext/Storable/ChangeLog ext/Storable/Storable.pm
4188           !> ext/Storable/Storable.xs ext/Storable/t/downgrade.t
4189           !> hints/darwin.sh hints/hpux.sh lib/ExtUtils/MM_NW5.pm
4190           !> patchlevel.h pod/perldelta.pod pod/perlfaq5.pod
4191           !> pod/perlfaq6.pod pod/perlfunc.pod pod/perlipc.pod
4192           !> pod/perlsub.pod
4193 ____________________________________________________________________________
4194 [ 16817] By: jhi                                   on 2002/05/27  18:15:32
4195         Log: POD cleanup and rewrapping.
4196      Branch: perl
4197            ! README.netware
4198 ____________________________________________________________________________
4199 [ 16816] By: jhi                                   on 2002/05/27  16:55:53
4200         Log: Update Changes.
4201      Branch: perl
4202            ! Changes patchlevel.h
4203 ____________________________________________________________________________
4204 [ 16815] By: jhi                                   on 2002/05/27  16:49:06
4205         Log: More NetWare.
4206      Branch: perl
4207            ! README.netware
4208 ____________________________________________________________________________
4209 [ 16814] By: jhi                                   on 2002/05/27  16:36:08
4210         Log: Subject: [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current
4211              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4212              Date: Mon, 27 May 2002 19:26:27 +0200
4213              Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl>
4214      Branch: perl
4215            ! hints/hpux.sh
4216 ____________________________________________________________________________
4217 [ 16813] By: jhi                                   on 2002/05/27  16:35:47
4218         Log: We are not that certain about the localising of
4219              tied aggregates.
4220      Branch: perl
4221            ! pod/perldelta.pod
4222 ____________________________________________________________________________
4223 [ 16812] By: jhi                                   on 2002/05/27  16:22:45
4224         Log: Missed from #16811.
4225      Branch: perl
4226            + NetWare/sv_nw.c
4227            ! MANIFEST
4228 ____________________________________________________________________________
4229 [ 16811] By: jhi                                   on 2002/05/27  16:22:06
4230         Log: NetWare diff from Ananth Kesari.
4231      Branch: perl
4232            + NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4233            ! NetWare/bat/Setwatcom.bat lib/ExtUtils/MM_NW5.pm
4234 ____________________________________________________________________________
4235 [ 16810] By: jhi                                   on 2002/05/27  16:02:10
4236         Log: Integrate perlio:
4237              
4238              [ 16809]
4239              Add IO::Scalar fail case to the tests.
4240              
4241              [ 16808]
4242              Fix for the IO::Scalar bug (I think).
4243              At tie time break the loop but in a different place:
4244              A. Increment REFCNT of the RV involved in the self-tie
4245              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
4246              At mg_free time
4247              Break the connection between the RV and its referent
4248              so that we do not try and free it (again).
4249              
4250              [ 16805]
4251              **** UNSAFE **** partial fix for IO::Scalar and local ties.
4252              Only op/local.t fails but it is nasty... try valgrind on other machine.
4253      Branch: perl
4254           !> mg.c sv.c t/op/tie.t
4255 ____________________________________________________________________________
4256 [ 16809] By: nick                                  on 2002/05/27  11:02:21
4257         Log: Add IO::Scalar fail case to the tests.
4258      Branch: perlio
4259            ! t/op/tie.t
4260 ____________________________________________________________________________
4261 [ 16808] By: nick                                  on 2002/05/27  09:54:46
4262         Log: Fix for the IO::Scalar bug (I think).
4263              At tie time break the loop but in a different place:
4264              A. Increment REFCNT of the RV involved in the self-tie
4265              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
4266              At mg_free time
4267              Break the connection between the RV and its referent
4268              so that we do not try and free it (again).
4269      Branch: perlio
4270            ! mg.c sv.c
4271 ____________________________________________________________________________
4272 [ 16807] By: jhi                                   on 2002/05/27  02:39:04
4273         Log: select() portability nit.
4274      Branch: perl
4275            ! pod/perlfunc.pod
4276 ____________________________________________________________________________
4277 [ 16806] By: rgs                                   on 2002/05/26  21:01:35
4278         Log: Fix a remaining B::Lint bug.
4279      Branch: perl
4280            ! ext/B/B/Lint.pm ext/B/t/lint.t
4281 ____________________________________________________________________________
4282 [ 16805] By: nick                                  on 2002/05/26  20:51:31
4283         Log: **** UNSAFE **** partial fix for IO::Scalar and local ties.
4284              Only op/local.t fails but it is nasty... try valgrind on other machine.
4285      Branch: perlio
4286            ! sv.c
4287 ____________________________________________________________________________
4288 [ 16804] By: jhi                                   on 2002/05/26  17:23:26
4289         Log: Some day I might actually learn to test changes first
4290              before committing them in.
4291      Branch: perl
4292            ! hints/darwin.sh
4293 ____________________________________________________________________________
4294 [ 16803] By: jhi                                   on 2002/05/26  17:16:32
4295         Log: Until otherwise proven.
4296      Branch: perl
4297            ! hints/darwin.sh
4298 ____________________________________________________________________________
4299 [ 16802] By: jhi                                   on 2002/05/26  17:15:12
4300         Log: Darwin hint tweaks.
4301      Branch: perl
4302            ! hints/darwin.sh
4303 ____________________________________________________________________________
4304 [ 16801] By: jhi                                   on 2002/05/26  15:56:15
4305         Log: FAQ sync.
4306      Branch: perl
4307            ! pod/perlfaq5.pod pod/perlfaq6.pod
4308 ____________________________________________________________________________
4309 [ 16800] By: jhi                                   on 2002/05/26  15:27:05
4310         Log: Subject: [DOC-PATCH] README.cygwin updated
4311              From: "Gerrit P. Haase" <gp@familiehaase.de>
4312              Date: Sun, 26 May 2002 14:56:14 +0200
4313              Message-ID: <1151480833395.20020526145614@familiehaase.de>
4314      Branch: perl
4315            ! README.cygwin
4316 ____________________________________________________________________________
4317 [ 16799] By: jhi                                   on 2002/05/26  15:25:35
4318         Log: I thinkk thinggy has only one g.
4319      Branch: perl
4320            ! pod/perldelta.pod
4321 ____________________________________________________________________________
4322 [ 16798] By: jhi                                   on 2002/05/26  15:23:32
4323         Log: Subject: [PATCH] docs for broken local(%tied) behaviour
4324              From: Dave Mitchell <davem@fdgroup.com>
4325              Date: Sun, 26 May 2002 14:15:42 +0100
4326              Message-ID: <20020526141542.B18527@fdgroup.com>
4327      Branch: perl
4328            ! pod/perldelta.pod pod/perlsub.pod
4329 ____________________________________________________________________________
4330 [ 16797] By: jhi                                   on 2002/05/26  15:19:34
4331         Log: Subject: [PATCH] B::Deparse: handle blessed code refs in coderef2text
4332              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4333              Date: Sat, 25 May 2002 21:52:16 -0700
4334              Message-ID: <15600.27136.853114.694744@soda.csua.berkeley.edu>
4335      Branch: perl
4336            ! ext/B/B/Deparse.pm
4337 ____________________________________________________________________________
4338 [ 16796] By: jhi                                   on 2002/05/26  15:18:27
4339         Log: Slight reformatting; tiny tweaks.
4340      Branch: perl
4341            ! pod/perlipc.pod
4342 ____________________________________________________________________________
4343 [ 16795] By: jhi                                   on 2002/05/26  15:11:00
4344         Log: Integrate perlio:
4345              
4346              [ 16794]
4347              Update perlipc.pod for new signals
4348      Branch: perl
4349           !> pod/perlipc.pod
4350 ____________________________________________________________________________
4351 [ 16794] By: nick                                  on 2002/05/26  08:07:12
4352         Log: Update perlipc.pod for new signals
4353      Branch: perlio
4354            ! pod/perlipc.pod
4355 ____________________________________________________________________________
4356 [ 16793] By: nick                                  on 2002/05/26  07:10:14
4357         Log: Integrate mainline
4358      Branch: perlio
4359           !> AUTHORS Changes Configure patchlevel.h
4360 ____________________________________________________________________________
4361 [ 16792] By: jhi                                   on 2002/05/25  21:39:58
4362         Log: Mention that we do Win64.
4363      Branch: perl
4364            ! pod/perldelta.pod
4365 ____________________________________________________________________________
4366 [ 16791] By: jhi                                   on 2002/05/25  21:39:03
4367         Log: Document the $Config{byteorder} changes.
4368      Branch: perl
4369            ! pod/perldelta.pod
4370 ____________________________________________________________________________
4371 [ 16790] By: jhi                                   on 2002/05/25  21:27:52
4372         Log: Subject: [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1
4373              From: Nicholas Clark <nick@unfortu.net>
4374              Date: Sat, 25 May 2002 22:37:19 +0100
4375              Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> 
4376              
4377              Subject: [PATCH] Storable (smaller)
4378              From: Nicholas Clark <nick@unfortu.net>
4379              Date: Sat, 25 May 2002 23:13:13 +0100
4380              Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net>
4381      Branch: perl
4382            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4383            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
4384 ____________________________________________________________________________
4385 [ 16789] By: jhi                                   on 2002/05/25  19:00:43
4386         Log: Update Changes.
4387      Branch: perl
4388            ! Changes patchlevel.h
4389 ____________________________________________________________________________
4390 [ 16788] By: jhi                                   on 2002/05/25  18:55:30
4391         Log: AUTHORS updates.
4392      Branch: perl
4393            ! AUTHORS
4394 ____________________________________________________________________________
4395 [ 16787] By: jhi                                   on 2002/05/25  18:51:49
4396         Log: metaconfig unit changes for #16786.
4397      Branch: metaconfig
4398            ! U/modified/Getfile.U U/modified/pager.U
4399 ____________________________________________________________________________
4400 [ 16786] By: jhi                                   on 2002/05/25  18:51:29
4401         Log: Pager query tweaks from Andy Dougherty (for OS/2).
4402      Branch: perl
4403            ! Configure
4404 ____________________________________________________________________________
4405 [ 16785] By: jhi                                   on 2002/05/25  18:19:56
4406         Log: Integrate perlio:
4407              
4408              [ 16784]
4409              Fix VMS ungetc fix for platforms like NetBSD.
4410      Branch: perl
4411           !> perlio.c
4412 ____________________________________________________________________________
4413 [ 16784] By: nick                                  on 2002/05/25  17:34:48
4414         Log: Fix VMS ungetc fix for platforms like NetBSD.
4415      Branch: perlio
4416            ! perlio.c
4417 ____________________________________________________________________________
4418 [ 16783] By: nick                                  on 2002/05/25  16:33:14
4419         Log: Integrate mainline for Lupe's perlio.c fix before
4420              starting on NetBSD issue
4421      Branch: perlio
4422           !> README.beos ext/Storable/t/integer.t lib/ExtUtils/t/basic.t
4423           !> perlio.c pod/perlapio.pod pod/perldelta.pod
4424 ____________________________________________________________________________
4425 [ 16782] By: jhi                                   on 2002/05/25  16:26:53
4426         Log: Subject: [PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS
4427              From: "Craig A. Berry" <craigberry@mac.com>
4428              Date: Sat, 25 May 2002 12:19:36 -0500
4429              Message-Id: <a0511170cb914b40fc32d@[172.16.52.1]>
4430      Branch: perl
4431            ! lib/ExtUtils/t/basic.t
4432 ____________________________________________________________________________
4433 [ 16781] By: jhi                                   on 2002/05/25  16:13:08
4434         Log: BeOS: update the test status.
4435      Branch: perl
4436            ! README.beos pod/perldelta.pod
4437 ____________________________________________________________________________
4438 [ 16780] By: jhi                                   on 2002/05/25  15:30:32
4439         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
4440              From: Nicholas Clark <nick@unfortu.net>
4441              Date: Sat, 25 May 2002 17:19:21 +0100
4442              Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net>
4443      Branch: perl
4444            ! ext/Storable/t/integer.t
4445 ____________________________________________________________________________
4446 [ 16779] By: jhi                                   on 2002/05/25  14:58:48
4447         Log: Update the number of tests.
4448      Branch: perl
4449            ! pod/perldelta.pod
4450 ____________________________________________________________________________
4451 [ 16778] By: jhi                                   on 2002/05/25  13:11:52
4452         Log: Subject: [Patch] Re: ./perl harness on Cygwin today failures
4453              From: lupe@lupe-christoph.de (Lupe Christoph)    
4454              Date: Sat, 25 May 2002 15:45:34 +0200
4455              Message-ID: <20020525134534.GT6638@lupe-christoph.de>
4456      Branch: perl
4457            ! perlio.c pod/perlapio.pod
4458 ____________________________________________________________________________
4459 [ 16777] By: jhi                                   on 2002/05/25  12:51:53
4460         Log: Subject: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
4461              From: Nicholas Clark <nick@unfortu.net>
4462              Date: Sat, 25 May 2002 12:17:44 +0100
4463              Message-ID: <20020525111743.GC299@Bagpuss.unfortu.net>
4464      Branch: perl
4465            ! ext/Storable/t/integer.t
4466 ____________________________________________________________________________
4467 [ 16776] By: nick                                  on 2002/05/25  11:23:28
4468         Log: Integrate mainline
4469      Branch: perlio
4470           +> ext/Storable/t/integer.t
4471           !> (integrate 41 files)
4472 ____________________________________________________________________________
4473 [ 16775] By: jhi                                   on 2002/05/25  01:48:37
4474         Log: perldelta tweaks.
4475      Branch: perl
4476            ! pod/perldelta.pod
4477 ____________________________________________________________________________
4478 [ 16774] By: jhi                                   on 2002/05/24  22:28:29
4479         Log: UNICOS: update test status.
4480      Branch: perl
4481            ! ext/Socket/socketpair.t pod/perldelta.pod
4482 ____________________________________________________________________________
4483 [ 16773] By: jhi                                   on 2002/05/24  22:25:41
4484         Log: UNICOS: since $] is really 5.00700299999997,
4485              testing for equivalence with 5.007003 isn't correct.
4486              (From Nicholas Clark.)
4487      Branch: perl
4488            ! ext/Storable/t/downgrade.t
4489 ____________________________________________________________________________
4490 [ 16772] By: jhi                                   on 2002/05/24  21:44:35
4491         Log: Knock off one test failure thanks to #16771.
4492      Branch: perl
4493            ! pod/perldelta.pod
4494 ____________________________________________________________________________
4495 [ 16771] By: jhi                                   on 2002/05/24  21:39:53
4496         Log: In some (rare) platforms (such as UNICOS) using the native
4497              atof is still better.
4498      Branch: perl
4499            ! numeric.c perl.h
4500 ____________________________________________________________________________
4501 [ 16770] By: jhi                                   on 2002/05/24  21:14:34
4502         Log: Subject: [PATCH vms/vms.c] logical name translation iteration limits
4503              From: "Craig A. Berry" <craigberry@mac.com>
4504              Date: Fri, 24 May 2002 16:24:44 -0500
4505              Message-Id: <a0511170ab9145b5af8f9@[172.16.52.1]>      
4506      Branch: perl
4507            ! pod/perldelta.pod vms/vms.c
4508 ____________________________________________________________________________
4509 [ 16769] By: jhi                                   on 2002/05/24  19:25:55
4510         Log: Subject: [PATCH pod/perllol.pod] small typo
4511              From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
4512              Date: Fri, 24 May 2002 16:05:07 -0400
4513              Message-ID: <B9141533.8467%geoff-public@stuebegreen.com>
4514      Branch: perl
4515            ! pod/perllol.pod
4516 ____________________________________________________________________________
4517 [ 16768] By: jhi                                   on 2002/05/24  17:47:14
4518         Log: Subject: Re: op/pat.t failure at test 822, Solaris 8, gcc -O -Duse64bitint
4519              From: Andy Dougherty <doughera@lafayette.edu>
4520              Date: Fri, 24 May 2002 14:46:49 -0400 (EDT)
4521              Message-ID: <Pine.SOL.4.10.10205241445520.6195-100000@maxwell.phys.lafayette.edu>
4522      Branch: perl
4523            ! hints/solaris_2.sh
4524 ____________________________________________________________________________
4525 [ 16767] By: jhi                                   on 2002/05/24  16:55:48
4526         Log: Subject: [patch] small change
4527              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
4528              Date: Fri, 24 May 2002 19:18:24 +0400
4529              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>
4530      Branch: perl
4531            ! perl.h win32/makefile.mk
4532 ____________________________________________________________________________
4533 [ 16766] By: jhi                                   on 2002/05/24  14:30:25
4534         Log: Subject: [PATCH] README.aix
4535              From: John Peacock <jpeacock@rowman.com>    
4536              Date: Fri, 24 May 2002 10:49:39 -0400
4537              Message-ID: <3CEE5303.1070201@rowman.com>
4538      Branch: perl
4539            ! README.aix
4540 ____________________________________________________________________________
4541 [ 16765] By: jhi                                   on 2002/05/24  14:23:06
4542         Log: Upgrade to Locale-Codes 2.04.
4543      Branch: perl
4544            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/t/country.t
4545            ! lib/Locale/Country.pm
4546 ____________________________________________________________________________
4547 [ 16764] By: jhi                                   on 2002/05/24  12:27:51
4548         Log: Update Changes.
4549      Branch: perl
4550            ! Changes patchlevel.h
4551 ____________________________________________________________________________
4552 [ 16763] By: jhi                                   on 2002/05/24  12:02:42
4553         Log: Subject: [PATCH Makefile.SH]  'make distclean' should remove *old files too.
4554              From: Abigail <abigail@foad.org>
4555              Date: Fri, 24 May 2002 02:43:37 -0700
4556              Message-ID: <20020524024337.A28749@ucan.foad.org>
4557      Branch: perl
4558            ! Makefile.SH
4559 ____________________________________________________________________________
4560 [ 16762] By: jhi                                   on 2002/05/24  12:01:18
4561         Log: Subject: [PATCH ext/POSIX/t/posix.t, pod/perldelta.pod] Typos
4562              From: Abigail <abigail@foad.org>
4563              Date: Fri, 24 May 2002 02:26:48 -0700
4564              Message-ID: <20020524022648.A31684@ucan.foad.org>
4565      Branch: perl
4566            ! ext/POSIX/t/posix.t
4567 ____________________________________________________________________________
4568 [ 16761] By: jhi                                   on 2002/05/23  23:25:48
4569         Log: Doc tweaks.
4570      Branch: perl
4571            ! pod/perlunicode.pod pod/perluniintro.pod
4572 ____________________________________________________________________________
4573 [ 16760] By: jhi                                   on 2002/05/23  22:44:48
4574         Log: More portability defines, now mostly type-related
4575              (based on Storable.xs)
4576      Branch: perl
4577            ! ext/Devel/PPPort/PPPort.pm
4578 ____________________________________________________________________________
4579 [ 16759] By: jhi                                   on 2002/05/23  22:11:11
4580         Log: Subject: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
4581              From: Nicholas Clark <nick@unfortu.net>
4582              Date: Thu, 23 May 2002 23:43:16 +0100
4583              Message-ID: <20020523224316.GB989@Bagpuss.unfortu.net>     
4584      Branch: perl
4585            + ext/Storable/t/integer.t
4586            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
4587            ! ext/Storable/Storable.xs
4588 ____________________________________________________________________________
4589 [ 16758] By: jhi                                   on 2002/05/23  21:25:40
4590         Log: Subject: [PATCH] configure.com: C switch tweak for VAX
4591              From: "Craig A. Berry" <craigberry@mac.com>
4592              Date: Thu, 23 May 2002 16:47:34 -0500
4593              Message-Id: <a05111704b9131291e9f0@[172.16.52.1]>
4594      Branch: perl
4595            ! configure.com
4596 ____________________________________________________________________________
4597 [ 16757] By: jhi                                   on 2002/05/23  20:24:57
4598         Log: One more ppportability thing (from Sarathy).
4599      Branch: perl
4600            ! ext/Devel/PPPort/PPPort.pm
4601 ____________________________________________________________________________
4602 [ 16756] By: jhi                                   on 2002/05/23  20:20:41
4603         Log: Subject: [PATCH] Test::Harness 2.22 -> 2.23
4604              From: Michael G Schwern <schwern@pobox.com>
4605              Date: Wed, 22 May 2002 19:21:43 -0400
4606              Message-id: <20020522232143.GS7147@ool-18b93024.dyn.optonline.net>
4607      Branch: perl
4608            ! lib/Test/Harness.pm lib/Test/Harness/Changes
4609            ! lib/Test/Harness/t/strap-analyze.t
4610            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
4611            ! t/lib/sample-tests/die_head_end
4612            ! t/lib/sample-tests/die_last_minute
4613 ____________________________________________________________________________
4614 [ 16755] By: jhi                                   on 2002/05/23  20:17:54
4615         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.95_01 -> 5.96_01
4616              From: Michael G Schwern <schwern@pobox.com>
4617              Date: Wed, 22 May 2002 19:14:35 -0400
4618              Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net>
4619      Branch: perl
4620            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
4621            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/basic.t
4622            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
4623 ____________________________________________________________________________
4624 [ 16754] By: jhi                                   on 2002/05/23  19:02:23
4625         Log: Subject: [PATCH] dump.c recognizes CvLOCKED
4626              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4627              Date: Thu, 23 May 2002 10:00:00 -1000 (HST)
4628              Message-ID: <Pine.LNX.4.44.0205230959040.3222-100000@lapaki>
4629      Branch: perl
4630            ! dump.c
4631 ____________________________________________________________________________
4632 [ 16753] By: jhi                                   on 2002/05/23  17:41:21
4633         Log: Typo squad.
4634      Branch: perl
4635            ! ext/POSIX/POSIX.pod pod/perldelta.pod
4636 ____________________________________________________________________________
4637 [ 16752] By: jhi                                   on 2002/05/23  16:04:15
4638         Log: Subject: Re: [ID 20020523.001] POSIX::sleep not POSIX compliant
4639              From: Abigail <abigail@foad.org>
4640              Date: Thu, 23 May 2002 07:53:33 -0700
4641              Message-ID: <20020523075333.A14658@ucan.foad.org>
4642      Branch: perl
4643            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod pod/perldelta.pod
4644 ____________________________________________________________________________
4645 [ 16751] By: jhi                                   on 2002/05/23  10:21:09
4646         Log: PPPort dTHX.
4647      Branch: perl
4648            ! ext/Devel/PPPort/PPPort.pm
4649 ____________________________________________________________________________
4650 [ 16750] By: nick                                  on 2002/05/23  08:00:24
4651         Log: Integrate mainline (all ok on MinGW-1.1 Win2k)
4652      Branch: perlio
4653           !> README.aix ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
4654           !> hints/hpux.sh hints/unicos.sh lib/utf8.t lib/vmsish.t
4655           !> pod/perldelta.pod
4656 ____________________________________________________________________________
4657 [ 16749] By: jhi                                   on 2002/05/22  22:36:35
4658         Log: We do not want utf8.t to be compiled under -Mutf8,
4659              wonky as it sounds.
4660      Branch: perl
4661            ! lib/utf8.t
4662 ____________________________________________________________________________
4663 [ 16748] By: jhi                                   on 2002/05/22  22:34:20
4664         Log: We do not want to see the utf8 hints bit.
4665      Branch: perl
4666            ! lib/vmsish.t
4667 ____________________________________________________________________________
4668 [ 16747] By: jhi                                   on 2002/05/22  22:30:57
4669         Log: More -Mutf8 cleanup.
4670      Branch: perl
4671            ! ext/PerlIO/t/fallback.t
4672 ____________________________________________________________________________
4673 [ 16746] By: jhi                                   on 2002/05/22  22:29:08
4674         Log: -Mutf8 cleanup.
4675      Branch: perl
4676            ! ext/Encode/t/mime-header.t
4677 ____________________________________________________________________________
4678 [ 16745] By: jhi                                   on 2002/05/22  21:57:48
4679         Log: Integrate perlio:
4680              
4681              [ 16740]
4682              #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
4683              
4684              [ 16739]
4685              Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
4686              ungetc() and buffer snooping may not mix. So use buffer snoop
4687              hooks to avoid ungetc() where available.
4688              unread() falls back to using :pending layer, and fill has
4689              VMS specific code (which should not get used) or ungetc()
4690              which should work.
4691              
4692              [ 16737]
4693              Flag the VMS-problem-causing part of :encoding
4694              for enhancement. (Problem still needs fixing in perlio.c)
4695      Branch: perl
4696           !> ext/PerlIO/encoding/encoding.xs perlio.c
4697 ____________________________________________________________________________
4698 [ 16744] By: jhi                                   on 2002/05/22  21:52:58
4699         Log: Subject: Re: Additional README.aix changes
4700              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4701              Date: Wed, 22 May 2002 08:37:37 +0200
4702              Message-Id: <20020522075227.348B.H.M.BRAND@hccnet.nl>
4703      Branch: perl
4704            ! README.aix
4705 ____________________________________________________________________________
4706 [ 16743] By: jhi                                   on 2002/05/22  21:52:09
4707         Log: HP-UX 11.00 io_xs hangup workaround.
4708      Branch: perl
4709            ! hints/hpux.sh
4710 ____________________________________________________________________________
4711 [ 16742] By: jhi                                   on 2002/05/22  21:49:59
4712         Log: Updated UNICOS status from Mark Lutz.
4713      Branch: perl
4714            ! pod/perldelta.pod
4715 ____________________________________________________________________________
4716 [ 16741] By: jhi                                   on 2002/05/22  21:47:41
4717         Log: UNICOS: Mark Lutz had a better idea.
4718      Branch: perl
4719            ! hints/unicos.sh
4720 ____________________________________________________________________________
4721 [ 16740] By: nick                                  on 2002/05/22  21:13:10
4722         Log: #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
4723      Branch: perlio
4724            ! perlio.c
4725 ____________________________________________________________________________
4726 [ 16739] By: nick                                  on 2002/05/22  20:59:22
4727         Log: Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
4728              ungetc() and buffer snooping may not mix. So use buffer snoop
4729              hooks to avoid ungetc() where available.
4730              unread() falls back to using :pending layer, and fill has
4731              VMS specific code (which should not get used) or ungetc()
4732              which should work.
4733      Branch: perlio
4734            ! perlio.c
4735 ____________________________________________________________________________
4736 [ 16738] By: nick                                  on 2002/05/22  20:34:55
4737         Log: Integrate mainline
4738      Branch: perlio
4739           !> (integrate 40 files)
4740 ____________________________________________________________________________
4741 [ 16737] By: nick                                  on 2002/05/22  19:04:13
4742         Log: Flag the VMS-problem-causing part of :encoding
4743              for enhancement. (Problem still needs fixing in perlio.c)
4744      Branch: perlio
4745            ! ext/PerlIO/encoding/encoding.xs
4746 ____________________________________________________________________________
4747 [ 16736] By: jhi                                   on 2002/05/22  16:20:38
4748         Log: UNICOS: using uname -m is wrong since what matters
4749              is what CPUs (FPUs) we have.
4750      Branch: perl
4751            ! hints/unicos.sh
4752 ____________________________________________________________________________
4753 [ 16735] By: jhi                                   on 2002/05/22  13:07:41
4754         Log: Update Changes.
4755      Branch: perl
4756            ! Changes patchlevel.h
4757 ____________________________________________________________________________
4758 [ 16734] By: jhi                                   on 2002/05/22  12:39:25
4759         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
4760              From: Dave Mitchell <davem@fdgroup.com>
4761              Date: Wed, 22 May 2002 12:53:21 +0100
4762              Message-ID: <20020522125320.E12794@fdgroup.com>
4763      Branch: perl
4764            ! ext/threads/shared/t/cond.t
4765 ____________________________________________________________________________
4766 [ 16733] By: jhi                                   on 2002/05/22  12:32:41
4767         Log: Subject: Documentation Patch to pod/perlunicode.pod pod/perluniintro.pod   
4768              From: John Borwick <john_borwick@ncsu.edu>
4769              Date: Wed, 22 May 2002 04:10:37 -0400
4770              Message-ID: <15595.21117.875874.721450@nada.johnborwick.com>
4771      Branch: perl
4772            ! pod/perlunicode.pod pod/perluniintro.pod
4773 ____________________________________________________________________________
4774 [ 16732] By: ams                                   on 2002/05/22  05:47:35
4775         Log: Integrate #16731 from //depot/macperl.
4776      Branch: perl
4777           !> t/io/crlf.t
4778 ____________________________________________________________________________
4779 [ 16731] By: pudge                                 on 2002/05/22  04:18:58
4780         Log: Be more specific in what we're looking for
4781      Branch: macperl
4782            ! t/io/crlf.t
4783 ____________________________________________________________________________
4784 [ 16730] By: pudge                                 on 2002/05/22  03:36:42
4785         Log: Integrate perl; bump patchlevel; add lib/Unicode/README back
4786      Branch: macperl
4787            + lib/Unicode/README
4788           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
4789           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
4790            - t/lib/st-dump.pl
4791            ! macos/MPVersion.r macos/config.sh
4792           !> (integrate 135 files)
4793 ____________________________________________________________________________
4794 [ 16729] By: jhi                                   on 2002/05/22  00:24:29
4795         Log: FAQ sync.
4796      Branch: perl
4797            ! pod/perlfaq4.pod
4798 ____________________________________________________________________________
4799 [ 16728] By: jhi                                   on 2002/05/21  23:02:03
4800         Log: Getopt::Std clarification from John Borwick.
4801      Branch: perl
4802            ! lib/Getopt/Std.pm
4803 ____________________________________________________________________________
4804 [ 16727] By: jhi                                   on 2002/05/21  22:59:58
4805         Log: Subject: Re: [Patch] for problem with shellwords.pl
4806              From: "Curtis Poe" <cp@onsitetech.com>
4807              Date: Tue, 21 May 2002 11:17:40 -0700
4808              Message-ID: <015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com>
4809              
4810              Subject: [Patch] for security problem with Text::ParseWords
4811              From: "Curtis Poe" <cp@onsitetech.com>     
4812              Date: Tue, 21 May 2002 15:10:18 -0700
4813              Message-ID: <022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com>
4814      Branch: perl
4815            ! lib/Text/ParseWords.pm lib/shellwords.pl
4816 ____________________________________________________________________________
4817 [ 16726] By: jhi                                   on 2002/05/21  22:57:09
4818         Log: Subject: [PATCH] SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)
4819              From: Nicholas Clark <nick@unfortu.net>
4820              Date: Tue, 21 May 2002 23:01:48 +0100
4821              Message-ID: <20020521220148.GH290@Bagpuss.unfortu.net>
4822      Branch: perl
4823            ! ext/SDBM_File/SDBM_File.xs
4824 ____________________________________________________________________________
4825 [ 16725] By: jhi                                   on 2002/05/21  22:16:05
4826         Log: Subject: [PATCH] Additional README.aix changes
4827              From: John Peacock <jpeacock@rowman.com>
4828              Date: Tue, 21 May 2002 12:01:10 -0400
4829              Message-ID: <3CEA6F46.70902@rowman.com>
4830      Branch: perl
4831            ! README.aix
4832 ____________________________________________________________________________
4833 [ 16724] By: jhi                                   on 2002/05/21  17:51:00
4834         Log: Subject: Win32 crash in fork.t (perl@16694)
4835              From: "Kevin Chase" <kevincha99@hotmail.com>
4836              Date: Mon, 20 May 2002 17:02:16 -0700
4837              Message-ID: <F53z5b6KZmcK8r6beUz000008f7@hotmail.com>
4838              
4839              
4840              It looks that the Poison() found its first target.
4841              The suggested patch is fine.
4842      Branch: perl
4843            ! cop.h
4844 ____________________________________________________________________________
4845 [ 16723] By: jhi                                   on 2002/05/21  14:54:24
4846         Log: microperl: if DIEing on no-functionality, the has-functionality
4847              would be unreachable code.
4848      Branch: perl
4849            ! pp.c pp_sys.c
4850 ____________________________________________________________________________
4851 [ 16722] By: jhi                                   on 2002/05/21  14:25:44
4852         Log: microperl: do not regenerate the perly.
4853      Branch: perl
4854            ! Makefile.micro
4855 ____________________________________________________________________________
4856 [ 16721] By: jhi                                   on 2002/05/21  13:30:26
4857         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
4858              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4859              Date: Mon, 20 May 2002 22:55:46 -0700
4860              Message-ID: <iFe68gzkgCIJ092yn@efn.org>
4861      Branch: perl
4862            ! utils/h2xs.PL
4863 ____________________________________________________________________________
4864 [ 16720] By: jhi                                   on 2002/05/21  13:22:51
4865         Log: Regen uconfig.h.
4866      Branch: perl
4867            ! uconfig.h
4868 ____________________________________________________________________________
4869 [ 16719] By: ams                                   on 2002/05/21  05:02:01
4870         Log: Why quote some keys?
4871      Branch: perl
4872            ! ext/Storable/Makefile.PL
4873 ____________________________________________________________________________
4874 [ 16718] By: ams                                   on 2002/05/21  04:08:39
4875         Log: Suppress warning about $canonical. (Nicholas Clark)
4876      Branch: perl
4877            ! ext/Storable/Storable.pm
4878 ____________________________________________________________________________
4879 [ 16717] By: jhi                                   on 2002/05/21  03:18:59
4880         Log: Subject: [PATCH] VMS iThreads follow-up
4881              From: "Craig A. Berry" <craigberry@mac.com>
4882              Date: Mon, 20 May 2002 21:34:17 -0500
4883              Message-Id: <a05111700b90f5f1c3b01@[172.16.52.1]>
4884      Branch: perl
4885            ! configure.com
4886 ____________________________________________________________________________
4887 [ 16716] By: ams                                   on 2002/05/21  02:47:18
4888         Log: 1. Declare correct version for Test::More dependency. (Autrijus Tang)
4889              2. Install in core library directory. (Tatsuhiko Miyagawa)
4890      Branch: perl
4891            ! ext/Storable/Makefile.PL
4892 ____________________________________________________________________________
4893 [ 16715] By: jhi                                   on 2002/05/20  22:13:45
4894         Log: Subject: [Encode] 1.72 released
4895              From: Dan Kogai <dankogai@dan.co.jp>
4896              Date: Tue, 21 May 2002 01:06:19 +0900
4897              Message-Id: <85BA0AD1-6C0B-11D6-90A1-0003939A104C@dan.co.jp>     
4898      Branch: perl
4899            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
4900            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
4901            ! ext/Encode/Unicode/Unicode.xs
4902            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/perlio.t
4903 ____________________________________________________________________________
4904 [ 16714] By: jhi                                   on 2002/05/20  14:53:31
4905         Log: Update Changes.
4906      Branch: perl
4907            ! Changes patchlevel.h
4908 ____________________________________________________________________________
4909 [ 16713] By: jhi                                   on 2002/05/20  14:46:15
4910         Log: A bit of self-promotion from David Wheeler <david@wheeler.net> :-)
4911      Branch: perl
4912            ! pod/perlfaq4.pod
4913 ____________________________________________________________________________
4914 [ 16712] By: jhi                                   on 2002/05/20  14:25:03
4915         Log: metaconfig unit changes for #16711.
4916      Branch: metaconfig
4917            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4918            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4919            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4920            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4921            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4922            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4923            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4924            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4925            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4926            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4927            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4928            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4929            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4930            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4931            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4932            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4933            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4934            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4935            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4936            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4937            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4938            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4939            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4940            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4941 ____________________________________________________________________________
4942 [ 16711] By: jhi                                   on 2002/05/20  14:24:38
4943         Log: Document better what the foo_r_proto are supposed to be.
4944      Branch: perl
4945            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4946            ! config_h.SH reentr.pl
4947 ____________________________________________________________________________
4948 [ 16710] By: jhi                                   on 2002/05/20  14:11:33
4949         Log: Subject: Re: pod patches.
4950              From: Jim Cromie <jcromie@divsol.com>
4951              Date: Mon, 20 May 2002 09:00:10 -0600
4952              Message-ID: <3CE90F7A.3070309@divsol.com>
4953              
4954              (with Philip Newton's tweaks)
4955      Branch: perl
4956            ! pod/perlsub.pod
4957 ____________________________________________________________________________
4958 [ 16709] By: jhi                                   on 2002/05/20  12:50:34
4959         Log: Subject: Re: pod patch - perldelta.pod
4960              From: Jim Cromie <jcromie@divsol.com>
4961              Date: Mon, 20 May 2002 07:16:54 -0600
4962              Message-ID: <3CE8F746.50603@divsol.com>
4963      Branch: perl
4964            ! pod/perldelta.pod
4965 ____________________________________________________________________________
4966 [ 16708] By: jhi                                   on 2002/05/20  12:49:20
4967         Log: Subject: [patch] one more little step for WinCE
4968              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
4969              Date: Mon, 20 May 2002 11:47:19 +0400
4970              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>
4971      Branch: perl
4972            ! wince/Makefile.ce
4973 ____________________________________________________________________________
4974 [ 16707] By: jhi                                   on 2002/05/20  12:42:35
4975         Log: Preemptive doc patch.
4976      Branch: perl
4977            ! pod/perldelta.pod
4978 ____________________________________________________________________________
4979 [ 16706] By: rgs                                   on 2002/05/20  12:21:14
4980         Log: The "constant sub redefined" warning can't be disabled.
4981      Branch: perl
4982            ! pod/perldiag.pod
4983 ____________________________________________________________________________
4984 [ 16705] By: nick                                  on 2002/05/20  10:18:26
4985         Log: Integrate mainline
4986      Branch: perlio
4987           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
4988           !> MANIFEST configure.com ext/Encode/Encode/Makefile_PL.e2x
4989           !> ext/Socket/socketpair.t pod/perldelta.pod pod/perlfunc.pod
4990           !> pod/perlthrtut.pod vms/vms.c vms/vmsish.h
4991 ____________________________________________________________________________
4992 [ 16704] By: jhi                                   on 2002/05/20  02:49:22
4993         Log: Missed hunk from #16701.
4994      Branch: perl
4995            ! vms/vms.c
4996 ____________________________________________________________________________
4997 [ 16703] By: jhi                                   on 2002/05/20  02:37:29
4998         Log: Subject: Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
4999              From: andreas.koenig@anima.de (Andreas J. Koenig)
5000              Date: Mon, 20 May 2002 05:36:14 +0200
5001              Message-ID: <m34rh37aoh.fsf@anima.de>
5002      Branch: perl
5003            + lib/CPAN/t/mirroredby.t
5004            ! MANIFEST
5005 ____________________________________________________________________________
5006 [ 16702] By: jhi                                   on 2002/05/20  02:25:40
5007         Log: Subject: tiny doc tweaks
5008              From: andreas.koenig@anima.de (Andreas J. Koenig)
5009              Date: Mon, 20 May 2002 05:07:13 +0200
5010              Message-ID: <m38z6f7c0u.fsf@anima.de>
5011      Branch: perl
5012            ! pod/perldelta.pod pod/perlfunc.pod
5013 ____________________________________________________________________________
5014 [ 16701] By: jhi                                   on 2002/05/20  02:23:03
5015         Log: Subject: [PATCH @16694] ithreads for VMS
5016              From: "Craig A. Berry" <craigberry@mac.com>
5017              Date: Sun, 19 May 2002 22:06:43 -0500
5018              Message-Id: <a05111704b90e14567261@[172.16.52.1]>
5019      Branch: perl
5020            ! configure.com vms/vms.c vms/vmsish.h
5021 ____________________________________________________________________________
5022 [ 16700] By: jhi                                   on 2002/05/19  23:52:45
5023         Log: Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
5024              From: Autrijus Tang <autrijus@autrijus.org>
5025              Date: Mon, 20 May 2002 04:10:31 +0800
5026              Message-ID: <20020519201031.GA1603@not.autrijus.org>
5027      Branch: perl
5028            ! ext/Encode/Encode/Makefile_PL.e2x
5029 ____________________________________________________________________________
5030 [ 16699] By: jhi                                   on 2002/05/19  22:26:07
5031         Log: Mac OS X 10.1.4 started to consume 150MB+ virtual memory
5032              while trying to -O3 optimize B.c.  (A bit weird since
5033              10.1.4 used to work fine, and nothing has changed in
5034              ext/B/..., but the overoptimization was repeatable.)
5035      Branch: perl
5036            + ext/B/hints/darwin.pl
5037            ! MANIFEST
5038 ____________________________________________________________________________
5039 [ 16698] By: jhi                                   on 2002/05/19  21:11:55
5040         Log: UNICOS/mk seems to still have this problem.
5041      Branch: perl
5042            ! ext/Socket/socketpair.t
5043 ____________________________________________________________________________
5044 [ 16697] By: jhi                                   on 2002/05/19  18:53:54
5045         Log: perldelta tweaks.
5046      Branch: perl
5047            ! pod/perldelta.pod
5048 ____________________________________________________________________________
5049 [ 16696] By: nick                                  on 2002/05/19  18:26:39
5050         Log: Integrate mailine
5051      Branch: perlio
5052           !> (integrate 35 files)
5053 ____________________________________________________________________________
5054 [ 16695] By: jhi                                   on 2002/05/19  18:02:54
5055         Log: Document the reentrant_retry(), but from user's viewpoint.
5056      Branch: perl
5057            ! pod/perlthrtut.pod
5058 ____________________________________________________________________________
5059 [ 16694] By: jhi                                   on 2002/05/19  14:49:49
5060         Log: Update Changes.
5061      Branch: perl
5062            ! Changes patchlevel.h
5063 ____________________________________________________________________________
5064 [ 16693] By: jhi                                   on 2002/05/19  14:28:37
5065         Log: Subject: [PATCH] Benchmark.pm: empty loop too slow
5066              From: Slaven Rezic <slaven.rezic@berlin.de>
5067              Date: Sun, 19 May 2002 16:03:12 +0200 (CEST)
5068              Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>
5069      Branch: perl
5070            ! lib/Benchmark.pm
5071 ____________________________________________________________________________
5072 [ 16692] By: jhi                                   on 2002/05/19  03:05:41
5073         Log: Document once more the difference between :utf8
5074              and :encoding(...).
5075      Branch: perl
5076            ! lib/open.pm pod/perluniintro.pod
5077 ____________________________________________________________________________
5078 [ 16691] By: jhi                                   on 2002/05/19  02:24:30
5079         Log: Third Degree: make the options more portable between
5080              Tru64 versions.
5081      Branch: perl
5082            ! Makefile.SH
5083 ____________________________________________________________________________
5084 [ 16690] By: jhi                                   on 2002/05/19  01:41:54
5085         Log: IRIX SMP turned up a few hundred "Use of uninitialized
5086              value in numeric eq" warnings: initialise the $counter2.
5087      Branch: perl
5088            ! ext/threads/shared/t/cond.t
5089 ____________________________________________________________________________
5090 [ 16689] By: jhi                                   on 2002/05/19  00:29:36
5091         Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs
5092              From: Dave Mitchell <davem@fdgroup.com>
5093              Date: Sun, 19 May 2002 00:50:43 +0100
5094              Message-ID: <20020519005043.F7275@fdgroup.com>
5095      Branch: perl
5096            ! ext/threads/shared/t/cond.t
5097 ____________________________________________________________________________
5098 [ 16688] By: jhi                                   on 2002/05/19  00:28:51
5099         Log: Sarathy pointed out that instead of zeroing heap
5100              it is more prudent to poison it.
5101      Branch: perl
5102            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
5103            ! scope.c sv.c util.c
5104 ____________________________________________________________________________
5105 [ 16687] By: jhi                                   on 2002/05/18  22:03:29
5106         Log: The thread warnings aren't quite yet working as planned.
5107      Branch: perl
5108            ! ext/threads/shared/t/cond.t
5109 ____________________________________________________________________________
5110 [ 16686] By: jhi                                   on 2002/05/18  20:48:03
5111         Log: Forgotten from #16685.
5112      Branch: perl
5113            ! ext/threads/shared/t/cond.t
5114 ____________________________________________________________________________
5115 [ 16685] By: jhi                                   on 2002/05/18  20:46:13
5116         Log: Subject: [PATCH threads] revised warnings + more tests + docs
5117              From: Dave Mitchell <davem@fdgroup.com>
5118              Date: Sat, 18 May 2002 22:24:51 +0100
5119              Message-ID: <20020518222451.E7275@fdgroup.com>
5120      Branch: perl
5121            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5122            ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm
5123            ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl
5124 ____________________________________________________________________________
5125 [ 16684] By: jhi                                   on 2002/05/18  20:10:53
5126         Log: Storable status tweak.
5127      Branch: perl
5128            ! pod/perldelta.pod
5129 ____________________________________________________________________________
5130 [ 16683] By: rgs                                   on 2002/05/18  19:39:42
5131         Log: perlfunc and perldelta updates about caller().
5132      Branch: perl
5133            ! pod/perldelta.pod pod/perlfunc.pod
5134 ____________________________________________________________________________
5135 [ 16682] By: jhi                                   on 2002/05/18  19:33:51
5136         Log: Subject: [PATCH] RE: perl@16678
5137              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
5138              Date: Sat, 18 May 2002 21:15:43 +0100
5139              Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
5140              
5141              Making the symbols generated by warnings.pl future-proof.
5142      Branch: perl
5143            ! lib/warnings.pm warnings.h warnings.pl
5144 ____________________________________________________________________________
5145 [ 16681] By: jhi                                   on 2002/05/18  18:44:32
5146         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01
5147              From: Michael G Schwern <schwern@pobox.com>
5148              Date: Sat, 18 May 2002 14:53:50 -0400
5149              Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
5150      Branch: perl
5151            ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm
5152            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
5153 ____________________________________________________________________________
5154 [ 16680] By: jhi                                   on 2002/05/18  18:43:35
5155         Log: Prettyprinting.
5156      Branch: perl
5157            ! t/op/recurse.t
5158 ____________________________________________________________________________
5159 [ 16679] By: jhi                                   on 2002/05/18  18:42:08
5160         Log: Companion to #16601: cxinc would create uninitialized
5161              PERL_CONTEXTs.  The bug was tickled by the test
5162              lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
5163              added to check that I got the context stack extension right.
5164              Also rewrite recurse.t to use test.pl.
5165      Branch: perl
5166            ! scope.c t/op/recurse.t
5167 ____________________________________________________________________________
5168 [ 16678] By: jhi                                   on 2002/05/18  16:38:29
5169         Log: Update Changes.
5170      Branch: perl
5171            ! Changes patchlevel.h
5172 ____________________________________________________________________________
5173 [ 16677] By: jhi                                   on 2002/05/18  15:50:25
5174         Log: URL and other tiny tweaks.
5175      Branch: perl
5176            ! pod/perluniintro.pod
5177 ____________________________________________________________________________
5178 [ 16676] By: jhi                                   on 2002/05/18  15:40:35
5179         Log: Subject: [Patch] doc patch on Unicode
5180              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5181              Date: Sun, 19 May 2002 01:01:58 +0900
5182              Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
5183      Branch: perl
5184            ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
5185 ____________________________________________________________________________
5186 [ 16675] By: ams                                   on 2002/05/18  15:06:35
5187         Log: s/2.0/2.00/ to be CPAN friendly.
5188      Branch: perl
5189            ! ext/Storable/Storable.pm
5190 ____________________________________________________________________________
5191 [ 16674] By: ams                                   on 2002/05/18  14:47:07
5192         Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
5193              EBCDIC, amazing.
5194              From: Philip Newton <Philip.Newton@gmx.net>
5195              Date: Sat, 18 May 2002 09:54:13 +0200
5196              Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
5197      Branch: perl
5198            ! lib/Pod/t/eol.t
5199 ____________________________________________________________________________
5200 [ 16673] By: ams                                   on 2002/05/18  14:41:00
5201         Log: Subject: Storable test for 64 bit 5.6.1
5202              From: Nicholas Clark <nick@unfortu.net>
5203              Date: Sat, 18 May 2002 15:48:55 +0100
5204              Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
5205              (Private mail.)
5206      Branch: perl
5207            ! ext/Storable/t/malice.t
5208 ____________________________________________________________________________
5209 [ 16672] By: nick                                  on 2002/05/18  09:47:51
5210         Log: Integrate mainline
5211      Branch: perlio
5212           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
5213            - t/lib/st-dump.pl
5214           !> (integrate 67 files)
5215 ____________________________________________________________________________
5216 [ 16671] By: jhi                                   on 2002/05/18  04:31:00
5217         Log: No more true.
5218      Branch: perl
5219            ! lib/vars.pm
5220 ____________________________________________________________________________
5221 [ 16670] By: jhi                                   on 2002/05/18  04:14:25
5222         Log: Make use vars grok UTF-8.
5223      Branch: perl
5224            ! lib/vars.pm t/run/fresh_perl.t
5225 ____________________________________________________________________________
5226 [ 16669] By: jhi                                   on 2002/05/18  03:53:27
5227         Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
5228              From: Michael G Schwern <schwern@pobox.com>
5229              Date: Fri, 17 May 2002 23:54:29 -0400  
5230              Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
5231      Branch: perl
5232            ! t/op/tie.t t/run/fresh_perl.t
5233 ____________________________________________________________________________
5234 [ 16668] By: jhi                                   on 2002/05/18  03:44:57
5235         Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
5236              From: Michael G Schwern <schwern@pobox.com>
5237              Date: Fri, 17 May 2002 20:37:26 -0400  
5238              Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
5239      Branch: perl
5240            + t/lib/sample-tests/shbang_misparse
5241            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
5242            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
5243            ! lib/Test/Harness/t/test-harness.t
5244 ____________________________________________________________________________
5245 [ 16667] By: jhi                                   on 2002/05/18  03:41:34
5246         Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
5247              From: Nicholas Clark <nick@unfortu.net>
5248              Date: Sat, 18 May 2002 00:18:39 +0100  
5249              Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
5250              
5251              Use Storable's st-dump.pl.
5252      Branch: perl
5253            - t/lib/st-dump.pl
5254            ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
5255            ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
5256            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
5257            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
5258            ! ext/Storable/t/retrieve.t ext/Storable/t/store.t
5259            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
5260            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
5261 ____________________________________________________________________________
5262 [ 16666] By: jhi                                   on 2002/05/17  21:46:04
5263         Log: Forgotten from #16656.
5264      Branch: perl
5265            ! ext/B/B.xs
5266 ____________________________________________________________________________
5267 [ 16665] By: jhi                                   on 2002/05/17  21:40:55
5268         Log: Subject: [PATCH] Storable ChangeLog ready for release 
5269              From: Nicholas Clark <nick@unfortu.net>
5270              Date: Fri, 17 May 2002 23:17:34 +0100  
5271              Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
5272      Branch: perl
5273            ! ext/Storable/ChangeLog
5274 ____________________________________________________________________________
5275 [ 16664] By: jhi                                   on 2002/05/17  21:39:37
5276         Log: Subject: [PATCH] Storable stand alone tests
5277              From: Nicholas Clark <nick@unfortu.net>
5278              Date: Fri, 17 May 2002 22:43:35 +0100  
5279              Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
5280      Branch: perl
5281            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
5282            ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
5283            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
5284            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
5285            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
5286            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
5287            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
5288            ! ext/Storable/t/store.t ext/Storable/t/tied.t
5289            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
5290            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
5291 ____________________________________________________________________________
5292 [ 16663] By: jhi                                   on 2002/05/17  21:35:45
5293         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
5294              From: Michael G Schwern <schwern@pobox.com>
5295              Date: Fri, 17 May 2002 17:17:54 -0400  
5296              Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
5297      Branch: perl
5298            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
5299            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
5300            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
5301            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
5302            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
5303            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
5304            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
5305            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
5306            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
5307            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
5308            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
5309            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
5310            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
5311            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
5312 ____________________________________________________________________________
5313 [ 16662] By: rgs                                   on 2002/05/17  20:07:21
5314         Log: More regression tests for caller() and fix one bug of #16658.
5315      Branch: perl
5316            ! pp_ctl.c t/op/caller.t
5317 ____________________________________________________________________________
5318 [ 16661] By: jhi                                   on 2002/05/17  19:13:18
5319         Log: Integrate perlio:
5320              
5321              [ 16657]
5322              Fix the crlf.t buffer leak
5323              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
5324              flagged it because it is more often popped without stream
5325              being closed.
5326              - Define non-noop PerlIOBuf_popped(), use it and export it.
5327      Branch: perl
5328           !> makedef.pl perlio.c perliol.h
5329 ____________________________________________________________________________
5330 [ 16660] By: rgs                                   on 2002/05/17  19:09:03
5331         Log: Add a note about Cwd::fastcwd() returning tainted data.
5332              Sort modules alphabetically.
5333      Branch: perl
5334            ! pod/perldelta.pod
5335 ____________________________________________________________________________
5336 [ 16659] By: rgs                                   on 2002/05/17  19:05:11
5337         Log: Remove O from the untested modules list.
5338      Branch: perl
5339            ! t/lib/1_compile.t
5340 ____________________________________________________________________________
5341 [ 16658] By: rgs                                   on 2002/05/17  19:03:06
5342         Log: Fix bug 20020517.003 : segfault with caller().
5343              Add regression tests for caller.
5344      Branch: perl
5345            + t/op/caller.t
5346            ! MANIFEST pp_ctl.c
5347 ____________________________________________________________________________
5348 [ 16657] By: nick                                  on 2002/05/17  17:18:18
5349         Log: Fix the crlf.t buffer leak
5350              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
5351              flagged it because it is more often popped without stream
5352              being closed.
5353              - Define non-noop PerlIOBuf_popped(), use it and export it.
5354      Branch: perlio
5355            ! makedef.pl perlio.c perliol.h
5356 ____________________________________________________________________________
5357 [ 16656] By: jhi                                   on 2002/05/17  16:52:15
5358         Log: PERL_HASH() casting games so that our hashed data is "unsigned
5359              char" but old code using just a "char" doesn't need changes.
5360              (The change is using a temporary pointer instead of a direct
5361              cast to unsigned char* which would blindly cast anything,
5362              not just char pointers.)  (The problem arose in MacOS Classic,
5363              as seen by Pudge, the cure by Nicholas Clark.)
5364      Branch: perl
5365            ! hv.c hv.h op.c sv.c vms/vms.c
5366 ____________________________________________________________________________
5367 [ 16655] By: nick                                  on 2002/05/17  14:59:20
5368         Log: Integrate mainline
5369      Branch: perlio
5370           !> (integrate 28 files)
5371 ____________________________________________________________________________
5372 [ 16654] By: jhi                                   on 2002/05/17  12:24:07
5373         Log: Update Changes.
5374      Branch: perl
5375            ! Changes patchlevel.h
5376 ____________________________________________________________________________
5377 [ 16653] By: jhi                                   on 2002/05/17  12:18:54
5378         Log: FAQ sync.
5379      Branch: perl
5380            ! pod/perlfaq4.pod pod/perlfaq8.pod
5381 ____________________________________________________________________________
5382 [ 16652] By: jhi                                   on 2002/05/17  12:14:20
5383         Log: Forgot from #16628.
5384      Branch: perl
5385            ! ext/Encode/Makefile.PL
5386 ____________________________________________________________________________
5387 [ 16651] By: pudge                                 on 2002/05/17  11:40:13
5388         Log: One Last Time
5389      Branch: macperl
5390            + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5391            + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
5392            + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
5393            + lib/Unicode/UCD.t
5394 ____________________________________________________________________________
5395 [ 16650] By: pudge                                 on 2002/05/17  11:39:14
5396         Log: Stupid case insensitivity
5397      Branch: macperl
5398            - lib/unicode/Collate.pm lib/unicode/Collate/Changes
5399            - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
5400            - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
5401            - lib/unicode/UCD.t
5402 ____________________________________________________________________________
5403 [ 16649] By: pudge                                 on 2002/05/17  11:30:17
5404         Log: Move Unicode -> unicode, remove README
5405      Branch: macperl
5406            - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5407            - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
5408            - lib/Unicode/Collate/t/test.t lib/Unicode/README
5409            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
5410 ____________________________________________________________________________
5411 [ 16648] By: pudge                                 on 2002/05/17  11:29:57
5412         Log: Move Unicode -> unicode, remove README (oops, forgot one)
5413      Branch: macperl
5414           +> lib/unicode/Collate/README
5415 ____________________________________________________________________________
5416 [ 16647] By: pudge                                 on 2002/05/17  11:11:50
5417         Log: Move Unicode -> unicode, remove README
5418      Branch: macperl
5419           +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
5420           +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
5421           +> lib/unicode/UCD.pm lib/unicode/UCD.t
5422 ____________________________________________________________________________
5423 [ 16646] By: pudge                                 on 2002/05/17  10:54:03
5424         Log: Integrate perl
5425      Branch: macperl
5426           +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
5427           +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
5428           +> lib/Thread/Semaphore.pm
5429            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
5430            - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
5431            - wince/include/sys/types.h wince/include/sys/utime.h
5432            - wince/include/time.h
5433            ! macos/MPVersion.r macos/config.sh
5434           !> (integrate 173 files)
5435 ____________________________________________________________________________
5436 [ 16645] By: nick                                  on 2002/05/17  06:56:40
5437         Log: Integrate mainline
5438      Branch: perlio
5439           +> ext/Storable/t/st-dump.pl
5440            - wince/FindExt.pm
5441           !> (integrate 40 files)
5442 ____________________________________________________________________________
5443 [ 16644] By: jhi                                   on 2002/05/17  03:10:15
5444         Log: STDERR noise.
5445      Branch: perl
5446            ! lib/Switch.pm
5447 ____________________________________________________________________________
5448 [ 16643] By: jhi                                   on 2002/05/17  03:08:01
5449         Log: Upgrade to Switch 2.07.
5450      Branch: perl
5451            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
5452            ! lib/Switch/t/given.t lib/Switch/t/nested.t
5453            ! lib/Switch/t/switch.t
5454 ____________________________________________________________________________
5455 [ 16642] By: jhi                                   on 2002/05/17  02:59:35
5456         Log: Missed hunk in #16641.
5457      Branch: perl
5458            ! lib/Filter/Simple/Changes
5459 ____________________________________________________________________________
5460 [ 16641] By: jhi                                   on 2002/05/17  02:56:14
5461         Log: Upgrade to Filter::Simple 0.78.
5462              (Keep #14432, let Damian know of it.)
5463      Branch: perl
5464            ! lib/Filter/Simple.pm lib/Filter/Simple/README
5465            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
5466            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
5467            ! lib/Filter/Simple/t/import.t
5468 ____________________________________________________________________________
5469 [ 16640] By: jhi                                   on 2002/05/17  01:36:12
5470         Log: More Third Degree.
5471      Branch: perl
5472            ! t/TEST
5473 ____________________________________________________________________________
5474 [ 16639] By: jhi                                   on 2002/05/17  01:07:09
5475         Log: Third Degree tweaks.
5476      Branch: perl
5477            ! pod/perlhack.pod t/TEST
5478 ____________________________________________________________________________
5479 [ 16638] By: jhi                                   on 2002/05/16  22:54:36
5480         Log: Purify: dl_last_error was leaking.
5481      Branch: perl
5482            ! ext/DynaLoader/dlutils.c
5483 ____________________________________________________________________________
5484 [ 16637] By: jhi                                   on 2002/05/16  22:42:44
5485         Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
5486              From: Chris Ball <chris@cpan.org>
5487              Date: 16 May 2002 20:51:34 +0100
5488              Message-ID: <86lmajvpkp.fsf@void.printf.net>
5489      Branch: perl
5490            ! utils/perldoc.PL
5491 ____________________________________________________________________________
5492 [ 16636] By: jhi                                   on 2002/05/16  22:38:35
5493         Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
5494              From: "Craig A. Berry" <craigberry@mac.com>
5495              Date: Thu, 16 May 2002 14:13:15 -0500
5496              Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
5497      Branch: perl
5498            ! lib/ExtUtils/t/Constant.t
5499 ____________________________________________________________________________
5500 [ 16635] By: rgs                                   on 2002/05/16  21:09:57
5501         Log: Make Cwd::fastcwd() return a tainted value.
5502              Add regression tests for taint-safety of the *cwd()
5503              functions.
5504      Branch: perl
5505            ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
5506 ____________________________________________________________________________
5507 [ 16634] By: jhi                                   on 2002/05/16  15:56:42
5508         Log: Subject: Re: AIX warning in hints regarding gcc
5509              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5510              Date: Thu, 16 May 2002 18:55:41 +0200
5511              Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
5512      Branch: perl
5513            ! hints/aix.sh
5514 ____________________________________________________________________________
5515 [ 16633] By: jhi                                   on 2002/05/16  14:18:27
5516         Log: Update the test statuses.
5517      Branch: perl
5518            ! pod/perldelta.pod
5519 ____________________________________________________________________________
5520 [ 16632] By: jhi                                   on 2002/05/16  14:17:29
5521         Log: The UDP sockpair failure seems to have magically
5522              disappeared from both UNICOSes.
5523              (One gets "UNEXPECTEDLY SUCCEEDED".)
5524      Branch: perl
5525            ! ext/Socket/socketpair.t
5526 ____________________________________________________________________________
5527 [ 16631] By: jhi                                   on 2002/05/16  13:57:08
5528         Log: Brokenness of restricted hashes with Storable on EBCDIC
5529              seems to be an artifact of the downgrade.t.
5530      Branch: perl
5531            ! ext/Storable/Storable.pm
5532 ____________________________________________________________________________
5533 [ 16630] By: jhi                                   on 2002/05/16  13:51:19
5534         Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
5535              memory debuggers.
5536      Branch: perl
5537            ! pod/perlhack.pod
5538 ____________________________________________________________________________
5539 [ 16629] By: jhi                                   on 2002/05/16  13:44:03
5540         Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
5541              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5542              Date: Thu, 16 May 2002 16:42:34 +0200
5543              Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
5544              
5545              gcc 3 version parsing proofing.
5546      Branch: perl
5547            ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
5548 ____________________________________________________________________________
5549 [ 16628] By: jhi                                   on 2002/05/16  13:22:57
5550         Log: Subject: [PATCH] good day for WinCE port of perl.
5551              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
5552              Date: Thu, 16 May 2002 03:33:23 +0400
5553              Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
5554      Branch: perl
5555            - wince/FindExt.pm
5556            ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
5557            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
5558            ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL
5559            ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
5560            ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
5561            ! wince/config_H.ce wince/config_h.PL
5562 ____________________________________________________________________________
5563 [ 16627] By: jhi                                   on 2002/05/16  13:17:42
5564         Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
5565              From: slaven.rezic@berlin.de
5566              Date: Mon, 13 May 2002 16:02:24 +0200
5567              Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
5568      Branch: perl
5569            ! ext/Sys/Syslog/Syslog.pm
5570 ____________________________________________________________________________
5571 [ 16626] By: jhi                                   on 2002/05/16  13:16:34
5572         Log: Subject: Re: [PATCH] allow use threads qw(yield)
5573              From: Dave Mitchell <davem@fdgroup.com>
5574              Date: Wed, 15 May 2002 23:26:27 +0100
5575              Message-ID: <20020515232626.E28924@fdgroup.com>
5576      Branch: perl
5577            ! ext/threads/threads.xs
5578 ____________________________________________________________________________
5579 [ 16625] By: jhi                                   on 2002/05/16  13:10:46
5580         Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
5581              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5582              Date: Thu, 16 May 2002 14:22:21 +0200
5583              Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
5584      Branch: perl
5585            ! hints/aix.sh
5586 ____________________________________________________________________________
5587 [ 16624] By: jhi                                   on 2002/05/16  13:05:05
5588         Log: metaconfig unit change for #16623.
5589      Branch: metaconfig
5590            ! U/ebcdic/trnl.U
5591 ____________________________________________________________________________
5592 [ 16623] By: jhi                                   on 2002/05/16  13:04:40
5593         Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
5594              from John Poltorak <jp@eyup.org>.
5595      Branch: perl
5596            ! Configure
5597 ____________________________________________________________________________
5598 [ 16622] By: jhi                                   on 2002/05/16  12:58:05
5599         Log: DJGPP doesn't have \r\n delimited files (it has \r).
5600      Branch: perl
5601            ! lib/Tie/File/t/21_win32.t
5602 ____________________________________________________________________________
5603 [ 16621] By: jhi                                   on 2002/05/16  12:52:47
5604         Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
5605              2. Doing a s///g instead of tr/// works better for CR-delimited
5606              files, like in DJGPP (since <FH> doesn't correctly pull in
5607              CR-delimited lines).
5608      Branch: perl
5609            ! lib/Pod/Html.pm lib/Pod/t/eol.t
5610 ____________________________________________________________________________
5611 [ 16620] By: jhi                                   on 2002/05/16  12:50:29
5612         Log: Don't test $! with like() since one may have
5613              a non-English locale, or simply AIX :-)
5614      Branch: perl
5615            ! ext/PerlIO/t/fail.t
5616 ____________________________________________________________________________
5617 [ 16619] By: jhi                                   on 2002/05/16  12:16:25
5618         Log: DJGPP updates from Laszlo Molnar.
5619      Branch: perl
5620            ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
5621 ____________________________________________________________________________
5622 [ 16618] By: jhi                                   on 2002/05/16  02:57:21
5623         Log: Integrate perlio:
5624              
5625              [ 16613]
5626              Make open fail when layer string does not parse.
5627      Branch: perl
5628           +> ext/PerlIO/t/fail.t
5629           !> MANIFEST perlio.c
5630 ____________________________________________________________________________
5631 [ 16617] By: jhi                                   on 2002/05/15  21:07:39
5632         Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
5633              From: Nicholas Clark <nick@unfortu.net>
5634              Date: Wed, 15 May 2002 23:06:20 +0100
5635              Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
5636      Branch: perl
5637            ! ext/Storable/Storable.xs
5638 ____________________________________________________________________________
5639 [ 16616] By: jhi                                   on 2002/05/15  21:01:10
5640         Log: Two down, ten to go.
5641      Branch: perl
5642            ! pod/perldelta.pod
5643 ____________________________________________________________________________
5644 [ 16615] By: jhi                                   on 2002/05/15  20:31:02
5645         Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
5646      Branch: perl
5647            ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
5648 ____________________________________________________________________________
5649 [ 16614] By: jhi                                   on 2002/05/15  20:03:28
5650         Log: Schizoid MANIFESTs.
5651      Branch: perl
5652            + ext/Storable/t/st-dump.pl
5653            ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
5654 ____________________________________________________________________________
5655 [ 16613] By: nick                                  on 2002/05/15  19:26:00
5656         Log: Make open fail when layer string does not parse.
5657      Branch: perlio
5658            + ext/PerlIO/t/fail.t
5659            ! MANIFEST perlio.c
5660 ____________________________________________________________________________
5661 [ 16612] By: nick                                  on 2002/05/15  18:11:15
5662         Log: Integrate mainline
5663      Branch: perlio
5664           !> Changes ext/Storable/Storable.pm patchlevel.h
5665           !> pod/perldelta.pod sv.c t/run/fresh_perl.t
5666 ____________________________________________________________________________
5667 [ 16611] By: jhi                                   on 2002/05/15  14:06:45
5668         Log: Update Changes.
5669      Branch: perl
5670            ! Changes patchlevel.h
5671 ____________________________________________________________________________
5672 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
5673         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
5674      Branch: perl
5675            ! pod/perldelta.pod t/run/fresh_perl.t
5676 ____________________________________________________________________________
5677 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
5678         Log: Document some of the known EBCDIC problems with Storable.
5679              (There is more, but need to do more tests.)
5680      Branch: perl
5681            ! ext/Storable/Storable.pm
5682 ____________________________________________________________________________
5683 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
5684         Log: Purify finding: jperl.t causes a few Array Bounds Reads
5685              (one byte too far in a malloced buffer) at various spots
5686              in regcomp.c, all the buffers malloced by SvGROW() in
5687              sv_recode_to_utf8().
5688      Branch: perl
5689            ! sv.c
5690 ____________________________________________________________________________
5691 [ 16607] By: nick                                  on 2002/05/15  06:57:26
5692         Log: Integrate mainline
5693      Branch: perlio
5694           +> Porting/thirdclean
5695           !> (integrate 36 files)
5696 ____________________________________________________________________________
5697 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
5698         Log: Subject: [PATCH] Re: use of lc module names and warnings
5699              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5700              Date: Sun, 12 May 2002 23:09:46 +0200
5701              Message-ID: <20020512230946.E699@rafael>
5702      Branch: perl
5703            ! toke.c
5704 ____________________________________________________________________________
5705 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
5706         Log: More rule tweakage.
5707      Branch: perl
5708            ! Porting/thirdclean
5709 ____________________________________________________________________________
5710 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
5711         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
5712              From: Sam Tregar <sam@tregar.com>
5713              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
5714              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
5715      Branch: perl
5716            ! ext/Devel/DProf/DProf.xs
5717 ____________________________________________________________________________
5718 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
5719         Log: $VERSIONize.
5720      Branch: perl
5721            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
5722 ____________________________________________________________________________
5723 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
5724         Log: Third Degree: name the op/foo.t as op_foo.
5725      Branch: perl
5726            ! t/TEST
5727 ____________________________________________________________________________
5728 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
5729         Log: Read of uninitialized heap found by Third Degree
5730              (e.g. in t/op/subst.t)
5731      Branch: perl
5732            ! scope.c
5733 ____________________________________________________________________________
5734 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
5735         Log: Add more rules.
5736      Branch: perl
5737            ! Porting/thirdclean
5738 ____________________________________________________________________________
5739 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
5740         Log: Subject: [PATCH] allow use threads qw(yield)
5741              From: Dave Mitchell <davem@fdgroup.com>
5742              Date: Tue, 14 May 2002 22:49:47 +0100
5743              Message-ID: <20020514224947.F25049@fdgroup.com>
5744      Branch: perl
5745            ! ext/threads/threads.pm ext/threads/threads.xs
5746 ____________________________________________________________________________
5747 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
5748         Log: Micropatch from Olaf Flebbe.
5749      Branch: perl
5750            ! epoc/epoc.c
5751 ____________________________________________________________________________
5752 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
5753         Log: Subject: perlhack.pod typos [PATCH]
5754              From: "John P. Linderman" <jpl@research.att.com>
5755              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
5756              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
5757      Branch: perl
5758            ! pod/perlhack.pod
5759 ____________________________________________________________________________
5760 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
5761         Log: Subject: typo in Socket.pm
5762              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5763              Date: Tue, 14 May 2002 12:02:47 +0200
5764              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
5765      Branch: perl
5766            ! ext/IO/lib/IO/Socket.pm
5767 ____________________________________________________________________________
5768 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
5769         Log: The #16592 needs this.
5770      Branch: perl
5771            ! embedvar.h perlapi.h
5772 ____________________________________________________________________________
5773 [ 16594] By: sky                                   on 2002/05/14  17:08:01
5774         Log: Subject: Re: lib/sort.t failure [PATCH]
5775              From: "John P. Linderman" <jpl@research.att.com>
5776              Date: mÃ¥n maj 13, 2002  05:05:45  Europe/Stockholm
5777              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
5778      Branch: perl
5779            ! pod/perlfunc.pod
5780 ____________________________________________________________________________
5781 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
5782         Log: Add a script for cleaning out the "known noise"
5783              from Third Degree reports: either noise caused
5784              by libc itself, or Perl_yyparse leaks.
5785      Branch: perl
5786            + Porting/thirdclean
5787            ! MANIFEST
5788 ____________________________________________________________________________
5789 [ 16592] By: sky                                   on 2002/05/14  15:21:39
5790         Log: Turn the sort RealCmp for stable quicksorts into a
5791              threadsafe per interpreter values.
5792      Branch: perl
5793            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
5794 ____________________________________________________________________________
5795 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
5796         Log: reentr.h affects more C files than just reentr.c
5797      Branch: perl
5798            ! locale.c pp.c pp_sys.c
5799 ____________________________________________________________________________
5800 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
5801         Log: Document reentr.pl a bit better.  Still rather
5802              convoluted code, but it ain't broken, so...
5803      Branch: perl
5804            ! reentr.h reentr.pl
5805 ____________________________________________________________________________
5806 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
5807         Log: z/OS update: not all Storable was clear yet.
5808      Branch: perl
5809            ! pod/perldelta.pod
5810 ____________________________________________________________________________
5811 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
5812         Log: Avoid potentially empty struct.
5813      Branch: perl
5814            ! reentr.h reentr.pl
5815 ____________________________________________________________________________
5816 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
5817         Log: Todo tweaks.
5818      Branch: perl
5819            ! pod/perltodo.pod
5820 ____________________________________________________________________________
5821 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
5822         Log: Subject: [PATCH] various minor fixes in threads.            
5823              From: Dave Mitchell <davem@fdgroup.com>
5824              Date: Mon, 13 May 2002 23:48:22 +0100      
5825              Message-ID: <20020513234822.G21318@fdgroup.com>
5826      Branch: perl
5827            ! dump.c ext/threads/shared/shared.xs
5828 ____________________________________________________________________________
5829 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
5830         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
5831              From: PPrymmer@factset.com
5832              Date: Mon, 13 May 2002 17:37:28 -0400
5833              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
5834      Branch: perl
5835            ! vms/vms.c
5836 ____________________________________________________________________________
5837 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
5838         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
5839              From: Nicholas Clark <nick@unfortu.net>    
5840              Date: Mon, 13 May 2002 21:45:47 +0100
5841              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
5842      Branch: perl
5843            ! lib/ExtUtils/t/Constant.t
5844 ____________________________________________________________________________
5845 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
5846         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
5847              From: Nicholas Clark <nick@unfortu.net>    
5848              Date: Mon, 13 May 2002 21:47:38 +0100
5849              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
5850      Branch: perl
5851            ! lib/Benchmark.t
5852 ____________________________________________________________________________
5853 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
5854         Log: Subject: WinCE several touches
5855              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
5856              Date: Tue, 14 May 2002 00:43:11 +0400      
5857              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
5858      Branch: perl
5859            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
5860            ! wince/config_h.PL
5861 ____________________________________________________________________________
5862 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
5863         Log: Subject: Re: perl@16573
5864              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5865              Date: Mon, 13 May 2002 18:30:35 +0200
5866              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
5867              
5868              (gcc 3.0 vs 64-bit hpux hints)
5869      Branch: perl
5870            ! hints/hpux.sh
5871 ____________________________________________________________________________
5872 [ 16580] By: sky                                   on 2002/05/13  19:38:09
5873         Log: Make the point a bit clearer after suggestion from Merijin
5874      Branch: perl
5875            ! pod/perltodo.pod
5876 ____________________________________________________________________________
5877 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
5878         Log: perltodo update.
5879      Branch: perl
5880            ! pod/perltodo.pod
5881 ____________________________________________________________________________
5882 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
5883         Log: Subject: README.aix update
5884              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5885              Date: Mon, 13 May 2002 19:02:47 +0200
5886              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
5887      Branch: perl
5888            ! README.aix
5889 ____________________________________________________________________________
5890 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
5891         Log: export PerlIOBuf_get_base for win32 extension linkage
5892      Branch: perl
5893            ! makedef.pl
5894 ____________________________________________________________________________
5895 [ 16576] By: nick                                  on 2002/05/13  18:20:22
5896         Log: Integrate mainline
5897      Branch: perlio
5898           !> Changes README.vos ext/threads/shared/shared.pm
5899           !> ext/threads/shared/t/0nothread.t
5900           !> ext/threads/shared/t/av_refs.t
5901           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
5902           !> ext/threads/shared/t/hv_refs.t
5903           !> ext/threads/shared/t/hv_simple.t
5904           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
5905           !> ext/threads/shared/t/semaphore.t
5906           !> ext/threads/shared/t/shared_attr.t
5907           !> ext/threads/shared/t/sv_refs.t
5908           !> ext/threads/shared/t/sv_simple.t patchlevel.h
5909           !> pod/perldelta.pod vms/vms.c xsutils.c
5910 ____________________________________________________________________________
5911 [ 16575] By: ams                                   on 2002/05/13  15:42:50
5912         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
5913              From: Paul_GreenVOS@vos.stratus.com
5914              Date: Mon, 13 May 02 12:32 edt
5915              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
5916      Branch: perl
5917            ! README.vos pod/perldelta.pod
5918 ____________________________________________________________________________
5919 [ 16574] By: ams                                   on 2002/05/13  15:41:14
5920         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
5921              From: PPrymmer@factset.com
5922              Date: Mon, 13 May 2002 11:38:15 -0400
5923              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
5924      Branch: perl
5925            ! vms/vms.c
5926 ____________________________________________________________________________
5927 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
5928         Log: Update Changes.
5929      Branch: perl
5930            ! Changes patchlevel.h
5931 ____________________________________________________________________________
5932 [ 16572] By: sky                                   on 2002/05/13  12:30:35
5933         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
5934              From: Dave Mitchell <davem@fdgroup.com>
5935              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
5936              Message-Id: <20020510235227.J12298@fdgroup.com>
5937      Branch: perl
5938            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
5939            ! ext/threads/shared/t/av_refs.t
5940            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
5941            ! ext/threads/shared/t/hv_refs.t
5942            ! ext/threads/shared/t/hv_simple.t
5943            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
5944            ! ext/threads/shared/t/semaphore.t
5945            ! ext/threads/shared/t/shared_attr.t
5946            ! ext/threads/shared/t/sv_refs.t
5947            ! ext/threads/shared/t/sv_simple.t xsutils.c
5948 ____________________________________________________________________________
5949 [ 16571] By: nick                                  on 2002/05/13  07:54:10
5950         Log: Integrate Mainline
5951      Branch: perlio
5952           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
5953            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
5954            - wince/include/cectype.h wince/include/errno.h
5955            - wince/include/sys/types.h wince/include/sys/utime.h
5956            - wince/include/time.h
5957           !> (integrate 51 files)
5958 ____________________________________________________________________________
5959 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
5960         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
5961              From: Michael G Schwern <schwern@pobox.com>
5962              Date: Sun, 12 May 2002 19:32:58 -0400
5963              Message-ID: <20020512233258.GK696@blackrider>
5964      Branch: perl
5965            ! t/TEST
5966 ____________________________________________________________________________
5967 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
5968         Log: Be clean.
5969      Branch: perl
5970            ! Makefile.SH ext/B/t/o.t
5971 ____________________________________________________________________________
5972 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
5973         Log: change#8666 ($Config{perllibs}) apparently never got into
5974              mainline--merge, and add other missing entries; regen
5975              config_H.* files
5976      Branch: perl
5977            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
5978            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
5979            ! win32/config_H.vc win32/config_H.vc64
5980 ____________________________________________________________________________
5981 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
5982         Log: Elaborate on the exit/wait plan a bit.
5983      Branch: perl
5984            ! pod/perltodo.pod
5985 ____________________________________________________________________________
5986 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
5987         Log: Slight doc tweaks.
5988      Branch: perl
5989            ! pod/perlthrtut.pod
5990 ____________________________________________________________________________
5991 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
5992         Log: OS/390: update the test results.
5993      Branch: perl
5994            ! pod/perldelta.pod
5995 ____________________________________________________________________________
5996 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
5997         Log: Add threadsafety caveats.
5998      Branch: perl
5999            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
6000 ____________________________________________________________________________
6001 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
6002         Log: Update the Mac OS X situation.
6003      Branch: perl
6004            ! pod/perldelta.pod
6005 ____________________________________________________________________________
6006 [ 16562] By: sky                                   on 2002/05/12  19:10:27
6007         Log: Update todo, removing things done and adding new things.
6008      Branch: perl
6009            ! pod/perltodo.pod
6010 ____________________________________________________________________________
6011 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
6012         Log: Reword the "threads still running" cleanup message.
6013      Branch: perl
6014            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
6015            ! pod/perltoc.pod
6016 ____________________________________________________________________________
6017 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
6018         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
6019              (The manifestation: running pat.t core dumps after test 639.
6020              Removing everything after 639 makes core go away, as does
6021              removing everything before 640.  I did say "weird".  Some
6022              sort of a memory corruption, no doubt, but no time to debug
6023              in more detail.)
6024      Branch: perl
6025            ! t/op/pat.t
6026 ____________________________________________________________________________
6027 [ 16559] By: sky                                   on 2002/05/12  17:59:41
6028         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
6029      Branch: perl
6030            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
6031            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6032            ! MANIFEST
6033 ____________________________________________________________________________
6034 [ 16558] By: sky                                   on 2002/05/12  17:57:51
6035         Log: Fixed bug where tmpsv would be null after the return of the 
6036              amagic. Now check for that and allocate the tmpsv afterwards, 
6037              this is done in all other places that use amagic.
6038              Fixes bug when threads->unknownfunction() was called and
6039              we coredumped on the stringification somewhere deep in the
6040              autoloader/dynaloader something. Far to deep for me to provide
6041              a test case.
6042      Branch: perl
6043            ! sv.c
6044 ____________________________________________________________________________
6045 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
6046         Log: (retracted by #16560)
6047              EBCDIC: must protect also compile time so that
6048              the illegal UTF-EBCDIC is not seen.
6049      Branch: perl
6050            ! t/op/pat.t
6051 ____________________________________________________________________________
6052 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
6053         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
6054      Branch: perl
6055            ! pod/perlebcdic.pod regcomp.c
6056 ____________________________________________________________________________
6057 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
6058         Log: As suggested by Dave Mitchell, adding yield()s at
6059              appropriate spots helps non-preemptive thread
6060              implementations, like the GNU pth.  Tested at NetBSD
6061              by Martin Weber <Ephaeton@gmx.net>.
6062      Branch: perl
6063            ! ext/threads/t/basic.t ext/threads/t/list.t
6064            ! ext/threads/t/thread.t
6065 ____________________________________________________________________________
6066 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
6067         Log: Subject: RE: VOS bleadperl test failure on 16539
6068              From: chromatic <chromatic@rmci.net>
6069              Date: Sat, 11 May 2002 23:23:54 -0700
6070              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
6071      Branch: perl
6072            ! ext/B/t/o.t
6073 ____________________________________________________________________________
6074 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
6075         Log: There's no rest for the wicked misspellers.
6076      Branch: perl
6077            ! pod/perlthrtut.pod
6078 ____________________________________________________________________________
6079 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
6080         Log: Detypos (and sticking with US spelling since Dan Sugalski
6081              wrote the original text of perlthrtut)
6082      Branch: perl
6083            ! ext/threads/threads.pm pod/perlthrtut.pod
6084 ____________________________________________________________________________
6085 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
6086         Log: Because of #16550 these tests would now spew
6087              "Malformed UTF-8" in EBCDIC.
6088      Branch: perl
6089            ! t/op/pat.t
6090 ____________________________________________________________________________
6091 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
6092         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
6093              scripts does not apply any more.  (The utf8.t needed a little
6094              bit of relaxing to work in EBCDIC, since *both* the bytes in
6095              subtest #30 are illegal UTF-EBCDIC, and the error message
6096              matched is slightly different.)  The utf8.t now passes.
6097      Branch: perl
6098            ! lib/utf8.t toke.c
6099 ____________________________________________________________________________
6100 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
6101         Log: Subject: [PATCH] a bit more for WinCE
6102              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6103              Date: Sun, 12 May 2002 02:34:24 +0400
6104              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
6105      Branch: perl
6106            ! wince/wince.c
6107 ____________________________________________________________________________
6108 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
6109         Log: Subject: [PATCH] for WinCE cross-build, another one
6110              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
6111              Date: Sun, 12 May 2002 00:02:47 +0400
6112              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
6113      Branch: perl
6114            - wince/include/cectype.h wince/include/errno.h
6115            - wince/include/sys/types.h wince/include/sys/utime.h
6116            - wince/include/time.h
6117            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
6118            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
6119            ! wince/wince.c
6120 ____________________________________________________________________________
6121 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
6122         Log: Explicit casts due to #16542.
6123      Branch: perl
6124            ! ext/B/B.xs hv.c op.c sv.c
6125 ____________________________________________________________________________
6126 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
6127         Log: Upgrade to Test::Harness 2.21.
6128      Branch: perl
6129            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6130            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
6131            ! lib/Test/Harness/t/test-harness.t
6132 ____________________________________________________________________________
6133 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
6134         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
6135              but keep up with the $VERSION)
6136      Branch: perl
6137            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
6138 ____________________________________________________________________________
6139 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
6140         Log: metaconfig unit change for #16543.
6141      Branch: metaconfig
6142            ! U/threads/usethreads.U
6143 ____________________________________________________________________________
6144 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
6145         Log: Subject: [PATCH] updated threads docs
6146              From: Dave Mitchell <davem@fdgroup.com>
6147              Date: Sat, 11 May 2002 20:00:51 +0100
6148              Message-ID: <20020511200050.D14841@fdgroup.com>
6149      Branch: perl
6150            ! Configure README.threads pod/perlothrtut.pod
6151            ! pod/perlthrtut.pod
6152 ____________________________________________________________________________
6153 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
6154         Log: Subject: unsigned char hashes (Re: perl@16539)
6155              From: Nicholas Clark <nick@unfortu.net>
6156              Date: Sat, 11 May 2002 17:54:44 +0100
6157              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
6158              
6159              Be explicitly unsigned char in the hash calculation.
6160      Branch: perl
6161            ! hv.h
6162 ____________________________________________________________________________
6163 [ 16541] By: nick                                  on 2002/05/11  08:21:00
6164         Log: Integrate mainline
6165      Branch: perlio
6166           +> ext/B/t/o.t
6167           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
6168           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
6169           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
6170 ____________________________________________________________________________
6171 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
6172         Log: Subject: more os x test output cosmetics
6173              From: Kay Röpke <kroepke@dolphin-services.de>
6174              Date: Fri, 10 May 2002 14:07:34 +0200
6175              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
6176      Branch: perl
6177            ! ext/DB_File/t/db-btree.t
6178 ____________________________________________________________________________
6179 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
6180         Log: Update Changes.
6181      Branch: perl
6182            ! Changes patchlevel.h
6183 ____________________________________________________________________________
6184 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
6185         Log: Regen toc.
6186      Branch: perl
6187            ! pod/perltoc.pod
6188 ____________________________________________________________________________
6189 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
6190         Log: Move pod, add $VERSION.
6191      Branch: perl
6192            ! ext/threads/shared/queue.pm
6193 ____________________________________________________________________________
6194 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
6195         Log: Unused variables.
6196      Branch: perl
6197            ! ext/Encode/Encode.xs
6198 ____________________________________________________________________________
6199 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
6200         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
6201              From: chromatic <chromatic@rmci.net>
6202              Date: Fri, 10 May 2002 07:43:25 -0700
6203              Message-ID: <20020510144325.26245.qmail@firewheel>
6204      Branch: perl
6205            + ext/B/t/o.t
6206            ! MANIFEST
6207 ____________________________________________________________________________
6208 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
6209         Log: Don't do JAPHs unless doing "make torturetest".
6210              Document the less obvious make test targets.
6211      Branch: perl
6212            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
6213 ____________________________________________________________________________
6214 [ 16533] By: nick                                  on 2002/05/10  06:02:58
6215         Log: Integrate mainline
6216      Branch: perlio
6217           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
6218           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
6219           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
6220           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
6221           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
6222           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
6223           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
6224           !> t/run/fresh_perl.t util.c
6225 ____________________________________________________________________________
6226 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
6227         Log: Subject: [PATCH] format and other warnings
6228              From: Robin Barker <rmb1@cise.npl.co.uk>
6229              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
6230              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
6231      Branch: perl
6232            ! Porting/pumpkin.pod ext/Encode/Encode.xs
6233            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
6234            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
6235            ! ext/threads/threads.xs
6236 ____________________________________________________________________________
6237 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
6238         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
6239      Branch: perl
6240            ! t/op/tie.t t/run/fresh_perl.t
6241 ____________________________________________________________________________
6242 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
6243         Log: Subject: Re: [PATCH] Re: perl@16433
6244              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
6245              Date: Thu, 09 May 2002 16:24:59 -0700
6246              Message-ID: <LVw28gzkguhE092yn@efn.org>
6247      Branch: perl
6248            ! t/op/tie.t
6249 ____________________________________________________________________________
6250 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
6251         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
6252              From: Dave Mitchell <davem@fdgroup.com>
6253              Date: Thu, 9 May 2002 17:18:42 +0100
6254              Message-ID: <20020509171842.C9836@fdgroup.com>
6255      Branch: perl
6256            ! ext/threads/shared/t/cond.t
6257 ____________________________________________________________________________
6258 [ 16528] By: nick                                  on 2002/05/09  16:40:39
6259         Log: Integrate maint branch io (pipe) fixes.
6260      Branch: perl
6261           !> doio.c pp_sys.c util.c
6262 ____________________________________________________________________________
6263 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
6264         Log: FAQ sync.
6265      Branch: perl
6266            ! pod/perlfaq3.pod pod/perlfaq4.pod
6267 ____________________________________________________________________________
6268 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
6269         Log: metaconfig unit changes for #16525, plus extra linting.
6270      Branch: metaconfig
6271            ! U/compline/ptrsize.U U/protos/Protochk.U
6272            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6273            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6274            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6275            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6276            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6277            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6278            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6279            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6280            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6281            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6282            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6283            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6284            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6285            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6286            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6287            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6288            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6289            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6290            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6291            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6292            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6293            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6294            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6295            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6296 ____________________________________________________________________________
6297 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
6298         Log: metaconfig unit linting.
6299      Branch: perl
6300            ! reentr.pl
6301 ____________________________________________________________________________
6302 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
6303         Log: metaconfig unit changes for #16523.
6304      Branch: metaconfig
6305            ! U/compline/ptrsize.U
6306      Branch: metaconfig/U/perl
6307            ! use64bits.U
6308 ____________________________________________________________________________
6309 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
6310         Log: ptrsize should depend on use64bitall, not the other
6311              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
6312      Branch: perl
6313            ! Configure
6314 ____________________________________________________________________________
6315 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
6316         Log: Integrate #16510 from macperl;
6317              
6318              Tell IO.xs that MacOS sometimes doesn't need extra help
6319      Branch: perl
6320           !> ext/IO/IO.xs
6321 ____________________________________________________________________________
6322 [ 16521] By: ams                                   on 2002/05/09  12:42:12
6323         Log: Subject: Re: Storable doc patches
6324              From: "Philip Newton" <Philip.Newton@gmx.net>
6325              Date: Thu, 9 May 2002 14:32:29 +0200
6326              Message-Id: 
6327      Branch: perl
6328            ! ext/Storable/Storable.pm
6329 ____________________________________________________________________________
6330 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
6331         Log: cmp() compares chars, not bytes.
6332      Branch: perl
6333            ! pod/perllocale.pod
6334 ____________________________________________________________________________
6335 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
6336         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
6337      Branch: perl
6338            ! pod/perlhack.pod
6339 ____________________________________________________________________________
6340 [ 16518] By: ams                                   on 2002/05/09  09:04:31
6341         Log: Subject: Storable doc patches
6342              From: Philip Newton <Philip.Newton@gmx.net>
6343              Date: Thu, 09 May 2002 12:00:45 +0200
6344              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
6345      Branch: perl
6346            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
6347 ____________________________________________________________________________
6348 [ 16517] By: ams                                   on 2002/05/09  08:53:50
6349         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
6350              From: Philip Newton <Philip.Newton@gmx.net>
6351              Date: Thu, 09 May 2002 11:16:06 +0200
6352              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
6353      Branch: perl
6354            ! ext/Storable/README
6355 ____________________________________________________________________________
6356 [ 16516] By: nick                                  on 2002/05/09  08:13:39
6357         Log: Integrate mainline
6358      Branch: perlio
6359           !> pod/perlxstut.pod
6360 ____________________________________________________________________________
6361 [ 16515] By: nick                                  on 2002/05/09  07:29:53
6362         Log: Integrate mainline
6363      Branch: perlio
6364           !> (integrate 27 files)
6365 ____________________________________________________________________________
6366 [ 16514] By: ams                                   on 2002/05/09  06:50:24
6367         Log: Subject: [Patch] perlxstut.pod
6368              From: lupe@lupe-christoph.de (Lupe Christoph)
6369              Date: Thu, 9 May 2002 09:42:02 +0200
6370              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
6371              (Applied with tweaks.)
6372      Branch: perl
6373            ! pod/perlxstut.pod
6374 ____________________________________________________________________________
6375 [ 16513] By: ams                                   on 2002/05/09  06:04:47
6376         Log: Subject: [Patch] perlapio.pod
6377              From: lupe@lupe-christoph.de (Lupe Christoph)
6378              Date: Thu, 9 May 2002 09:01:50 +0200
6379              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
6380              (Applied with tweaks.)
6381      Branch: perl
6382            ! pod/perlapio.pod
6383 ____________________________________________________________________________
6384 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
6385         Log: Integrate from macperl
6386      Branch: maint-5.6/macperl
6387           !> macos/macperl/MPConsole.cp
6388 ____________________________________________________________________________
6389 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
6390         Log: Make interrupt act as end of file, MacPerl Bug #542154
6391      Branch: macperl
6392            ! macos/macperl/MPConsole.cp
6393 ____________________________________________________________________________
6394 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
6395         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
6396      Branch: macperl
6397            ! ext/IO/IO.xs
6398 ____________________________________________________________________________
6399 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
6400         Log: Make perlio (!sfio) work on MacOS
6401      Branch: macperl
6402            ! macos/config.h macos/config.sh macos/macish.c
6403 ____________________________________________________________________________
6404 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
6405         Log: integrate maint-5.6/macperl contents
6406      Branch: maint-5.6/perl
6407           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
6408           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
6409           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
6410 ____________________________________________________________________________
6411 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
6412         Log: Rework #16506 some more.
6413      Branch: perl
6414            ! ext/Time/HiRes/HiRes.xs win32/win32.c
6415 ____________________________________________________________________________
6416 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
6417         Log: Rework #16503 a bit to keep all the HiRes implementation
6418              in one place, assuming we want to re-CPAN Time::HiRes at
6419              some point.
6420      Branch: perl
6421            ! ext/Time/HiRes/HiRes.xs win32/win32.c
6422 ____________________________________________________________________________
6423 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
6424         Log: metaconfig unit change for #16504.
6425      Branch: metaconfig
6426            ! U/modified/Cppsym.U
6427 ____________________________________________________________________________
6428 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
6429         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
6430              From: Pixel <pixel@mandrakesoft.com>
6431              Date: 08 May 2002 18:19:51 +0200
6432              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
6433      Branch: perl
6434            ! Configure
6435 ____________________________________________________________________________
6436 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
6437         Log: make the gettimeofday() implementation in Time::HiRes available
6438              from perl
6439      Branch: perl
6440            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
6441            ! win32/config.bc win32/config.gc win32/config.vc
6442            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
6443            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
6444            ! win32/win32.c win32/win32iop.h
6445 ____________________________________________________________________________
6446 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
6447         Log: Subject: Test output update for OS X 10.1.4
6448              From: Kay Röpke <kroepke@dolphin-services.de>
6449              Date: Wed, 8 May 2002 22:23:36 +0200
6450              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
6451      Branch: perl
6452            ! ext/DB_File/t/db-recno.t
6453 ____________________________________________________________________________
6454 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
6455         Log: Subject: [PATCH] Re: perl@16433
6456              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6457              Date: Tue, 07 May 2002 18:40:44 -0700
6458              Message-ID: <cII28gzkgaOS092yn@efn.org>
6459              
6460              Subject: Re: [PATCH] Re: perl@16433
6461              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6462              Date: Wed, 08 May 2002 10:16:42 -0700
6463              Message-ID: <61V28gzkg+jG092yn@efn.org>
6464      Branch: perl
6465            ! pp_sys.c sv.c t/op/tie.t
6466 ____________________________________________________________________________
6467 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
6468         Log: Subject: [DOC PATCH] Minor threads::shared nits
6469              From: Simon Glover <scog@amnh.org>
6470              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
6471              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
6472      Branch: perl
6473            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
6474            ! ext/threads/shared/shared.pm
6475 ____________________________________________________________________________
6476 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
6477         Log: Subject: [DOC PATCH] perlthrtut proofreading
6478              From: Simon Glover <scog@amnh.org>
6479              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
6480              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
6481      Branch: perl
6482            ! pod/perlthrtut.pod
6483 ____________________________________________________________________________
6484 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
6485         Log: Deprecate 5.005threads.
6486      Branch: perl
6487            ! pod/perldelta.pod
6488 ____________________________________________________________________________
6489 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
6490         Log: Integrate perlio:
6491              
6492              [ 16496]
6493              Portability and doc tweaks to PerlIO/XS stuff.
6494              We are still "papering over the cracks" a bit,
6495              but now it is good stiff card held on with epoxy.
6496              
6497              [ 16495]
6498              PerlIO/XS interface routine and doc updates from
6499              lupe@lupe-christoph.de (Lupe Christoph) in mail
6500              Subject: [For Review] Patch for perlio.c and pods
6501              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
6502              Date: Sun, 5 May 2002 10:43:15 +0200
6503              (Minor tweaks to follow.)
6504      Branch: perl
6505           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
6506 ____________________________________________________________________________
6507 [ 16496] By: nick                                  on 2002/05/08  19:08:43
6508         Log: Portability and doc tweaks to PerlIO/XS stuff.
6509              We are still "papering over the cracks" a bit,
6510              but now it is good stiff card held on with epoxy.
6511      Branch: perlio
6512            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
6513 ____________________________________________________________________________
6514 [ 16495] By: nick                                  on 2002/05/08  17:56:43
6515         Log: PerlIO/XS interface routine and doc updates from
6516              lupe@lupe-christoph.de (Lupe Christoph) in mail
6517              Subject: [For Review] Patch for perlio.c and pods
6518              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
6519              Date: Sun, 5 May 2002 10:43:15 +0200
6520              (Minor tweaks to follow.)
6521      Branch: perlio
6522            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
6523 ____________________________________________________________________________
6524 [ 16494] By: nick                                  on 2002/05/08  17:40:34
6525         Log: Integrate mainline
6526      Branch: perlio
6527           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
6528           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
6529           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
6530           !> t/run/fresh_perl.t
6531 ____________________________________________________________________________
6532 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
6533         Log: Update Changes.
6534      Branch: perl
6535            ! Changes patchlevel.h
6536 ____________________________________________________________________________
6537 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
6538         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
6539              don't unlink /dev/null
6540      Branch: perl
6541            ! Porting/p4genpatch
6542 ____________________________________________________________________________
6543 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
6544         Log: Integrate perlio:
6545              
6546              [ 16487]
6547              Avoid pointless re-encode of data in :encoding's read buffer
6548              on a close
6549      Branch: perl
6550           !> ext/PerlIO/encoding/encoding.xs
6551 ____________________________________________________________________________
6552 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
6553         Log: The base.pm changes need this, too?
6554      Branch: perl
6555            ! lib/diagnostics.t
6556 ____________________________________________________________________________
6557 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
6558         Log: fix p4genpatch breakage (missing slash in patch headers)
6559      Branch: perl
6560            ! Porting/p4genpatch
6561 ____________________________________________________________________________
6562 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
6563         Log: Integrate #14679 from macperl;
6564              
6565              Skip layer symbols for sfio
6566      Branch: perl
6567           !> makedef.pl
6568 ____________________________________________________________________________
6569 [ 16487] By: nick                                  on 2002/05/08  13:12:47
6570         Log: Avoid pointless re-encode of data in :encoding's read buffer
6571              on a close
6572      Branch: perlio
6573            ! ext/PerlIO/encoding/encoding.xs
6574 ____________________________________________________________________________
6575 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
6576         Log: Integrate #16481 from macperl;
6577              
6578              p4genpatch Mac OS fixes (paths, utime)
6579      Branch: perl
6580           !> Porting/p4genpatch
6581 ____________________________________________________________________________
6582 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
6583         Log: Storable doc tweaks.
6584      Branch: perl
6585            ! ext/Storable/Storable.pm
6586 ____________________________________________________________________________
6587 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
6588         Log: Subject: Re: [PATCH] use base Notexists
6589              From: andreas.koenig@anima.de (Andreas J. Koenig)
6590              Date: Wed, 08 May 2002 15:57:53 +0200
6591              Message-ID: <m34rhi91y6.fsf@anima.de>
6592      Branch: perl
6593            ! lib/base.pm lib/fields.t
6594 ____________________________________________________________________________
6595 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
6596         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
6597              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
6598              Date: Wed, 8 May 2002 10:47:51 +0400
6599              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
6600      Branch: perl
6601            ! t/run/fresh_perl.t
6602 ____________________________________________________________________________
6603 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
6604         Log: Document how even "ASCII" locales can have problems
6605              if \w includes some of the regex metacharacters.
6606      Branch: perl
6607            ! lib/locale.t
6608 ____________________________________________________________________________
6609 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
6610         Log: p4genpatch Mac OS fixes (paths, utime)
6611      Branch: macperl
6612            ! Porting/p4genpatch
6613 ____________________________________________________________________________
6614 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
6615         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
6616              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
6617              Date: Wed, 8 May 2002 10:33:14 +0400
6618              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
6619      Branch: perl
6620            ! ext/File/Glob/bsd_glob.c
6621 ____________________________________________________________________________
6622 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
6623         Log: Skip layer symbols for sfio
6624      Branch: macperl
6625            ! makedef.pl
6626 ____________________________________________________________________________
6627 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
6628         Log: Bump up the Storable $VERSION to 2.0.
6629      Branch: perl
6630            ! ext/Storable/Storable.pm
6631 ____________________________________________________________________________
6632 [ 16477] By: nick                                  on 2002/05/08  06:21:18
6633         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
6634      Branch: perlio
6635           !> (integrate 36 files)
6636 ____________________________________________________________________________
6637 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
6638         Log: Oops, add back
6639      Branch: macperl
6640            + macos/MacPerlTests.cmd
6641 ____________________________________________________________________________
6642 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
6643         Log: Integrate with perl
6644      Branch: macperl
6645           +> Porting/p4genpatch ext/Digest/MD5/README
6646           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
6647           +> ext/threads/shared/semaphore.pm
6648           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
6649           +> t/comp/hints.t vos/compile_full_perl.cm
6650           +> vos/configure_full_perl.sh vos/make_full_perl.sh
6651           +> wince/compile.bat wince/win32io.c
6652            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
6653            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
6654           !> (integrate 206 files)
6655 ____________________________________________________________________________
6656 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
6657         Log: Update README (integrate from macperl)
6658      Branch: maint-5.6/macperl
6659           !> README.macos
6660 ____________________________________________________________________________
6661 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
6662         Log: Various syncs from macperl/ -> maint-5.6/macperl/
6663              File::Copy, File::Spec updates
6664              Test script modifications
6665              pp_require path bugfixes
6666      Branch: maint-5.6/macperl
6667            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
6668            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
6669 ____________________________________________________________________________
6670 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
6671         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
6672      Branch: macperl
6673            ! macos/macperl/MacPerl.podhelp
6674      Branch: maint-5.6/macperl
6675            ! macos/macperl/MacPerl.podhelp
6676 ____________________________________________________________________________
6677 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
6678         Log: Reset Mac::err flag in app, MacPerl Bug #546065
6679      Branch: macperl
6680            ! macos/macperl/MPScript.c
6681      Branch: maint-5.6/macperl
6682            ! macos/macperl/MPScript.c
6683 ____________________________________________________________________________
6684 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
6685         Log: Fix for some module install paths, MacPerl Bug #549611
6686      Branch: macperl
6687            ! macos/macperl/Droplets/installme.plx
6688            ! macos/macperl/Droplets/untarzipme.plx
6689      Branch: maint-5.6/macperl
6690            ! macos/macperl/Droplets/installme.plx
6691            ! macos/macperl/Droplets/untarzipme.plx
6692 ____________________________________________________________________________
6693 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
6694         Log: Stupid Mac::OSA::Simple bugs
6695      Branch: macperl
6696            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
6697      Branch: maint-5.6/macperl
6698            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
6699 ____________________________________________________________________________
6700 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
6701         Log: Various BuildTools fixes, MacPerl Bug #545341
6702      Branch: macperl
6703            ! macos/lib/Mac/BuildTools.pm
6704      Branch: maint-5.6/macperl
6705            ! macos/lib/Mac/BuildTools.pm
6706 ____________________________________________________________________________
6707 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
6708         Log: MM_MacOS has been moved from macos/lib/ to lib/
6709      Branch: macperl
6710            - macos/lib/ExtUtils/MM_MacOS.pm
6711 ____________________________________________________________________________
6712 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
6713         Log: Oops, add Digest::MD5 Makefile.mk back in
6714      Branch: macperl
6715            + macos/bundled_ext/Digest/MD5/Makefile.mk
6716 ____________________________________________________________________________
6717 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
6718         Log: Allow focus of first item, MacPerl Bug #529102
6719      Branch: macperl
6720            ! macos/ext/Mac/Windows/Windows.pm
6721      Branch: maint-5.6/macperl
6722            ! macos/ext/Mac/Windows/Windows.pm
6723 ____________________________________________________________________________
6724 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
6725         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
6726      Branch: macperl
6727            ! macos/lib/Mac/Glue.pm
6728      Branch: maint-5.6/macperl
6729            ! macos/lib/Mac/Glue.pm
6730 ____________________________________________________________________________
6731 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
6732         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
6733      Branch: perl
6734            ! makedef.pl
6735 ____________________________________________________________________________
6736 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
6737         Log: aTHX may be empty
6738      Branch: perl
6739            ! win32/win32.c
6740 ____________________________________________________________________________
6741 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
6742         Log: 5005threads builds again on windows
6743      Branch: perl
6744            ! win32/win32.c win32/win32.h
6745 ____________________________________________________________________________
6746 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
6747         Log: fixes for various warnings identified by Visual C++
6748      Branch: perl
6749            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
6750            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
6751            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
6752            ! win32/config.bc win32/config.gc win32/config.vc
6753            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6754            ! win32/win32.c win32/win32iop.h
6755 ____________________________________________________________________________
6756 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
6757         Log: keep paths consistently slashed on windows
6758      Branch: perl
6759            ! t/harness
6760 ____________________________________________________________________________
6761 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
6762         Log: integrate makefile.mk changes into Makefile
6763      Branch: perl
6764            ! win32/Makefile
6765 ____________________________________________________________________________
6766 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
6767         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
6768              From: Nicholas Clark <nick@unfortu.net>
6769              Date: Tue, 7 May 2002 23:26:01 +0100
6770              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
6771      Branch: perl
6772            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
6773            ! ext/Storable/README ext/Storable/Storable.pm
6774            ! ext/Storable/t/malice.t
6775 ____________________________________________________________________________
6776 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
6777         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
6778              From: Dave Mitchell <davem@fdgroup.com>
6779              Date: Wed, 8 May 2002 00:11:02 +0100
6780              Message-ID: <20020508001102.D4118@fdgroup.com>
6781      Branch: perl
6782            ! pp_hot.c scope.c
6783 ____________________________________________________________________________
6784 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
6785         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
6786              From: Dave Mitchell <davem@fdgroup.com>
6787              Date: Tue, 7 May 2002 23:13:10 +0100
6788              Message-ID: <20020507231310.B4118@fdgroup.com>
6789      Branch: perl
6790            ! pp_hot.c
6791 ____________________________________________________________________________
6792 [ 16454] By: sky                                   on 2002/05/07  21:18:44
6793         Log: Documentation of async
6794      Branch: perl
6795            ! ext/threads/threads.pm
6796 ____________________________________________________________________________
6797 [ 16453] By: sky                                   on 2002/05/07  21:16:28
6798         Log: Documentation added.
6799      Branch: perl
6800            ! ext/threads/shared/semaphore.pm
6801 ____________________________________________________________________________
6802 [ 16452] By: sky                                   on 2002/05/07  21:15:34
6803         Log: Add support for async.
6804      Branch: perl
6805            ! ext/threads/threads.pm
6806 ____________________________________________________________________________
6807 [ 16451] By: sky                                   on 2002/05/07  21:01:47
6808         Log: Add documentation.
6809      Branch: perl
6810            ! ext/threads/shared/queue.pm
6811 ____________________________________________________________________________
6812 [ 16450] By: sky                                   on 2002/05/07  20:24:08
6813         Log: Fix bad assumptions in test case.
6814              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
6815              b) $var++ is not atomic
6816              c) the creating of the string to print and the actuall printing 
6817              could be preempted by another thread
6818      Branch: perl
6819            ! ext/threads/shared/t/queue.t
6820 ____________________________________________________________________________
6821 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
6822         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
6823              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6824              Date: Tue, 07 May 2002 19:41:03 +0200
6825              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
6826      Branch: perl
6827            ! makedepend.SH
6828 ____________________________________________________________________________
6829 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
6830         Log: Upgrade to Encode 1.71.
6831      Branch: perl
6832            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
6833            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
6834 ____________________________________________________________________________
6835 [ 16447] By: nick                                  on 2002/05/07  18:39:47
6836         Log: Integrate mainline
6837      Branch: perlio
6838           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
6839           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
6840           !> lib/User/pwent.t
6841 ____________________________________________________________________________
6842 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
6843         Log: AUTHORS updates.
6844      Branch: perl
6845            ! AUTHORS
6846 ____________________________________________________________________________
6847 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
6848         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
6849              From: Robin Barker <rmb1@cise.npl.co.uk>
6850              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
6851              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
6852      Branch: perl
6853            ! ext/Encode/Encode.xs
6854 ____________________________________________________________________________
6855 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
6856         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
6857              From: Michael A Chase <mchase@ix.netcom.com>
6858              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
6859              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
6860              
6861              (plus add what POSIX says)
6862      Branch: perl
6863            ! lib/File/Spec/Unix.pm
6864 ____________________________________________________________________________
6865 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
6866         Log: Subject: Re: lib/User/pwent.t on Cygwin
6867              From: John Peacock <jpeacock@rowman.com>
6868              Date: Mon, 06 May 2002 10:14:21 -0400
6869              Message-ID: <3CD68FBD.8020502@rowman.com>
6870      Branch: perl
6871            ! lib/User/pwent.t
6872 ____________________________________________________________________________
6873 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
6874         Log: Subject: [PATCH] Storable (Re: perl@16433)
6875              From: Radu Greab <radu@netsoft.ro>
6876              Date: Tue, 7 May 2002 11:37:03 +0300
6877              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
6878              
6879              Subject: Re: [PATCH] Storable (Re: perl@16433)
6880              From: Radu Greab <radu@netsoft.ro>
6881              Date: Tue, 7 May 2002 12:49:24 +0300
6882              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
6883              
6884              Plug the Storable memory leaks.
6885      Branch: perl
6886            ! ext/Storable/Storable.xs
6887 ____________________________________________________________________________
6888 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
6889         Log: Upgrade to CPAN 1.61.
6890      Branch: perl
6891            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
6892 ____________________________________________________________________________
6893 [ 16440] By: nick                                  on 2002/05/07  07:07:58
6894         Log: Integrate mainline
6895      Branch: perlio
6896           +> Porting/p4genpatch vos/compile_full_perl.cm
6897           +> vos/configure_full_perl.sh vos/make_full_perl.sh
6898           +> wince/compile.bat wince/win32io.c
6899            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
6900           !> (integrate 74 files)
6901 ____________________________________________________________________________
6902 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
6903         Log: Document the bad behaviour of for(1..5){$_++}
6904              (it works but it should fail)
6905      Branch: perl
6906            ! pod/perldelta.pod
6907 ____________________________________________________________________________
6908 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
6909         Log: README.ko update from Jungshik Shin.
6910      Branch: perl
6911            ! README.ko
6912 ____________________________________________________________________________
6913 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
6914         Log: Subject: Re: perl@16433
6915              From: Nicholas Clark <nick@unfortu.net>
6916              Date: Tue, 7 May 2002 00:21:46 +0100
6917              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
6918      Branch: perl
6919            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
6920            ! ext/Storable/t/malice.t
6921 ____________________________________________________________________________
6922 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
6923         Log: Subject:  two and a half steps further for WinCE cross-build
6924              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6925              Date: Mon, 6 May 2002 23:54:24 +0400
6926              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
6927      Branch: perl
6928            - wince/config.h
6929            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
6930 ____________________________________________________________________________
6931 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
6932         Log: Detypo.
6933      Branch: perl
6934            ! pod/perldelta.pod
6935 ____________________________________________________________________________
6936 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
6937         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
6938              From: Dave Mitchell <davem@fdgroup.com>
6939              Date: Mon, 6 May 2002 17:17:00 +0100
6940              Message-ID: <20020506171700.A256@fdgroup.com>
6941      Branch: perl
6942            ! pod/perldelta.pod t/op/local.t
6943 ____________________________________________________________________________
6944 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
6945         Log: Update Changes.
6946      Branch: perl
6947            ! Changes patchlevel.h
6948 ____________________________________________________________________________
6949 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
6950         Log: Add a test for #16431, and document Dave's campaign
6951              against localised hash element bugs.
6952      Branch: perl
6953            ! pod/perldelta.pod t/op/tie.t
6954 ____________________________________________________________________________
6955 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
6956         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
6957              From: Dave Mitchell <davem@fdgroup.com>
6958              Date: Sat, 4 May 2002 00:34:18 +0100
6959              Message-ID: <20020504003418.F22026@fdgroup.com>
6960      Branch: perl
6961            ! pp_hot.c t/op/local.t
6962 ____________________________________________________________________________
6963 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
6964         Log: Regen uconfig.h.
6965      Branch: perl
6966            ! uconfig.h
6967 ____________________________________________________________________________
6968 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
6969         Log: Unfortunately AmigaOS has been broken since 11423
6970              and is unlikely to get fixed in time for 5.8.0.
6971      Branch: perl
6972            ! pod/perldelta.pod
6973 ____________________________________________________________________________
6974 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
6975         Log: Ultimate discouragement for the old tools, from Andreas.
6976      Branch: perl
6977            - Porting/p4d2p Porting/p4desc
6978            ! MANIFEST Porting/repository.pod
6979 ____________________________________________________________________________
6980 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
6981         Log: Upgrade to Digest::MD5 2.20.
6982      Branch: perl
6983            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6984            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
6985 ____________________________________________________________________________
6986 [ 16426] By: ams                                   on 2002/05/06  09:48:42
6987         Log: Subject: [Encode] 1.70 released
6988              From: Dan Kogai <dankogai@dan.co.jp>
6989              Date: Mon, 6 May 2002 19:36:15 +0900
6990              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
6991      Branch: perl
6992            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
6993            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
6994            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
6995 ____________________________________________________________________________
6996 [ 16425] By: ams                                   on 2002/05/06  09:40:42
6997         Log: Subject: [PATCH] PerlIO::Via reference
6998              From: Gisle Aas <gisle@ActiveState.com>
6999              Date: 05 May 2002 22:50:23 -0700
7000              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
7001      Branch: perl
7002            ! pod/perliol.pod
7003 ____________________________________________________________________________
7004 [ 16424] By: ams                                   on 2002/05/06  09:37:58
7005         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
7006              From: Brendan O'Dea <bod@debian.org>
7007              Date: Mon, 6 May 2002 14:04:48 +1000
7008              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
7009      Branch: perl
7010            ! lib/Term/Complete.pm
7011 ____________________________________________________________________________
7012 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
7013         Log: p4genpatch: avoid stderr noise during adds
7014      Branch: perl
7015            ! Porting/p4genpatch
7016 ____________________________________________________________________________
7017 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
7018         Log: Subject: [PATCH] Fixup VOS builds of miniperl
7019              From: Paul_GreenVOS@vos.stratus.com
7020              Date: Sun, 5 May 02 23:11 edt
7021              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
7022      Branch: perl
7023            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
7024 ____________________________________________________________________________
7025 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
7026         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
7027              From: Radu Greab <radu@netsoft.ro>
7028              Date: Mon, 6 May 2002 04:23:10 +0300
7029              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
7030      Branch: perl
7031            ! pp_sys.c t/op/exec.t
7032 ____________________________________________________________________________
7033 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
7034         Log: Further comment tweak, to agree with perlxs.pod.
7035      Branch: perl
7036            ! perl.h
7037 ____________________________________________________________________________
7038 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
7039         Log: Subject: [PATCH] Update README.vos and release vos build macros
7040              From: Paul_GreenVOS@vos.stratus.com
7041              Date: Sun, 5 May 02 17:15 edt
7042              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
7043              To: perl5-porters@perl.org
7044      Branch: perl
7045            + vos/compile_full_perl.cm vos/configure_full_perl.sh
7046            + vos/make_full_perl.sh
7047            ! MANIFEST README.vos vos/Changes
7048 ____________________________________________________________________________
7049 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
7050         Log: Retract MM_NW5.pm part of #16371, at the request
7051              of Michael Schwern.
7052      Branch: perl
7053            ! lib/ExtUtils/MM_NW5.pm
7054 ____________________________________________________________________________
7055 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
7056         Log: Comment tweaks.
7057      Branch: perl
7058            ! perl.h
7059 ____________________________________________________________________________
7060 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
7061         Log: a few more p4genpatch fixes:
7062              
7063              don't assume previous revision exists, let p4 compute it from
7064              the one-less-change number instead
7065              
7066              the time part in timestamps were always 00:00:00; fix by
7067              fetching metadata via "p4 fsync" rather than "p4 filelog"
7068              
7069              quote all file names used in external commands to make them
7070              them work when there are spaces in those file names
7071              
7072              looks production worthy now :)
7073      Branch: perl
7074            ! Porting/p4genpatch
7075 ____________________________________________________________________________
7076 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
7077         Log: The #16401 was far from enough, and mostly in a wrong direction.
7078              The right thing to do would be to convert Storable into using
7079              the new MY_CXT scheme (no static data, and memory management
7080              using SVs).
7081      Branch: perl
7082            ! ext/Storable/Storable.xs
7083 ____________________________________________________________________________
7084 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
7085         Log: p4genpatch diffs against depot files from //depot/perl when called
7086              with -b //depot/maint-5.6/perl
7087      Branch: perl
7088            ! Porting/p4genpatch
7089 ____________________________________________________________________________
7090 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
7091         Log: p4genpatch: current directory may not be writable, so don't
7092              create temp files there
7093      Branch: perl
7094            ! Porting/p4genpatch
7095 ____________________________________________________________________________
7096 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
7097         Log: p4genpatch now works on windows
7098      Branch: perl
7099            ! Porting/p4genpatch
7100 ____________________________________________________________________________
7101 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
7102         Log: p4genpatch: tweak from Andreas to strip leading portion of
7103              path specified in -b (so patch can be applied with "patch -p1")
7104      Branch: perl
7105            ! Porting/p4genpatch
7106 ____________________________________________________________________________
7107 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
7108         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
7109              From: PPrymmer@factset.com
7110              Date: Fri, 3 May 2002 14:52:12 -0400
7111              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
7112      Branch: perl
7113            ! t/op/pwent.t
7114 ____________________________________________________________________________
7115 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
7116         Log: Upgrade to Net::Ping 2.17.
7117      Branch: perl
7118            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
7119 ____________________________________________________________________________
7120 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
7121         Log: Upgrade to Getopt::Long 2.31.
7122      Branch: perl
7123            ! lib/Getopt/Long.pm
7124 ____________________________________________________________________________
7125 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
7126         Log: Subject: Re: Cross-compiling as of WinCE
7127              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7128              Date: Sat, 4 May 2002 03:49:11 +0400
7129              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
7130      Branch: perl
7131            + wince/compile.bat wince/win32io.c
7132            - wince/perldll.def
7133            ! MANIFEST configpm makedef.pl wince/Makefile.ce
7134            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
7135            ! wince/config_h.PL wince/wince.c
7136 ____________________________________________________________________________
7137 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
7138         Log: The loclibpth is always set by Configure.
7139      Branch: perl
7140            ! hints/dec_osf.sh
7141 ____________________________________________________________________________
7142 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
7143         Log: Subject: Re: [Unicode::Collate] UCA Version number    
7144              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7145              Date: Sun, 05 May 2002 10:07:57 +0900
7146              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
7147      Branch: perl
7148            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
7149            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
7150 ____________________________________________________________________________
7151 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
7152         Log: Subject: [PATCH sv.c] delete inaccurate comment
7153              From: Dave Mitchell <davem@fdgroup.com>
7154              Date: Fri, 3 May 2002 21:17:00 +0100
7155              Message-ID: <20020503211700.C22026@fdgroup.com>
7156      Branch: perl
7157            ! sv.c
7158 ____________________________________________________________________________
7159 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
7160         Log: Solaris: show what 'that' is.
7161      Branch: perl
7162            ! hints/solaris_2.sh
7163 ____________________________________________________________________________
7164 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
7165         Log: Syntax fix.
7166      Branch: perl
7167            ! t/op/arith.t
7168 ____________________________________________________________________________
7169 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
7170         Log: (retracted by #16415) Storable: try to free what we allocated.
7171      Branch: perl
7172            ! ext/Storable/Storable.xs
7173 ____________________________________________________________________________
7174 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
7175         Log: UNICOS: division is really sloppy.
7176      Branch: perl
7177            ! t/op/arith.t
7178 ____________________________________________________________________________
7179 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
7180         Log: Subject: fix t/io/fs.t for VOS
7181              From: Paul_GreenVOS@vos.stratus.com
7182              Date: Sat, 4 May 02 14:01 edt
7183              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
7184      Branch: perl
7185            ! t/io/fs.t
7186 ____________________________________________________________________________
7187 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
7188         Log: Subject: [Unicode::Collate] UCA Version number
7189              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7190              Date: Sat, 04 May 2002 16:07:07 +0900
7191              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
7192      Branch: perl
7193            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
7194 ____________________________________________________________________________
7195 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
7196         Log: Subject: [PATCH lib/overload.pm] "\"\""
7197              From: Michael G Schwern <schwern@pobox.com>
7198              Date: Sat, 4 May 2002 13:17:44 -0400
7199              Message-ID: <20020504171743.GD640@blackrider>
7200      Branch: perl
7201            ! lib/overload.pm
7202 ____________________________________________________________________________
7203 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
7204         Log: Add the EBCDIC test data to downgrade.t.
7205      Branch: perl
7206            ! ext/Storable/t/downgrade.t
7207 ____________________________________________________________________________
7208 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
7209         Log: EBCDIC tweak.
7210      Branch: perl
7211            ! ext/Storable/t/utf8hash.t
7212 ____________________________________________________________________________
7213 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
7214         Log: Allow p4genpatch to use diff programs other than 'diff'.
7215      Branch: perl
7216            ! Porting/p4genpatch
7217 ____________________________________________________________________________
7218 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
7219         Log: Add p4genpatch from Andreas; obsoletes both
7220              p4d2p and p4desc.
7221      Branch: perl
7222            + Porting/p4genpatch
7223            ! MANIFEST Porting/makerel
7224 ____________________________________________________________________________
7225 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
7226         Log: Upgrade to Encode 1.69.
7227      Branch: perl
7228            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
7229            ! ext/Encode/Encode/Makefile_PL.e2x
7230            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
7231            ! ext/Encode/lib/Encode/Guess.pm
7232            ! ext/Encode/lib/Encode/MIME/Header.pm
7233            ! ext/Encode/t/mime-header.t
7234 ____________________________________________________________________________
7235 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
7236         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
7237              From: Dave Mitchell <davem@fdgroup.com>
7238              Date: Sat, 4 May 2002 16:09:26 +0100
7239              Message-ID: <20020504160926.A24990@fdgroup.com>
7240      Branch: perl
7241            ! INSTALL
7242 ____________________________________________________________________________
7243 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
7244         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
7245              From: Nicholas Clark <nick@unfortu.net>
7246              Date: Sat, 4 May 2002 12:38:58 +0100
7247              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
7248      Branch: perl
7249            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
7250 ____________________________________________________________________________
7251 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
7252         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
7253              From: Nicholas Clark <nick@unfortu.net>
7254              Date: Sat, 4 May 2002 00:30:43 +0100
7255              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
7256      Branch: perl
7257            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
7258 ____________________________________________________________________________
7259 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
7260         Log: Doc tweak from Elizabeth Mattijsen.
7261      Branch: perl
7262            ! pod/perlunicode.pod
7263 ____________________________________________________________________________
7264 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
7265         Log: Subject: [PATCH] channames.pm doc tweaks
7266              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
7267              Date: Sat, 04 May 2002 11:45:18 +0900
7268              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
7269      Branch: perl
7270            ! lib/charnames.pm
7271 ____________________________________________________________________________
7272 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
7273         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
7274              From: Dave Mitchell <davem@fdgroup.com>
7275              Date: Fri, 3 May 2002 23:51:10 +0100
7276              Message-ID: <20020503235110.E22026@fdgroup.com>
7277      Branch: perl
7278            ! pp_hot.c scope.c
7279 ____________________________________________________________________________
7280 [ 16385] By: nick                                  on 2002/05/04  09:29:41
7281         Log: Integrate mainline
7282      Branch: perlio
7283           !> (integrate 47 files)
7284 ____________________________________________________________________________
7285 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
7286         Log: Subject: Re: perl@16307
7287              From: Nicholas Clark <nick@unfortu.net>
7288              Date: Fri, 3 May 2002 21:49:04 +0100
7289              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
7290              
7291              canonical #3 was failing under -Mutf8.
7292      Branch: perl
7293            ! ext/Storable/t/canonical.t
7294 ____________________________________________________________________________
7295 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
7296         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
7297              From: Dave Mitchell <davem@fdgroup.com>
7298              Date: Fri, 3 May 2002 21:12:10 +0100
7299              Message-ID: <20020503211210.B22026@fdgroup.com>
7300      Branch: perl
7301            ! scope.c
7302 ____________________________________________________________________________
7303 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
7304         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
7305              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
7306              Date: Fri, 3 May 2002 20:30:25 +0200
7307              Message-ID: <190109228332.20020503203025@familiehaase.de>
7308      Branch: perl
7309            ! doio.c
7310 ____________________________________________________________________________
7311 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
7312         Log: Subject: t/TestInit.pm - clean up comments
7313              From: Paul_GreenVOS@vos.stratus.com
7314              Date: Fri, 3 May 02 14:51 edt
7315              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
7316      Branch: perl
7317            ! t/TestInit.pm
7318 ____________________________________________________________________________
7319 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
7320         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
7321              From: Dan Kogai <dankogai@dan.co.jp>
7322              Date: Sat, 4 May 2002 01:46:35 +0900
7323              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
7324      Branch: perl
7325            ! ext/Encode/Encode/Makefile_PL.e2x
7326 ____________________________________________________________________________
7327 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
7328         Log: Forgotten test arrangement.
7329      Branch: perl
7330            ! ext/Digest/MD5/t/files.t
7331 ____________________________________________________________________________
7332 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
7333         Log: Comedy of typing errors.
7334      Branch: perl
7335            ! hints/solaris_2.sh
7336 ____________________________________________________________________________
7337 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
7338         Log: Let's try the "no Net:: if no Socket" again.
7339      Branch: perl
7340            ! t/lib/1_compile.t
7341 ____________________________________________________________________________
7342 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
7343         Log: Update Changes.
7344      Branch: perl
7345            ! Changes patchlevel.h
7346 ____________________________________________________________________________
7347 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
7348         Log: Oops.
7349      Branch: perl
7350            ! lib/ExtUtils/MM_BeOS.pm
7351 ____________________________________________________________________________
7352 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
7353         Log: EBCDIC tweak.
7354      Branch: perl
7355            ! ext/Digest/MD5/t/utf8.t
7356 ____________________________________________________________________________
7357 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
7358         Log: Update the EBCDIC MD5 checksums, and automate the process.
7359      Branch: perl
7360            ! ext/Digest/MD5/t/files.t
7361 ____________________________________________________________________________
7362 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
7363         Log: The EBCDIC remapping of the low 256 bites again.
7364      Branch: perl
7365            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
7366            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
7367            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
7368 ____________________________________________________________________________
7369 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
7370         Log: NetWare updates from C Aditya.
7371      Branch: perl
7372            ! lib/ExtUtils/MM_NW5.pm makedef.pl
7373 ____________________________________________________________________________
7374 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
7375         Log: DJGPP updates from Laszlo Molnar.
7376      Branch: perl
7377            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
7378 ____________________________________________________________________________
7379 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
7380         Log: Upgrade to Encode 1.68.
7381      Branch: perl
7382            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
7383            ! ext/Encode/lib/Encode/Alias.pm
7384            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
7385 ____________________________________________________________________________
7386 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
7387         Log: Integrate perlio:
7388              
7389              [ 16367]
7390              Several of non-default builds now seem to work reasonably well
7391              English.t seems to fail on an errno test, and socketpair blathers
7392              about something.
7393              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
7394              back door, and instead have perlsdio.h vector stdio via iperlsys.h
7395              function tables (latter was done in earlier change).
7396              Update comments in Makefile.mk 
7397              
7398              [ 16366]
7399              Finish off 16350 for non-PERLIO build on linux,
7400              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
7401              for some slots which now perlsdio.h is targeting.
7402              
7403              [ 16352]
7404              setbuf / setvbuf are not PerlIO_ concepts
7405              
7406              [ 16351]
7407              perl_clone is a threads thing
7408              
7409              [ 16350]
7410              *** EXPERIMENTAL ***
7411              Have perlsdio.h use the iperlsys.h aliases and see
7412              if that helps non-PERLIO IMP_SYS on Win32.
7413              (Miniperl okay on linux).
7414              
7415              [ 16349]
7416              Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
7417              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
7418              - use it in perlio.c
7419              
7420              [ 16347]
7421              More layer syms
7422              
7423              [ 16346]
7424              Use PerlSIO_fdupopen() if not using PerlIO
7425              
7426              [ 16345]
7427              Do not build if not using layers
7428      Branch: perl
7429           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
7430           !> win32/makefile.mk win32/perlhost.h win32/win32.c
7431           !> win32/win32io.c
7432 ____________________________________________________________________________
7433 [ 16367] By: nick                                  on 2002/05/03  07:25:13
7434         Log: Several of non-default builds now seem to work reasonably well
7435              English.t seems to fail on an errno test, and socketpair blathers
7436              about something.
7437              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
7438              back door, and instead have perlsdio.h vector stdio via iperlsys.h
7439              function tables (latter was done in earlier change).
7440              Update comments in Makefile.mk 
7441      Branch: perlio
7442            ! perlio.h win32/makefile.mk win32/win32.c
7443 ____________________________________________________________________________
7444 [ 16366] By: nick                                  on 2002/05/03  07:07:36
7445         Log: Finish off 16350 for non-PERLIO build on linux,
7446              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
7447              for some slots which now perlsdio.h is targeting.
7448      Branch: perlio
7449            ! iperlsys.h
7450 ____________________________________________________________________________
7451 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
7452         Log: If no Socket should not try to test Net::
7453      Branch: perl
7454            ! t/lib/1_compile.t
7455 ____________________________________________________________________________
7456 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
7457         Log: Integrate macperl #16360 and #16363;
7458              
7459              Make op/alarm.t pass
7460              
7461              README.macos update
7462      Branch: perl
7463           !> README.macos t/op/alarm.t
7464 ____________________________________________________________________________
7465 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
7466         Log: README.macos update
7467      Branch: macperl
7468            ! README.macos
7469 ____________________________________________________________________________
7470 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
7471         Log: Config / test updates
7472      Branch: macperl
7473            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
7474            ! macos/Makefile.mk
7475 ____________________________________________________________________________
7476 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
7477         Log: Safe signals for Mac OS
7478      Branch: macperl
7479            ! macos/macish.c macos/macish.h
7480 ____________________________________________________________________________
7481 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
7482         Log: Make op/alarm.t pass
7483      Branch: macperl
7484            ! t/op/alarm.t
7485 ____________________________________________________________________________
7486 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
7487         Log: a tweak to change#13584: need to avoid pad-walking during
7488              global destruction
7489      Branch: maint-5.6/perl
7490            ! op.c
7491 ____________________________________________________________________________
7492 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
7493         Log: Forgot the most important part of #16357.
7494      Branch: perl
7495            ! lib/Unicode/Collate.pm
7496 ____________________________________________________________________________
7497 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
7498         Log: Subject: Unicode::Collate 0.11 Released
7499              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7500              Date: Fri, 03 May 2002 03:19:29 +0900
7501              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
7502      Branch: perl
7503            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
7504            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
7505 ____________________________________________________________________________
7506 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
7507         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
7508              From: Andy Dougherty <doughera@lafayette.edu>
7509              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
7510              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
7511      Branch: perl
7512            ! Makefile.SH ext/util/make_ext
7513 ____________________________________________________________________________
7514 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
7515         Log: Integrate #16353 from macperl;
7516              
7517              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
7518              in test 92 of run/fresh_perl.t on MacOS
7519              
7520              (as pudge rightfully points out, this is voodoo
7521              programming at it best, the real bug is somewhere else,
7522              now we just happened to shake the chicken the right way)
7523      Branch: perl
7524           !> lib/utf8_heavy.pl
7525 ____________________________________________________________________________
7526 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
7527         Log: Subject: Re: Encode, charnames and utf8heavy
7528              From: Dan Kogai <dankogai@dan.co.jp>
7529              Date: Thu, 2 May 2002 00:44:30 +0900
7530              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
7531              
7532              (plus a respective perlunicode tweak)
7533      Branch: perl
7534            ! lib/utf8_heavy.pl pod/perlunicode.pod
7535 ____________________________________________________________________________
7536 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
7537         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
7538              in test 92 of run/fresh_perl.t on MacOS
7539      Branch: macperl
7540            ! lib/utf8_heavy.pl
7541 ____________________________________________________________________________
7542 [ 16352] By: nick                                  on 2002/05/02  17:48:31
7543         Log: setbuf / setvbuf are not PerlIO_ concepts
7544      Branch: perlio
7545            ! XSUB.h
7546 ____________________________________________________________________________
7547 [ 16351] By: nick                                  on 2002/05/02  17:12:21
7548         Log: perl_clone is a threads thing
7549      Branch: perlio
7550            ! makedef.pl
7551 ____________________________________________________________________________
7552 [ 16350] By: nick                                  on 2002/05/02  17:09:43
7553         Log: *** EXPERIMENTAL ***
7554              Have perlsdio.h use the iperlsys.h aliases and see
7555              if that helps non-PERLIO IMP_SYS on Win32.
7556              (Miniperl okay on linux).
7557      Branch: perlio
7558            ! iperlsys.h perlsdio.h
7559 ____________________________________________________________________________
7560 [ 16349] By: nick                                  on 2002/05/02  16:10:15
7561         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
7562              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
7563              - use it in perlio.c
7564      Branch: perlio
7565            ! perlio.c win32/perlhost.h win32/win32.c
7566 ____________________________________________________________________________
7567 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
7568         Log: manual integrate of change#16332 from maint-5.6 branch
7569      Branch: perl
7570            ! mg.c perl.c sv.c util.c
7571 ____________________________________________________________________________
7572 [ 16347] By: nick                                  on 2002/05/02  15:19:59
7573         Log: More layer syms
7574      Branch: perlio
7575            ! makedef.pl
7576 ____________________________________________________________________________
7577 [ 16346] By: nick                                  on 2002/05/02  15:19:20
7578         Log: Use PerlSIO_fdupopen() if not using PerlIO
7579      Branch: perlio
7580            ! perlio.c
7581 ____________________________________________________________________________
7582 [ 16345] By: nick                                  on 2002/05/02  15:18:12
7583         Log: Do not build if not using layers
7584      Branch: perlio
7585            ! win32/win32io.c
7586 ____________________________________________________________________________
7587 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
7588         Log: Upgrade to Encode 1.67.
7589      Branch: perl
7590            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7591            ! ext/Encode/lib/Encode/Guess.pm
7592 ____________________________________________________________________________
7593 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
7594         Log: Integrate perlio:
7595              
7596              [ 16341]
7597              Remove show-stoppers to non-PERLIO Win32 builds
7598              (still not a very good show).
7599      Branch: perl
7600           !> makedef.pl win32/makefile.mk
7601 ____________________________________________________________________________
7602 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
7603         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
7604              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7605              Date: Thu, 02 May 2002 04:22:02 +0100
7606              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
7607      Branch: perl
7608            ! malloc.c
7609 ____________________________________________________________________________
7610 [ 16341] By: nick                                  on 2002/05/02  12:57:23
7611         Log: Remove show-stoppers to non-PERLIO Win32 builds
7612              (still not a very good show).
7613      Branch: perlio
7614            ! makedef.pl win32/makefile.mk
7615 ____________________________________________________________________________
7616 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
7617         Log: Subject: [PATCH] 1/3rd of utf8
7618              From: Nicholas Clark <nick@unfortu.net>
7619              Date: Wed, 1 May 2002 22:58:42 +0100
7620              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
7621      Branch: perl
7622            ! ext/Storable/t/malice.t
7623 ____________________________________________________________________________
7624 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
7625         Log: Integrate #16334 from maint-5.6;
7626              
7627              don't pad $0 with spaces when setting it, use nulls instead (the
7628              spaces show up as a very long line in a ps listing)
7629      Branch: perl
7630           !> mg.c
7631 ____________________________________________________________________________
7632 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
7633         Log: Integrate perlio:
7634              
7635              [ 16335]
7636              Fix the "PerlIO require leak". Snag was that clean_objs
7637              autoloaded DESTROY (needing IO) after known layers had
7638              been freed. Postpone layer list free to PerlIO_cleanup,
7639              rather than PerlIO_destruct. Tweak sequence in perl_destruct
7640              so that sv_undef is immortal till layer list is done with it.
7641      Branch: perl
7642           !> perl.c perlio.c
7643 ____________________________________________________________________________
7644 [ 16337] By: ams                                   on 2002/05/02  08:21:42
7645         Log: Subject: Re: [PATCH] Storable docs
7646              From: Philip Newton <Philip.Newton@gmx.net>
7647              Date: Thu, 02 May 2002 07:58:38 +0200
7648              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
7649              (Applied mostly with tweaks by hand.)
7650      Branch: perl
7651            ! ext/Storable/Storable.pm
7652 ____________________________________________________________________________
7653 [ 16336] By: nick                                  on 2002/05/02  07:59:16
7654         Log: Integrate mainline
7655      Branch: perlio
7656           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
7657           +> ext/Digest/MD5/t/utf8.t
7658            - ext/Digest/MD5/t/aaa.t
7659           !> Configure MANIFEST Makefile.SH config_h.SH
7660           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7661           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
7662           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
7663           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
7664           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
7665           !> lib/Thread.pm util.c
7666 ____________________________________________________________________________
7667 [ 16335] By: nick                                  on 2002/05/02  07:54:51
7668         Log: Fix the "PerlIO require leak". Snag was that clean_objs
7669              autoloaded DESTROY (needing IO) after known layers had
7670              been freed. Postpone layer list free to PerlIO_cleanup,
7671              rather than PerlIO_destruct. Tweak sequence in perl_destruct
7672              so that sv_undef is immortal till layer list is done with it.
7673      Branch: perlio
7674            ! perl.c perlio.c
7675 ____________________________________________________________________________
7676 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
7677         Log: don't pad $0 with spaces when setting it, use nulls instead (the
7678              spaces show up as a very long line in a ps listing)
7679      Branch: maint-5.6/perl
7680            ! mg.c
7681 ____________________________________________________________________________
7682 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
7683         Log: fix yet more race conditions related to fdopen() and dup2():
7684              
7685              fclose() is not thread-safe when two FILE* structures point
7686              to the same underlying fd, as it happens in perl's socket
7687              handles; need to invalidate the fileno slot of one of the
7688              FILE* structures, but unfortunately stdio has no interface
7689              to do this; we can do little else but fiddle with the
7690              FILE* structure directly (yuck! hope this could be done better
7691              under native PerlIO in 5.8)
7692      Branch: maint-5.6/perl
7693            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
7694 ____________________________________________________________________________
7695 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
7696         Log: isolate all environ diddling to the initial interpreter; any
7697              additional interpreters created after the first one cannot
7698              propagate %ENV changes down to the real environment; this
7699              should fix %ENV related races (e.g. multiple threads attempting
7700              to free() environ entries when they run C<%ENV = ()>)
7701      Branch: maint-5.6/perl
7702            ! mg.c perl.c sv.c util.c
7703 ____________________________________________________________________________
7704 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
7705         Log: fix race condition in my_popen(): parent may dup2() into an fd
7706              that got opened by another thread because it closes it
7707              beforehand; instead, let the dup2() itself close the fd
7708      Branch: maint-5.6/perl
7709            ! util.c
7710 ____________________________________________________________________________
7711 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
7712         Log: pipe() IO structures were not fully initialized
7713      Branch: maint-5.6/perl
7714            ! doio.c pp_sys.c
7715 ____________________________________________________________________________
7716 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
7717         Log: fix handle leak in my_popen() if the fork() fails
7718      Branch: maint-5.6/perl
7719            ! util.c
7720 ____________________________________________________________________________
7721 [ 16328] By: nick                                  on 2002/05/02  06:08:22
7722         Log: Integrate mainline
7723      Branch: perlio
7724           +> ext/threads/shared/semaphore.pm
7725           +> ext/threads/shared/t/semaphore.t
7726           !> MANIFEST ext/threads/shared/Makefile.PL
7727           !> ext/threads/shared/t/queue.t
7728 ____________________________________________________________________________
7729 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
7730         Log: Cleanup threads dirs.
7731      Branch: perl
7732            ! Makefile.SH
7733 ____________________________________________________________________________
7734 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
7735         Log: Add the new Digest::MD5 test.
7736      Branch: perl
7737            + ext/Digest/MD5/t/utf8.t
7738            ! MANIFEST
7739 ____________________________________________________________________________
7740 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
7741         Log: New try at the Class::DBI core dump at global cleanup.
7742      Branch: perl
7743            ! gv.h util.c
7744 ____________________________________________________________________________
7745 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
7746         Log: Upgrade to Digest::MD5 2.19.
7747      Branch: perl
7748            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7749            ! ext/Digest/MD5/t/files.t
7750 ____________________________________________________________________________
7751 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
7752         Log: Ooops.  Not everybody does threads.
7753      Branch: perl
7754            ! ext/threads/shared/t/semaphore.t
7755 ____________________________________________________________________________
7756 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
7757         Log: Fix files.t for blead.
7758      Branch: perl
7759            + ext/Digest/MD5/README
7760            ! MANIFEST ext/Digest/MD5/t/files.t
7761 ____________________________________________________________________________
7762 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
7763         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
7764              work yet with blead, my bad.
7765      Branch: perl
7766            + ext/Digest/MD5/t/md5-aaa.t
7767            - ext/Digest/MD5/t/aaa.t
7768            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7769            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
7770            ! ext/Digest/MD5/t/files.t
7771 ____________________________________________________________________________
7772 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
7773         Log: metaconfig unit change for #16319.
7774      Branch: metaconfig/U/perl
7775            ! d_u32align.U
7776 ____________________________________________________________________________
7777 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
7778         Log: Somebody might be compiling a newer Digest::MD5.
7779      Branch: perl
7780            ! Configure config_h.SH
7781 ____________________________________________________________________________
7782 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
7783         Log: Until Arthur fills in semaphore.t.
7784      Branch: perl
7785            ! ext/threads/shared/Makefile.PL
7786            ! ext/threads/shared/t/semaphore.t
7787 ____________________________________________________________________________
7788 [ 16317] By: sky                                   on 2002/05/01  19:36:33
7789         Log: Fix emulation case when loading both Thread and threads::shared
7790              would get awkward.
7791      Branch: perl
7792            ! lib/Thread.pm
7793 ____________________________________________________________________________
7794 [ 16316] By: ams                                   on 2002/05/01  19:35:25
7795         Log: Subject: [PATCH] Storable docs
7796              From: Nicholas Clark <nick@unfortu.net>
7797              Date: Wed, 1 May 2002 20:44:42 +0100
7798              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
7799      Branch: perl
7800            ! ext/Storable/Storable.pm
7801 ____________________________________________________________________________
7802 [ 16315] By: sky                                   on 2002/05/01  19:15:46
7803         Log: Now passes old test case.
7804      Branch: perl
7805            ! ext/threads/shared/semaphore.pm
7806 ____________________________________________________________________________
7807 [ 16314] By: sky                                   on 2002/05/01  19:15:26
7808         Log: Cleanup memory a bit better in some cases.
7809      Branch: perl
7810            ! ext/threads/threads.xs
7811 ____________________________________________________________________________
7812 [ 16313] By: nick                                  on 2002/05/01  18:38:03
7813         Log: Integrate mainline
7814      Branch: perlio
7815           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
7816           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
7817           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
7818           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
7819           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
7820           !> pod/perl.pod pod/perlthrtut.pod toke.c
7821           !> vms/descrip_mms.template vms/perlvms.pod
7822 ____________________________________________________________________________
7823 [ 16312] By: sky                                   on 2002/05/01  18:12:37
7824         Log: Don't forget to add it to the MANIFEST
7825      Branch: perl
7826            + ext/threads/shared/t/semaphore.t
7827            ! MANIFEST
7828 ____________________________________________________________________________
7829 [ 16311] By: sky                                   on 2002/05/01  17:54:19
7830         Log: Add semaphore.pm
7831      Branch: perl
7832            + ext/threads/shared/semaphore.pm
7833 ____________________________________________________________________________
7834 [ 16310] By: sky                                   on 2002/05/01  17:13:57
7835         Log: Fix makefile to put queue.pm correctly, update test script.
7836      Branch: perl
7837            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
7838 ____________________________________________________________________________
7839 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
7840         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
7841              From: Dan Kogai <dankogai@dan.co.jp>
7842              Date: Thu, 2 May 2002 00:14:41 +0900
7843              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
7844      Branch: perl
7845            ! ext/PerlIO/t/fallback.t
7846 ____________________________________________________________________________
7847 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
7848         Log: Encode tweak from Dan Kogai.
7849      Branch: perl
7850            ! ext/Encode/Encode.xs
7851 ____________________________________________________________________________
7852 [ 16307] By: sky                                   on 2002/05/01  13:40:58
7853         Log: Flush directly to avoid erros when running from test harness
7854      Branch: perl
7855            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
7856 ____________________________________________________________________________
7857 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
7858         Log: Update Changes.
7859      Branch: perl
7860            ! Changes patchlevel.h
7861 ____________________________________________________________________________
7862 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
7863         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
7864              From: PPrymmer@factset.com
7865              Date: Wed, 1 May 2002 10:12:53 -0400
7866              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
7867      Branch: perl
7868            ! lib/User/pwent.t
7869 ____________________________________________________________________________
7870 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
7871         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
7872              From: PPrymmer@factset.com
7873              Date: Wed, 1 May 2002 09:54:51 -0400
7874              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
7875      Branch: perl
7876            ! vms/descrip_mms.template
7877 ____________________________________________________________________________
7878 [ 16303] By: sky                                   on 2002/05/01  13:00:57
7879         Log: First attempt at updating perlthrtut for ithreaded threads.pm
7880      Branch: perl
7881            ! pod/perlthrtut.pod
7882 ____________________________________________________________________________
7883 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
7884         Log: Provide the \N{U+HHHH} syntax before we forget.
7885      Branch: perl
7886            ! lib/charnames.pm lib/charnames.t toke.c
7887 ____________________________________________________________________________
7888 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
7889         Log: Subject: Copy-and-Pasto in perl.pod     
7890              From: lupe@lupe-christoph.de (Lupe Christoph)    
7891              Date: Wed, 1 May 2002 13:31:47 +0200
7892              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
7893      Branch: perl
7894            ! pod/perl.pod
7895 ____________________________________________________________________________
7896 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
7897         Log: Upgrade to Encode 1.66.
7898      Branch: perl
7899            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7900            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
7901 ____________________________________________________________________________
7902 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
7903         Log: Integrate perlio:
7904              
7905              [ 16297]
7906              Remove "spurious" (and unnecessary) variables from layer_syms
7907              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
7908              
7909              [ 16296]
7910              perl embed.pl to update global.sym
7911      Branch: perl
7912           !> global.sym makedef.pl
7913 ____________________________________________________________________________
7914 [ 16298] By: ams                                   on 2002/05/01  09:42:27
7915         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
7916              From: Philip Newton <Philip.Newton@gmx.net>
7917              Date: Wed, 01 May 2002 12:41:10 +0200
7918              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
7919      Branch: perl
7920            ! vms/perlvms.pod
7921 ____________________________________________________________________________
7922 [ 16297] By: nick                                  on 2002/05/01  06:50:24
7923         Log: Remove "spurious" (and unnecessary) variables from layer_syms
7924              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
7925      Branch: perlio
7926            ! makedef.pl
7927 ____________________________________________________________________________
7928 [ 16296] By: nick                                  on 2002/05/01  06:21:28
7929         Log: perl embed.pl to update global.sym
7930      Branch: perlio
7931            ! global.sym
7932 ____________________________________________________________________________
7933 [ 16295] By: nick                                  on 2002/05/01  06:16:18
7934         Log: Raw integrate of mainline (global.sym wrong on Win32)
7935      Branch: perlio
7936           +> t/comp/hints.t
7937           !> (integrate 45 files)
7938 ____________________________________________________________________________
7939 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
7940         Log: metaconfig unit change for #16293.
7941      Branch: metaconfig/U/perl
7942            ! bincompat5005.U
7943 ____________________________________________________________________________
7944 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
7945         Log: Try #2 of getting rid of bincompat5005.
7946      Branch: perl
7947            ! Configure NetWare/config_H.wc Porting/Glossary
7948            ! Porting/config.sh Porting/config_H config_h.SH embed.h
7949            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
7950            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
7951            ! wince/config.h wince/config_H.ce
7952 ____________________________________________________________________________
7953 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
7954         Log: metaconfig unit changes for #16291.
7955      Branch: metaconfig
7956            ! U/installdirs/inc_version_list.U
7957      Branch: metaconfig/U/perl
7958            ! bincompat5005.U xs_apiversion.U
7959 ____________________________________________________________________________
7960 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
7961         Log: No bincompat5005.
7962      Branch: perl
7963            ! Configure INSTALL NetWare/config.wc Porting/Glossary
7964            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
7965            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
7966            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
7967            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
7968            ! win32/config.bc win32/config.gc win32/config.vc
7969            ! win32/config.vc64 wince/config.ce
7970 ____________________________________________________________________________
7971 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
7972         Log: Remove sv_setpviv{_,mg}; regen perlapi.
7973      Branch: perl
7974            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
7975 ____________________________________________________________________________
7976 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
7977         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
7978              From: Dave Mitchell <davem@fdgroup.com>
7979              Date: Tue, 30 Apr 2002 23:55:43 +0100
7980              Message-ID: <20020430235543.A27796@fdgroup.com>
7981      Branch: perl
7982            ! sv.c
7983 ____________________________________________________________________________
7984 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
7985         Log: Update to Getopt::Long 2.30.
7986      Branch: perl
7987            ! lib/Getopt/Long.pm
7988 ____________________________________________________________________________
7989 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
7990         Log: Integrate perlio:
7991              
7992              [ 16285]
7993              Attempt at sanity in PerlIO/makedef.pl world:
7994              1. Add comments to what each clump of symbols is for
7995              2. Explicitly export layer syms like I thought they were
7996              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
7997              section.
7998              4. Re-sort perlio.sym
7999      Branch: perl
8000           !> makedef.pl perlio.sym
8001 ____________________________________________________________________________
8002 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
8003         Log: Fix bug id 20020427.004 on %^H.
8004              Add a regression test for %^H.
8005              Change the sort pragma implementation to use a
8006              global variable instead of %^H.
8007      Branch: perl
8008            + t/comp/hints.t
8009            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
8010 ____________________________________________________________________________
8011 [ 16285] By: nick                                  on 2002/04/30  19:00:03
8012         Log: Attempt at sanity in PerlIO/makedef.pl world:
8013              1. Add comments to what each clump of symbols is for
8014              2. Explicitly export layer syms like I thought they were
8015              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
8016              section.
8017              4. Re-sort perlio.sym
8018      Branch: perlio
8019            ! makedef.pl perlio.sym
8020 ____________________________________________________________________________
8021 [ 16284] By: nick                                  on 2002/04/30  18:10:23
8022         Log: Rest of integrate
8023      Branch: perlio
8024           +> lib/ExtUtils/MM_MacOS.pm
8025           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
8026           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
8027           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
8028           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
8029           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
8030           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
8031           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
8032           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
8033           !> lib/Test/Harness/t/strap-analyze.t
8034           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
8035           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
8036 ____________________________________________________________________________
8037 [ 16283] By: nick                                  on 2002/04/30  17:53:37
8038         Log: Integrate mailine makedef.pl so I can look at it
8039      Branch: perlio
8040           !> makedef.pl
8041 ____________________________________________________________________________
8042 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
8043         Log: Upgrade to Encode 1.65.
8044      Branch: perl
8045            ! ext/Encode/Changes ext/Encode/Encode.pm
8046            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
8047            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
8048 ____________________________________________________________________________
8049 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
8050         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
8051      Branch: perl
8052            ! makedef.pl
8053 ____________________________________________________________________________
8054 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
8055         Log: NetWare: disable DEBUG/ASSERT for now.
8056      Branch: perl
8057            ! ext/Storable/Storable.xs
8058 ____________________________________________________________________________
8059 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
8060         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
8061              From: Michael G Schwern <schwern@pobox.com>
8062              Date: Tue, 30 Apr 2002 01:05:41 -0400
8063              Message-ID: <20020430050541.GL756@blackrider>
8064      Branch: perl
8065            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
8066            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
8067            ! lib/Test/Harness/t/test-harness.t
8068 ____________________________________________________________________________
8069 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
8070         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
8071              From: Michael G Schwern <schwern@pobox.com>
8072              Date: Tue, 30 Apr 2002 00:24:59 -0400
8073              Message-ID: <20020430042459.GJ756@blackrider>
8074      Branch: perl
8075            + lib/ExtUtils/MM_MacOS.pm
8076            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
8077            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8078            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
8079 ____________________________________________________________________________
8080 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
8081         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
8082              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
8083      Branch: perl
8084            ! util.c
8085 ____________________________________________________________________________
8086 [ 16276] By: ams                                   on 2002/04/30  08:42:32
8087         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
8088              From: "Craig A. Berry" <craigberry@mac.com>
8089              Date: Mon, 29 Apr 2002 23:37:06 -0500
8090              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
8091      Branch: perl
8092            ! t/pod/testp2pt.pl
8093 ____________________________________________________________________________
8094 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
8095         Log: Regen toc.
8096      Branch: perl
8097            ! pod/perltoc.pod
8098 ____________________________________________________________________________
8099 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
8100         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
8101              From: PPrymmer@factset.com
8102              Date: Mon, 29 Apr 2002 17:58:06 -0400
8103              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
8104      Branch: perl
8105            ! vms/perlvms.pod
8106 ____________________________________________________________________________
8107 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
8108         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
8109              from Todd Miller.
8110      Branch: perl
8111            ! hints/openbsd.sh
8112 ____________________________________________________________________________
8113 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
8114         Log: Integrate perlio:
8115              
8116              [ 16270]
8117              Adding Encode::* to .pm creates stash at compile time
8118              which means we need a stronger check on Encode at boot time.
8119      Branch: perl
8120           !> ext/PerlIO/encoding/encoding.pm
8121           !> ext/PerlIO/encoding/encoding.xs
8122 ____________________________________________________________________________
8123 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
8124         Log: OpenBSD hints update from Todd Miller.
8125              
8126              - old versions of OpenBSD don't have 'arch -s'
8127              - OpenBSD 3.1 and higher don't use libdl but users may have
8128              and old libdl on the system so we need to avoid using it.
8129      Branch: perl
8130            ! hints/openbsd.sh
8131 ____________________________________________________________________________
8132 [ 16270] By: nick                                  on 2002/04/29  17:33:38
8133         Log: Adding Encode::* to .pm creates stash at compile time
8134              which means we need a stronger check on Encode at boot time.
8135      Branch: perlio
8136            ! ext/PerlIO/encoding/encoding.pm
8137            ! ext/PerlIO/encoding/encoding.xs
8138 ____________________________________________________________________________
8139 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
8140         Log: Detypo by Ronald Kimball.
8141      Branch: perl
8142            ! pod/perlport.pod
8143 ____________________________________________________________________________
8144 [ 16268] By: nick                                  on 2002/04/29  15:47:00
8145         Log: Integrate mainline
8146      Branch: perlio
8147           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
8148           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
8149           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
8150           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
8151           !> pod/perlfaq2.pod pod/perlfaq3.pod
8152 ____________________________________________________________________________
8153 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
8154         Log: Update Changes.
8155      Branch: perl
8156            ! Changes patchlevel.h
8157 ____________________________________________________________________________
8158 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
8159         Log: MM_NW5 update from C Aditya.
8160      Branch: perl
8161            ! lib/ExtUtils/MM_NW5.pm
8162 ____________________________________________________________________________
8163 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
8164         Log: FAQ sync.
8165      Branch: perl
8166            ! pod/perlfaq2.pod pod/perlfaq3.pod
8167 ____________________________________________________________________________
8168 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
8169         Log: NetBSD hints rewrite from Johnny Lam.
8170      Branch: perl
8171            ! hints/netbsd.sh
8172 ____________________________________________________________________________
8173 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
8174         Log: Upgrade to Encode 1.64.
8175      Branch: perl
8176            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8177            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
8178 ____________________________________________________________________________
8179 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
8180         Log: Subject: [Unicode::Normalize] mkheader tweak
8181              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8182              Date: Mon, 29 Apr 2002 12:58:01 +0900
8183              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
8184      Branch: perl
8185            ! ext/Unicode/Normalize/mkheader
8186 ____________________________________________________________________________
8187 [ 16261] By: nick                                  on 2002/04/29  06:29:48
8188         Log: Integrate mainline
8189      Branch: perlio
8190            - macos/MacPerlTests.cmd macos/xsubpp.patch
8191           !> (integrate 40 files)
8192 ____________________________________________________________________________
8193 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
8194         Log: Upgrade to Unicode::Normalize 0.76,
8195              from SADAHIRO Tomoyuki.
8196      Branch: perl
8197            ! ext/Unicode/Normalize/Changes
8198            ! ext/Unicode/Normalize/Normalize.pm
8199            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
8200            ! ext/Unicode/Normalize/t/func.t
8201 ____________________________________________________________________________
8202 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
8203         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
8204              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
8205              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
8206              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
8207      Branch: perl
8208            ! pod/perlport.pod
8209 ____________________________________________________________________________
8210 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
8211         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
8212              the basic and list tests started hanging).
8213      Branch: perl
8214            ! ext/threads/t/basic.t ext/threads/t/list.t
8215            ! ext/threads/t/thread.t
8216 ____________________________________________________________________________
8217 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
8218         Log: Integrate #16254 from macperl;
8219              
8220              Fix most tests on MacOS (not yet ext/ or /lib)
8221      Branch: perl
8222           !> (integrate 30 files)
8223 ____________________________________________________________________________
8224 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
8225         Log: As requested by pudge.
8226      Branch: perl
8227            - macos/MacPerlTests.cmd macos/xsubpp.patch
8228            ! MANIFEST
8229 ____________________________________________________________________________
8230 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
8231         Log: Integrate perl
8232      Branch: macperl
8233           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
8234           +> wince/cecopy-lib.pl wince/comp.pl
8235           !> (integrate 38 files)
8236 ____________________________________________________________________________
8237 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
8238         Log: Fix most tests on MacOS (not yet ext/ or /lib)
8239      Branch: macperl
8240            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
8241            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
8242            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
8243            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
8244            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
8245            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
8246            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
8247            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
8248 ____________________________________________________________________________
8249 [ 16253] By: nick                                  on 2002/04/28  19:10:50
8250         Log: Integrate mainline
8251      Branch: perlio
8252           +> wince/cecopy-lib.pl wince/comp.pl
8253           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
8254           !> ext/threads/t/basic.t ext/threads/t/list.t
8255           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
8256           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
8257           !> wince/win32.h wince/wince.c
8258 ____________________________________________________________________________
8259 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
8260         Log: More configuration/build changes
8261      Branch: macperl
8262            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
8263            ! macos/Makefile.mk macos/config.h macos/config.sh
8264            ! macos/macish.h
8265 ____________________________________________________________________________
8266 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
8267         Log: Subject: WinCE many fixes
8268              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
8269              Date: Sun, 28 Apr 2002 21:54:31 +0400
8270              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
8271      Branch: perl
8272            + wince/cecopy-lib.pl wince/comp.pl
8273            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
8274            ! wince/config_h.PL wince/perldll.def wince/win32.h
8275            ! wince/wince.c
8276 ____________________________________________________________________________
8277 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
8278         Log: Retract the cond.t part of #16249 since the nature
8279              of the test changed.
8280      Branch: perl
8281            ! ext/threads/shared/t/cond.t
8282 ____________________________________________________________________________
8283 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
8284         Log: (retracted by #16258)
8285              
8286              Fix thread tests not to depend on sleep() as
8287              a scheduling aid.  In two tests (basic and list)
8288              I had to change from sleep() hack to another hack...
8289              basically, using the filesystem as a semaphore.
8290              The assumption made is that rmdir() is atomic.
8291              (The sleep() scheduling assumption broke with the
8292              GNU pth in NetBSD.)
8293              
8294              (the cond.t part retracted by #16250)
8295      Branch: perl
8296            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
8297            ! ext/threads/t/list.t ext/threads/t/thread.t
8298 ____________________________________________________________________________
8299 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
8300         Log: Be tidy.
8301      Branch: perl
8302            ! ext/PerlIO/t/fallback.t
8303 ____________________________________________________________________________
8304 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
8305         Log: Integrate perlio:
8306              
8307              [ 16246]
8308              Have :encoding() default to perlqq style fallbacks.
8309              Add test for that.
8310              
8311              [ 16245]
8312              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
8313              as gate on layer tests which fail on -Dusesfio
8314              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
8315              
8316              [ 16244]
8317              Builds under -Uuseperlio
8318              Uses PUSHSTACK/POPSTACK in :encoding and :Via
8319      Branch: perl
8320           +> ext/PerlIO/t/fallback.t
8321           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
8322           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
8323           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
8324           !> t/io/binmode.t t/io/crlf.t
8325 ____________________________________________________________________________
8326 [ 16246] By: nick                                  on 2002/04/28  10:08:05
8327         Log: Have :encoding() default to perlqq style fallbacks.
8328              Add test for that.
8329      Branch: perlio
8330            + ext/PerlIO/t/fallback.t
8331            ! MANIFEST ext/PerlIO/encoding/encoding.pm
8332            ! ext/PerlIO/encoding/encoding.xs
8333 ____________________________________________________________________________
8334 [ 16245] By: nick                                  on 2002/04/28  08:57:54
8335         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
8336              as gate on layer tests which fail on -Dusesfio
8337              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
8338      Branch: perlio
8339            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
8340            ! t/io/crlf.t
8341 ____________________________________________________________________________
8342 [ 16244] By: nick                                  on 2002/04/28  08:22:07
8343         Log: Builds under -Uuseperlio
8344              Uses PUSHSTACK/POPSTACK in :encoding and :Via
8345      Branch: perlio
8346            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
8347 ____________________________________________________________________________
8348 [ 16243] By: nick                                  on 2002/04/28  07:19:01
8349         Log: Integrate mainline
8350      Branch: perlio
8351           +> ext/threads/t/list.t
8352           !> (integrate 40 files)
8353 ____________________________________________________________________________
8354 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
8355         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
8356      Branch: perl
8357            ! hints/netbsd.sh
8358 ____________________________________________________________________________
8359 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
8360         Log: Plan better.
8361      Branch: perl
8362            ! t/io/fs.t
8363 ____________________________________________________________________________
8364 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
8365         Log: No trunc worries.
8366      Branch: perl
8367            ! pod/perldelta.pod
8368 ____________________________________________________________________________
8369 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
8370         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
8371              From: Michael G Schwern <schwern@pobox.com>
8372              Date: Sat, 27 Apr 2002 23:20:19 -0400
8373              Message-ID: <20020428032019.GF1821@blackrider>
8374      Branch: perl
8375            ! pod/perlfunc.pod t/io/fs.t
8376 ____________________________________________________________________________
8377 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
8378         Log: More valgrind findings: e.g. t/op/utfhash.t.
8379      Branch: perl
8380            ! hv.c
8381 ____________________________________________________________________________
8382 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
8383         Log: Unused variables now that "did you use incorrect case" is gone;
8384              and valgrind claims that the savepvn() in utilize() leaks in e.g.
8385              lib/blib.t.
8386      Branch: perl
8387            ! op.c
8388 ____________________________________________________________________________
8389 [ 16236] By: sky                                   on 2002/04/28  00:15:45
8390         Log: Added test cases and fixed some obvious things.
8391      Branch: perl
8392            + ext/threads/t/list.t
8393            ! MANIFEST ext/threads/threads.xs
8394 ____________________________________________________________________________
8395 [ 16235] By: sky                                   on 2002/04/27  23:50:11
8396         Log: Removed last traces of autodetach.
8397              Added list() methid.
8398              Changed documentation.
8399      Branch: perl
8400            ! ext/threads/threads.pm ext/threads/threads.xs
8401 ____________________________________________________________________________
8402 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
8403         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
8404              From: Jerrad Pierce <belg4mit@MIT.EDU>
8405              Date: Sat, 27 Apr 2002 19:14:17 -0400
8406              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
8407      Branch: perl
8408            ! lib/FileCache.pm
8409 ____________________________________________________________________________
8410 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
8411         Log: More NetBSD patches from Johnny Lam.
8412              
8413              Remove the need for a $prefix setting that was added in the
8414              previous patch I sent.     Also add the proper rpath options
8415              to the linker flags depending on whether we're on a ELF or
8416              a.out platform.     These were tested both in a non-pkgsrc and
8417              pkgsrc build.
8418              
8419              Append to $libs instead of overwriting its value.  This was
8420              causing $(LDLOADLIBS) to not get added to the dynamic_libs
8421              link command on NetBSD systems and was the cause of the GDBM
8422              problems reported.  Also use '$(LDLOADLIBS)' instead of
8423              expanding its value so that it is more easily overridden in
8424              the Makefile by "make all LDLOADLIBS=...".
8425              
8426              Remove "-L/usr/local/lib" because the location of libgdbm.so
8427              is already added during the Configure process, and this
8428              spurious addition may cause the wrong libgdbm.so to be linked
8429              against as a result.
8430      Branch: perl
8431            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
8432            ! lib/ExtUtils/MM_Unix.pm
8433 ____________________________________________________________________________
8434 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
8435         Log: More VC5-induced casting found by Nikola Knezevic.
8436      Branch: perl
8437            ! av.c hv.c mg.c sv.c
8438 ____________________________________________________________________________
8439 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
8440         Log: More U32 regflags.
8441      Branch: perl
8442            ! op.h regcomp.c thrdvar.h
8443 ____________________________________________________________________________
8444 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
8445         Log: Integrate from bleadperl
8446      Branch: macperl
8447           +> ext/Encode/lib/Encode/Guess.pm
8448           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
8449           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
8450           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
8451           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
8452           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
8453           +> lib/ExtUtils/t/zz_cleanup_dummy.t
8454           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
8455           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
8456           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
8457           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
8458            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
8459            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
8460            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
8461            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
8462            - lib/ExtUtils/t/Problem-Module/Makefile.PL
8463            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
8464            - t/op/system_tests
8465           !> (integrate 133 files)
8466 ____________________________________________________________________________
8467 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
8468         Log: Retract #16195 since it seems to be unnecessary.
8469      Branch: perl
8470            ! lib/ExtUtils/MM_Unix.pm
8471 ____________________________________________________________________________
8472 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
8473         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
8474              From: "Craig A. Berry" <craigberry@mac.com>
8475              Date: Sat, 27 Apr 2002 15:11:31 -0500
8476              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
8477      Branch: perl
8478            ! vms/descrip_mms.template
8479 ____________________________________________________________________________
8480 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
8481         Log: Some more known open() modes.
8482      Branch: perl
8483            ! pod/perldiag.pod
8484 ____________________________________________________________________________
8485 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
8486         Log: Upgrade to Encode 1.63.
8487      Branch: perl
8488            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8489            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
8490            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
8491            ! ext/Encode/lib/Encode/Encoding.pm
8492            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
8493            ! ext/Encode/lib/Encode/JP/JIS7.pm
8494            ! ext/Encode/lib/Encode/KR/2022_KR.pm
8495            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
8496 ____________________________________________________________________________
8497 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
8498         Log: Update Changes.
8499      Branch: perl
8500            ! Changes patchlevel.h
8501 ____________________________________________________________________________
8502 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
8503         Log: Integrate perlio:
8504              
8505              [ 16221]
8506              Correct which var is nulled, stack movement protection.
8507      Branch: perl
8508           !> ext/PerlIO/encoding/encoding.xs
8509 ____________________________________________________________________________
8510 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
8511         Log: Subject: PATCH t/TEST
8512              From: Mark-Jason Dominus <mjd@plover.com>
8513              Date: Sat, 27 Apr 2002 14:06:56 -0400
8514              Message-ID: <20020427180656.5422.qmail@plover.com>
8515      Branch: perl
8516            ! t/TEST
8517 ____________________________________________________________________________
8518 [ 16222] By: sky                                   on 2002/04/27  17:00:29
8519         Log: Ahem, look another way.
8520      Branch: perl
8521            ! ext/threads/shared/t/queue.t
8522 ____________________________________________________________________________
8523 [ 16221] By: nick                                  on 2002/04/27  16:34:48
8524         Log: Correct which var is nulled, stack movement protection.
8525      Branch: perlio
8526            ! ext/PerlIO/encoding/encoding.xs
8527 ____________________________________________________________________________
8528 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
8529         Log: Integrate perlio:
8530              
8531              [ 16216]
8532              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
8533              - if encoding loads Encode then stack grows.
8534              - pp_binmode was not allowing for that to happen
8535              - added PUTBACK/SPAGAIN.
8536      Branch: perl
8537           !> pp_sys.c
8538 ____________________________________________________________________________
8539 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
8540         Log: First half of NetBSD patch-ai, from Johnny Lam:
8541              
8542              The first part removes "installman" and "installhtml" from the
8543              .PHONY target, which was causing problems during installation.
8544              
8545              (the installman and installhtml are not phony targets,
8546              they are real files)
8547      Branch: perl
8548            ! Makefile.SH
8549 ____________________________________________________________________________
8550 [ 16218] By: nick                                  on 2002/04/27  16:22:40
8551         Log: Integrate mainline
8552      Branch: perlio
8553           +> ext/threads/shared/t/cond.t
8554           !> MANIFEST ext/threads/shared/shared.xs
8555           !> ext/threads/shared/t/queue.t
8556 ____________________________________________________________________________
8557 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
8558         Log: NetBSD patch-ab from Johnny Lam:
8559              
8560              Some tweaks to the NetBSD hints file to make the Configure
8561              process more useful when not building from pkgsrc.  This file
8562              will definitely need to change again when the 1.6 release of
8563              NetBSD comes out, but I'll handle the changes at the later
8564              date.
8565      Branch: perl
8566            ! hints/netbsd.sh
8567 ____________________________________________________________________________
8568 [ 16216] By: nick                                  on 2002/04/27  16:19:21
8569         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
8570              - if encoding loads Encode then stack grows.
8571              - pp_binmode was not allowing for that to happen
8572              - added PUTBACK/SPAGAIN.
8573      Branch: perlio
8574            ! pp_sys.c
8575 ____________________________________________________________________________
8576 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
8577         Log: Integrate perlio:
8578              
8579              [ 16211]
8580              Re-instate $PerlIO::encoding::check at boot.
8581              (Retaining Dan's XS side require though I don't see need.)
8582              
8583              [ 16207]
8584              Fix fd leak on Via(bogus).
8585              Finish implementing PerlIOVia_open().
8586              Export more guts of PerlIO_* so Via_open() can work.
8587              Fix various PerlIO_allocate() features exposed by above.
8588              
8589              [ 16027]
8590              Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
8591              and change test not to skip them.
8592              
8593              [ 16023]
8594              Some tweaks for encodings which need lines.
8595              Also disabled trial of using fallbacks.
8596              
8597              [ 16022]
8598              Various tweaks to Encode
8599      Branch: perl
8600           !> embed.fnc ext/PerlIO/Via/Via.xs
8601           !> ext/PerlIO/encoding/encoding.pm
8602           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
8603           !> perlio.c perlio.h perliol.h
8604 ____________________________________________________________________________
8605 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
8606         Log: Upgrade to Encode 1.62.
8607      Branch: perl
8608            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8609 ____________________________________________________________________________
8610 [ 16213] By: ams                                   on 2002/04/27  15:38:50
8611         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
8612              From: Philip Newton <Philip.Newton@gmx.net>
8613              Date: Sat, 27 Apr 2002 08:51:30 +0200
8614              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
8615              
8616              Subject: Re: Change 16183: Stop being coy.
8617              From: Philip Newton <Philip.Newton@gmx.net>
8618              Date: Sat, 27 Apr 2002 08:52:13 +0200
8619              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
8620      Branch: perl
8621            ! INSTALL pod/perldelta.pod
8622 ____________________________________________________________________________
8623 [ 16212] By: sky                                   on 2002/04/27  13:54:46
8624         Log: Add test numbers to make "make test" happy. Order is irrelevant
8625              but number of oks is not.
8626      Branch: perl
8627            ! ext/threads/shared/t/queue.t
8628 ____________________________________________________________________________
8629 [ 16211] By: nick                                  on 2002/04/27  13:29:55
8630         Log: Re-instate $PerlIO::encoding::check at boot.
8631              (Retaining Dan's XS side require though I don't see need.)
8632      Branch: perlio
8633            ! ext/PerlIO/encoding/encoding.pm
8634            ! ext/PerlIO/encoding/encoding.xs
8635 ____________________________________________________________________________
8636 [ 16210] By: sky                                   on 2002/04/27  12:56:44
8637         Log: Fixed race condtions and deadlocks in interaction with 
8638              cond_wait/cond_signal and lock.
8639              Now we wait for a lock to gie up if we return from COND_WAIT
8640              and we are still locked. We also notifiers potential 
8641              lockers that it is free for locking when we go into COND_WAIT.
8642      Branch: perl
8643            + ext/threads/shared/t/cond.t
8644            ! MANIFEST ext/threads/shared/shared.xs
8645            ! ext/threads/shared/t/queue.t
8646 ____________________________________________________________________________
8647 [ 16209] By: nick                                  on 2002/04/27  12:32:41
8648         Log: Integrate mainline
8649      Branch: perlio
8650           +> t/win32/system_tests
8651            - t/op/system_tests
8652           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
8653           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
8654           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
8655           !> t/lib/warnings/pp_hot t/win32/system.t
8656 ____________________________________________________________________________
8657 [ 16208] By: sky                                   on 2002/04/27  11:46:53
8658         Log: Saving locks after we set it to 0 was kind of pointless.
8659              Hunting down fixes in cond_* functions.
8660      Branch: perl
8661            ! ext/threads/shared/shared.xs
8662 ____________________________________________________________________________
8663 [ 16207] By: nick                                  on 2002/04/27  10:12:00
8664         Log: Fix fd leak on Via(bogus).
8665              Finish implementing PerlIOVia_open().
8666              Export more guts of PerlIO_* so Via_open() can work.
8667              Fix various PerlIO_allocate() features exposed by above.
8668      Branch: perlio
8669            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
8670            ! perlio.h perliol.h
8671 ____________________________________________________________________________
8672 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
8673         Log: NetBSD and OpenBSD cannot do comments at #! line
8674              (or long #! lines?)
8675      Branch: perl
8676            ! t/japh/abigail.t
8677 ____________________________________________________________________________
8678 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
8679         Log: Add taint rethink to the todo list.
8680      Branch: perl
8681            ! pod/perltodo.pod
8682 ____________________________________________________________________________
8683 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
8684         Log: Integrate changes #16199 and #16201 from macperl;
8685              
8686              Time::Local compatibility patches, from Graham
8687              
8688              MacPerl require() portability patches
8689      Branch: perl
8690           !> lib/Time/Local.pm pp_ctl.c
8691 ____________________________________________________________________________
8692 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
8693         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
8694              From: Nicholas Clark <nick@unfortu.net>
8695              Date: Fri, 26 Apr 2002 23:27:23 +0100
8696              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
8697      Branch: perl
8698            ! t/lib/warnings/pp_hot
8699 ____________________________________________________________________________
8700 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
8701         Log: Working on MacPerl tests
8702      Branch: macperl
8703            ! macos/MacPerlTests.cmd
8704 ____________________________________________________________________________
8705 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
8706         Log: MacPerl require() portability patches
8707      Branch: macperl
8708            ! pp_ctl.c
8709 ____________________________________________________________________________
8710 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
8711         Log: Fix a few MacPerl_CanonDir() problems
8712      Branch: macperl
8713            ! macos/macish.c macos/macish.h
8714 ____________________________________________________________________________
8715 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
8716         Log: Time::Local compatibility patches, from Graham
8717      Branch: macperl
8718            ! lib/Time/Local.pm
8719 ____________________________________________________________________________
8720 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
8721         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
8722              From: Simon Cozens <simon@netthink.co.uk>
8723              Date: Fri, 26 Apr 2002 21:58:21 +0100
8724              Message-ID: <20020426205821.GB5855@netthink.co.uk>
8725      Branch: perl
8726            ! ext/Time/HiRes/HiRes.pm
8727 ____________________________________________________________________________
8728 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
8729         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
8730              to know about it always (not just when using the pth).
8731      Branch: perl
8732            ! hints/netbsd.sh
8733 ____________________________________________________________________________
8734 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
8735         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
8736      Branch: perl
8737            ! ext/Digest/MD5/t/files.t
8738 ____________________________________________________________________________
8739 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
8740         Log: (retracted by #16229)
8741              Subject: FIXIN problem under Win32
8742              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8743              Date: Thu, 25 Apr 2002 23:03:31 +0200
8744              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
8745      Branch: perl
8746            ! lib/ExtUtils/MM_Unix.pm
8747 ____________________________________________________________________________
8748 [ 16194] By: nick                                  on 2002/04/26  17:36:16
8749         Log: Integrate mainline
8750      Branch: perlio
8751           +> ext/Encode/lib/Encode/Guess.pm
8752           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
8753           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
8754           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
8755           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
8756           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
8757           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
8758           +> t/lib/sample-tests/die_last_minute
8759           !> (integrate 94 files)
8760 ____________________________________________________________________________
8761 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
8762         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
8763              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8764              Date: Fri, 26 Apr 2002 15:38:16 +0200
8765              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
8766      Branch: perl
8767            + t/win32/system_tests
8768            - t/op/system_tests
8769            ! MANIFEST t/win32/system.t
8770 ____________________________________________________________________________
8771 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
8772         Log: Mention explicitly the NetBSD + pth combination.
8773      Branch: perl
8774            ! pod/perldelta.pod
8775 ____________________________________________________________________________
8776 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
8777         Log: Subject: [PATCH] Fix email address.
8778              From: Abigail <abigail@foad.org>
8779              Date: Fri, 26 Apr 2002 18:03:11 +0200
8780              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
8781      Branch: perl
8782            ! t/japh/abigail.t
8783 ____________________________________________________________________________
8784 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
8785         Log: NetWare update from C Aditya.
8786      Branch: perl
8787            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
8788            ! lib/ExtUtils/MM_Unix.pm
8789 ____________________________________________________________________________
8790 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
8791         Log: Subject: [PATCH vms/test.com] use t/TEST
8792              From: "Craig A. Berry" <craigberry@mac.com>
8793              Date: Fri, 26 Apr 2002 09:34:46 -0500
8794              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
8795      Branch: perl
8796            ! vms/test.com
8797 ____________________________________________________________________________
8798 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
8799         Log: Update Changes.
8800      Branch: perl
8801            ! Changes patchlevel.h
8802 ____________________________________________________________________________
8803 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
8804         Log: Subject: [Encode] s/=over2/=over 2/g
8805              From: Dan Kogai <dankogai@dan.co.jp>
8806              Date: Fri, 26 Apr 2002 14:57:09 +0900
8807              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
8808      Branch: perl
8809            ! ext/Encode/Encode.pm
8810 ____________________________________________________________________________
8811 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
8812         Log: Use temp int variable in the W*() since direct casting
8813              to either an int or an IV would not be right.
8814      Branch: perl
8815            ! ext/POSIX/POSIX.xs
8816 ____________________________________________________________________________
8817 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
8818         Log: The #16182 radiates U32ness.
8819      Branch: perl
8820            ! embed.fnc embed.h proto.h regcomp.c toke.c
8821 ____________________________________________________________________________
8822 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
8823         Log: Subject: t/TEST ported to VMS
8824              From: "Craig A. Berry" <craigberry@mac.com>
8825              Date: Fri, 26 Apr 2002 00:13:31 -0500
8826              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
8827      Branch: perl
8828            ! t/TEST
8829 ____________________________________________________________________________
8830 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
8831         Log: Stop being coy.
8832      Branch: perl
8833            ! pod/perldelta.pod
8834 ____________________________________________________________________________
8835 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
8836         Log: Subject: Re: binary compatibility
8837              From: Mark-Jason Dominus <mjd@plover.com>
8838              Date: Wed, 24 Apr 2002 17:35:07 -0400
8839              Message-ID: <20020424213507.7846.qmail@plover.com>
8840      Branch: perl
8841            ! op.h
8842 ____________________________________________________________________________
8843 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
8844         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
8845              allocating half of the retstack!)
8846      Branch: perl
8847            ! README.win32 sv.c
8848 ____________________________________________________________________________
8849 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
8850         Log: temporary variable not wide enough to hold all the bits in
8851              op->op_targ
8852      Branch: perl
8853            ! op.c
8854 ____________________________________________________________________________
8855 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
8856         Log: Add an idea/question from Damian. 
8857      Branch: perl
8858            ! pod/perltodo.pod
8859 ____________________________________________________________________________
8860 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
8861         Log: build missing utilities on windows; clean stray files
8862      Branch: perl
8863            ! win32/Makefile win32/makefile.mk
8864 ____________________________________________________________________________
8865 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
8866         Log: Upgrade to Encode 1.61, from Dan Kogai.
8867      Branch: perl
8868            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
8869            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
8870            ! ext/Encode/lib/Encode/Guess.pm
8871            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
8872            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
8873            ! ext/Encode/t/mime-header.t
8874 ____________________________________________________________________________
8875 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
8876         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
8877              From: andreas.koenig@anima.de (Andreas J. Koenig)
8878              Date: Tue, 23 Apr 2002 04:40:42 +0200      
8879              Message-ID: <m37kmzi1cl.fsf@anima.de>
8880      Branch: perl
8881            ! pod/perluniintro.pod
8882 ____________________________________________________________________________
8883 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
8884         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
8885              platform needs to fill in the other branch here)
8886      Branch: perl
8887            ! ext/Digest/MD5/t/files.t
8888 ____________________________________________________________________________
8889 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
8890         Log: MANIFEST is needlessly held open for entire duration of "make test"
8891      Branch: perl
8892            ! t/TEST t/harness
8893 ____________________________________________________________________________
8894 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
8895         Log: various signed/unsigned mismatch nits
8896      Branch: perl
8897            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
8898            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
8899            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
8900            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
8901            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
8902            ! ext/Time/HiRes/HiRes.xs regcomp.c
8903 ____________________________________________________________________________
8904 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
8905         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
8906              From: Nicholas Clark <nick@unfortu.net>
8907              Date: Thu, 25 Apr 2002 22:41:57 +0100
8908              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
8909      Branch: perl
8910            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
8911            + ext/Storable/t/make_downgrade.pl
8912            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
8913            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
8914            ! ext/Storable/t/utf8hash.t
8915 ____________________________________________________________________________
8916 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
8917         Log: Extra guidance for JAPH debuggers.
8918      Branch: perl
8919            ! t/japh/abigail.t
8920 ____________________________________________________________________________
8921 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
8922         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
8923              From: Paul_GreenVOS@vos.stratus.com
8924              Date: Wed, 24 Apr 02 18:27 edt
8925              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
8926      Branch: perl
8927            ! vos/vos.c
8928 ____________________________________________________________________________
8929 [ 16169] By: ams                                   on 2002/04/25  20:33:35
8930         Log: Subject: [PATCH] don't build B/C twice on VMS
8931              From: "Craig A. Berry" <craigberry@mac.com>
8932              Date: Thu, 25 Apr 2002 16:00:57 -0500
8933              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
8934      Branch: perl
8935            ! configure.com
8936 ____________________________________________________________________________
8937 [ 16168] By: ams                                   on 2002/04/25  20:31:19
8938         Log: Subject: Re: POSIX::WEXITSTATUS broken again
8939              From: Andy Dougherty <doughera@lafayette.edu>
8940              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
8941              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
8942      Branch: perl
8943            ! ext/POSIX/POSIX.xs
8944 ____________________________________________________________________________
8945 [ 16167] By: ams                                   on 2002/04/25  19:49:09
8946         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
8947              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8948              Date: Thu, 25 Apr 2002 13:39:35 -0700
8949              Message-Id: <HmGy8gzkguHW092yn@efn.org>
8950      Branch: perl
8951            ! t/harness
8952 ____________________________________________________________________________
8953 [ 16166] By: ams                                   on 2002/04/25  19:43:06
8954         Log: $fh->close(); print $fh "foo" would segfault under -w in
8955              report_evil_fh() because $fh doesn't have a name.
8956      Branch: perl
8957            ! util.c
8958 ____________________________________________________________________________
8959 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
8960         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
8961              being found properly
8962      Branch: perl
8963            ! ext/Cwd/t/cwd.t
8964 ____________________________________________________________________________
8965 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
8966         Log: Brace yourself from Craig Berry to keep older compilers happy.
8967      Branch: perl
8968            ! vms/vms.c
8969 ____________________________________________________________________________
8970 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
8971         Log: More %{} overload tests.
8972      Branch: perl
8973            ! lib/overload.t
8974 ____________________________________________________________________________
8975 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
8976         Log: some extension builds need to find pl2bat.bat on windows
8977      Branch: perl
8978            ! win32/buildext.pl
8979 ____________________________________________________________________________
8980 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
8981         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
8982              From: "Craig A. Berry" <craigberry@mac.com>
8983              Date: Thu, 25 Apr 2002 12:30:06 -0500
8984              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
8985      Branch: perl
8986            ! lib/ExtUtils/MM_VMS.pm
8987 ____________________________________________________________________________
8988 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
8989         Log: windows build fails if there is no perlglob.exe in the PATH
8990      Branch: perl
8991            ! win32/buildext.pl
8992 ____________________________________________________________________________
8993 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
8994         Log: Mysterious setlocale() core dump in ancient Solaris
8995              found by Merijn Broeren.  Doesn't look like Perl's fault.
8996      Branch: perl
8997            ! pod/perldelta.pod
8998 ____________________________________________________________________________
8999 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
9000         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
9001              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
9002              Date: Thu, 25 Apr 2002 17:35:23 +0200
9003              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
9004      Branch: perl
9005            ! pp_ctl.c
9006 ____________________________________________________________________________
9007 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
9008         Log: Subject: [PATCH] pp_ctl.c:pp_require
9009              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
9010              Date: Thu, 25 Apr 2002 16:01:14 +0200
9011              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
9012      Branch: perl
9013            ! pp_ctl.c
9014 ____________________________________________________________________________
9015 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
9016         Log: -Wformat cleanups from Robin Barker.
9017      Branch: perl
9018            ! dump.c embed.fnc proto.h sv.c
9019 ____________________________________________________________________________
9020 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
9021         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
9022              From: Michael G Schwern <schwern@pobox.com>
9023              Date: Thu, 25 Apr 2002 01:51:27 -0400
9024              Message-ID: <20020425055127.GB3456@blackrider>
9025      Branch: perl
9026            + t/lib/sample-tests/bignum t/lib/sample-tests/die
9027            + t/lib/sample-tests/die_head_end
9028            + t/lib/sample-tests/die_last_minute
9029            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
9030            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
9031            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
9032 ____________________________________________________________________________
9033 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
9034         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
9035              From: Michael G Schwern <schwern@pobox.com>
9036              Date: Thu, 25 Apr 2002 01:32:10 -0400
9037              Message-ID: <20020425053210.GA3334@blackrider>
9038      Branch: perl
9039            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
9040            + lib/Test/Simple/t/strays.t
9041            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
9042            ! lib/Test/Simple.pm lib/Test/Simple/Changes
9043            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
9044            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
9045            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
9046            ! lib/Test/Simple/t/use_ok.t
9047 ____________________________________________________________________________
9048 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
9049         Log: Elaborate a bit on Storable.
9050      Branch: perl
9051            ! pod/perldelta.pod
9052 ____________________________________________________________________________
9053 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
9054         Log: Cleaner Encode tests under -Mutf8.
9055      Branch: perl
9056            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
9057 ____________________________________________________________________________
9058 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
9059         Log: Subject: [PATCH] installperl
9060              From: Abe Timmerman <abe@ztreet.demon.nl>
9061              Date: Thu, 25 Apr 2002 01:00:00 +0200
9062              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
9063      Branch: perl
9064            ! installperl
9065 ____________________________________________________________________________
9066 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
9067         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
9068              From: Dan Kogai <dankogai@dan.co.jp>
9069              Date: Thu, 25 Apr 2002 10:49:13 +0900
9070              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
9071      Branch: perl
9072            ! ext/PerlIO/encoding/encoding.xs
9073 ____________________________________________________________________________
9074 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
9075         Log: Stray =back.
9076      Branch: perl
9077            ! README.win32
9078 ____________________________________________________________________________
9079 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
9080         Log: Add an untested warning variant.
9081      Branch: perl
9082            ! t/lib/warnings/op
9083 ____________________________________________________________________________
9084 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
9085         Log: Update Changes.
9086      Branch: perl
9087            ! Changes patchlevel.h
9088 ____________________________________________________________________________
9089 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
9090         Log: Wrong plan.
9091      Branch: perl
9092            ! ext/Encode/t/mime-header.t
9093 ____________________________________________________________________________
9094 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
9095         Log: Upgrade to Encode 1.60, from Dan Kogai.
9096      Branch: perl
9097            + ext/Encode/lib/Encode/Guess.pm
9098            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9099            + ext/Encode/t/mime-header.t
9100            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
9101            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9102            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
9103            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
9104            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
9105            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
9106 ____________________________________________________________________________
9107 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
9108         Log: another case of enabling binmode() where it should not be: if the
9109              *.enc files are CRLF terminated, the result gets CRCRLF terminations
9110      Branch: perl
9111            ! ext/Encode/t/CJKT.t
9112 ____________________________________________________________________________
9113 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
9114         Log: microperl update; boldly assume time() and time_t
9115              (since we assume ANSI and i_time, anyway).
9116      Branch: perl
9117            ! uconfig.h uconfig.sh
9118 ____________________________________________________________________________
9119 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
9120         Log: Integrate #16136, #16137, #16138 from macperl;
9121              
9122              Silly fix for the SC compiler's fixation with "comp" as a type
9123              
9124              Skip more PerlIO symbols for sfio
9125              
9126              Play nicely in miniperl
9127      Branch: perl
9128           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
9129           !> lib/File/Spec/Mac.pm makedef.pl
9130 ____________________________________________________________________________
9131 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
9132         Log: Sync configpm and config.h for use in 5.8
9133              (still need to do config.sh)
9134      Branch: macperl
9135            ! macos/config.h macos/configpm
9136 ____________________________________________________________________________
9137 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
9138         Log: Make MM_MacOS work with new MakeMaker
9139      Branch: macperl
9140            ! macos/lib/ExtUtils/MM_MacOS.pm
9141 ____________________________________________________________________________
9142 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
9143         Log: Makefile.mk changes for 5.8: additional extensions
9144              and source files; bump version
9145      Branch: macperl
9146            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
9147 ____________________________________________________________________________
9148 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
9149         Log: Play nicely in miniperl
9150      Branch: macperl
9151            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
9152 ____________________________________________________________________________
9153 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
9154         Log: Skip more PerlIO symbols for sfio
9155      Branch: macperl
9156            ! makedef.pl
9157 ____________________________________________________________________________
9158 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
9159         Log: Silly fix for the SC compiler's fixation with "comp" as a type
9160      Branch: macperl
9161            ! ext/Unicode/Normalize/Normalize.xs
9162 ____________________________________________________________________________
9163 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
9164         Log: Merge macperl xsubpp with current xsubpp
9165      Branch: macperl
9166            ! macos/xsubpp
9167 ____________________________________________________________________________
9168 [ 16134] By: nick                                  on 2002/04/24  18:08:37
9169         Log: Integrate mainline
9170      Branch: perlio
9171           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
9172           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
9173            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
9174            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
9175            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
9176            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
9177            - lib/ExtUtils/t/Problem-Module/Makefile.PL
9178            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
9179           !> (integrate 44 files)
9180 ____________________________________________________________________________
9181 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
9182         Log: Delete more included modules from bundled_ext
9183      Branch: macperl
9184            - macos/bundled_ext/Digest/MD5/Changes
9185            - macos/bundled_ext/Digest/MD5/MD5.pm
9186            - macos/bundled_ext/Digest/MD5/MD5.xs
9187            - macos/bundled_ext/Digest/MD5/Makefile.PL
9188            - macos/bundled_ext/Digest/MD5/Makefile.mk
9189            - macos/bundled_ext/Digest/MD5/README
9190            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
9191            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
9192            - macos/bundled_ext/Digest/MD5/rfc1321.txt
9193            - macos/bundled_ext/Digest/MD5/t/badfile.t
9194            - macos/bundled_ext/Digest/MD5/t/files.t
9195            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
9196            - macos/bundled_ext/Digest/MD5/typemap
9197            - macos/bundled_ext/Filter/Util/Call/Call.pm
9198            - macos/bundled_ext/Filter/Util/Call/Call.xs
9199            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
9200            - macos/bundled_ext/Filter/Util/Call/ppport.h
9201            - macos/bundled_ext/Filter/t/call.t
9202            - macos/bundled_ext/Filter/t/filter-util.pl
9203            - macos/bundled_ext/List/Util/ChangeLog
9204            - macos/bundled_ext/List/Util/Makefile.PL
9205            - macos/bundled_ext/List/Util/README
9206            - macos/bundled_ext/List/Util/Util.xs
9207            - macos/bundled_ext/List/Util/lib/List/Util.pm
9208            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
9209            - macos/bundled_ext/List/Util/t/blessed.t
9210            - macos/bundled_ext/List/Util/t/dualvar.t
9211            - macos/bundled_ext/List/Util/t/first.t
9212            - macos/bundled_ext/List/Util/t/max.t
9213            - macos/bundled_ext/List/Util/t/maxstr.t
9214            - macos/bundled_ext/List/Util/t/min.t
9215            - macos/bundled_ext/List/Util/t/minstr.t
9216            - macos/bundled_ext/List/Util/t/readonly.t
9217            - macos/bundled_ext/List/Util/t/reduce.t
9218            - macos/bundled_ext/List/Util/t/reftype.t
9219            - macos/bundled_ext/List/Util/t/shuffle.t
9220            - macos/bundled_ext/List/Util/t/sum.t
9221            - macos/bundled_ext/List/Util/t/tainted.t
9222            - macos/bundled_ext/List/Util/t/weak.t
9223            - macos/bundled_ext/MIME/Base64/Base64.pm
9224            - macos/bundled_ext/MIME/Base64/Base64.xs
9225            - macos/bundled_ext/MIME/Base64/Changes
9226            - macos/bundled_ext/MIME/Base64/Makefile.PL
9227            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
9228            - macos/bundled_ext/MIME/Base64/README
9229            - macos/bundled_ext/MIME/Base64/t/base64.t
9230            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
9231            - macos/bundled_ext/MIME/Base64/t/unicode.t
9232            - macos/bundled_ext/Storable/ChangeLog
9233            - macos/bundled_ext/Storable/Makefile.PL
9234            - macos/bundled_ext/Storable/README
9235            - macos/bundled_ext/Storable/Storable.pm
9236            - macos/bundled_ext/Storable/Storable.xs
9237            - macos/bundled_ext/Storable/t/blessed.t
9238            - macos/bundled_ext/Storable/t/canonical.t
9239            - macos/bundled_ext/Storable/t/compat-0.6.t
9240            - macos/bundled_ext/Storable/t/dclone.t
9241            - macos/bundled_ext/Storable/t/dump.pl
9242            - macos/bundled_ext/Storable/t/forgive.t
9243            - macos/bundled_ext/Storable/t/freeze.t
9244            - macos/bundled_ext/Storable/t/lock.t
9245            - macos/bundled_ext/Storable/t/overload.t
9246            - macos/bundled_ext/Storable/t/recurse.t
9247            - macos/bundled_ext/Storable/t/retrieve.t
9248            - macos/bundled_ext/Storable/t/store.t
9249            - macos/bundled_ext/Storable/t/tied.t
9250            - macos/bundled_ext/Storable/t/tied_hook.t
9251            - macos/bundled_ext/Storable/t/tied_items.t
9252            - macos/bundled_ext/Storable/t/utf8.t
9253            - macos/bundled_ext/Time/HiRes/Changes
9254            - macos/bundled_ext/Time/HiRes/HiRes.pm
9255            - macos/bundled_ext/Time/HiRes/HiRes.t
9256            - macos/bundled_ext/Time/HiRes/HiRes.xs
9257            - macos/bundled_ext/Time/HiRes/Makefile.PL
9258            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
9259            - macos/bundled_ext/Time/HiRes/hints/sco.pl
9260 ____________________________________________________________________________
9261 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
9262         Log: Thou shalt not assume %x works for UVs.
9263      Branch: perl
9264            ! ext/Encode/Encode.xs
9265 ____________________________________________________________________________
9266 [ 16131] By: nick                                  on 2002/04/24  15:50:31
9267         Log: Submit an old integrate
9268      Branch: perlio
9269           +> (branch 27 files)
9270            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
9271            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
9272            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
9273            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
9274            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9275            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9276            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
9277           !> (integrate 84 files)
9278 ____________________________________________________________________________
9279 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
9280         Log: Partially retract #12056, from Craig Berry.
9281      Branch: perl
9282            ! vms/vms.c
9283 ____________________________________________________________________________
9284 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
9285         Log: Delete more included modules from bundled_lib
9286      Branch: macperl
9287            - macos/bundled_lib/blib/lib/Class/ISA.pm
9288            - macos/bundled_lib/blib/lib/Digest.pm
9289            - macos/bundled_lib/blib/lib/Filter/Simple.pm
9290            - macos/bundled_lib/blib/lib/Memoize.pm
9291            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
9292            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
9293            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
9294            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
9295            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
9296            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
9297            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
9298            - macos/bundled_lib/blib/lib/NEXT.pm
9299            - macos/bundled_lib/blib/lib/Net/Cmd.pm
9300            - macos/bundled_lib/blib/lib/Net/Config.pm
9301            - macos/bundled_lib/blib/lib/Net/Domain.pm
9302            - macos/bundled_lib/blib/lib/Net/FTP.pm
9303            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
9304            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
9305            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
9306            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
9307            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
9308            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
9309            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
9310            - macos/bundled_lib/blib/lib/Net/NNTP.pm
9311            - macos/bundled_lib/blib/lib/Net/Netrc.pm
9312            - macos/bundled_lib/blib/lib/Net/POP3.pm
9313            - macos/bundled_lib/blib/lib/Net/SMTP.pm
9314            - macos/bundled_lib/blib/lib/Net/Time.pm
9315            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
9316            - macos/bundled_lib/blib/lib/Switch.pm
9317            - macos/bundled_lib/t/Class/ISA/test.pl
9318            - macos/bundled_lib/t/Digest/Digest.t
9319            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
9320            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
9321            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
9322            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
9323            - macos/bundled_lib/t/Filter/Simple/data.t
9324            - macos/bundled_lib/t/Filter/Simple/export.t
9325            - macos/bundled_lib/t/Filter/Simple/filter.t
9326            - macos/bundled_lib/t/Filter/Simple/filter_only.t
9327            - macos/bundled_lib/t/Filter/Simple/import.t
9328            - macos/bundled_lib/t/Memoize/array.t
9329            - macos/bundled_lib/t/Memoize/array_confusion.t
9330            - macos/bundled_lib/t/Memoize/correctness.t
9331            - macos/bundled_lib/t/Memoize/errors.t
9332            - macos/bundled_lib/t/Memoize/expire.t
9333            - macos/bundled_lib/t/Memoize/expire_file.t
9334            - macos/bundled_lib/t/Memoize/expire_module_n.t
9335            - macos/bundled_lib/t/Memoize/expire_module_t.t
9336            - macos/bundled_lib/t/Memoize/flush.t
9337            - macos/bundled_lib/t/Memoize/normalize.t
9338            - macos/bundled_lib/t/Memoize/prototype.t
9339            - macos/bundled_lib/t/Memoize/speed.t
9340            - macos/bundled_lib/t/Memoize/tie.t
9341            - macos/bundled_lib/t/Memoize/tie_gdbm.t
9342            - macos/bundled_lib/t/Memoize/tie_ndbm.t
9343            - macos/bundled_lib/t/Memoize/tie_sdbm.t
9344            - macos/bundled_lib/t/Memoize/tie_storable.t
9345            - macos/bundled_lib/t/Memoize/tiefeatures.t
9346            - macos/bundled_lib/t/Memoize/unmemoize.t
9347            - macos/bundled_lib/t/NEXT/actual.t
9348            - macos/bundled_lib/t/NEXT/actuns.t
9349            - macos/bundled_lib/t/NEXT/next.t
9350            - macos/bundled_lib/t/NEXT/unseen.t
9351            - macos/bundled_lib/t/Switch/t/given.t
9352            - macos/bundled_lib/t/Switch/t/nested.t
9353            - macos/bundled_lib/t/Switch/t/switch.t
9354            - macos/bundled_lib/t/libnet/config.t
9355            - macos/bundled_lib/t/libnet/ftp.t
9356            - macos/bundled_lib/t/libnet/hostname.t
9357            - macos/bundled_lib/t/libnet/libnet_t.pl
9358            - macos/bundled_lib/t/libnet/netrc.t
9359            - macos/bundled_lib/t/libnet/nntp.t
9360            - macos/bundled_lib/t/libnet/require.t
9361            - macos/bundled_lib/t/libnet/smtp.t
9362 ____________________________________________________________________________
9363 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
9364         Log: Remove Text::Balanced from bundled_lib (already in lib)
9365      Branch: macperl
9366            - macos/bundled_lib/blib/lib/Text/Balanced.pm
9367            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
9368            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
9369            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
9370            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
9371            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
9372            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
9373            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
9374            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
9375 ____________________________________________________________________________
9376 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
9377         Log: A word of warning to the users of UTF-8 locales.
9378      Branch: perl
9379            ! pod/perluniintro.pod
9380 ____________________________________________________________________________
9381 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
9382         Log: Forgotten from #16125.
9383      Branch: perl
9384            ! t/lib/MakeMaker/Test/Utils.pm
9385 ____________________________________________________________________________
9386 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
9387         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
9388      Branch: perl
9389            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
9390            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
9391            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
9392            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
9393            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
9394            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
9395            - lib/ExtUtils/t/Problem-Module/Makefile.PL
9396            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
9397            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
9398            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
9399            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
9400            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
9401            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
9402            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
9403            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
9404            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
9405            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
9406 ____________________________________________________________________________
9407 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
9408         Log: Subject: New UTF-8 surprise
9409              From: andreas.koenig@anima.de (Andreas J. Koenig)
9410              Date: Mon, 22 Apr 2002 12:08:48 +0200
9411              Message-ID: <m38z7gjb9r.fsf@anima.de>
9412      Branch: perl
9413            ! pp_hot.c t/op/subst.t
9414 ____________________________________________________________________________
9415 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
9416         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
9417              tree that is branched from //depot/maint-5.6/macperl/macos/...
9418      Branch: macperl
9419           +> (branch 3590 files)
9420 ____________________________________________________________________________
9421 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
9422         Log: Try to be clearer about perlio.
9423      Branch: perl
9424            ! INSTALL
9425 ____________________________________________________________________________
9426 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
9427         Log: Subject: Re: binary compatibility
9428              From: Andy Dougherty <doughera@lafayette.edu>
9429              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
9430              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
9431      Branch: perl
9432            ! INSTALL patchlevel.h
9433 ____________________________________________________________________________
9434 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
9435         Log: Go on record about the binary backward incompatibility.
9436      Branch: perl
9437            ! pod/perldelta.pod
9438 ____________________________________________________________________________
9439 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
9440         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
9441              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
9442              Date: Wed, 24 Apr 2002 01:51:43 +0400
9443              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
9444      Branch: perl
9445            ! t/win32/system.t
9446 ____________________________________________________________________________
9447 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
9448         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
9449              From: PPrymmer@factset.com
9450              Date: Tue, 23 Apr 2002 17:14:32 -0400
9451              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
9452      Branch: perl
9453            ! lib/locale.t
9454 ____________________________________________________________________________
9455 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
9456         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
9457              From: Paul_GreenVOS@vos.stratus.com
9458              Date: Tue, 23 Apr 02 15:06 edt   
9459              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
9460      Branch: perl
9461            ! Makefile.SH cflags.SH
9462 ____________________________________________________________________________
9463 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
9464         Log: metaconfig unit change for #16115.
9465      Branch: metaconfig
9466            ! U/compline/byteorder.U
9467      Branch: perl
9468            ! config_h.SH
9469 ____________________________________________________________________________
9470 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
9471         Log: Regen Configure to mirror #16111 (with one added tweak).
9472      Branch: perl
9473            ! Configure
9474 ____________________________________________________________________________
9475 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
9476         Log: Retract #16109.
9477      Branch: perl
9478            ! lib/ExtUtils/MM_Unix.pm
9479 ____________________________________________________________________________
9480 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
9481         Log: FAQ sync.
9482      Branch: perl
9483            ! pod/perlfaq3.pod pod/perlfaq8.pod
9484 ____________________________________________________________________________
9485 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
9486         Log: use encoding no more defaults to Latin 1.
9487      Branch: perl
9488            ! pod/perluniintro.pod
9489 ____________________________________________________________________________
9490 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
9491         Log: Configure test for byteorder loses bits
9492      Branch: perl
9493            ! Configure
9494 ____________________________________________________________________________
9495 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
9496         Log: hacking around byteorder variance between config.sh and config.h
9497              isn't needed after change#16099
9498      Branch: perl
9499            ! ext/Storable/t/malice.t
9500 ____________________________________________________________________________
9501 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
9502         Log: (retracted by #16114)
9503              
9504              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
9505              From: "Green, Paul" <Paul.Green@stratus.com>
9506              Date: Tue, 23 Apr 2002 13:47:19 -0400
9507              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
9508      Branch: perl
9509            ! lib/ExtUtils/MM_Unix.pm
9510 ____________________________________________________________________________
9511 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
9512         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
9513              From: Norton Allen <allen@huarp.harvard.edu>
9514              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
9515              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
9516      Branch: perl
9517            ! lib/File/Find.pm
9518 ____________________________________________________________________________
9519 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
9520         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
9521              From: Norton Allen <allen@huarp.harvard.edu>
9522              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
9523              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
9524      Branch: perl
9525            ! README.qnx hints/qnx.sh
9526 ____________________________________________________________________________
9527 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
9528         Log: Subject: [PATCH] pod/perlhist.pod
9529              From: Abigail <abigail@foad.org>
9530              Date: Tue, 23 Apr 2002 16:21:31 +0200
9531              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
9532              
9533              (removed 5.005_04 which never happened)
9534      Branch: perl
9535            ! pod/perlhist.pod
9536 ____________________________________________________________________________
9537 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
9538         Log: Subject: Re: [PATCH abigail.t] another portability attempt
9539              From: Abigail <abigail@foad.org>
9540              Date: Tue, 23 Apr 2002 11:35:54 +0200
9541              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
9542      Branch: perl
9543            ! t/japh/abigail.t
9544 ____________________________________________________________________________
9545 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
9546         Log: NetWare tweak from C Aditya.
9547      Branch: perl
9548            ! NetWare/Nwmain.c NetWare/nw5.c
9549 ____________________________________________________________________________
9550 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
9551         Log: fix a typo
9552      Branch: perl
9553            ! regexec.c
9554 ____________________________________________________________________________
9555 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
9556         Log: Uncurliff.
9557      Branch: perl
9558            ! README.ko
9559 ____________________________________________________________________________
9560 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
9561         Log: Pointer to UV casting.
9562      Branch: perl
9563            ! regexec.c
9564 ____________________________________________________________________________
9565 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
9566         Log: metaconfig unit change for #16099.
9567      Branch: metaconfig
9568            ! U/compline/byteorder.U
9569 ____________________________________________________________________________
9570 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
9571         Log: Use UV (not long) for BYTEORDER.
9572      Branch: perl
9573            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9574            ! config_h.SH
9575 ____________________________________________________________________________
9576 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
9577         Log: # cpp commands must start in the first column.
9578      Branch: perl
9579            ! scope.c
9580 ____________________________________________________________________________
9581 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
9582         Log: Reborn as text.
9583      Branch: perl
9584            + NetWare/interface.cpp
9585 ____________________________________________________________________________
9586 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
9587         Log: Dead as binary.
9588      Branch: perl
9589            - NetWare/interface.cpp
9590 ____________________________________________________________________________
9591 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
9592         Log: Undo #16091, a time-warped escapee.
9593      Branch: perl
9594            ! lib/ExtUtils/t/MM_Cygwin.t
9595 ____________________________________________________________________________
9596 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
9597         Log: *size tweaks from Sarathy.
9598      Branch: perl
9599            ! ext/Storable/t/malice.t
9600 ____________________________________________________________________________
9601 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
9602         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
9603              From: Stas Bekman <stas@stason.org>
9604              Date: Tue, 23 Apr 2002 01:52:22 +0800
9605              Message-ID: <3CC44DD6.3090401@stason.org>
9606      Branch: perl
9607            ! pod/perlguts.pod
9608 ____________________________________________________________________________
9609 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
9610         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
9611              From: Paul_GreenVOS@vos.stratus.com
9612              Date: Mon, 22 Apr 02 20:35 edt
9613              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
9614      Branch: perl
9615            + hints/t001.c
9616            ! MANIFEST hints/README.hints hints/vos.sh
9617 ____________________________________________________________________________
9618 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
9619         Log: (retracted by #16095)
9620      Branch: perl
9621            ! lib/ExtUtils/t/MM_Cygwin.t
9622 ____________________________________________________________________________
9623 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
9624         Log: Subject: Re: perl@16083
9625              From: Nicholas Clark <nick@unfortu.net>
9626              Date: Mon, 22 Apr 2002 23:17:45 +0100
9627              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
9628      Branch: perl
9629            ! ext/Storable/t/malice.t
9630 ____________________________________________________________________________
9631 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
9632         Log: Upgrade to Encode 1.58.
9633      Branch: perl
9634            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
9635            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
9636            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
9637            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
9638            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
9639            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
9640            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
9641            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
9642            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
9643            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
9644            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
9645            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
9646            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9647            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9648            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
9649            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
9650            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
9651            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
9652 ____________________________________________________________________________
9653 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
9654         Log: On Win32 the end.t failure should be gone now.
9655      Branch: perl
9656            ! pod/perldelta.pod
9657 ____________________________________________________________________________
9658 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
9659         Log: Subject: [PATCH] update VOS-specific pod files
9660              From: Paul_GreenVOS@vos.stratus.com
9661              Date: Mon, 22 Apr 02 16:02 edt
9662              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
9663      Branch: perl
9664            ! README.vos pod/perlport.pod
9665 ____________________________________________________________________________
9666 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
9667         Log: Subject: [PATCH] cleanup ./hints/vos.sh
9668              From: Paul_GreenVOS@vos.stratus.com
9669              Date: Mon, 22 Apr 02 15:26 edt
9670              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
9671      Branch: perl
9672            ! hints/vos.sh
9673 ____________________________________________________________________________
9674 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
9675         Log: Upgrade to Encode 1.57, from Dan Kogai.
9676      Branch: perl
9677            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9678            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
9679            ! ext/Encode/lib/Encode/Encoding.pm
9680            ! ext/Encode/lib/Encode/JP/JIS7.pm
9681            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
9682            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
9683 ____________________________________________________________________________
9684 [ 16084] By: ams                                   on 2002/04/22  18:10:13
9685         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
9686              From: Stas Bekman <stas@stason.org>
9687              Date: Tue, 23 Apr 2002 01:59:07 +0800
9688              Message-Id: <3CC44F6B.5010300@stason.org>
9689      Branch: perl
9690            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
9691 ____________________________________________________________________________
9692 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
9693         Log: Update Changes.
9694      Branch: perl
9695            ! Changes patchlevel.h
9696 ____________________________________________________________________________
9697 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
9698         Log: In MANIFEST but not added.
9699      Branch: perl
9700            + NetWare/interface.cpp
9701 ____________________________________________________________________________
9702 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
9703         Log: Duh.
9704      Branch: perl
9705            ! lib/ExtUtils/MM_Unix.pm
9706 ____________________________________________________________________________
9707 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
9708         Log: Subject: Re: t/japh/abigail.t [PATCH]
9709              From: Norton Allen <allen@huarp.harvard.edu>
9710              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
9711              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
9712      Branch: perl
9713            ! t/japh/abigail.t
9714 ____________________________________________________________________________
9715 [ 16079] By: ams                                   on 2002/04/22  15:59:55
9716         Log: Subject: {PATCH docs] sockatmark
9717              From: Mark-Jason Dominus <mjd@plover.com>
9718              Date: Mon, 22 Apr 2002 02:43:42 -0400
9719              Message-Id: <20020422064342.24646.qmail@plover.com>
9720      Branch: perl
9721            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
9722 ____________________________________________________________________________
9723 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
9724         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
9725              From: Paul_GreenVOS@vos.stratus.com
9726              Date: Mon, 22 Apr 02 12:40 edt
9727              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
9728      Branch: perl
9729            ! cflags.SH
9730 ____________________________________________________________________________
9731 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
9732         Log: Add new files from #16076; re-sort.
9733      Branch: perl
9734            ! MANIFEST
9735 ____________________________________________________________________________
9736 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
9737         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
9738      Branch: perl
9739            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
9740            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
9741            + NetWare/perllib.cpp NetWare/splittree.pl
9742            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
9743            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
9744            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
9745            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
9746            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
9747            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
9748            ! x2p/hash.c x2p/walk.c
9749 ____________________________________________________________________________
9750 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
9751         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
9752              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9753              Date: Mon, 22 Apr 2002 17:56:17 +0200
9754              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
9755      Branch: perl
9756            ! README.aix
9757 ____________________________________________________________________________
9758 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
9759         Log: Signedness nit.
9760      Branch: perl
9761            ! ext/PerlIO/encoding/encoding.xs
9762 ____________________________________________________________________________
9763 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
9764         Log: No semicolons after blocks.
9765      Branch: perl
9766            ! ext/Encode/Encode.xs
9767 ____________________________________________________________________________
9768 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
9769         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
9770      Branch: perl
9771            ! ext/PerlIO/encoding/encoding.pm
9772            ! ext/PerlIO/encoding/encoding.xs
9773 ____________________________________________________________________________
9774 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
9775         Log: Upgrade to Encode 1.56, from Dan Kogai.
9776      Branch: perl
9777            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
9778            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9779            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
9780            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
9781            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
9782            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
9783            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
9784            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
9785            ! ext/Encode/lib/Encode/Config.pm
9786            ! ext/Encode/lib/Encode/Encoder.pm
9787            ! ext/Encode/lib/Encode/Encoding.pm
9788            ! ext/Encode/lib/Encode/JP/H2Z.pm
9789            ! ext/Encode/lib/Encode/JP/JIS7.pm
9790            ! ext/Encode/lib/Encode/KR/2022_KR.pm
9791            ! ext/Encode/lib/Encode/PerlIO.pod
9792            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
9793            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
9794            ! ext/Encode/ucm/big5-hkscs.ucm
9795 ____________________________________________________________________________
9796 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
9797         Log: Comment tweak from Philip.
9798      Branch: perl
9799            ! opcode.pl
9800 ____________________________________________________________________________
9801 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
9802         Log: a Test::Harness tweak to make the test lines show up prettier
9803      Branch: perl
9804            ! lib/Test/Harness.pm
9805 ____________________________________________________________________________
9806 [ 16067] By: nick                                  on 2002/04/22  09:19:23
9807         Log: Integrate mainline
9808      Branch: perlio
9809           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
9810           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
9811           !> t/lib/warnings/perlio t/win32/system.t
9812 ____________________________________________________________________________
9813 [ 16066] By: nick                                  on 2002/04/22  09:01:43
9814         Log: Integrate //depot/perlio into mainline
9815      Branch: perl
9816           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
9817           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
9818           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
9819 ____________________________________________________________________________
9820 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
9821         Log: clean up after stray test file littering
9822              
9823              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
9824              it seems that it shouldn't (looks like a handle leak in PerlIO
9825              to me)
9826      Branch: perl
9827            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
9828            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
9829            ! t/lib/warnings/perlio t/win32/system.t
9830 ____________________________________________________________________________
9831 [ 16064] By: nick                                  on 2002/04/22  08:02:58
9832         Log: Integrate mainline into perlio
9833      Branch: perlio
9834           +> ext/Storable/t/malice.t
9835            ! pod/perliol.pod
9836           !> (integrate 57 files)
9837 ____________________________________________________________________________
9838 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
9839         Log: integrate change#16062 from mainline
9840              
9841              another windows fix: only create a new console for subprocesses
9842              when all three stdhandles are invalid (from Jan Dubois)
9843      Branch: maint-5.6/perl
9844            ! win32/win32.c
9845 ____________________________________________________________________________
9846 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
9847         Log: another windows fix: only create a new console for subprocesses
9848              when all three stdhandles are invalid (from Jan Dubois)
9849      Branch: perl
9850            ! win32/win32.c
9851 ____________________________________________________________________________
9852 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
9853         Log: all the thread tests now pass on windows (32-bit and 64-bit)
9854      Branch: perl
9855            ! README.win32
9856 ____________________________________________________________________________
9857 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
9858         Log: enable maximal optimizations on win64
9859      Branch: perl
9860            ! win32/Makefile win32/makefile.mk
9861 ____________________________________________________________________________
9862 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
9863         Log: Tweaks copied from Philip Newton's Encode patches.
9864      Branch: perl
9865            ! AUTHORS
9866 ____________________________________________________________________________
9867 [ 16057] By: sky                                   on 2002/04/22  00:19:40
9868         Log: End blocks were not run on Win32.
9869              The real fix should be to turn this flag on in RunPerl but
9870              I think we are too close 5.8 to change that.
9871      Branch: perl
9872            ! ext/threads/threads.xs
9873 ____________________________________________________________________________
9874 [ 16056] By: sky                                   on 2002/04/21  23:29:22
9875         Log: Do not unlock mutex twice.
9876              Do not unlock mutex after it has been destroyed and freed.
9877              Do not email p5p without uncrossing eyes.
9878      Branch: perl
9879            ! ext/threads/threads.xs
9880 ____________________________________________________________________________
9881 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
9882         Log: squelch some more type mismatch warnings
9883              
9884              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
9885              missing parens in macro definition
9886      Branch: perl
9887            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
9888            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
9889            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
9890            ! pp.c regexec.c sv.h
9891 ____________________________________________________________________________
9892 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
9893         Log: Make writing user-defined character properties nicer.
9894      Branch: perl
9895            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
9896 ____________________________________________________________________________
9897 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
9898         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
9899              isn't the case on win64
9900      Branch: perl
9901            ! ext/Storable/t/malice.t
9902 ____________________________________________________________________________
9903 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
9904         Log: One more way to do character class subtraction.
9905      Branch: perl
9906            ! pod/perlunicode.pod
9907 ____________________________________________________________________________
9908 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
9909         Log: Mopup of #16048.
9910      Branch: perl
9911            ! pp_sys.c
9912 ____________________________________________________________________________
9913 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
9914         Log: some test failures have been fixed
9915      Branch: perl
9916            ! README.win32
9917 ____________________________________________________________________________
9918 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
9919         Log: use compare_text() rather than compare() to avoid bogus
9920              failures when the test files happen to be CRLF terminated
9921      Branch: perl
9922            ! ext/Encode/t/JP.t
9923 ____________________________________________________________________________
9924 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
9925         Log: fixes for all the warnings reported by Visual C (most of this
9926              change is from change#12026)
9927      Branch: perl
9928            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
9929            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
9930            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
9931            ! regexec.c sv.c toke.c universal.c utf8.c util.c
9932            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
9933 ____________________________________________________________________________
9934 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
9935         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
9936              From: Nicholas Clark <nick@unfortu.net>
9937              Date: Sun, 21 Apr 2002 19:15:24 +0100
9938              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
9939      Branch: perl
9940            + ext/Storable/t/malice.t
9941            ! MANIFEST ext/Storable/Storable.pm
9942 ____________________________________________________________________________
9943 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
9944         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
9945              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9946              Date: Sun, 21 Apr 2002 19:37:51 +0200
9947              Message-ID: <3CC3150F.5798.22A05AE@localhost>
9948      Branch: perl
9949            ! ext/Encode/t/perlio.t
9950 ____________________________________________________________________________
9951 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
9952         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
9953              From: Andrey Sapozhnikov <sapa@icb.chel.su>
9954              Date: Fri, 19 Apr 2002 19:55:56 +0600
9955              Message-ID: <3CC021EC.5080005@icb.chel.su>
9956              
9957              (tweaked a bit)
9958      Branch: perl
9959            ! pod/perltrap.pod
9960 ____________________________________________________________________________
9961 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
9962         Log: Do not assume that io buffer flushing happens in the same
9963              order as joins (that assumption broke in a multicpu IRIX box)
9964      Branch: perl
9965            ! ext/threads/t/thread.t
9966 ____________________________________________________________________________
9967 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
9968         Log: As if people would be reading the documentation :-)
9969      Branch: perl
9970            ! opcode.pl
9971 ____________________________________________________________________________
9972 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
9973         Log: Typo tweaks.
9974      Branch: perl
9975            ! pod/perlrun.pod
9976 ____________________________________________________________________________
9977 [ 16041] By: sky                                   on 2002/04/21  13:53:54
9978         Log: Got the last memory leak in the while(1) { threads->create(sub 
9979              {})->join() }, now we can loop over a million threads without a 
9980              problem. 
9981              Cleared up SVs that should have been mortal but never where.
9982      Branch: perl
9983            ! ext/threads/threads.xs
9984 ____________________________________________________________________________
9985 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
9986         Log: Make doc clearer, as suggested by Brent Dax
9987      Branch: perl
9988            ! opcode.pl
9989 ____________________________________________________________________________
9990 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
9991         Log: Revert change #15974.
9992      Branch: perl
9993            ! ext/B/B/Deparse.pm
9994 ____________________________________________________________________________
9995 [ 16038] By: nick                                  on 2002/04/21  08:43:48
9996         Log: Integrate mainline
9997      Branch: perlio
9998           +> win32/config.vc64 win32/config_H.vc64
9999           !> (integrate 43 files)
10000 ____________________________________________________________________________
10001 [ 16037] By: nick                                  on 2002/04/21  08:10:07
10002         Log: Integrate mainline
10003      Branch: perlio
10004           +> ext/Encode/ucm/big5-eten.ucm
10005            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
10006            - win32/config.win64 win32/config_H.win64
10007           !> MANIFEST Porting/makerel ext/Encode/Changes
10008           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
10009           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
10010           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
10011           !> ext/Encode/lib/Encode/Config.pm
10012           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10013           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
10014           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
10015           !> pod/perlunicode.pod vms/vms.c
10016 ____________________________________________________________________________
10017 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
10018         Log: S_ stands sfor static.
10019      Branch: perl
10020            ! hv.c
10021 ____________________________________________________________________________
10022 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
10023         Log: htovs et al might be macros.
10024      Branch: perl
10025            ! perl.h
10026 ____________________________________________________________________________
10027 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
10028         Log: missed checkin of this file in change#16033
10029      Branch: perl
10030            ! makedef.pl
10031 ____________________________________________________________________________
10032 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
10033         Log: Windows 64-bit support:
10034              
10035              * support for building it in the regular makefiles
10036              * large files support via the _*i64() functions (this should be
10037              portable to the 32-bit universe too, but quite untested and
10038              and binary-incompatible, therefore not enabled there)
10039              * three additional test failures in addition to the t/end.t one
10040              (see README.win32)
10041              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
10042              the ones available from the CRT (needed because Perl uses
10043              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
10044              * add a few 64-bit notes to README.win32
10045              
10046              The following general problems were also fixed:
10047              
10048              * s/struct stat/Stat_t/g
10049              * Data::Dumper had some naughty 'long' typecasts
10050              * Errno_pm.PL didn't work safe when winsock.h was not in the same
10051              directory as errno.h
10052              * various tell/seek things were incorrectly prototyped
10053              * squelch ugly looking noise when running tests
10054              * Embed.t wasn't linking in all the libraries
10055              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
10056              * re-enable all the disabled warnings (additional fixes may be
10057              needed for the warnings uncovered by this)
10058      Branch: perl
10059            + win32/config.vc64 win32/config_H.vc64
10060            ! MANIFEST README.win32 doio.c dosish.h
10061            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
10062            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
10063            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
10064            ! win32/config.vc win32/makefile.mk win32/perlglob.c
10065            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
10066            ! win32/win32iop.h win32/win32sck.c
10067 ____________________________________________________________________________
10068 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
10069         Log: Upgrade to Encode 1.52, from Dan Kogai.
10070      Branch: perl
10071            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10072            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
10073            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
10074            ! ext/Encode/lib/Encode/JP/JIS7.pm
10075            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
10076            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
10077            ! ext/Encode/ucm/big5-hkscs.ucm
10078 ____________________________________________________________________________
10079 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
10080         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
10081              From: Mark-Jason Dominus <mjd@plover.com>
10082              Date: Sat, 20 Apr 2002 03:36:28 -0400
10083              Message-ID: <20020420073628.324.qmail@plover.com>
10084      Branch: perl
10085            ! pod/perlopentut.pod
10086 ____________________________________________________________________________
10087 [ 16030] By: sky                                   on 2002/04/20  22:02:32
10088         Log: Remove auto-detach
10089              Cleans up memory now, destroys the mutex and frees thread
10090              Makes returnvalues mortal
10091              Doesn't run thread_destruct until the thread has stopped AND
10092              all references to it are gone.
10093      Branch: perl
10094            ! ext/threads/threads.xs
10095 ____________________________________________________________________________
10096 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
10097         Log: Subject: [PATCH @16005] rescue perldoc for VMS
10098              From: "Craig A. Berry" <craigberry@mac.com>
10099              Date: Sat, 20 Apr 2002 15:16:30 -0500
10100              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
10101      Branch: perl
10102            ! vms/vms.c
10103 ____________________________________________________________________________
10104 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
10105         Log: Subject: Re: [PATCH] typo
10106              From: andreas.koenig@anima.de (Andreas J. Koenig)
10107              Date: Sat, 20 Apr 2002 15:41:23 +0200
10108              Message-ID: <m37kn2o5bw.fsf@anima.de>
10109      Branch: perl
10110            ! ext/Encode/encoding.pm
10111 ____________________________________________________________________________
10112 [ 16027] By: nick                                  on 2002/04/20  21:42:09
10113         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
10114              and change test not to skip them.
10115      Branch: perlio
10116            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
10117 ____________________________________________________________________________
10118 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
10119         Log: Upgrade to Encode 1.51, from Dan Kogai.
10120      Branch: perl
10121            + ext/Encode/ucm/big5-eten.ucm
10122            - ext/Encode/ucm/big5.ucm
10123            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10124            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
10125            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
10126            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
10127            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10128            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
10129 ____________________________________________________________________________
10130 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
10131         Log: purge existing win64 stuff (this never really worked in 5.7.x)
10132              in preparation for completely redone win64 support
10133      Branch: perl
10134            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
10135            ! MANIFEST Porting/makerel
10136 ____________________________________________________________________________
10137 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
10138         Log: Subject: Re: perl@16005
10139              From: Stas Bekman <stas@stason.org>
10140              Date: Sat, 20 Apr 2002 13:06:49 +0800
10141              Message-ID: <3CC0F769.1010705@stason.org>
10142              (with a minor formatting nit)
10143      Branch: perl
10144            ! pod/perlfunc.pod
10145 ____________________________________________________________________________
10146 [ 16023] By: nick                                  on 2002/04/20  19:06:04
10147         Log: Some tweaks for encodings which need lines.
10148              Also disabled trial of using fallbacks.
10149      Branch: perlio
10150            ! ext/PerlIO/encoding/encoding.pm
10151            ! ext/PerlIO/encoding/encoding.xs
10152 ____________________________________________________________________________
10153 [ 16022] By: nick                                  on 2002/04/20  18:37:38
10154         Log: Various tweaks to Encode
10155      Branch: perlio
10156            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10157            ! ext/Encode/Unicode/Unicode.xs
10158            ! ext/Encode/lib/Encode/Encoding.pm
10159            ! ext/Encode/lib/Encode/JP/JIS7.pm
10160            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
10161 ____________________________________________________________________________
10162 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
10163         Log: Subject: [PATCH] perlunicode.pod typos
10164              From: andreas.koenig@anima.de (Andreas J. Koenig)     
10165              Date: Sat, 20 Apr 2002 11:20:25 +0200
10166              Message-ID: <m3vgamoheu.fsf@anima.de>
10167      Branch: perl
10168            ! pod/perlunicode.pod
10169 ____________________________________________________________________________
10170 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
10171         Log: Test tweak from mjd.
10172      Branch: perl
10173            ! lib/Memoize/t/errors.t
10174 ____________________________________________________________________________
10175 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
10176         Log: Integrate perlio:
10177              
10178              [ 16018]
10179              Fill in the PERLIO sections.
10180              
10181              [ 16017]
10182              Add :bytes to POD part.
10183              Remove 'alias' to Encode now it exists as a module.
10184              
10185              [ 16014]
10186              Tweak to Encode.xs to avoid buffer overrun.
10187              
10188              [ 16007]
10189              Silence warning generating warning message for U+FFFF does not map etc.
10190              
10191              [ 15912]
10192              XS versions of encode/decode for Encode::Unicode
10193      Branch: perl
10194           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
10195 ____________________________________________________________________________
10196 [ 16018] By: nick                                  on 2002/04/20  13:38:24
10197         Log: Fill in the PERLIO sections.
10198      Branch: perlio
10199            ! pod/perlrun.pod
10200 ____________________________________________________________________________
10201 [ 16017] By: nick                                  on 2002/04/20  13:37:15
10202         Log: Add :bytes to POD part.
10203              Remove 'alias' to Encode now it exists as a module.
10204      Branch: perlio
10205            ! lib/PerlIO.pm
10206 ____________________________________________________________________________
10207 [ 16016] By: sky                                   on 2002/04/20  13:12:31
10208         Log: Really let the update of the link list do something.
10209      Branch: perl
10210            ! ext/threads/threads.xs
10211 ____________________________________________________________________________
10212 [ 16015] By: nick                                  on 2002/04/20  07:51:26
10213         Log: Integrate mainline
10214      Branch: perlio
10215           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
10216           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
10217           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
10218 ____________________________________________________________________________
10219 [ 16014] By: nick                                  on 2002/04/20  07:46:11
10220         Log: Tweak to Encode.xs to avoid buffer overrun.
10221      Branch: perlio
10222            ! ext/Encode/Encode.xs
10223 ____________________________________________________________________________
10224 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
10225         Log: Subject: [PATCH] t/japh/abigail.t
10226              From: abigail@foad.org
10227              Date: Fri, 19 Apr 2002 02:21:36 +0200
10228              Message-ID: <20020419002136.16948.qmail@foad.org>
10229              
10230              Subject: Re: [PATCH] t/japh/abigail.t
10231              From: "Craig A. Berry" <craigberry@mac.com>
10232              Date: Fri, 19 Apr 2002 11:23:45 -0500
10233              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
10234      Branch: perl
10235            ! t/japh/abigail.t
10236 ____________________________________________________________________________
10237 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
10238         Log: User-defined character properties were unintentionally
10239              removed, noticed by Dan Kogai.
10240      Branch: perl
10241            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
10242            ! pod/perlunicode.pod t/op/pat.t
10243 ____________________________________________________________________________
10244 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
10245         Log: Subject: Re: [PATCH] Big5-related changes.
10246              From: Autrijus Tang <autrijus@autrijus.org>
10247              Date: Sat, 20 Apr 2002 04:06:31 +0800
10248              Message-ID: <20020419200631.GA20964@not.autrijus.org>
10249      Branch: perl
10250            ! README.cn README.tw
10251 ____________________________________________________________________________
10252 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
10253         Log: Add a BUGS sections to O.pm
10254      Branch: perl
10255            ! ext/B/O.pm
10256 ____________________________________________________________________________
10257 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
10258         Log: Disable warning noise
10259      Branch: perl
10260            ! t/io/open.t
10261 ____________________________________________________________________________
10262 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
10263         Log: More tests for the 3-arg open
10264      Branch: perl
10265            ! t/io/open.t t/lib/warnings/doio
10266 ____________________________________________________________________________
10267 [ 16007] By: nick                                  on 2002/04/19  17:45:53
10268         Log: Silence warning generating warning message for U+FFFF does not map etc.
10269      Branch: perlio
10270            ! ext/Encode/Encode.xs
10271 ____________________________________________________________________________
10272 [ 16006] By: nick                                  on 2002/04/19  15:24:57
10273         Log: Integrate mainline (for Tk with Encode testing)
10274              Some perlio & encode issues otherwise cleanish.
10275      Branch: perlio
10276           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
10277           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
10278           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
10279           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
10280           +> ext/threads/t/thread.t
10281            - ext/Encode/lib/Encode/Unicode.pm
10282           !> (integrate 38 files)
10283 ____________________________________________________________________________
10284 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
10285         Log: Update Changes.
10286      Branch: perl
10287            ! Changes patchlevel.h
10288 ____________________________________________________________________________
10289 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
10290         Log: Subject: [PATCH] warn on ref open without perlio
10291              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10292              Date: Thu, 18 Apr 2002 23:17:44 +0200
10293              Message-ID: <20020418231744.A24159@rafael>
10294              
10295              (with one nit, the skip message needed "# " prefix)
10296      Branch: perl
10297            ! doio.c pod/perldiag.pod t/lib/warnings/doio
10298 ____________________________________________________________________________
10299 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
10300         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
10301              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10302              Date: Fri, 19 Apr 2002 15:43:47 +0200
10303              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
10304      Branch: perl
10305            ! README.hpux
10306 ____________________________________________________________________________
10307 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
10308         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
10309      Branch: perl
10310            ! ext/PerlIO/encoding/encoding.pm
10311            ! ext/PerlIO/encoding/encoding.xs
10312 ____________________________________________________________________________
10313 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
10314         Log: Upgrade to Encode 1.50, from Dan Kogai.
10315      Branch: perl
10316            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
10317            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
10318            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
10319            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
10320            - ext/Encode/lib/Encode/Unicode.pm
10321            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
10322            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10323            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
10324            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10325            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
10326            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
10327            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
10328            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
10329            ! ext/Encode/t/jisx0208.ref
10330 ____________________________________________________________________________
10331 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
10332         Log: Subject: CPAN.pm sync
10333              From: andreas.koenig@anima.de (Andreas J. Koenig)
10334              Date: Fri, 19 Apr 2002 11:55:07 +0200
10335              Message-ID: <m3ads0qah0.fsf@anima.de>
10336      Branch: perl
10337            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
10338 ____________________________________________________________________________
10339 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
10340         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
10341      Branch: perl
10342            ! pod/perltooc.pod
10343 ____________________________________________________________________________
10344 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
10345         Log: The previous change on this was *ahem* slightly off-topic.
10346      Branch: perl
10347            ! ext/PerlIO/encoding/encoding.pm
10348 ____________________________________________________________________________
10349 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
10350         Log: variant of change#14657 from mainline, modified for binary
10351              compatibility for 5.6.x (from  Jan Dubois)
10352      Branch: maint-5.6/perl
10353            ! lib/Win32.pod win32/win32.c
10354 ____________________________________________________________________________
10355 [ 15996] By: ams                                   on 2002/04/18  16:16:26
10356         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
10357              From: abigail@foad.org
10358              Date: Thu, 18 Apr 2002 17:09:45 +0200
10359              Message-Id: <20020418150945.389.qmail@foad.org>
10360      Branch: perl
10361            ! pod/perldebtut.pod
10362 ____________________________________________________________________________
10363 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
10364         Log: z/OS situation update.
10365      Branch: perl
10366            ! pod/perldelta.pod
10367 ____________________________________________________________________________
10368 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
10369         Log: Doc tweaks.
10370      Branch: perl
10371            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
10372 ____________________________________________________________________________
10373 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
10374         Log: The tests need perlio.
10375      Branch: perl
10376            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
10377 ____________________________________________________________________________
10378 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
10379         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
10380              From: Mark-Jason Dominus <mjd@plover.com>
10381              Date: Thu, 18 Apr 2002 09:38:17 -0400
10382              Message-ID: <20020418133817.22436.qmail@plover.com>    
10383              
10384              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
10385              From: Mark-Jason Dominus <mjd@plover.com>
10386              Date: Thu, 18 Apr 2002 09:54:50 -0400
10387              Message-ID: <20020418135450.22999.qmail@plover.com>    
10388      Branch: perl
10389            ! pod/perlfaq8.pod
10390 ____________________________________________________________________________
10391 [ 15991] By: sky                                   on 2002/04/18  09:18:14
10392         Log: Port testcases from thr5005 tests so we don't fail on same things.
10393              Added yield support using threads->yield().
10394      Branch: perl
10395            + ext/threads/t/thread.t
10396            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
10397 ____________________________________________________________________________
10398 [ 15990] By: nick                                  on 2002/04/18  07:56:40
10399         Log: Integrate mainline
10400      Branch: perlio
10401            - t/io/full.t
10402           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
10403           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
10404           !> perl.c t/op/groups.t toke.c win32/win32.c
10405 ____________________________________________________________________________
10406 [ 15989] By: sky                                   on 2002/04/18  07:15:55
10407         Log: Always flush the PerlIO buffers after running END blocks in 
10408              perl_destruct. This should fix ext/threads/t/end.t under Win32.
10409      Branch: perl
10410            ! perl.c
10411 ____________________________________________________________________________
10412 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
10413         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
10414      Branch: perl
10415            ! perl.c
10416 ____________________________________________________________________________
10417 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
10418         Log: Move /dev/full testing post-5.8.0.
10419      Branch: perl
10420            - t/io/full.t
10421            ! MANIFEST
10422 ____________________________________________________________________________
10423 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
10424         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
10425              ("Crays have only REAL memory.")
10426      Branch: perl
10427            ! hints/unicos.sh hints/unicosmk.sh
10428 ____________________________________________________________________________
10429 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
10430         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
10431              From: luc.st-louis@ca.transport.bombardier.com
10432              Date: Wed, 17 Apr 2002 14:22:25 -0400
10433              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
10434      Branch: perl
10435            ! win32/win32.c
10436 ____________________________________________________________________________
10437 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
10438         Log: With -Uuseperlio the error might be EBADF.
10439      Branch: perl
10440            ! t/io/full.t
10441 ____________________________________________________________________________
10442 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
10443         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
10444              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
10445              Date: Wed, 17 Apr 2002 21:16:22 +0400
10446              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
10447      Branch: perl
10448            ! lib/ExtUtils/t/Embed.t
10449 ____________________________________________________________________________
10450 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
10451         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
10452              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
10453              Date: Wed, 17 Apr 2002 20:08:03 +0400
10454              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
10455      Branch: perl
10456            ! win32/win32.c
10457 ____________________________________________________________________________
10458 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
10459         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
10460              From: Mark-Jason Dominus <mjd@plover.com>
10461              Date: Wed, 17 Apr 2002 11:14:17 -0400
10462              Message-ID: <20020417151417.27268.qmail@plover.com>
10463      Branch: perl
10464            ! t/io/full.t
10465 ____________________________________________________________________________
10466 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
10467         Log: README.cjk update.
10468      Branch: perl
10469            ! README.cn README.jp README.ko README.tw
10470 ____________________________________________________________________________
10471 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
10472         Log: Subject: [PATCH toke.c] @:foo?
10473              From: Philip Newton <Philip.Newton@gmx.net>
10474              Date: Wed, 17 Apr 2002 19:48:09 +0200
10475              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
10476      Branch: perl
10477            ! toke.c
10478 ____________________________________________________________________________
10479 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
10480         Log: Subject: Re: gcc on HP
10481              From: Philip Newton <Philip.Newton@gmx.net>
10482              Date: Wed, 17 Apr 2002 20:36:34 +0200
10483              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
10484      Branch: perl
10485            ! README.hpux
10486 ____________________________________________________________________________
10487 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
10488         Log: Adjust test for groups that appear multiple times on Cygwin
10489      Branch: perl
10490            ! t/op/groups.t
10491 ____________________________________________________________________________
10492 [ 15976] By: nick                                  on 2002/04/17  17:03:40
10493         Log: Integrate mainline
10494      Branch: perlio
10495           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
10496           +> ext/PerlIO/encoding/encoding.pm
10497           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
10498           +> ext/threads/shared/t/queue.t t/io/full.t
10499            - ext/Encode/lib/Encode/XS.pm
10500           !> (integrate 50 files)
10501 ____________________________________________________________________________
10502 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
10503         Log: Update Changes.
10504      Branch: perl
10505            ! Changes patchlevel.h
10506 ____________________________________________________________________________
10507 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
10508         Log: Subject: [PATCH B::Deparse] "foo bar"->()
10509              From: Robin Houston <robin@kitsite.com>
10510              Date: Wed, 17 Apr 2002 15:45:32 +0100
10511              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
10512      Branch: perl
10513            ! ext/B/B/Deparse.pm
10514 ____________________________________________________________________________
10515 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
10516         Log: metaconfig unit change for #15972.
10517      Branch: metaconfig/U/perl
10518            ! Extensions.U
10519 ____________________________________________________________________________
10520 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
10521         Log: As suggested by Arthur: the threads and threads::shared
10522              modules are always present.  This tries to preempt two
10523              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
10524              to have this new fancy threads implementation but my Perl
10525              doesn't seem to have it" (2) someone attempting to install
10526              threads using CPAN.pm and CPAN.pm helpfully starting to
10527              install perl 5.8.0 (which they might already have installed).
10528      Branch: perl
10529            ! Configure ext/threads/Makefile.PL
10530            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
10531            ! ext/threads/shared/shared.xs ext/threads/threads.pm
10532            ! ext/threads/threads.xs
10533 ____________________________________________________________________________
10534 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
10535         Log: More signedness nits.
10536      Branch: perl
10537            ! ext/Encode/Encode.xs
10538 ____________________________________________________________________________
10539 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
10540         Log: fast_abs_path() is tainted.
10541      Branch: perl
10542            ! ext/Cwd/t/cwd.t
10543 ____________________________________________________________________________
10544 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
10545         Log: Signedness nit.
10546      Branch: perl
10547            ! ext/Encode/bin/enc2xs
10548 ____________________________________________________________________________
10549 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
10550         Log: Subject: gcc on HP
10551              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10552              Date: Wed, 17 Apr 2002 12:43:38 +0200
10553              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
10554      Branch: perl
10555            ! README.hpux
10556 ____________________________________________________________________________
10557 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
10558         Log: Add just a little bit more explanation to PerlIO::encoding.
10559      Branch: perl
10560            ! ext/PerlIO/encoding/encoding.pm
10561 ____________________________________________________________________________
10562 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
10563         Log: PerlIO::encoding 0.01 from Dan Kogai.
10564      Branch: perl
10565            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
10566            + ext/PerlIO/encoding/encoding.pm
10567            + ext/PerlIO/encoding/encoding.xs
10568            ! MANIFEST
10569 ____________________________________________________________________________
10570 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
10571         Log: Upgrade to Encode 1.42, from Dan Kogai.
10572      Branch: perl
10573            - ext/Encode/lib/Encode/XS.pm
10574            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
10575            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
10576            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10577            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
10578            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
10579            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
10580            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
10581            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
10582            ! ext/Encode/lib/Encode/Config.pm
10583            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
10584            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
10585            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
10586            ! ext/Encode/t/encoding.t
10587 ____________________________________________________________________________
10588 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
10589         Log: Test tweaks from mjd and Benjamin Goldberg.
10590      Branch: perl
10591            ! t/io/full.t
10592 ____________________________________________________________________________
10593 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
10594         Log: Document taint-safeness.   Life in the fast_abs_path()
10595              lane is unsafe.
10596      Branch: perl
10597            ! lib/Cwd.pm
10598 ____________________________________________________________________________
10599 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
10600         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
10601              From: Mark-Jason Dominus <mjd@plover.com>
10602              Date: Tue, 16 Apr 2002 19:24:12 -0400
10603              Message-ID: <20020416232412.14297.qmail@plover.com>
10604      Branch: perl
10605            + t/io/full.t
10606            ! MANIFEST perlio.c
10607 ____________________________________________________________________________
10608 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
10609         Log: Manifestations of mjd, from mjd.
10610      Branch: perl
10611            ! MANIFEST
10612 ____________________________________________________________________________
10613 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
10614         Log: metaconfig unit change for #15959.
10615      Branch: metaconfig/U/perl
10616            ! Extensions.U
10617 ____________________________________________________________________________
10618 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
10619         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
10620              From: Andy Dougherty <doughera@lafayette.edu>
10621              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
10622              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
10623      Branch: perl
10624            ! Configure
10625 ____________________________________________________________________________
10626 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
10627         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
10628              From: Nicholas Clark <nick@unfortu.net>
10629              Date: Tue, 16 Apr 2002 22:22:41 +0100
10630              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
10631      Branch: perl
10632            ! embed.fnc global.sym hv.c universal.c
10633 ____________________________________________________________________________
10634 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
10635         Log: Documents for Merijn and lots of XXXs for NI-S :-)
10636      Branch: perl
10637            ! pod/perlfunc.pod pod/perlrun.pod
10638 ____________________________________________________________________________
10639 [ 15956] By: sky                                   on 2002/04/16  21:26:53
10640         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
10641              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
10642              stuff being 0xabababab on cleanup.
10643      Branch: perl
10644            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
10645            ! MANIFEST
10646 ____________________________________________________________________________
10647 [ 15955] By: nick                                  on 2002/04/16  20:46:03
10648         Log: Integate mainline (other machine)
10649      Branch: perlio
10650           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
10651           !> t/op/magic.t
10652 ____________________________________________________________________________
10653 [ 15954] By: nick                                  on 2002/04/16  20:13:32
10654         Log: Integrate mainline
10655      Branch: perlio
10656           +> README.cn README.jp README.ko README.tw
10657           +> ext/threads/shared/t/av_refs.t
10658           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
10659           !> (integrate 41 files)
10660 ____________________________________________________________________________
10661 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
10662         Log: B::walkoptree bugfix (see also #15850)
10663      Branch: perl
10664            ! ext/B/B.xs ext/B/t/terse.t
10665 ____________________________________________________________________________
10666 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
10667         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
10668              From: Philip Newton <Philip.Newton@gmx.net>
10669              Date: Tue, 16 Apr 2002 21:09:44 +0200
10670              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
10671      Branch: perl
10672            ! pod/perltodo.pod
10673 ____________________________________________________________________________
10674 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
10675         Log: Subject: [PATCH] B::Deparse problems with japhs
10676              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10677              Date: Tue, 16 Apr 2002 15:47:33 +0100
10678              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
10679      Branch: perl
10680            ! ext/B/B/Deparse.pm
10681 ____________________________________________________________________________
10682 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
10683         Log: Stas' tainting worries, obscured by me.
10684      Branch: perl
10685            ! ext/Cwd/t/cwd.t lib/Cwd.pm
10686 ____________________________________________________________________________
10687 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
10688         Log: Pod tweak to avoid =item<japanese> problems.
10689      Branch: perl
10690            ! README.jp
10691 ____________________________________________________________________________
10692 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
10693         Log: Some UTF-8 todos.
10694      Branch: perl
10695            ! pod/perltodo.pod
10696 ____________________________________________________________________________
10697 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
10698         Log: Let's not promise too much: use utf8 only works on identifier
10699              names, not package or subroutine names (admittedly limited [1], but
10700              that's what the Camel says, and that's what we are going to stick
10701              to for 5.8.0).  Also document that use vars does not do utf8.
10702              [1] The obvious problem in both is that package and subroutine
10703              names need to mappable to the filesystem.
10704      Branch: perl
10705            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
10706 ____________________________________________________________________________
10707 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
10708         Log: Subject: [PATCH] small typo in IO::Pipe pod
10709              From: Slaven Rezic <rezic@onlineoffice.de>
10710              Date: Tue, 16 Apr 2002 12:31:10 +0200
10711              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
10712      Branch: perl
10713            ! ext/IO/lib/IO/Pipe.pm
10714 ____________________________________________________________________________
10715 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
10716         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
10717              From: Arthur Bergman <arthur@contiller.se>
10718              Date: Tue, 16 Apr 2002 11:58:45 +0200
10719              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
10720      Branch: perl
10721            ! lib/Attribute/Handlers.pm
10722 ____________________________________________________________________________
10723 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
10724         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
10725              Jungshik Shin.  Regen toc.
10726      Branch: perl
10727            + README.cn README.jp README.ko README.tw
10728            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10729 ____________________________________________________________________________
10730 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
10731         Log: my $utf8here, our $utf8here, and package variable $utf8here.
10732              
10733              The actual minimal fix is in utf8.c and from NI-S,
10734              the rest are the tests (in fresh_perl since I couldn't get
10735              them easily to work elsewhere) and a slight behaviour change:
10736              previously UTF-8 identifiers had to start with an alphabetic
10737              character.  No more so, now they can start with an (Unicode)
10738              ID_Continue character (which however is not a (Unicode) digit).
10739              (Limiting the first character to ID_Start would be rather
10740              restrictive, since ID_Start allows only alphabetic letters.)
10741              
10742              TODO: use vars qw($utf8here).  This I don't find to be
10743              a showstopper.
10744      Branch: perl
10745            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
10746            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
10747 ____________________________________________________________________________
10748 [ 15942] By: ams                                   on 2002/04/16  02:24:25
10749         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
10750              From: "Craig A. Berry" <craigberry@mac.com>
10751              Date: Mon, 15 Apr 2002 22:06:14 -0500
10752              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
10753      Branch: perl
10754            ! lib/FileCache.t
10755 ____________________________________________________________________________
10756 [ 15941] By: ams                                   on 2002/04/16  02:16:35
10757         Log: Subject: [PATCH] s2p fix for VMS
10758              From: "Craig A. Berry" <craigberry@mac.com>
10759              Date: Mon, 15 Apr 2002 21:48:36 -0500
10760              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
10761      Branch: perl
10762            ! configure.com t/x2p/s2p.t x2p/s2p.PL
10763 ____________________________________________________________________________
10764 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
10765         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
10766              (and the licensing of the other code clarified, from Mark Bixby.)
10767      Branch: perl
10768            ! mpeix/mpeix.c
10769 ____________________________________________________________________________
10770 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
10771         Log: AUTHORS updates.
10772      Branch: perl
10773            ! AUTHORS
10774 ____________________________________________________________________________
10775 [ 15938] By: sky                                   on 2002/04/15  22:13:17
10776         Log: Add support for my $foo : shared; 
10777              Add testcase for this.
10778              Update manifest.
10779      Branch: perl
10780            + ext/threads/shared/t/shared_attr.t
10781            ! MANIFEST ext/threads/shared/shared.pm
10782 ____________________________________________________________________________
10783 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
10784         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
10785              From: abigail@foad.org
10786              Date: Mon, 15 Apr 2002 17:41:17 +0200
10787              Message-ID: <20020415154117.1559.qmail@foad.org>
10788              
10789              (With EBCDIC skippage added, and the skip reason
10790              skippage on the two ?? loops tweaked.)
10791      Branch: perl
10792            + t/japh/abigail.t
10793            ! MANIFEST t/TEST
10794 ____________________________________________________________________________
10795 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
10796         Log: Subject: Re: [ID 20020412.005] Dancing ??s
10797              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
10798              Date: Sun, 14 Apr 2002 16:09:30 +0100
10799              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
10800      Branch: perl
10801            ! pod/perlop.pod pp_hot.c t/op/pat.t
10802 ____________________________________________________________________________
10803 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
10804         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
10805              From: abigail@foad.org
10806              Date: Mon, 15 Apr 2002 17:40:02 +0200
10807              Message-ID: <20020415154002.1549.qmail@foad.org>
10808      Branch: perl
10809            ! t/test.pl
10810 ____________________________________________________________________________
10811 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
10812         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
10813              From: "Craig A. Berry" <craigberry@mac.com>
10814              Date: Mon, 15 Apr 2002 14:05:26 -0500
10815              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
10816      Branch: perl
10817            ! universal.c
10818 ____________________________________________________________________________
10819 [ 15933] By: sky                                   on 2002/04/15  21:26:16
10820         Log: Test arrays containing references, and references to shared arrays.
10821      Branch: perl
10822            + ext/threads/shared/t/av_refs.t
10823 ____________________________________________________________________________
10824 [ 15932] By: nick                                  on 2002/04/15  15:06:49
10825         Log: Integrate mainline (for Encode)
10826      Branch: perlio
10827           +> ext/Encode/Encode/ConfigLocal_PM.e2x
10828           +> ext/Encode/lib/Encode/JP/JIS7.pm
10829            - ext/Encode/lib/Encode/JP/2022_JP.pm
10830            - ext/Encode/lib/Encode/JP/2022_JP1.pm
10831            - ext/Encode/lib/Encode/JP/JIS.pm
10832           !> (integrate 26 files)
10833 ____________________________________________________________________________
10834 [ 15931] By: ams                                   on 2002/04/15  14:51:31
10835         Log: Subject: [PATCH] Chip didn't time travel.
10836              From: abigail@foad.org
10837              Date: Mon, 15 Apr 2002 17:40:22 +0200
10838              Message-Id: <20020415154022.1554.qmail@foad.org>
10839      Branch: perl
10840            ! pod/perlhist.pod
10841 ____________________________________________________________________________
10842 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
10843         Log: Update Changes.
10844      Branch: perl
10845            ! Changes patchlevel.h
10846 ____________________________________________________________________________
10847 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
10848         Log: The #15921 made the 'no warnings' unnecessary.
10849      Branch: perl
10850            ! t/op/magic.t
10851 ____________________________________________________________________________
10852 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
10853         Log: Subject: Re: [FILE] FileCache.t
10854              From: belg4mit <belg4mit@mit.edu>
10855              Date: Mon, 15 Apr 2002 01:31:21 -0400
10856              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
10857      Branch: perl
10858            ! lib/FileCache.t
10859 ____________________________________________________________________________
10860 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
10861         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
10862      Branch: perl
10863            ! lib/FileCache.pm lib/FileCache.t
10864 ____________________________________________________________________________
10865 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
10866         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
10867              From: Nicholas Clark <nick@unfortu.net>
10868              Date: Sun, 14 Apr 2002 22:54:43 +0100
10869              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
10870      Branch: perl
10871            ! lib/Hash/Util.t
10872 ____________________________________________________________________________
10873 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
10874         Log: Subject: [Encode] 1.40 released!
10875              From: Dan Kogai <dankogai@dan.co.jp>
10876              Date: Mon, 15 Apr 2002 07:51:52 +0900
10877              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
10878      Branch: perl
10879            + ext/Encode/Encode/ConfigLocal_PM.e2x
10880            + ext/Encode/lib/Encode/JP/JIS7.pm
10881            - ext/Encode/lib/Encode/JP/2022_JP.pm
10882            - ext/Encode/lib/Encode/JP/2022_JP1.pm
10883            - ext/Encode/lib/Encode/JP/JIS.pm
10884            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
10885            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10886            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
10887            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
10888            ! ext/Encode/lib/Encode/Config.pm
10889            ! ext/Encode/lib/Encode/Encoder.pm
10890            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
10891            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
10892 ____________________________________________________________________________
10893 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
10894         Log: return undef is of questionable style.
10895      Branch: perl
10896            ! lib/Hash/Util.pm
10897 ____________________________________________________________________________
10898 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
10899         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
10900              From: mjd@plover.com
10901              Date: 15 Apr 2002 06:46:02 -0000
10902              Message-ID: <20020415064602.17052.qmail@plover.com>     
10903      Branch: perl
10904            ! t/op/magic.t
10905 ____________________________________________________________________________
10906 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
10907         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
10908              From: mjd@plover.com
10909              Date: 14 Apr 2002 22:30:17 -0000
10910              Message-ID: <20020414223017.17361.qmail@plover.com>
10911      Branch: perl
10912            ! t/op/re_tests
10913 ____________________________________________________________________________
10914 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
10915         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
10916              From: Mark-Jason Dominus <mjd@plover.com>
10917              Date: Mon, 15 Apr 2002 02:41:52 -0400
10918              Message-ID: <20020415064152.16958.qmail@plover.com>
10919      Branch: perl
10920            ! perl.c t/lib/warnings/toke
10921 ____________________________________________________________________________
10922 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
10923         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
10924              From: "Craig A. Berry" <craigberry@mac.com>
10925              Date: Sun, 14 Apr 2002 18:56:02 -0500
10926              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
10927      Branch: perl
10928            ! configure.com
10929 ____________________________________________________________________________
10930 [ 15919] By: nick                                  on 2002/04/15  06:14:25
10931         Log: Integrate mainline
10932      Branch: perlio
10933           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
10934           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
10935           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
10936 ____________________________________________________________________________
10937 [ 15918] By: ams                                   on 2002/04/15  04:25:48
10938         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
10939              From: Stas Bekman <stas@stason.org>
10940              Date: Mon, 15 Apr 2002 11:45:03 +0800
10941              Message-Id: <3CBA4CBF.9030306@stason.org>
10942      Branch: perl
10943            ! lib/Cwd.pm
10944 ____________________________________________________________________________
10945 [ 15917] By: ams                                   on 2002/04/15  04:21:14
10946         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
10947              From: Mark-Jason Dominus <mjd@plover.com>
10948              Date: Mon, 15 Apr 2002 00:30:26 -0400
10949              Message-Id: <20020415043026.11417.qmail@plover.com>
10950      Branch: perl
10951            ! perl.c t/lib/warnings/toke
10952 ____________________________________________________________________________
10953 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
10954         Log: Correct precedence problem in #15915
10955      Branch: perl
10956            ! lib/vars.pm
10957 ____________________________________________________________________________
10958 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
10959         Log: use vars wasn't use utf8 aware.
10960      Branch: perl
10961            ! lib/vars.pm
10962 ____________________________________________________________________________
10963 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
10964         Log: Subject: [PATCH] Re: restricted hashes are unblessable
10965              From: Nicholas Clark <nick@unfortu.net>
10966              Date: Sat, 13 Apr 2002 23:43:02 +0100
10967              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
10968              
10969              The function name sucks but can't think of anything better.
10970      Branch: perl
10971            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
10972 ____________________________________________________________________________
10973 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
10974         Log: Subject: AUTHORS update
10975              From: Chris Nandor <pudge@pobox.com>
10976              Date: Sun, 14 Apr 2002 11:54:40 -0400
10977              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
10978      Branch: perl
10979            ! AUTHORS
10980 ____________________________________________________________________________
10981 [ 15912] By: nick                                  on 2002/04/14  14:47:18
10982         Log: XS versions of encode/decode for Encode::Unicode
10983      Branch: perlio
10984            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
10985 ____________________________________________________________________________
10986 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
10987         Log: metaconfig unit changes for #15910.
10988      Branch: metaconfig
10989            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10990            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10991            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10992            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10993            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10994            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10995            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10996            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10997            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10998            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10999            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11000            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11001            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11002            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11003            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11004            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11005            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11006            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11007            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11008            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11009            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11010            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11011            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11012            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11013 ____________________________________________________________________________
11014 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
11015         Log: Simplify the _r probing code by adding the i_systime
11016              only for the APIs where it matters.
11017      Branch: perl
11018            ! Configure reentr.pl
11019 ____________________________________________________________________________
11020 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
11021         Log: Integrate perlio:
11022              
11023              [ 15904]
11024              Disable test code (assertions) in CRLF layer.
11025              
11026              [ 15903]
11027              Avoid expensive paranoid check that decoder does return legal UTF-8
11028      Branch: perl
11029           !> ext/Encode/Encode.xs perlio.c
11030 ____________________________________________________________________________
11031 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
11032         Log: Subject: patch for FileCache in 5.7.3
11033              From: JPIERCE <belg4mit@MIT.EDU>
11034              Date: Sun, 14 Apr 2002 00:38:21 -0400
11035              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
11036      Branch: perl
11037            ! lib/FileCache.pm
11038 ____________________________________________________________________________
11039 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
11040         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
11041              From: Tim Bunce <Tim.Bunce@pobox.com>
11042              Date: Sun, 14 Apr 2002 12:07:35 +0100
11043              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
11044      Branch: perl
11045            ! ext/Storable/Storable.xs
11046 ____________________________________________________________________________
11047 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
11048         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
11049              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11050              Date: Sun, 14 Apr 2002 16:29:59 +0200
11051              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
11052      Branch: perl
11053            ! hints/hpux.sh
11054 ____________________________________________________________________________
11055 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
11056         Log: Subject: Enable portable gcc code on hp-ux
11057              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11058              Date: Sun, 14 Apr 2002 16:30:01 +0200
11059              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
11060      Branch: perl
11061            ! hints/hpux.sh
11062 ____________________________________________________________________________
11063 [ 15904] By: nick                                  on 2002/04/14  09:18:01
11064         Log: Disable test code (assertions) in CRLF layer.
11065      Branch: perlio
11066            ! perlio.c
11067 ____________________________________________________________________________
11068 [ 15903] By: nick                                  on 2002/04/14  09:16:39
11069         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
11070      Branch: perlio
11071            ! ext/Encode/Encode.xs
11072 ____________________________________________________________________________
11073 [ 15902] By: nick                                  on 2002/04/14  09:15:45
11074         Log: Integrate mainline
11075      Branch: perlio
11076           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
11077           +> t/win32/longpath.t t/win32/system.t
11078            - t/op/winsystem.t
11079           !> (integrate 30 files)
11080 ____________________________________________________________________________
11081 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
11082         Log: Fixed URL for the Alpha editor.
11083      Branch: perl
11084            ! pod/perlfaq3.pod
11085 ____________________________________________________________________________
11086 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
11087         Log: Dedodgify.
11088      Branch: perl
11089            ! ext/Storable/Storable.xs
11090 ____________________________________________________________________________
11091 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
11092         Log: AUTHORS updates.
11093      Branch: perl
11094            ! AUTHORS
11095 ____________________________________________________________________________
11096 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
11097         Log: s2p needs Config.pm.
11098      Branch: perl
11099            ! Makefile.SH
11100 ____________________________________________________________________________
11101 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
11102         Log: Subject: [PATCH] Benchmark.t 75,90,109
11103              From: Nicholas Clark <nick@unfortu.net>
11104              Date: Sat, 13 Apr 2002 21:43:04 +0100
11105              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
11106      Branch: perl
11107            ! lib/Benchmark.t
11108 ____________________________________________________________________________
11109 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
11110         Log: Tweaks by Autrijus Tang.
11111      Branch: perl
11112            ! ext/Encode/encoding.pm
11113 ____________________________________________________________________________
11114 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
11115         Log: FAQ sync.
11116      Branch: perl
11117            ! pod/perlfaq5.pod
11118 ____________________________________________________________________________
11119 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
11120         Log: z/OS tally update.
11121      Branch: perl
11122            ! pod/perldelta.pod
11123 ____________________________________________________________________________
11124 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
11125         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
11126              From: Nicholas Clark <nick@unfortu.net>
11127              Date: Sat, 13 Apr 2002 02:58:07 +0100
11128              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
11129      Branch: perl
11130            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
11131            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
11132            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
11133            ! t/lib/st-dump.pl
11134 ____________________________________________________________________________
11135 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
11136         Log: Add piconv and enc2xs to the list of utilities.
11137      Branch: perl
11138            ! utils.lst
11139 ____________________________________________________________________________
11140 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
11141         Log: s.
11142      Branch: perl
11143            ! pod/perlunicode.pod
11144 ____________________________________________________________________________
11145 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
11146         Log: Phrasing fixes by Nick Clark
11147      Branch: perl
11148            ! pod/perlunicode.pod
11149 ____________________________________________________________________________
11150 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
11151         Log: More POD fixes and typos
11152      Branch: perl
11153            ! pod/perlunicode.pod
11154 ____________________________________________________________________________
11155 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
11156         Log: Subject: Re: UTF-8 and DB_File ?
11157              From: andreas.koenig@anima.de (Andreas J. Koenig)
11158              Date: Sat, 13 Apr 2002 13:29:41 +0200
11159              Message-ID: <m3ads7j0pm.fsf@anima.de>
11160      Branch: perl
11161            ! pod/perlunicode.pod
11162 ____________________________________________________________________________
11163 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
11164         Log: Fix a typo noticed by Paul Johnson.
11165      Branch: perl
11166            ! MANIFEST
11167 ____________________________________________________________________________
11168 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
11169         Log: Subject: Re: Win32 Status
11170              From: Michael G Schwern <schwern@pobox.com>
11171              Date: Fri, 12 Apr 2002 10:15:33 -0400
11172              Message-ID: <20020412141533.GB9788@blackrider>
11173      Branch: perl
11174            ! lib/ExtUtils/t/INST.t
11175 ____________________________________________________________________________
11176 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
11177         Log: Upgrade to Encode 1.34, from Dan Kogai.
11178      Branch: perl
11179            ! ext/Encode/Changes ext/Encode/Encode.pm
11180            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
11181            ! ext/Encode/t/Unicode.t
11182 ____________________________________________________________________________
11183 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
11184         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
11185              From: Graham TerMarsch <graham@howlingfrog.com>
11186              Date: Fri, 12 Apr 2002 12:28:47 -0700
11187              Message-Id: <200204121228.47826.graham@howlingfrog.com>
11188      Branch: perl
11189            ! AUTHORS
11190 ____________________________________________________________________________
11191 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
11192         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
11193              From: Nicholas Clark <nick@unfortu.net>
11194              Date: Fri, 12 Apr 2002 21:59:06 +0100
11195              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
11196      Branch: perl
11197            ! pp_pack.c t/op/pack.t
11198 ____________________________________________________________________________
11199 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
11200         Log: Re-sort MANIFEST.
11201      Branch: perl
11202            ! MANIFEST
11203 ____________________________________________________________________________
11204 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
11205         Log: Move also the Win32 system testing to t/win32.
11206      Branch: perl
11207            + t/win32/system.t
11208            - t/op/winsystem.t
11209            ! MANIFEST
11210 ____________________________________________________________________________
11211 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
11212         Log: Integrate change #15879 from maint-5.6;
11213              
11214              Win32::GetLongPathName() did not return valid results if there
11215              were "." and ".." components in the path; also fix a potential
11216              buffer overflow if the long path happens to be longer than
11217              MAX_PATH (this can presumably happen if they use \\?\... style
11218              paths); add a rather limited testsuite that exercises just the
11219              edge cases
11220      Branch: perl
11221           +> t/win32/longpath.t
11222           !> MANIFEST t/harness win32/win32.c
11223 ____________________________________________________________________________
11224 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
11225         Log: Win32::GetLongPathName() did not return valid results if there
11226              were "." and ".." components in the path; also fix a potential
11227              buffer overflow if the long path happens to be longer than
11228              MAX_PATH (this can presumably happen if they use \\?\... style
11229              paths); add a rather limited testsuite that exercises just the
11230              edge cases
11231      Branch: maint-5.6/perl
11232            + t/win32/longpath.t
11233            ! MANIFEST t/harness win32/win32.c
11234 ____________________________________________________________________________
11235 [ 15878] By: nick                                  on 2002/04/12  14:38:32
11236         Log: Integrate mainline
11237      Branch: perlio
11238           +> lib/ExtUtils/t/INST_PREFIX.t
11239           !> (integrate 37 files)
11240 ____________________________________________________________________________
11241 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
11242         Log: Update Changes.
11243      Branch: perl
11244            ! Changes patchlevel.h
11245 ____________________________________________________________________________
11246 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
11247         Log: Discuss the magic of \w in security terms.
11248      Branch: perl
11249            ! pod/perlsec.pod pod/perlunicode.pod
11250 ____________________________________________________________________________
11251 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
11252         Log: Add a warning about the symbolic methods and
11253              symbolic sub refs not being checked for taint.
11254      Branch: perl
11255            ! pod/perlsec.pod
11256 ____________________________________________________________________________
11257 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
11258         Log: In EBCDIC the BOM detection doesn't seem
11259              to be working right.  For now skipping the test,
11260              waiting for Dan's opinion.
11261      Branch: perl
11262            ! ext/Encode/t/Unicode.t
11263 ____________________________________________________________________________
11264 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
11265         Log: Update to Net::Ping 2.16.
11266      Branch: perl
11267            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
11268 ____________________________________________________________________________
11269 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
11270         Log: Upgrade to CGI.pm 2.81.
11271      Branch: perl
11272            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
11273 ____________________________________________________________________________
11274 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
11275         Log: Move up restricted hashes a bit.
11276      Branch: perl
11277            ! pod/perldelta.pod
11278 ____________________________________________________________________________
11279 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
11280         Log: Now using Unicode 3.2.0.
11281      Branch: perl
11282            ! pod/perldelta.pod
11283 ____________________________________________________________________________
11284 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
11285         Log: UNICOS too has sockpair issues (unsurprisingly,
11286              since UNICOS/mk has them too)
11287      Branch: perl
11288            ! ext/Socket/socketpair.t
11289 ____________________________________________________________________________
11290 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
11291         Log: FAQ patch from mjd regarding Tie::File.
11292      Branch: perl
11293            ! pod/perlfaq5.pod
11294 ____________________________________________________________________________
11295 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
11296         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
11297              consider using the NamesList.
11298      Branch: perl
11299            ! lib/charnames.pm lib/charnames.t
11300 ____________________________________________________________________________
11301 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
11302         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
11303              From: "Craig A. Berry" <craigberry@mac.com>
11304              Date: Thu, 11 Apr 2002 13:47:21 -0500
11305              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
11306      Branch: perl
11307            ! lib/File/CheckTree.pm lib/File/CheckTree.t
11308 ____________________________________________________________________________
11309 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
11310         Log: More NT Unicode information from Jan Dubois.
11311      Branch: perl
11312            ! pod/perltodo.pod
11313 ____________________________________________________________________________
11314 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
11315         Log: Add one perltodo item (and move bunch of them to better spot),
11316              add sysopen() to "Functions for filehandles, files, or directories".
11317      Branch: perl
11318            ! pod/perlfunc.pod pod/perltodo.pod
11319 ____________________________________________________________________________
11320 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
11321         Log: Prettyprinting: shorten the lines to avoid linewrapping.
11322      Branch: perl
11323            ! t/TEST
11324 ____________________________________________________________________________
11325 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
11326         Log: Also NEC SUPER-UX has buggy sockpair().
11327      Branch: perl
11328            ! ext/Socket/socketpair.t
11329 ____________________________________________________________________________
11330 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
11331         Log: dTHX works on its own just fine.
11332      Branch: perl
11333            ! ext/DynaLoader/dl_aix.xs
11334 ____________________________________________________________________________
11335 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
11336         Log: Must hold off building s2p until there's a miniperl.
11337      Branch: perl
11338            ! Makefile.SH
11339 ____________________________________________________________________________
11340 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
11341         Log: AIX: strerror_r() needs dTHX.
11342      Branch: perl
11343            ! ext/DynaLoader/dl_aix.xs
11344 ____________________________________________________________________________
11345 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
11346         Log: Extracting the s2p may require the right dynlibpath.
11347      Branch: perl
11348            ! Makefile.SH
11349 ____________________________________________________________________________
11350 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
11351         Log: Doc tweaks.
11352      Branch: perl
11353            ! ext/Time/HiRes/HiRes.pm
11354 ____________________________________________________________________________
11355 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
11356         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
11357              From: Michael G Schwern <schwern@pobox.com>
11358              Date: Thu, 11 Apr 2002 01:25:26 -0400
11359              Message-ID: <20020411052525.GA17038@blackrider>
11360      Branch: perl
11361            + lib/ExtUtils/t/INST_PREFIX.t
11362            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
11363            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
11364            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11365            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
11366            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
11367            ! lib/ExtUtils/t/prefixify.t
11368 ____________________________________________________________________________
11369 [ 15855] By: nick                                  on 2002/04/11  06:26:44
11370         Log: Integrate mainline
11371      Branch: perlio
11372           !> (integrate 42 files)
11373 ____________________________________________________________________________
11374 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
11375         Log: Unused variables.
11376      Branch: perl
11377            ! ext/threads/shared/shared.xs ext/threads/threads.xs
11378 ____________________________________________________________________________
11379 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
11380         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
11381              From: Ilya Martynov <ilya@martynov.org>
11382              Date: 11 Apr 2002 03:21:17 +0400
11383              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
11384      Branch: perl
11385            ! lib/Term/ReadLine.pm
11386 ____________________________________________________________________________
11387 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
11388         Log: Upgrade to Encode 1.33, from Dan Kogai.
11389      Branch: perl
11390            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
11391            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
11392            ! ext/Encode/lib/Encode/Supported.pod
11393            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
11394            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
11395            ! ext/Encode/ucm/adobeSymbol.ucm
11396            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
11397 ____________________________________________________________________________
11398 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
11399         Log: Backward portability from Dan Kogai.
11400      Branch: perl
11401            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
11402            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
11403            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
11404            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
11405            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
11406            ! ext/Storable/t/store.t ext/Storable/t/tied.t
11407            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
11408            ! ext/Storable/t/utf8.t
11409 ____________________________________________________________________________
11410 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
11411         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
11412              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
11413              bug in B::walkoptree still to be fixed.
11414      Branch: perl
11415            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
11416 ____________________________________________________________________________
11417 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
11418         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
11419              From: Philip Newton <Philip.Newton@gmx.net>
11420              Date: Wed, 10 Apr 2002 21:29:58 +0200
11421              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
11422      Branch: perl
11423            ! pod/perldelta.pod
11424 ____________________________________________________________________________
11425 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
11426         Log: Integrate perlio:
11427              
11428              [ 15847]
11429              Add a \t to Win32 pm_to_blib $(TOUCH) line.
11430      Branch: perl
11431           !> lib/ExtUtils/MM_Win32.pm
11432 ____________________________________________________________________________
11433 [ 15847] By: nick                                  on 2002/04/10  13:08:29
11434         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
11435      Branch: perlio
11436            ! lib/ExtUtils/MM_Win32.pm
11437 ____________________________________________________________________________
11438 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
11439         Log: Try to fool old AIX when threading, from Merijn.
11440      Branch: perl
11441            ! perl.h
11442 ____________________________________________________________________________
11443 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
11444         Log: Update Changes.
11445      Branch: perl
11446            ! Changes patchlevel.h
11447 ____________________________________________________________________________
11448 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
11449         Log: Welcome to the 5.7.3.
11450      Branch: perl
11451            ! NetWare/Makefile win32/Makefile
11452 ____________________________________________________________________________
11453 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
11454         Log: Make x2p/s2p part of the test_prep target now that we
11455              have a test for it.
11456      Branch: perl
11457            ! Makefile.SH
11458 ____________________________________________________________________________
11459 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
11460         Log: Integrate perlio:
11461              
11462              [ 15840]
11463              We have been 5.7.3 for a while - install there ...
11464      Branch: perl
11465           !> win32/makefile.mk
11466 ____________________________________________________________________________
11467 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
11468         Log: SImilarly to old HP-UX, in old AIX too including
11469              crypt.h leads into trouble.  (from Merijn)
11470      Branch: perl
11471            ! hints/aix.sh
11472 ____________________________________________________________________________
11473 [ 15840] By: nick                                  on 2002/04/10  10:04:19
11474         Log: We have been 5.7.3 for a while - install there ...
11475      Branch: perlio
11476            ! win32/makefile.mk
11477 ____________________________________________________________________________
11478 [ 15839] By: nick                                  on 2002/04/10  10:03:46
11479         Log: Intgrate mainline
11480      Branch: perlio
11481           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
11482            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
11483            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
11484           !> (integrate 40 files)
11485 ____________________________________________________________________________
11486 [ 15838] By: ams                                   on 2002/04/10  04:16:45
11487         Log: Subject: [PATCH] ext/attrs.t getting skipped
11488              From: "Craig A. Berry" <craigberry@mac.com>
11489              Date: Tue, 9 Apr 2002 23:58:49 -0500
11490              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
11491      Branch: perl
11492            ! t/TEST
11493 ____________________________________________________________________________
11494 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
11495         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
11496              From: Michael G Schwern <schwern@pobox.com>
11497              Date: Tue, 9 Apr 2002 20:52:55 -0400
11498              Message-ID: <20020410005254.GI8954@blackrider>
11499      Branch: perl
11500            ! t/op/sub_lval.t
11501 ____________________________________________________________________________
11502 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
11503         Log: Undo accident in #15385.
11504      Branch: metaconfig/U/perl
11505            ! Extensions.U
11506 ____________________________________________________________________________
11507 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
11508         Log: Retract the UTF-8 filenames patch.  This may be
11509              better dealt with in Perl level, a la File::Spec
11510              (since the whole mess is strongly filesystem-specific).
11511      Branch: metaconfig/U/perl
11512            + usecjk.U
11513            ! Extensions.U
11514      Branch: perl
11515            - ext/File/Glob/t/utf8.t
11516            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
11517            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
11518            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11519            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
11520            ! t/op/readdir.t
11521 ____________________________________________________________________________
11522 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
11523         Log: Upgrade to Encode 1.32, from Dan Kogai.
11524      Branch: perl
11525            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
11526            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
11527            - ext/Encode/ucm/macGurmukhi.ucm
11528            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
11529            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
11530            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
11531            ! ext/Encode/lib/Encode/Encoder.pm
11532            ! ext/Encode/lib/Encode/Supported.pod
11533            ! ext/Encode/lib/Encode/Unicode.pm
11534            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
11535            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
11536 ____________________________________________________________________________
11537 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
11538         Log: Add tests for s2p/psed, from Wolfgang Laun.
11539      Branch: perl
11540            + t/x2p/s2p.t
11541            ! MANIFEST t/TEST
11542 ____________________________________________________________________________
11543 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
11544         Log: FAQ sync.
11545      Branch: perl
11546            ! pod/perlfaq2.pod pod/perlfaq3.pod
11547 ____________________________________________________________________________
11548 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
11549         Log: Remove false dependency between getgrent and setpwent
11550              having/not having FILE**.  Also make the names of the
11551              {set,get,end}* interface struct members a bit shorter.
11552      Branch: perl
11553            ! reentr.c reentr.h reentr.pl
11554 ____________________________________________________________________________
11555 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
11556         Log: Avoid bad prototypes.
11557      Branch: perl
11558            ! hints/hpux.sh
11559 ____________________________________________________________________________
11560 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
11561         Log: metaconfig unit change for #15828.
11562      Branch: metaconfig
11563            ! U/protos/Protochk.U
11564 ____________________________________________________________________________
11565 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
11566         Log: As Merijn points out, pthread.h really needs to be known
11567              by protochk.
11568      Branch: perl
11569            ! Configure
11570 ____________________________________________________________________________
11571 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
11572         Log: Integrate perlio:
11573              
11574              [ 15826]
11575              Patch up Encode for Tk
11576      Branch: perl
11577           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
11578           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
11579 ____________________________________________________________________________
11580 [ 15826] By: nick                                  on 2002/04/09  12:38:25
11581         Log: Patch up Encode for Tk
11582      Branch: perlio
11583            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
11584            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
11585 ____________________________________________________________________________
11586 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
11587         Log: Portability tweak.
11588      Branch: perl
11589            ! lib/File/CheckTree.t
11590 ____________________________________________________________________________
11591 [ 15824] By: sky                                   on 2002/04/09  10:51:07
11592         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
11593              From: Abigail <abigail@osp.nl>
11594              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
11595              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
11596      Branch: perl
11597            ! pod/perlhist.pod
11598 ____________________________________________________________________________
11599 [ 15823] By: nick                                  on 2002/04/09  08:17:59
11600         Log: Integrate mainline
11601      Branch: perlio
11602           +> ext/Encode/lib/Encode/Config.pm
11603           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
11604           !> (integrate 37 files)
11605 ____________________________________________________________________________
11606 [ 15822] By: ams                                   on 2002/04/09  06:43:50
11607         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
11608              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11609              Date: Tue, 09 Apr 2002 02:00:51 -0400
11610              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
11611      Branch: perl
11612            ! lib/File/CheckTree.pm
11613 ____________________________________________________________________________
11614 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
11615         Log: Small perldelta tweaks.
11616      Branch: perl
11617            ! pod/perldelta.pod
11618 ____________________________________________________________________________
11619 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
11620         Log: File::Checktree update from Paul Grassie.
11621      Branch: perl
11622            ! lib/File/CheckTree.pm lib/File/CheckTree.t
11623 ____________________________________________________________________________
11624 [ 15819] By: ams                                   on 2002/04/08  22:43:48
11625         Log: Subject: patch against t/op/sub_lval.t
11626              From: Jim Cromie <jcromie@divsol.com>
11627              Date: Mon, 08 Apr 2002 17:38:16 -0600
11628              Message-Id: <3CB229E8.9080500@divsol.com>
11629      Branch: perl
11630            ! t/op/sub_lval.t
11631 ____________________________________________________________________________
11632 [ 15818] By: ams                                   on 2002/04/08  22:40:16
11633         Log: Humbly pay homage to the redundancy gods.
11634      Branch: perl
11635            ! mg.c
11636 ____________________________________________________________________________
11637 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
11638         Log: metaconfig mirror #15816.
11639      Branch: metaconfig
11640            ! U/modified/Unix.U
11641 ____________________________________________________________________________
11642 [ 15816] By: ams                                   on 2002/04/08  22:18:32
11643         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
11644      Branch: perl
11645            ! Porting/Glossary
11646 ____________________________________________________________________________
11647 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
11648         Log: Small piconv tweaks (sent to Dan).
11649      Branch: perl
11650            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
11651            ! ext/Encode/lib/Encode/Alias.pm
11652 ____________________________________________________________________________
11653 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
11654         Log: Update Changes.
11655      Branch: perl
11656            ! Changes patchlevel.h
11657 ____________________________________________________________________________
11658 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
11659         Log: FAQ sync.  (Ignoring the few URL differences for now.)
11660      Branch: perl
11661            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
11662            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
11663            ! pod/perlfaq7.pod pod/perlfaq9.pod
11664 ____________________________________________________________________________
11665 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
11666         Log: Upgrade to Encode 1.31, from Dan Kogai.
11667      Branch: perl
11668            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
11669            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
11670            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
11671            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
11672 ____________________________________________________________________________
11673 [ 15811] By: ams                                   on 2002/04/08  17:00:37
11674         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
11675              From: Andy Dougherty <doughera@lafayette.edu>
11676              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
11677              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
11678      Branch: perl
11679            ! lib/sort.t pp_sort.c
11680 ____________________________________________________________________________
11681 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
11682         Log: metaconfig unit changes for #15809.
11683      Branch: metaconfig
11684            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
11685 ____________________________________________________________________________
11686 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
11687         Log: Mirroring #15806.
11688      Branch: perl
11689            ! Porting/Glossary Porting/config.sh Porting/config_H
11690 ____________________________________________________________________________
11691 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
11692         Log: metaconfig unit changes for #15807.
11693      Branch: metaconfig
11694            ! U/protos/Protochk.U U/threads/d_asctime_r.U
11695            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
11696            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
11697            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
11698            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
11699            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
11700            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
11701            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
11702            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
11703            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
11704            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
11705            ! U/threads/d_getprotobyname_r.U
11706            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11707            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11708            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11709            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11710            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11711            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11712            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11713            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11714            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11715            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11716            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11717            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11718            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11719            ! U/threads/i_pthread.U
11720      Branch: perl
11721            ! config_h.SH
11722 ____________________________________________________________________________
11723 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
11724         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
11725              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11726              Date: Mon, 08 Apr 2002 14:34:27 +0200
11727              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
11728      Branch: perl
11729            ! Configure hints/hpux.sh reentr.pl
11730 ____________________________________________________________________________
11731 [ 15806] By: ams                                   on 2002/04/08  13:50:43
11732         Log: Subject: [PATCH] Updates to Porting/Glossary
11733              From: Paul_GreenVOS@vos.stratus.com
11734              Date: Mon, 8 Apr 02 10:44 edt
11735              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
11736      Branch: perl
11737            ! Porting/Glossary
11738 ____________________________________________________________________________
11739 [ 15805] By: ams                                   on 2002/04/08  13:47:32
11740         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
11741              coredumps on startup)
11742              From: Michael G Schwern <schwern@pobox.com>
11743              Date: Mon, 8 Apr 2002 10:34:49 -0400
11744              Message-Id: <20020408143449.GB3245@blackrider>
11745      Branch: perl
11746            ! lib/ExtUtils/MM_Unix.pm
11747 ____________________________________________________________________________
11748 [ 15804] By: ams                                   on 2002/04/08  13:29:28
11749         Log: Subject: [PATCH] example in pod/perllexwarn.pod
11750              From: Slaven Rezic <slaven.rezic@berlin.de>
11751              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
11752              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
11753      Branch: perl
11754            ! pod/perllexwarn.pod
11755 ____________________________________________________________________________
11756 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
11757         Log: Upgrade to Encode 1.30, from Dan Kogai. 
11758      Branch: perl
11759            + ext/Encode/lib/Encode/Encoder.pm
11760            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
11761            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
11762            ! ext/Encode/lib/Encode/Supported.pod
11763            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
11764            ! ext/Encode/t/grow.t
11765 ____________________________________________________________________________
11766 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
11767         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
11768              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11769              Date: Mon, 08 Apr 2002 01:08:40 +0100
11770              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
11771      Branch: perl
11772            ! ext/MIME/Base64/t/base64.t
11773 ____________________________________________________________________________
11774 [ 15801] By: nick                                  on 2002/04/08  07:28:27
11775         Log: Integrate mainline
11776      Branch: perlio
11777           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
11778           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
11779           +> ext/File/Glob/t/utf8.t
11780           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
11781           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
11782           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
11783            - ext/Encode/lib/Encode/10646_1.pm
11784            - ext/Encode/lib/Encode/Internal.pm
11785            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
11786            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
11787            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
11788            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
11789            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
11790            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
11791            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
11792           !> (integrate 157 files)
11793 ____________________________________________________________________________
11794 [ 15800] By: ams                                   on 2002/04/08  07:06:21
11795         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
11796              From: Jan Dubois <JanD@ActiveState.com>
11797              Date: Mon, 08 Apr 2002 00:10:39 -0700
11798              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
11799      Branch: perl
11800            ! lib/ExtUtils/Packlist.pm
11801 ____________________________________________________________________________
11802 [ 15799] By: ams                                   on 2002/04/08  04:50:36
11803         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
11804              From: Stas Bekman <stas@stason.org>
11805              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
11806              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
11807      Branch: perl
11808            ! pod/perlguts.pod
11809 ____________________________________________________________________________
11810 [ 15798] By: ams                                   on 2002/04/08  03:56:52
11811         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
11812      Branch: perl
11813            ! util.c
11814 ____________________________________________________________________________
11815 [ 15797] By: ams                                   on 2002/04/08  01:30:38
11816         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
11817              same line of code. (As suggested by Simon Cozens.)
11818      Branch: perl
11819            ! mg.c
11820 ____________________________________________________________________________
11821 [ 15796] By: ams                                   on 2002/04/08  01:27:24
11822         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
11823              Simon Cozens.
11824      Branch: perl
11825            ! embed.fnc util.c
11826 ____________________________________________________________________________
11827 [ 15795] By: ams                                   on 2002/04/08  01:05:16
11828         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
11829              From: Tom Brown <thecap@peach.ece.utexas.edu>
11830              Date: Sun, 07 Apr 2002 23:20:05 GMT
11831              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
11832      Branch: perl
11833            ! ext/Devel/DProf/DProf.xs
11834 ____________________________________________________________________________
11835 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
11836         Log: Retract #15793 since #15775 should fix the problem.
11837      Branch: perl
11838            ! hv.c
11839 ____________________________________________________________________________
11840 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
11841         Log: (Retracted by #15794)
11842              Subject: [PATCH] hv.c
11843              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11844              Date: Sun, 7 Apr 2002 14:25:48 +0200
11845              Message-ID: <3CB056EC.16340.1119992@localhost>
11846      Branch: perl
11847            ! hv.c
11848 ____________________________________________________________________________
11849 [ 15792] By: ams                                   on 2002/04/07  21:48:49
11850         Log: Make other nits nervous.
11851      Branch: perl
11852            ! gv.c perl.c
11853 ____________________________________________________________________________
11854 [ 15791] By: ams                                   on 2002/04/07  20:31:08
11855         Log: Subject: [MIME::Base64 patch] t/base64.t fix
11856              From: Dan Kogai <dankogai@dan.co.jp>
11857              Date: Mon, 8 Apr 2002 06:19:29 +0900
11858              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
11859      Branch: perl
11860            ! ext/MIME/Base64/t/base64.t
11861 ____________________________________________________________________________
11862 [ 15790] By: ams                                   on 2002/04/07  20:15:52
11863         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
11864              From: Slaven Rezic <slaven.rezic@berlin.de>
11865              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
11866              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
11867      Branch: perl
11868            ! ext/Devel/Peek/Peek.xs
11869 ____________________________________________________________________________
11870 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
11871         Log: Fully qualify in warning message the name of a subroutine redefined
11872              via glob assignment
11873      Branch: perl
11874            ! sv.c t/lib/warnings/op t/lib/warnings/sv
11875 ____________________________________________________________________________
11876 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
11877         Log: Update from Dan Kogai.
11878      Branch: perl
11879            ! ext/Encode/t/Unicode.t
11880 ____________________________________________________________________________
11881 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
11882         Log: Can't right now twist my brain to figure out
11883              the right CR/LF code point mappings in EBCDIC.
11884      Branch: perl
11885            ! lib/Pod/t/eol.t
11886 ____________________________________________________________________________
11887 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
11888         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
11889              From: Nicholas Clark <nick@ccl4.org>
11890              Date: Sun, 7 Apr 2002 15:01:56 +0100
11891              Message-ID: <20020407150156.R10686@plum.flirble.org>
11892      Branch: perl
11893            ! ext/Data/Dumper/Dumper.xs
11894 ____________________________________________________________________________
11895 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
11896         Log: Tpyo.
11897      Branch: perl
11898            ! lib/Pod/t/eol.t
11899 ____________________________________________________________________________
11900 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
11901         Log: EBCDIC branch was forgotten.
11902      Branch: perl
11903            ! ext/Devel/Peek/Peek.t
11904 ____________________________________________________________________________
11905 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
11906         Log: charnames::viacode() was broken, noticed by Jeffrey.
11907      Branch: perl
11908            ! lib/charnames.pm lib/charnames.t
11909 ____________________________________________________________________________
11910 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
11911         Log: Missing files.
11912      Branch: perl
11913            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
11914            ! MANIFEST ext/Encode/MANIFEST
11915 ____________________________________________________________________________
11916 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
11917         Log: (intentionally empty)
11918      Branch: perl
11919            ! MANIFEST sv.h
11920 ____________________________________________________________________________
11921 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
11922         Log: Upgrade to Encode 1.26, from Dan Kogai.
11923      Branch: perl
11924            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
11925            + ext/Encode/ucm/jis0212.ucm
11926            - ext/Encode/lib/Encode/10646_1.pm
11927            - ext/Encode/lib/Encode/Internal.pm
11928            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
11929            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
11930            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
11931            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
11932            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
11933            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
11934            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
11935            - ext/Encode/ucm/macRumanian.ucm
11936            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
11937            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
11938            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
11939            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
11940            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
11941            ! ext/Encode/lib/Encode/Encoding.pm
11942            ! ext/Encode/lib/Encode/Supported.pod
11943            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
11944            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
11945            ! ext/Encode/ucm/adobeSymbol.ucm
11946            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
11947            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
11948            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
11949            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
11950            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
11951            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
11952            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
11953            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
11954            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
11955            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
11956            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
11957            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
11958            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
11959            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
11960            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
11961            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
11962            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
11963            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
11964            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
11965            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
11966            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
11967            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
11968            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
11969            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
11970            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
11971            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
11972            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
11973            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
11974            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
11975            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
11976            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
11977            ! ext/Encode/ucm/nextstep.ucm
11978 ____________________________________________________________________________
11979 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
11980         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
11981              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
11982              Now, where was my coffee mug...
11983      Branch: perl
11984            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
11985            ! pp_sys.c
11986 ____________________________________________________________________________
11987 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
11988         Log: Subject: [PATCH] MakeMaker basic.t on Win32
11989              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11990              Date: Sun, 7 Apr 2002 14:25:48 +0200
11991              Message-ID: <3CB056EC.27101.1119A3D@localhost>
11992              
11993              Subject: [PATCH] MakeMaker && Win32 && nmake
11994              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11995              Date: Sun, 7 Apr 2002 14:25:48 +0200
11996              Message-ID: <3CB056EC.9001.11199ED@localhost>
11997      Branch: perl
11998            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
11999 ____________________________________________________________________________
12000 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
12001         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
12002              From: Philip Newton <Philip.Newton@gmx.net>
12003              Date: Sun, 07 Apr 2002 07:51:49 +0200      
12004              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
12005      Branch: perl
12006            ! utf8.c
12007 ____________________________________________________________________________
12008 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
12009         Log: There was no nice way of getting in UTF-8 filenames:
12010              now one can use in the (new) three-arg form of readdir()
12011              and in File::Glob import a ":utf8" to transparently accept
12012              the filenames as Unicode.  Note that only :utf8 is supported,
12013              not fancier stuff like :encoding(foobar)
12014      Branch: perl
12015            + ext/File/Glob/t/utf8.t
12016            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
12017            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
12018            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12019            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
12020            ! t/op/readdir.t
12021 ____________________________________________________________________________
12022 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
12023         Log: Subject: [PATCH] Re: perl@15772
12024              From: Nicholas Clark <nick@ccl4.org>
12025              Date: Sun, 7 Apr 2002 11:06:42 +0100
12026              Message-ID: <20020407110641.O10686@plum.flirble.org>
12027      Branch: perl
12028            ! hv.c
12029 ____________________________________________________________________________
12030 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
12031         Log: Subject: [PATCH] Re: 15764 breakage
12032              From: Michael G Schwern <schwern@pobox.com>
12033              Date: Sat, 6 Apr 2002 19:14:02 -0500
12034              Message-ID: <20020407001401.GA7076@blackrider>
12035      Branch: perl
12036            ! lib/ExtUtils/MM_Unix.pm
12037 ____________________________________________________________________________
12038 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
12039         Log: Instruction tweak.
12040      Branch: perl
12041            ! README.os390
12042 ____________________________________________________________________________
12043 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
12044         Log: Update Changes.
12045      Branch: perl
12046            ! Changes patchlevel.h
12047 ____________________________________________________________________________
12048 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
12049         Log: Subject: [PATCH] Encode tweaks for VMS
12050              From: Michael G Schwern <schwern@pobox.com>
12051              Date: Sat, 6 Apr 2002 03:26:09 -0500
12052              Message-ID: <20020406082609.GA28758@blackrider>
12053      Branch: perl
12054            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
12055            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
12056            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
12057            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
12058 ____________________________________________________________________________
12059 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
12060         Log: Prettyprinting and version paranoia.
12061      Branch: perl
12062            ! ext/DB_File/t/db-recno.t
12063 ____________________________________________________________________________
12064 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
12065         Log: Be explicit about the two DB_File tests croaking
12066              in Mac OS X.
12067      Branch: perl
12068            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
12069 ____________________________________________________________________________
12070 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
12071         Log: Regen toc.
12072      Branch: perl
12073            ! pod/perltoc.pod
12074 ____________________________________________________________________________
12075 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
12076         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
12077              From: Benjamin Goldberg <goldbb2@earthlink.net>
12078              Date: Fri, 05 Apr 2002 19:15:42 -0500
12079              Message-ID: <3CAE3E2E.8483505@earthlink.net>
12080      Branch: perl
12081            ! hv.h
12082 ____________________________________________________________________________
12083 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
12084         Log: Underline that the current implementation is not
12085              guaranteed to be forever; and reformat a bit.
12086      Branch: perl
12087            ! lib/utf8.pm
12088 ____________________________________________________________________________
12089 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
12090         Log: Subject: Weak spots in the utf8 manpage
12091              From: andreas.koenig@anima.de (Andreas J. Koenig)
12092              Date: Fri, 05 Apr 2002 10:08:44 +0200      
12093              Message-ID: <m3u1qqefeb.fsf@anima.de>      
12094      Branch: perl
12095            ! lib/utf8.pm
12096 ____________________________________________________________________________
12097 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
12098         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
12099              From: Michael G Schwern <schwern@pobox.com>
12100              Date: Sat, 6 Apr 2002 03:22:03 -0500
12101              Message-ID: <20020406082203.GA28713@blackrider>
12102      Branch: perl
12103            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
12104            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
12105            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
12106            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
12107            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
12108            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
12109            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12110            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
12111            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
12112            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
12113 ____________________________________________________________________________
12114 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
12115         Log: No need to avoid utf8 warnings after #15762.
12116      Branch: perl
12117            ! lib/Unicode/Collate.pm
12118 ____________________________________________________________________________
12119 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
12120         Log: As noted by Philip Newton: nothing wrong with BOM,
12121              but 0xFFFE quite wrong.
12122      Branch: perl
12123            ! t/lib/warnings/utf8 utf8.c utf8.h
12124 ____________________________________________________________________________
12125 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
12126         Log: Explain the "gaps" in the UTF-8 encoding.
12127      Branch: perl
12128            ! pod/perlunicode.pod utf8.h
12129 ____________________________________________________________________________
12130 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
12131         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
12132              From: Nicholas Clark <nick@unfortu.net>
12133              Date: Sat, 6 Apr 2002 14:54:51 +0100
12134              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
12135      Branch: perl
12136            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
12137 ____________________________________________________________________________
12138 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
12139         Log: Signedness nits.
12140      Branch: perl
12141            ! hv.c
12142 ____________________________________________________________________________
12143 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
12144         Log: Make hv_notallowed a static as suggested by Nick Clark;
12145              and synchronize the nomenclature to talk about restricted
12146              (not fixed) hashes.
12147      Branch: perl
12148            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
12149            ! proto.h
12150 ____________________________________________________________________________
12151 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
12152         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
12153              From: Nicholas Clark <nick@unfortu.net>
12154              Date: Sat, 6 Apr 2002 00:21:17 +0100
12155              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
12156              
12157              (with the last one reversed)
12158      Branch: perl
12159            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
12160            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
12161 ____________________________________________________________________________
12162 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
12163         Log: Update the warning message.
12164      Branch: perl
12165            ! README.tru64
12166 ____________________________________________________________________________
12167 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
12168         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
12169              From: Dan Kogai <dankogai@dan.co.jp>
12170              Date: Sat, 6 Apr 2002 06:08:40 +0900
12171              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
12172      Branch: perl
12173            ! pod/perlunicode.pod
12174 ____________________________________________________________________________
12175 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
12176         Log: Some tests were failing silently instead of saying "not ok"
12177      Branch: perl
12178            ! t/comp/proto.t
12179 ____________________________________________________________________________
12180 [ 15753] By: nick                                  on 2002/04/05  19:30:12
12181         Log: Integrate mainline
12182      Branch: perlio
12183           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
12184           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
12185           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
12186 ____________________________________________________________________________
12187 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
12188         Log: Minor Tie::File test patch, from mjd.
12189      Branch: perl
12190            ! lib/Tie/File/t/24_cache_loop.t
12191 ____________________________________________________________________________
12192 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
12193         Log: Not *that* different line endings (noticed by Philip Newton)
12194      Branch: perl
12195            ! pod/perldelta.pod
12196 ____________________________________________________________________________
12197 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
12198         Log: Retract #15745 for now; won't work without more Encode fixes.
12199      Branch: perl
12200            ! ext/Encode/lib/Encode/10646_1.pm
12201 ____________________________________________________________________________
12202 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
12203         Log: metaconfig unit change for #15748.
12204      Branch: metaconfig
12205            ! U/modified/Oldconfig.U
12206 ____________________________________________________________________________
12207 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
12208         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
12209              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12210              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
12211              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
12212      Branch: perl
12213            ! Configure
12214 ____________________________________________________________________________
12215 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
12216         Log: NetWare update from C Aditya.
12217      Branch: perl
12218            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
12219 ____________________________________________________________________________
12220 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
12221         Log: Win32 pacifying from mjd.
12222      Branch: perl
12223            ! lib/Tie/File/t/26_twrite.t
12224 ____________________________________________________________________________
12225 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
12226         Log: Integrate perlio:
12227              
12228              [ 15744]
12229              Not only did UCS-2 have dodgy name it was buggy.
12230      Branch: perl
12231           !> ext/Encode/lib/Encode/10646_1.pm
12232 ____________________________________________________________________________
12233 [ 15744] By: nick                                  on 2002/04/05  13:02:36
12234         Log: Not only did UCS-2 have dodgy name it was buggy.
12235      Branch: perlio
12236            ! ext/Encode/lib/Encode/10646_1.pm
12237 ____________________________________________________________________________
12238 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
12239         Log: Subject: Patch for bug ID 20020221.007
12240              From: Archer Sully <archer@meer.net>
12241              Date: Thu, 4 Apr 2002 21:45:34 -0700
12242              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
12243              
12244              Fix for "[ID 20020221.007] SEGV in Storable with empty string
12245              scalar object" (dclone)
12246      Branch: perl
12247            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
12248 ____________________________________________________________________________
12249 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
12250         Log: Subject: Re: lib/sort.t failure 
12251              From: "John P. Linderman" <jpl@research.att.com>
12252              Date: Fri, 05 Apr 2002 06:19:07 -0500
12253              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
12254              
12255              with a minor formatting tweak
12256      Branch: perl
12257            ! pod/perlfunc.pod
12258 ____________________________________________________________________________
12259 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
12260         Log: Subject: Re: lib/sort.t failure (and [PATCH])
12261              From: "John P. Linderman" <jpl@research.att.com>
12262              Date: Fri, 05 Apr 2002 07:13:27 -0500
12263              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
12264      Branch: perl
12265            ! lib/sort.t
12266 ____________________________________________________________________________
12267 [ 15740] By: nick                                  on 2002/04/05  09:31:42
12268         Log: Integrate mainline
12269      Branch: perlio
12270           +> (branch 49 files)
12271           !> (integrate 82 files)
12272 ____________________________________________________________________________
12273 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
12274         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
12275              From: Dan Kogai <dankogai@dan.co.jp>
12276              Date: Fri, 5 Apr 2002 11:52:50 +0900
12277              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
12278      Branch: perl
12279            ! ext/Encode/t/Aliases.t
12280 ____________________________________________________________________________
12281 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
12282         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
12283              From: Dan Kogai <dankogai@dan.co.jp>
12284              Date: Fri, 5 Apr 2002 11:39:55 +0900
12285              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
12286      Branch: perl
12287            ! ext/Encode/lib/Encode/Alias.pm
12288 ____________________________________________________________________________
12289 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
12290         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
12291              From: Ilmari Karonen <iltzu@sci.fi>
12292              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
12293              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
12294      Branch: perl
12295            ! gv.c t/op/method.t
12296 ____________________________________________________________________________
12297 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
12298         Log: I was fooled for a while, somebody else might be too.
12299      Branch: perl
12300            ! t/test.pl
12301 ____________________________________________________________________________
12302 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
12303         Log: test.pl-ify.
12304      Branch: perl
12305            ! t/op/method.t
12306 ____________________________________________________________________________
12307 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
12308         Log: Upgrade to Encode 1.20, from Dan Kogai.
12309      Branch: perl
12310            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
12311            + ext/Encode/ucm/adobeSymbol.ucm
12312            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
12313            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
12314            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
12315            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
12316            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
12317            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
12318            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
12319            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
12320            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
12321            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
12322            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
12323            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
12324            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
12325            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
12326            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
12327            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
12328            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
12329            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
12330            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
12331            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
12332            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
12333            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
12334            + ext/Encode/ucm/macSymbol.ucm
12335            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
12336            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
12337            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
12338            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
12339            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
12340            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
12341            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
12342            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
12343            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
12344            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
12345            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
12346            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
12347            ! ext/Encode/lib/Encode/Alias.pm
12348            ! ext/Encode/lib/Encode/Supported.pod
12349            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
12350            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
12351            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
12352            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
12353            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
12354            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
12355            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
12356            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
12357            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
12358            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
12359            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
12360            ! ext/Encode/ucm/nextstep.ucm
12361 ____________________________________________________________________________
12362 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
12363         Log: Subject: left-over "use 5.7.2" in threads.pm
12364              From: Slaven Rezic <slaven.rezic@berlin.de>
12365              Date: 21 Mar 2002 23:18:13 +0100
12366              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
12367      Branch: perl
12368            ! ext/threads/threads.pm
12369 ____________________________________________________________________________
12370 [ 15732] By: ams                                   on 2002/04/04  17:08:13
12371         Log: Subject: [PATCH 5.7.3 DOCS]
12372              From: mjd@plover.com
12373              Date: 4 Apr 2002 15:59:39 -0000
12374              Message-Id: <20020404155939.6754.qmail@plover.com>
12375      Branch: perl
12376            ! pod/perlfaq9.pod
12377 ____________________________________________________________________________
12378 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
12379         Log: metaconfig unit change for #15730.
12380      Branch: metaconfig
12381            ! U/threads/usethreads.U
12382 ____________________________________________________________________________
12383 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
12384         Log: Subject: Re: lib/sort.t failure [PATCH]
12385              From: Andy Dougherty <doughera@lafayette.edu>
12386              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
12387              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
12388              
12389              Default to usethreads in case the user most probably forgot it.
12390      Branch: perl
12391            ! Configure
12392 ____________________________________________________________________________
12393 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
12394         Log: Typo nits from Wolfgang Laun.
12395      Branch: perl
12396            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
12397 ____________________________________________________________________________
12398 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
12399         Log: Detypo in diagnostics.
12400      Branch: perl
12401            ! lib/locale.t
12402 ____________________________________________________________________________
12403 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
12404         Log: pod2html: try to be EOL agnostic.
12405              (Needs testing on CRLF and CR platforms.)
12406      Branch: perl
12407            + lib/Pod/t/eol.t
12408            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
12409 ____________________________________________________________________________
12410 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
12411         Log: Subject: [PATCH} Pod::HTML and HTML4
12412              From: Robert Spier <rspier@pobox.com>
12413              Date: Wed, 03 Apr 2002 16:26:21 -0800
12414              Message-ID: <3CAB9DAD.20305@pobox.com>
12415      Branch: perl
12416            ! lib/Pod/Html.pm
12417 ____________________________________________________________________________
12418 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
12419         Log: Byebye, beebee.
12420      Branch: perl
12421            ! t/lib/warnings/perlio
12422 ____________________________________________________________________________
12423 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
12424         Log: Subject: Re: enc2xs needs portable way to know it's in the core
12425              From: PPrymmer@factset.com
12426              Date: Wed, 3 Apr 2002 14:29:32 -0500
12427              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
12428      Branch: perl
12429            ! configure.com
12430 ____________________________________________________________________________
12431 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
12432         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
12433              From: Dominic Dunlop <domo@computer.org>
12434              Date: Wed, 3 Apr 2002 22:44:01 +0200
12435              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
12436      Branch: perl
12437            ! lib/File/Spec/t/rel2abs2rel.t
12438 ____________________________________________________________________________
12439 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
12440         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
12441              From: Paul_GreenVOS@vos.stratus.com
12442              Date: Wed, 3 Apr 02 16:34 est
12443              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
12444      Branch: perl
12445            ! pp_pack.c
12446 ____________________________________________________________________________
12447 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
12448         Log: Upgrade to Tie::File 0.93, from mjd.
12449      Branch: perl
12450            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
12451            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
12452            ! lib/Tie/File/t/41_heap.t
12453 ____________________________________________________________________________
12454 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
12455         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
12456              From: Andy Dougherty <doughera@lafayette.edu>
12457              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
12458              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
12459      Branch: perl
12460            ! lib/AnyDBM_File.t
12461 ____________________________________________________________________________
12462 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
12463         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
12464              and ccflags including -DNO_LOCALE
12465      Branch: perl
12466            ! perl.h
12467 ____________________________________________________________________________
12468 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
12469         Log: EPOC tweaks from Olaf Flebbe.
12470      Branch: perl
12471            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
12472 ____________________________________________________________________________
12473 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
12474         Log: Subject: [PATCH] Set @INC earlier
12475              From: Andy Dougherty <doughera@lafayette.edu>
12476              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
12477              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
12478      Branch: perl
12479            ! lib/AnyDBM_File.t lib/sort.t
12480 ____________________________________________________________________________
12481 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
12482         Log: perlcompile.pod was listing all B:: modules, except B::Concise
12483              (resubmitted)
12484      Branch: perl
12485            ! pod/perlcompile.pod
12486 ____________________________________________________________________________
12487 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
12488         Log: perlcompile.pod was listing all B:: modules, except B::Concise
12489      Branch: perl
12490            ! pod/perlcompile.pod
12491 ____________________________________________________________________________
12492 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
12493         Log: non-perlio robustness.
12494      Branch: perl
12495            ! ext/Socket/socketpair.t lib/utf8.t
12496 ____________________________________________________________________________
12497 [ 15713] By: nick                                  on 2002/04/03  18:06:49
12498         Log: Integrate mainline
12499      Branch: perlio
12500           +> lib/Tie/File/t/41_heap.t
12501           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
12502           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
12503           !> regexec.c t/op/re_tests t/op/tiearray.t
12504 ____________________________________________________________________________
12505 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
12506         Log: Tweak for 8.3 compat.
12507      Branch: perl
12508            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
12509            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
12510            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
12511            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
12512            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
12513            ! ext/Encode/bin/enc2xs
12514 ____________________________________________________________________________
12515 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
12516         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
12517              From: Mark-Jason Dominus <mjd@plover.com>
12518              Date: Wed, 03 Apr 2002 13:04:40 -0500
12519              Message-ID: <20020403180440.7614.qmail@plover.com>
12520      Branch: perl
12521            ! t/op/tiearray.t
12522 ____________________________________________________________________________
12523 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
12524         Log: Forgotten.
12525      Branch: perl
12526            + lib/Tie/File/t/41_heap.t
12527            ! MANIFEST
12528 ____________________________________________________________________________
12529 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
12530         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
12531              From: Mark Kvale <kvale@phy.ucsf.edu>
12532              Date: Tue, 2 Apr 2002 13:57:37 -0800
12533              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
12534      Branch: perl
12535            ! t/op/re_tests
12536 ____________________________________________________________________________
12537 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
12538         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
12539              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
12540              Date: Wed, 03 Apr 2002 03:34:34 +0100
12541              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
12542      Branch: perl
12543            ! regcomp.c
12544 ____________________________________________________________________________
12545 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
12546         Log: The leavetry crash should now be history.
12547      Branch: perl
12548            ! t/op/tiearray.t
12549 ____________________________________________________________________________
12550 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
12551         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
12552              From: Michael G Schwern <schwern@pobox.com>
12553              Date: Wed, 3 Apr 2002 10:56:44 -0500
12554              Message-ID: <20020403155644.GC916@blackrider>
12555      Branch: perl
12556            ! lib/ExtUtils/MM_Win95.pm
12557 ____________________________________________________________________________
12558 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
12559         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
12560              From: Dave Mitchell <davem@fdgroup.com>
12561              Date: Wed, 3 Apr 2002 02:08:26 +0100
12562              Message-ID: <20020403020825.B16724@fdgroup.com>
12563      Branch: perl
12564            ! pp_ctl.c
12565 ____________________________________________________________________________
12566 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
12567         Log: Prototype tweak for non-threaded builds.
12568      Branch: perl
12569            ! perl.c
12570 ____________________________________________________________________________
12571 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
12572         Log: Detached threads do not help; they still hold resources.
12573      Branch: perl
12574            ! ext/threads/threads.pm pod/perldiag.pod
12575 ____________________________________________________________________________
12576 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
12577         Log: Doc tweak from Wolfgang Laun.
12578      Branch: perl
12579            ! lib/File/Compare.pm
12580 ____________________________________________________________________________
12581 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
12582         Log: Subject: [PATCH bleadperl] regexec.c
12583              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12584              Date: Wed, 3 Apr 2002 11:13:30 +0200
12585              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
12586      Branch: perl
12587            ! regexec.c
12588 ____________________________________________________________________________
12589 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
12590         Log: Document the "Cleanup skipped ..." warning.
12591      Branch: perl
12592            ! ext/threads/threads.pm pod/perldiag.pod
12593 ____________________________________________________________________________
12594 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
12595         Log: Integrate perlio:
12596              
12597              [ 15698]
12598              Fix segfaults when mainthread exits with other threads running:
12599              - track number of running threads
12600              - if main thread calls perl_destruct() with other threads running
12601              skip most of cleanup (with a warning).
12602              
12603              [ 15696]
12604              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
12605      Branch: perl
12606           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
12607           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
12608           !> pod/perlapi.pod proto.h
12609 ____________________________________________________________________________
12610 [ 15698] By: nick                                  on 2002/04/03  13:15:30
12611         Log: Fix segfaults when mainthread exits with other threads running:
12612              - track number of running threads
12613              - if main thread calls perl_destruct() with other threads running
12614              skip most of cleanup (with a warning).
12615      Branch: perlio
12616            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
12617            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
12618 ____________________________________________________________________________
12619 [ 15697] By: nick                                  on 2002/04/03  07:34:13
12620         Log: Integrate mainline
12621      Branch: perlio
12622           +> lib/Net/Ping/t/250_ping_hires.t
12623           !> (integrate 33 files)
12624 ____________________________________________________________________________
12625 [ 15696] By: nick                                  on 2002/04/03  06:41:58
12626         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
12627      Branch: perlio
12628            ! lib/ExtUtils/xsubpp
12629 ____________________________________________________________________________
12630 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
12631         Log: Subject: [PATCH @15047] debugger
12632              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12633              Date: Sat, 16 Mar 2002 04:38:50 -0500
12634              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
12635      Branch: perl
12636            ! lib/perl5db.pl
12637 ____________________________________________________________________________
12638 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
12639         Log: Third Degree flags.
12640      Branch: perl
12641            ! Makefile.SH
12642 ____________________________________________________________________________
12643 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
12644         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
12645              From: Mark-Jason Dominus <mjd@plover.com>
12646              Date: Tue, 02 Apr 2002 16:35:11 -0500
12647              Message-ID: <20020402213511.27781.qmail@plover.com>
12648              
12649              (tweaked)
12650      Branch: perl
12651            ! pod/perlfunc.pod
12652 ____________________________________________________________________________
12653 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
12654         Log: Upgrade to Tie::File 0.92, from mjd.
12655      Branch: perl
12656            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
12657            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
12658            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
12659            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
12660            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
12661            ! lib/Tie/File/t/40_abs_cache.t
12662 ____________________________________________________________________________
12663 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
12664         Log: Subject: [PATCH] Update my email address in perl.c
12665              From: Paul_GreenVOS@vos.stratus.com
12666              Date: Tue, 2 Apr 02 15:27 est
12667              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
12668      Branch: perl
12669            ! AUTHORS perl.c
12670 ____________________________________________________________________________
12671 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
12672         Log: POD fix.
12673      Branch: perl
12674            ! pod/perldelta.pod
12675 ____________________________________________________________________________
12676 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
12677         Log: What started as a small nit (the charnames test, nit found
12678              be Hugo), ballooned a bit... the goal is Larry's wish that
12679              illegal Unicode (such as U+FFFF) by default doesn't warn,
12680              since what if somebody WANTS to create illegal Unicode?
12681              Now getting close to this in the regex runtime.
12682              (Also, fix more of my fixation that BOM would be U+FFFE.)
12683      Branch: perl
12684            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
12685            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
12686 ____________________________________________________________________________
12687 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
12688         Log: Talk more about Net::Ping.
12689      Branch: perl
12690            ! pod/perldelta.pod
12691 ____________________________________________________________________________
12692 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
12693         Log: Upgrade to Net::Ping 2.14.
12694      Branch: perl
12695            + lib/Net/Ping/t/250_ping_hires.t
12696            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
12697            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
12698            ! lib/Net/Ping/t/140_stream_inst.t
12699 ____________________________________________________________________________
12700 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
12701         Log: XML::Parser 2.31 should be out shortly.
12702      Branch: perl
12703            ! pod/perldelta.pod
12704 ____________________________________________________________________________
12705 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
12706         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
12707              From: George Necula <necula@eecs.berkeley.edu>
12708              Date: Tue, 2 Apr 2002 10:22:41 -0800
12709              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
12710      Branch: perl
12711            ! lib/File/Spec/Cygwin.pm
12712 ____________________________________________________________________________
12713 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
12714         Log: EBCDIC test tweak.
12715      Branch: perl
12716            ! pod/perldelta.pod t/uni/case.pl
12717 ____________________________________________________________________________
12718 [ 15683] By: nick                                  on 2002/04/02  15:36:17
12719         Log: Integrate mainline
12720      Branch: perlio
12721           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
12722           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
12723           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
12724 ____________________________________________________________________________
12725 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
12726         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
12727              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12728              Date: Tue, 2 Apr 2002 00:37:08 -0500
12729              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
12730      Branch: perl
12731            ! os2/os2ish.h perlio.c
12732 ____________________________________________________________________________
12733 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
12734         Log: Subject: [PATCH @15047] debugger again
12735              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12736              Date: Tue, 2 Apr 2002 00:30:31 -0500
12737              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
12738      Branch: perl
12739            ! lib/perl5db.pl
12740 ____________________________________________________________________________
12741 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
12742         Log: Subject: [PATCH @15047] test() in CPAN.pm
12743              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12744              Date: Tue, 2 Apr 2002 00:46:45 -0500
12745              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
12746      Branch: perl
12747            ! lib/CPAN.pm
12748 ____________________________________________________________________________
12749 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
12750         Log: Sync with libnet-1.11
12751      Branch: perl
12752            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
12753            ! lib/Net/SMTP.pm
12754 ____________________________________________________________________________
12755 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
12756         Log: NetWare tweaks from C Aditya.
12757      Branch: perl
12758            ! NetWare/t/NWScripts.pl scope.c
12759 ____________________________________________________________________________
12760 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
12761         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
12762              From: Dan Kogai <dankogai@dan.co.jp>
12763              Date: Tue, 2 Apr 2002 22:21:47 +0900
12764              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
12765      Branch: perl
12766            ! ext/Encode/Encode.xs
12767 ____________________________________________________________________________
12768 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
12769         Log: Integrate perlio:
12770              
12771              [ 15675]
12772              Add buffer size growth test.
12773              
12774              [ 15674]
12775              Calculate buffer size needs in float to avoid 32-bit overflow.
12776      Branch: perl
12777           +> ext/Encode/t/grow.t
12778           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
12779 ____________________________________________________________________________
12780 [ 15675] By: nick                                  on 2002/04/02  07:49:41
12781         Log: Add buffer size growth test.
12782      Branch: perlio
12783            + ext/Encode/t/grow.t
12784            ! MANIFEST ext/Encode/MANIFEST
12785 ____________________________________________________________________________
12786 [ 15674] By: nick                                  on 2002/04/02  07:40:49
12787         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
12788      Branch: perlio
12789            ! ext/Encode/Encode.xs
12790 ____________________________________________________________________________
12791 [ 15673] By: nick                                  on 2002/04/02  07:40:06
12792         Log: Integrate mainline
12793      Branch: perlio
12794           +> (branch 102 files)
12795            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
12796            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
12797            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
12798            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
12799            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
12800            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
12801            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
12802            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
12803            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
12804            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
12805            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
12806            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
12807            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
12808            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
12809            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
12810            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
12811            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
12812            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
12813            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
12814            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
12815            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
12816            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
12817            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
12818            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
12819            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
12820            - ext/Encode/Encode/macCentEuro.ucm
12821            - ext/Encode/Encode/macCroatian.ucm
12822            - ext/Encode/Encode/macCyrillic.ucm
12823            - ext/Encode/Encode/macDingbats.ucm
12824            - ext/Encode/Encode/macGreek.ucm
12825            - ext/Encode/Encode/macIceland.ucm
12826            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
12827            - ext/Encode/Encode/macRumanian.ucm
12828            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
12829            - ext/Encode/Encode/macTurkish.ucm
12830            - ext/Encode/Encode/macUkraine.ucm
12831            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
12832            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
12833            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
12834            - ext/Encode/compile ext/Encode/encode.h
12835            - ext/Encode/lib/Encode/CN/2022_CN.pm
12836            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
12837            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
12838            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
12839            - lib/unicore/PropertyValueAliases.txt
12840           !> (integrate 143 files)
12841 ____________________________________________________________________________
12842 [ 15672] By: ams                                   on 2002/04/02  04:42:44
12843         Log: Win32 fix for Tie::File from MJD.
12844      Branch: perl
12845            ! lib/Tie/File.pm
12846 ____________________________________________________________________________
12847 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
12848         Log: Add a few tests to the timing-sensitive list.
12849      Branch: perl
12850            ! INSTALL
12851 ____________________________________________________________________________
12852 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
12853         Log: Subject: [PATCH sort.t] extensive regression testing
12854              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12855              Date: Mon, 1 Apr 2002 23:50:24 +0200
12856              Message-ID: <20020401235024.E677@rafael>
12857      Branch: perl
12858            ! lib/sort.t
12859 ____________________________________________________________________________
12860 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
12861         Log: Subject: [PATCH] for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7)
12862              From: Nicholas Clark <nick@unfortu.net>
12863              Date: Mon, 1 Apr 2002 21:54:05 +0100
12864              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
12865      Branch: perl
12866            ! lib/Memoize/t/errors.t
12867 ____________________________________________________________________________
12868 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
12869         Log: Subject: getting rid of a few superfluous $&/$`
12870              From: Jeffrey Friedl <jfriedl@yahoo.com>
12871              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
12872              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
12873              
12874              (with more-backward-compat than just using @- and @+, also by Jeffrey)
12875              
12876              (The version number of Text::Balanced intentionally not
12877              increased since Damian will make a new release after 5.8)
12878      Branch: perl
12879            ! lib/Pod/Html.pm lib/Text/Balanced.pm
12880 ____________________________________________________________________________
12881 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
12882         Log: Subject: [PATCH 5.7.3 TESTS]
12883              From: mjd@plover.com
12884              Date: 1 Apr 2002 20:32:18 -0000
12885              Message-ID: <20020401203218.25230.qmail@plover.com>
12886      Branch: perl
12887            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
12888            ! t/op/tiearray.t t/test.pl
12889 ____________________________________________________________________________
12890 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
12891         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
12892              From: Paul_GreenVOS@vos.stratus.com
12893              Date: Mon, 1 Apr 02 15:15 est
12894              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
12895      Branch: perl
12896            ! iperlsys.h
12897 ____________________________________________________________________________
12898 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
12899         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
12900              From: Paul_GreenVOS@vos.stratus.com
12901              Date: Mon, 1 Apr 02 14:11 est
12902              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
12903      Branch: perl
12904            ! lib/ExtUtils/MM_Unix.pm
12905 ____________________________________________________________________________
12906 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
12907         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
12908              From: Nicholas Clark <nick@unfortu.net>
12909              Date: Mon, 1 Apr 2002 19:30:05 +0100
12910              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
12911      Branch: perl
12912            ! t/op/pat.t t/op/utfhash.t
12913 ____________________________________________________________________________
12914 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
12915         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
12916              From: Mark-Jason Dominus <mjd@plover.com>
12917              Date: Mon, 01 Apr 2002 13:22:01 -0500
12918              Message-ID: <20020401182201.21189.qmail@plover.com>
12919      Branch: perl
12920            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
12921 ____________________________________________________________________________
12922 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
12923         Log: Update Changes.
12924      Branch: perl
12925            ! Changes patchlevel.h
12926 ____________________________________________________________________________
12927 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
12928         Log: Subject: [PATCH 5.7.3 DOC]
12929              From: mjd@plover.com
12930              Date: 1 Apr 2002 17:23:40 -0000
12931              Message-ID: <20020401172340.16410.qmail@plover.com>
12932      Branch: perl
12933            ! pod/perldelta.pod
12934 ____________________________________________________________________________
12935 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
12936         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
12937      Branch: perl
12938            ! hints/unicos.sh
12939 ____________________________________________________________________________
12940 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
12941         Log: Advertise piconv and enc2xs.
12942      Branch: perl
12943            ! pod/perldelta.pod
12944 ____________________________________________________________________________
12945 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
12946         Log: Add enc2xs.
12947      Branch: perl
12948            + utils/enc2xs.PL
12949            ! MANIFEST utils/Makefile
12950 ____________________________________________________________________________
12951 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
12952         Log: Integrate perlio:
12953              
12954              [ 15653]
12955              Be more explicit testing for \015 not \r
12956      Branch: perl
12957           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
12958           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
12959 ____________________________________________________________________________
12960 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
12961         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
12962              From: Philip Newton <Philip.Newton@gmx.net>
12963              Date: Mon, 01 Apr 2002 17:06:18 +0200
12964              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
12965      Branch: perl
12966            ! lib/charnames.pm lib/charnames.t
12967 ____________________________________________________________________________
12968 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
12969         Log: Subject: detypo patch
12970              From: andreas.koenig@anima.de (Andreas J. Koenig)
12971              Date: Mon, 01 Apr 2002 10:09:21 +0200
12972              Message-ID: <m3r8lzsuvi.fsf@anima.de>
12973      Branch: perl
12974            ! INSTALL
12975 ____________________________________________________________________________
12976 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
12977         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
12978              From: Philip Newton <Philip.Newton@gmx.net>
12979              Date: Mon, 01 Apr 2002 08:12:01 +0200
12980              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
12981      Branch: perl
12982            ! lib/charnames.pm lib/charnames.t
12983 ____________________________________________________________________________
12984 [ 15653] By: nick                                  on 2002/04/01  09:20:24
12985         Log: Be more explicit testing for \015 not \r
12986      Branch: perlio
12987            ! t/io/crlf.t
12988 ____________________________________________________________________________
12989 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
12990         Log: If under UTF-8 locale the utf8.pm really needs to be found.
12991      Branch: perl
12992            ! t/comp/cpp.t t/run/switchPx.t
12993 ____________________________________________________________________________
12994 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
12995         Log: Upgrade to Tie::File 0.91, from mjd.
12996      Branch: perl
12997            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
12998            + lib/Tie/File/t/26_twrite.t
12999            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
13000            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13001            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
13002            ! lib/Tie/File/t/16_handle.t
13003 ____________________________________________________________________________
13004 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
13005         Log: DJGPP tweaks from Laszlo.
13006      Branch: perl
13007            ! lib/ExtUtils/MM_DOS.pm util.c
13008 ____________________________________________________________________________
13009 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
13010         Log: Discussion about minimal installations.
13011      Branch: perl
13012            ! INSTALL
13013 ____________________________________________________________________________
13014 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
13015         Log: Comment tweak from Hugo.
13016      Branch: perl
13017            ! regexec.c
13018 ____________________________________________________________________________
13019 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
13020         Log: Another UTF-8 locale tweak from Hugo.
13021      Branch: perl
13022            ! regexec.c
13023 ____________________________________________________________________________
13024 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
13025         Log: Document the known MacOS X locale problem.
13026      Branch: perl
13027            ! pod/perldelta.pod
13028 ____________________________________________________________________________
13029 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
13030         Log: Regex fix from Hugo: in UTF-8 locales the character
13031              counting code didn't work right for minimal matches.
13032      Branch: perl
13033            ! regexec.c
13034 ____________________________________________________________________________
13035 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
13036         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
13037              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13038              Date: Sun, 31 Mar 2002 20:32:43 -0500
13039              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
13040      Branch: perl
13041            ! lib/ExtUtils/xsubpp
13042 ____________________________________________________________________________
13043 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
13044         Log: Document known FreeBSD locale glitch. 
13045      Branch: perl
13046            ! pod/perldelta.pod
13047 ____________________________________________________________________________
13048 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
13049         Log: There is --list in glibc iconv.
13050      Branch: perl
13051            ! ext/Encode/bin/piconv
13052 ____________________________________________________________________________
13053 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
13054         Log: Slight usage tweaks to piconv: show usage with
13055              no -t -f or -l arguments, or with -h.
13056      Branch: perl
13057            ! ext/Encode/bin/piconv
13058 ____________________________________________________________________________
13059 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
13060         Log: Get the piconv installed.
13061      Branch: perl
13062            + utils/piconv.PL
13063            ! MANIFEST utils/Makefile
13064 ____________________________________________________________________________
13065 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
13066         Log: Spelling tweaks.
13067      Branch: perl
13068            ! ext/Encode/bin/piconv
13069 ____________________________________________________________________________
13070 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
13071         Log: Upgrade to Encode 1.11, from Dan Kogai.
13072      Branch: perl
13073            + ext/Encode/Encode/Changes.e2x
13074            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
13075            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
13076            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
13077            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
13078            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
13079            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
13080            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
13081            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
13082            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
13083            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
13084            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
13085            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
13086            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
13087            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
13088            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
13089            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
13090            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
13091            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
13092            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
13093            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
13094            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
13095            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
13096            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
13097            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
13098            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
13099            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
13100            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
13101            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
13102            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
13103            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
13104            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
13105            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
13106            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
13107            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
13108            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
13109            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
13110            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
13111            + ext/Encode/ucm/viscii.ucm
13112            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
13113            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
13114            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13115            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13116            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13117            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13118            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13119            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13120            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
13121            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
13122            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
13123            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
13124            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
13125            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
13126            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
13127            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
13128            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
13129            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
13130            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
13131            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
13132            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
13133            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
13134            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
13135            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
13136            - ext/Encode/Encode/ksc5601.ucm
13137            - ext/Encode/Encode/macCentEuro.ucm
13138            - ext/Encode/Encode/macCroatian.ucm
13139            - ext/Encode/Encode/macCyrillic.ucm
13140            - ext/Encode/Encode/macDingbats.ucm
13141            - ext/Encode/Encode/macGreek.ucm
13142            - ext/Encode/Encode/macIceland.ucm
13143            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
13144            - ext/Encode/Encode/macRumanian.ucm
13145            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
13146            - ext/Encode/Encode/macTurkish.ucm
13147            - ext/Encode/Encode/macUkraine.ucm
13148            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
13149            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
13150            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
13151            - lib/encoding.pm lib/encoding.t
13152            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
13153            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
13154            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
13155            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
13156            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
13157            ! ext/Encode/Makefile.PL ext/Encode/README
13158            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
13159            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
13160            ! ext/Encode/lib/Encode/Alias.pm
13161            ! ext/Encode/lib/Encode/Supported.pod
13162 ____________________________________________________________________________
13163 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
13164         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
13165              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
13166              respective test    and doc tweaks.
13167      Branch: perl
13168            ! lib/charnames.pm lib/charnames.t
13169 ____________________________________________________________________________
13170 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
13171         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
13172              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13173              Date: Sun, 31 Mar 2002 22:47:31 +0200
13174              Message-ID: <20020331224731.E854@rafael>
13175      Branch: perl
13176            ! pod/perlfunc.pod
13177 ____________________________________________________________________________
13178 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
13179         Log: Subject: [PATCH] __attribute__ problems with g++
13180              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13181              Date: Sun, 31 Mar 2002 22:43:03 +0200
13182              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
13183      Branch: perl
13184            ! perl.h
13185 ____________________________________________________________________________
13186 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
13187         Log: Put back the #! line, false alarm.
13188      Branch: perl
13189            ! lib/ExtUtils/t/Constant.t
13190 ____________________________________________________________________________
13191 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
13192         Log: Subject: Re: [Patch] pod/perlvar.pod
13193              From: Philip Newton <Philip.Newton@gmx.net>
13194              Date: Sun, 31 Mar 2002 07:40:43 +0200
13195              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
13196      Branch: perl
13197            ! pod/perlvar.pod
13198 ____________________________________________________________________________
13199 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
13200         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
13201              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13202              Date: Sat, 30 Mar 2002 21:37:37 -0500
13203              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
13204      Branch: perl
13205            ! ext/Socket/socketpair.t
13206 ____________________________________________________________________________
13207 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
13208         Log: Subject: Re: compile tweak for Win32
13209              From: Michael G Schwern <schwern@pobox.com>
13210              Date: Fri, 29 Mar 2002 17:48:22 -0500      
13211              Message-ID: <20020329224822.GG16816@blackrider>
13212      Branch: perl
13213            ! win32/buildext.pl
13214 ____________________________________________________________________________
13215 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
13216         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
13217              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13218              Date: Sat, 30 Mar 2002 22:19:46 +0100
13219              Message-ID: <20020330221946.A28497@rafael>
13220      Branch: perl
13221            ! t/lib/1_compile.t
13222 ____________________________________________________________________________
13223 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
13224         Log: Subject: [PATCH regmesg.t] increase output verbosity
13225              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13226              Date: Sat, 30 Mar 2002 22:34:08 +0100
13227              Message-ID: <20020330223408.C28497@rafael>
13228      Branch: perl
13229            ! t/op/regmesg.t
13230 ____________________________________________________________________________
13231 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
13232         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
13233              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13234              Date: Sat, 30 Mar 2002 21:36:23 +0100
13235              Message-ID: <20020330213623.A677@rafael>
13236      Branch: perl
13237            ! regcomp.c
13238 ____________________________________________________________________________
13239 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
13240         Log: If using a network filesystem several different hosts
13241              may be trying to lock the same file.  In this case offering
13242              to kill the other process is not that helpful.  (Unless one
13243              has *real* clustering, but that's not usually the case.)
13244      Branch: perl
13245            ! lib/CPAN.pm
13246 ____________________________________________________________________________
13247 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
13248         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
13249              From: andreas.koenig@anima.de (Andreas J. Koenig)
13250              Date: Sat, 30 Mar 2002 06:12:36 +0100
13251              Message-ID: <m3hemyvdtn.fsf@anima.de>
13252      Branch: perl
13253            ! lib/Dumpvalue.pm
13254 ____________________________________________________________________________
13255 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
13256         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
13257              From: Jeremy Zawodny <Jeremy@Zawodny.com>
13258              Date: Fri, 29 Mar 2002 17:55:20 -0800
13259              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
13260      Branch: perl
13261            ! utils/dprofpp.PL
13262 ____________________________________________________________________________
13263 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
13264         Log: Subject: [Patch] pod/perlvar.pod
13265              From: Dan Kogai <dankogai@dan.co.jp>
13266              Date: Sun, 31 Mar 2002 02:03:36 +0900
13267              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
13268      Branch: perl
13269            ! pod/perlvar.pod
13270 ____________________________________________________________________________
13271 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
13272         Log: Subject: [PATCH] MM & Encode fixes
13273              From: Michael G Schwern <schwern@pobox.com>
13274              Date: Sat, 30 Mar 2002 06:41:56 -0500
13275              Message-ID: <20020330114156.GA16533@blackrider>
13276      Branch: perl
13277            + lib/ExtUtils/t/basic.t
13278            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
13279            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
13280            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
13281            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13282            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
13283            ! lib/ExtUtils/t/hints.t
13284 ____________________________________________________________________________
13285 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
13286         Log: EBCDICification.
13287      Branch: perl
13288            ! lib/charnames.t
13289 ____________________________________________________________________________
13290 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
13291         Log: Upgrade to Tie::File 0.90, from mjd.
13292      Branch: perl
13293            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
13294            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
13295            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13296            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
13297            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
13298            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
13299            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
13300            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
13301            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
13302 ____________________________________________________________________________
13303 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
13304         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
13305              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13306              Date: Sat, 30 Mar 2002 00:20:39 +0100
13307              Message-ID: <20020330002039.A716@rafael>
13308      Branch: perl
13309            ! lib/sort.pm
13310 ____________________________________________________________________________
13311 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
13312         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
13313              From: Michael G Schwern <schwern@pobox.com>
13314              Date: Fri, 29 Mar 2002 18:14:20 -0500
13315              Message-ID: <20020329231419.GI16816@blackrider>
13316      Branch: perl
13317            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
13318            ! wince/Makefile.ce
13319 ____________________________________________________________________________
13320 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
13321         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
13322              From: Paul_GreenVOS@vos.stratus.com
13323              Date: Fri, 29 Mar 02 18:01 est
13324              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
13325      Branch: perl
13326            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
13327 ____________________________________________________________________________
13328 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
13329         Log: AUTHORS updates.
13330      Branch: perl
13331            ! AUTHORS
13332 ____________________________________________________________________________
13333 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
13334         Log: Upgrade to Encode 1.01, from Dan Kogai.
13335      Branch: perl
13336            ! ext/Encode/Changes ext/Encode/Encode.pm
13337            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
13338            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
13339            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13340            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13341            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13342            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13343            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13344            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13345            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
13346            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
13347            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
13348            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
13349            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
13350            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
13351            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
13352            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
13353            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
13354            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
13355            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
13356            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
13357            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
13358            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
13359            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
13360            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
13361            ! ext/Encode/Encode/ksc5601.ucm
13362            ! ext/Encode/Encode/macCentEuro.ucm
13363            ! ext/Encode/Encode/macCroatian.ucm
13364            ! ext/Encode/Encode/macCyrillic.ucm
13365            ! ext/Encode/Encode/macDingbats.ucm
13366            ! ext/Encode/Encode/macGreek.ucm
13367            ! ext/Encode/Encode/macIceland.ucm
13368            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
13369            ! ext/Encode/Encode/macRumanian.ucm
13370            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
13371            ! ext/Encode/Encode/macTurkish.ucm
13372            ! ext/Encode/Encode/macUkraine.ucm
13373            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
13374            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
13375            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
13376            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
13377            ! ext/Encode/lib/Encode/CJKConstants.pm
13378            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
13379            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
13380            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
13381 ____________________________________________________________________________
13382 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
13383         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
13384              From: "Craig A. Berry" <craigberry@mac.com>
13385              Date: Fri, 29 Mar 2002 13:46:28 -0600
13386              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
13387      Branch: perl
13388            ! configure.com
13389 ____________________________________________________________________________
13390 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
13391         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
13392              which one has to get from the CPAN distribution.
13393      Branch: perl
13394            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
13395            + lib/Memoize/t/expmod_t.t
13396            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
13397            - lib/Memoize/t/expire_module_t.t
13398            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
13399            ! lib/Memoize/README
13400 ____________________________________________________________________________
13401 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
13402         Log: metaconfig unit tweak.
13403      Branch: metaconfig/U/perl
13404            ! versiononly.U
13405 ____________________________________________________________________________
13406 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
13407         Log: Configure-related tweaks.
13408      Branch: perl
13409            ! Porting/Glossary Porting/config.sh Porting/config_H
13410            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13411            ! vos/config.ga.h
13412 ____________________________________________________________________________
13413 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
13414         Log: Ooops.
13415      Branch: perl
13416            ! t/op/ver.t
13417 ____________________________________________________________________________
13418 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
13419         Log: Subject: [PATCH @15606] d_time for vms
13420              From: "Craig A. Berry" <craigberry@mac.com>
13421              Date: Fri, 29 Mar 2002 11:58:29 -0600
13422              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
13423      Branch: perl
13424            ! configure.com
13425 ____________________________________________________________________________
13426 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
13427         Log: Subject: Re: Regex-Unicode bugs
13428              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13429              Date: Thu, 28 Mar 2002 10:12:35 +0100
13430              Message-ID: <20020328101235.F678@rafael>
13431      Branch: perl
13432            ! t/op/regmesg.t
13433 ____________________________________________________________________________
13434 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
13435         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
13436              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13437              Date: Fri, 29 Mar 2002 16:53:27 +0000
13438              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
13439      Branch: perl
13440            ! pod/perlre.pod pod/perlretut.pod
13441 ____________________________________________________________________________
13442 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
13443         Log: Subject: Re: debugger debuggers wanted
13444              From: spidb@cpan.org
13445              Date: Fri, 29 Mar 2002 06:34:11 -0500
13446              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
13447      Branch: perl
13448            ! lib/perl5db.pl
13449 ____________________________________________________________________________
13450 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
13451         Log: Update Changes.
13452      Branch: perl
13453            ! Changes patchlevel.h
13454 ____________________________________________________________________________
13455 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
13456         Log: Rename for 8.3-friendliness.
13457      Branch: perl
13458            + lib/unicore/PropValueAliases.txt
13459            - lib/unicore/PropertyValueAliases.txt
13460            ! MANIFEST lib/unicore/README.perl
13461 ____________________________________________________________________________
13462 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
13463         Log: Retract ExtUtils/t/basic.t until it works.
13464      Branch: perl
13465            - lib/ExtUtils/t/basic.t
13466            ! MANIFEST
13467 ____________________________________________________________________________
13468 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
13469         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
13470              From: Slaven Rezic <slaven.rezic@berlin.de>
13471              Date: 28 Mar 2002 22:27:14 +0100
13472              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
13473      Branch: perl
13474            ! hints/freebsd.sh
13475 ____________________________________________________________________________
13476 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
13477         Log: Interesting... where did this come from?
13478              (The Configure change in #15600)
13479      Branch: perl
13480            ! config_h.SH
13481 ____________________________________________________________________________
13482 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
13483         Log: metaconfig unit change for #15600.
13484      Branch: metaconfig/U/perl
13485            ! versiononly.U
13486 ____________________________________________________________________________
13487 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
13488         Log: Subject: versiononly should not put `old' versions in inc
13489              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13490              Date: Fri, 29 Mar 2002 12:53:49 +0100
13491              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
13492      Branch: perl
13493            ! Configure
13494 ____________________________________________________________________________
13495 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
13496         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
13497              From: Michael G Schwern <schwern@pobox.com>
13498              Date: Fri, 29 Mar 2002 04:12:47 -0500
13499              Message-ID: <20020329091247.GA7432@blackrider>
13500              
13501              (with two nits: (1) change lib/Extutils/Command/MM.pm
13502              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
13503              @INC to compile.t)
13504      Branch: perl
13505            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
13506            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
13507            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
13508            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
13509            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
13510            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
13511            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
13512            + lib/ExtUtils/t/Problem-Module/Makefile.PL
13513            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
13514            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
13515            + t/lib/MakeMaker/Test/Utils.pm
13516            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
13517            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
13518            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
13519            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
13520            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
13521            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13522            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
13523            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
13524            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
13525            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
13526            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
13527            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
13528            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
13529            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
13530            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
13531            ! t/lib/TieOut.pm
13532 ____________________________________________________________________________
13533 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
13534         Log: Leftovers from Encode 0.99.
13535      Branch: perl
13536            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
13537            - ext/Encode/compile ext/Encode/encode.h
13538            - ext/Encode/lib/Encode/CN/2022_CN.pm
13539            - ext/Encode/lib/Encode/Details.pod
13540 ____________________________________________________________________________
13541 [ 15597] By: nick                                  on 2002/03/29  14:03:35
13542         Log: Integrate mainline
13543      Branch: perlio
13544           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
13545           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
13546           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
13547           !> (integrate 130 files)
13548 ____________________________________________________________________________
13549 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
13550         Log: Subject: Another Unicode-3.2-induced doc fix
13551              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13552              Date: Fri, 29 Mar 2002 21:45:47 +0900
13553              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
13554      Branch: perl
13555            ! ext/Unicode/Normalize/Normalize.pm
13556 ____________________________________________________________________________
13557 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
13558         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
13559              From: Slaven Rezic <slaven.rezic@berlin.de>
13560              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
13561              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
13562      Branch: perl
13563            ! reentr.c reentr.pl
13564 ____________________________________________________________________________
13565 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
13566         Log: Subject: [PATCH] Quieting OS X
13567              From: Michael G Schwern <schwern@pobox.com>
13568              Date: Fri, 29 Mar 2002 05:46:23 -0500
13569              Message-ID: <20020329104622.GA9163@blackrider>
13570      Branch: perl
13571            ! ext/POSIX/t/posix.t t/op/stat.t
13572 ____________________________________________________________________________
13573 [ 15593] By: ams                                   on 2002/03/29  07:32:22
13574         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
13575              From: Paul_GreenVOS@vos.stratus.com
13576              Date: Fri, 29 Mar 02 0:05 est
13577              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
13578      Branch: perl
13579            ! ext/Time/HiRes/HiRes.xs
13580 ____________________________________________________________________________
13581 [ 15592] By: ams                                   on 2002/03/29  07:28:29
13582         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
13583              From: Spider Boardman <spidb@cpan.org>
13584              Date: Fri, 29 Mar 2002 00:52:24 -0500
13585              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
13586      Branch: perl
13587            ! op.c t/op/attrs.t
13588 ____________________________________________________________________________
13589 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
13590         Log: It's perlce.
13591      Branch: perl
13592            ! pod/perldelta.pod
13593 ____________________________________________________________________________
13594 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
13595         Log: MPE/iX tweaks from Mark Bixby.
13596      Branch: perl
13597            ! ext/Storable/t/lock.t mpeix/relink
13598 ____________________________________________________________________________
13599 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
13600         Log: Upgrade to Encode 1.00, from Dan Kogai.
13601              
13602              (one nit: bin/enc2xs needed also ../..)
13603      Branch: perl
13604            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
13605            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
13606            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
13607            ! (edit 104 files)
13608 ____________________________________________________________________________
13609 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
13610         Log: Subject: [PATCH] NEXT LINE --> NEL
13611              From: Philip Newton <Philip.Newton@gmx.net>
13612              Date: Thu, 28 Mar 2002 21:03:10 +0000
13613              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
13614      Branch: perl
13615            ! lib/charnames.pm lib/charnames.t
13616 ____________________________________________________________________________
13617 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
13618         Log: binmode :bytes, again.
13619      Branch: perl
13620            ! lib/utf8.t
13621 ____________________________________________________________________________
13622 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
13623         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
13624              From: Mark-Jason Dominus <mjd@plover.com>
13625              Date: Thu, 28 Mar 2002 10:36:03 -0500
13626              Message-ID: <20020328153603.11992.qmail@plover.com>
13627      Branch: perl
13628            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
13629 ____________________________________________________________________________
13630 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
13631         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
13632      Branch: perl
13633            ! lib/charnames.pm lib/charnames.t pp_pack.c
13634 ____________________________________________________________________________
13635 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
13636         Log: If expecting UTF-8, probably not expecting UTF-16.
13637      Branch: perl
13638            ! t/comp/require.t
13639 ____________________________________________________________________________
13640 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
13641         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
13642              From: Paul_GreenVOS@vos.stratus.com
13643              Date: Thu, 28 Mar 02 8:22 est
13644              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
13645      Branch: perl
13646            ! lib/Time/Local.pm
13647 ____________________________________________________________________________
13648 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
13649         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
13650              From: Paul_GreenVOS@vos.stratus.com
13651              Date: Thu, 28 Mar 02 7:46 est
13652              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
13653      Branch: perl
13654            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
13655 ____________________________________________________________________________
13656 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
13657         Log: A little bit better error message for \pq, still
13658              not good because the script context is not shown.
13659      Branch: perl
13660            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
13661 ____________________________________________________________________________
13662 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
13663         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
13664              From: Jeffrey Friedl <jfriedl@yahoo.com>
13665              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
13666              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
13667      Branch: perl
13668            ! sv.c t/op/pat.t
13669 ____________________________________________________________________________
13670 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
13671         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
13672              From: Mark-Jason Dominus <mjd@plover.com>
13673              Date: Thu, 28 Mar 2002 05:04:40 -0500
13674              Message-ID: <20020328100440.22081.qmail@plover.com>
13675      Branch: perl
13676            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
13677 ____________________________________________________________________________
13678 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
13679         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
13680              From: mjd@plover.com
13681              Date: 28 Mar 2002 09:22:06 -0000
13682              Message-ID: <20020328092206.18833.qmail@plover.com>
13683      Branch: perl
13684            ! lib/encoding.t
13685 ____________________________________________________________________________
13686 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
13687         Log: Unicode 3.2.0-induced doc tweaks.
13688      Branch: perl
13689            ! pod/perlretut.pod pod/perlunicode.pod
13690 ____________________________________________________________________________
13691 [ 15576] By: nick                                  on 2002/03/28  07:40:04
13692         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
13693      Branch: perlio
13694           +> (branch 31 files)
13695           !> (integrate 162 files)
13696 ____________________________________________________________________________
13697 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
13698         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
13699              From: Paul_GreenVOS@vos.stratus.com
13700              Date: Thu, 28 Mar 02 0:16 est
13701              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
13702      Branch: perl
13703            ! ext/POSIX/t/posix.t
13704 ____________________________________________________________________________
13705 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
13706         Log: Subject: Re: Regex-Unicode bugs
13707              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13708              Date: Wed, 27 Mar 2002 13:48:06 +0100
13709              Message-ID: <20020327134806.C18945@rafael>
13710              
13711              regmesg.t patch still would be nice.
13712      Branch: perl
13713            ! regcomp.c
13714 ____________________________________________________________________________
13715 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
13716         Log: Subject: Re: Regex-Unicode bugs
13717              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
13718              Date: Wed, 27 Mar 2002 12:39:57 +0000
13719              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
13720      Branch: perl
13721            ! pod/perldiag.pod regcomp.c
13722 ____________________________________________________________________________
13723 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
13724         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
13725              From: Paul_GreenVOS@vos.stratus.com
13726              Date: Wed, 27 Mar 02 23:33 est
13727              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
13728      Branch: perl
13729            ! t/io/fs.t
13730 ____________________________________________________________________________
13731 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
13732         Log: The Official 3.2.0 came out.
13733      Branch: perl
13734            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
13735            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
13736            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
13737            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
13738            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
13739            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
13740            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
13741            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
13742            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
13743            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
13744            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
13745            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
13746            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
13747            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
13748            + lib/unicore/lib/UnifiedI.pl
13749            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
13750 ____________________________________________________________________________
13751 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
13752         Log: socketpair binmode :bytes.
13753      Branch: perl
13754            ! ext/Socket/socketpair.t
13755 ____________________________________________________________________________
13756 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
13757         Log: Don't install anything beneath 't' directories.
13758      Branch: perl
13759            ! installperl
13760 ____________________________________________________________________________
13761 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
13762         Log: More UTF-8 locale sensitivity.
13763      Branch: perl
13764            ! t/io/utf8.t
13765 ____________________________________________________________________________
13766 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
13767         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
13768              From: Stas Bekman <stas@stason.org>
13769              Date: Thu, 28 Mar 2002 10:13:45 +0800
13770              Message-ID: <3CA27C59.4020209@stason.org>
13771              
13772              Temp file cleanup.
13773      Branch: perl
13774            ! lib/Pod/t/pod2html-lib.pl
13775 ____________________________________________________________________________
13776 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
13777         Log: Be compatible also with non-UTF-8 locales.
13778      Branch: perl
13779            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
13780            ! lib/Locale/Language.pod
13781 ____________________________________________________________________________
13782 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
13783         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
13784              From: Spider Boardman <spidb@cpan.org>
13785              Date: Wed, 27 Mar 2002 20:52:28 -0500
13786              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
13787      Branch: perl
13788            ! cv.h op.c t/op/attrs.t toke.c
13789 ____________________________________________________________________________
13790 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
13791         Log: "Last element".
13792      Branch: perl
13793            ! pod/perlfunc.pod
13794 ____________________________________________________________________________
13795 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
13796         Log: Subject: Error in perlfunc for "die"
13797              From: William R Ward <bill@wards.net>
13798              Date: 27 Mar 2002 12:31:32 -0800
13799              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
13800      Branch: perl
13801            ! pod/perlfunc.pod
13802 ____________________________________________________________________________
13803 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
13804         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
13805              From: Mark Kvale <kvale@phy.ucsf.edu>
13806              Date: Wed, 27 Mar 2002 16:45:37 -0800
13807              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
13808      Branch: perl
13809            ! pod/perlre.pod pod/perlretut.pod
13810 ____________________________________________________________________________
13811 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
13812         Log: Try to handle UTF-8 locales.
13813      Branch: perl
13814            ! lib/locale.t
13815 ____________________________________________________________________________
13816 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
13817         Log: More binmode :bytes.
13818      Branch: perl
13819            ! t/io/utf8.t
13820 ____________________________________________________________________________
13821 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
13822         Log: binmode(FH, ":bytes") is the right way, methinks.
13823      Branch: perl
13824            ! ext/PerlIO/t/encoding.t
13825 ____________________________________________________________________________
13826 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
13827         Log: UTF-8 locale: need to open explicitly for bytes.
13828      Branch: perl
13829            ! ext/PerlIO/t/encoding.t
13830 ____________________________________________________________________________
13831 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
13832         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
13833      Branch: perl
13834            ! lib/Locale/Language.pm lib/Locale/Language.pod
13835 ____________________________________________________________________________
13836 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
13837         Log: Warn instead of croak.
13838      Branch: perl
13839            ! pod/perldiag.pod utf8.c
13840 ____________________________________________________________________________
13841 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
13842         Log: UTF-8 locale: there might already be one UTF-8 discipline.
13843      Branch: perl
13844            ! lib/open.t
13845 ____________________________________________________________________________
13846 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
13847         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
13848              From: "Craig A. Berry" <craigberry@mac.com>
13849              Date: Wed, 27 Mar 2002 15:22:13 -0600
13850              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
13851      Branch: perl
13852            ! t/lib/1_compile.t t/lib/compmod.pl
13853 ____________________________________________________________________________
13854 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
13855         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
13856              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13857              Date: Wed, 27 Mar 2002 22:35:03 +0100
13858              Message-ID: <20020327223503.A678@rafael>
13859      Branch: perl
13860            ! pod/perlop.pod
13861 ____________________________________________________________________________
13862 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
13863         Log: Start using the Unicode 3.2.0 data (NOTE: still
13864              unofficial, but the data is unlikely to change much.
13865              Doublecheck when 3.2.0 gets released.)
13866      Branch: perl
13867            + lib/unicore/PropertyAliases.txt
13868            + lib/unicore/PropertyValueAliases.txt
13869            ! (edit 129 files)
13870 ____________________________________________________________________________
13871 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
13872         Log: Update Changes.
13873      Branch: perl
13874            ! Changes patchlevel.h
13875 ____________________________________________________________________________
13876 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
13877         Log: Further fixing for #15549.  Six tests are failing
13878              under Solaris with en_US.UTF-8 but those failures seem
13879              unrelated to the BOUND problem, will look at them later.
13880      Branch: perl
13881            ! regexec.c
13882 ____________________________________________________________________________
13883 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
13884         Log: Possible fix for "Orks, Dragons, and Elves":
13885              should now build under UTF-8 locales (is building
13886              under Solaris en_US.UTF-8 right now).
13887      Branch: perl
13888            ! Makefile.SH regexec.c
13889 ____________________________________________________________________________
13890 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
13891         Log: Forgotten from #15523.
13892      Branch: perl
13893            ! lib/Math/BigInt/Calc.pm
13894 ____________________________________________________________________________
13895 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
13896         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
13897              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
13898              Date: Wed, 27 Mar 2002 13:32:00 +0100
13899              Message-ID: <20020327133200.A18945@rafael>
13900      Branch: perl
13901            ! regcomp.c t/lib/warnings/regcomp
13902 ____________________________________________________________________________
13903 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
13904         Log: Subject: [PATCH] MANIFES --> MANIFEST
13905              From: Philip Newton <Philip.Newton@gmx.net>
13906              Date: Wed, 27 Mar 2002 10:05:46 +0000
13907              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
13908              
13909              (plus a few tweaks more)
13910      Branch: perl
13911            ! Porting/check83.pl
13912 ____________________________________________________________________________
13913 [ 15545] By: nick                                  on 2002/03/27  07:37:36
13914         Log: Integrate mainline
13915      Branch: perlio
13916           +> lib/Math/BigInt/t/with_sub.t
13917            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
13918            - lib/bignum/t/trace.t
13919           !> (integrate 76 files)
13920 ____________________________________________________________________________
13921 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
13922         Log: Obsolete mailing list information.
13923      Branch: perl
13924            ! README.bs2000 README.os390 README.vmesa
13925 ____________________________________________________________________________
13926 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
13927         Log: More URL "whitespacing".
13928      Branch: perl
13929            ! README.bs2000 README.hurd README.mpeix README.netware
13930            ! README.os390 README.vmesa README.vos README.win32
13931            ! pod/perl5004delta.pod pod/perl5005delta.pod
13932            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
13933            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
13934            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
13935            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
13936            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
13937            ! pod/perltodo.pod
13938 ____________________________________________________________________________
13939 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
13940         Log: I like doubleclicking on URLs in pods to select them.
13941      Branch: perl
13942            ! README.amiga README.epoc README.vos pod/perl561delta.pod
13943            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
13944            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
13945            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
13946            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
13947            ! pod/perltodo.pod pod/perlvar.pod
13948 ____________________________________________________________________________
13949 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
13950         Log: Regen modlib.
13951      Branch: perl
13952            ! pod/perlmodlib.pod
13953 ____________________________________________________________________________
13954 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
13955         Log: Update the CPAN sites list.
13956      Branch: perl
13957            ! pod/perlmodlib.PL pod/perlmodlib.pod
13958 ____________________________________________________________________________
13959 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
13960         Log: Regen modlib, toc.
13961      Branch: perl
13962            ! pod/perlmodlib.pod pod/perltoc.pod
13963 ____________________________________________________________________________
13964 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
13965         Log: s/rationale/rational/
13966      Branch: perl
13967            ! lib/Math/BigRat.pm lib/bigrat.pm
13968 ____________________________________________________________________________
13969 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
13970         Log: s/done/esac/
13971      Branch: perl
13972            ! hints/dec_osf.sh
13973 ____________________________________________________________________________
13974 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
13975         Log: Advertise big* and BigRat.
13976      Branch: perl
13977            ! pod/perldelta.pod
13978 ____________________________________________________________________________
13979 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
13980         Log: A missing ) in #15527.
13981      Branch: perl
13982            ! pp_sys.c
13983 ____________________________________________________________________________
13984 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
13985         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
13986              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13987              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
13988              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
13989      Branch: perl
13990            ! lib/ExtUtils/typemap
13991 ____________________________________________________________________________
13992 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
13993         Log: Subject: Re: Cygwin PerlIO.t failing
13994              From: Stas Bekman <stas@stason.org>
13995              Date: Wed, 27 Mar 2002 01:34:11 +0800
13996              Message-ID: <3CA0B113.1070800@stason.org>
13997      Branch: perl
13998            ! ext/PerlIO/PerlIO.t
13999 ____________________________________________________________________________
14000 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
14001         Log: Subject: [PATCH] safety check for vms/test.com
14002              From: "Craig A. Berry" <craigberry@mac.com>
14003              Date: Tue, 26 Mar 2002 12:15:21 -0600
14004              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
14005      Branch: perl
14006            ! vms/test.com
14007 ____________________________________________________________________________
14008 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
14009         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
14010              From: PPrymmer@factset.com
14011              Date: Tue, 26 Mar 2002 13:04:59 -0500
14012              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
14013      Branch: perl
14014            ! configure.com
14015 ____________________________________________________________________________
14016 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
14017         Log: Subject: [PATCH] Minor typo in test harness
14018              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
14019              Date: Tue, 26 Mar 2002 17:44:06 -0000
14020              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
14021      Branch: perl
14022            ! t/lib/warnings/perlio
14023 ____________________________________________________________________________
14024 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
14025         Log: Subject: PATCH s2p.PL
14026              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14027              Date: Tue, 26 Mar 2002 17:16:46 +0100
14028              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
14029      Branch: perl
14030            ! x2p/s2p.PL
14031 ____________________________________________________________________________
14032 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
14033         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
14034      Branch: perl
14035            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
14036            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
14037            ! MANIFEST
14038 ____________________________________________________________________________
14039 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
14040         Log: Avoid and document a weird bug in UNICOS/mk.
14041      Branch: perl
14042            ! pod/perldelta.pod pp_sys.c
14043 ____________________________________________________________________________
14044 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
14045         Log: Math::BigInt::Lite 0.09, from Tels.
14046      Branch: perl
14047            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
14048            ! MANIFEST
14049 ____________________________________________________________________________
14050 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
14051         Log: For now disable the test in OS/390; it seems to hang,
14052              but frustratingly seems to run from command line and
14053              from Perl debugger.
14054      Branch: perl
14055            ! lib/Math/BigInt/t/mbi_rand.t
14056 ____________________________________________________________________________
14057 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
14058         Log: EPOC update from Olaf Flebbe.
14059      Branch: perl
14060            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
14061            ! pod/perlport.pod t/io/fs.t
14062 ____________________________________________________________________________
14063 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
14064         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
14065              and bignum 0.11, from Tels.
14066      Branch: perl
14067            + lib/Math/BigInt/t/with_sub.t
14068            - lib/bignum/t/trace.t
14069            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14070            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
14071            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
14072            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
14073            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
14074            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
14075            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
14076            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
14077            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
14078            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
14079            ! lib/bignum/t/bigrat.t lib/bigrat.pm
14080            ! t/lib/Math/BigInt/Subclass.pm
14081 ____________________________________________________________________________
14082 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
14083         Log: Integrate perlio:
14084              
14085              [ 15521]
14086              Testcase for crlf spanning buffer boundary
14087              
14088              [ 15520]
14089              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
14090      Branch: perl
14091           +> t/io/crlf.t
14092           !> MANIFEST perlio.c
14093 ____________________________________________________________________________
14094 [ 15521] By: nick                                  on 2002/03/26  15:31:55
14095         Log: Testcase for crlf spanning buffer boundary
14096      Branch: perlio
14097            + t/io/crlf.t
14098            ! MANIFEST
14099 ____________________________________________________________________________
14100 [ 15520] By: nick                                  on 2002/03/26  15:09:52
14101         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
14102      Branch: perlio
14103            ! perlio.c
14104 ____________________________________________________________________________
14105 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
14106         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
14107      Branch: perl
14108            ! t/lib/1_compile.t
14109 ____________________________________________________________________________
14110 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
14111         Log: Document the Configure (really, awk) glitch in
14112              UNICOS/mk.
14113      Branch: perl
14114            ! pod/perldelta.pod
14115 ____________________________________________________________________________
14116 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
14117         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
14118              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14119              Date: Fri, 22 Mar 2002 16:11:28 +0100
14120              Message-ID: <3C9B57B0.31936.496399@localhost>
14121      Branch: perl
14122            ! win32/win32.c
14123 ____________________________________________________________________________
14124 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
14125         Log: Subject: Re: Jarkko likes OOOOs
14126              From: "Gerrit P. Haase" <gp@familiehaase.de>
14127              Date: Tue, 26 Mar 2002 08:44:02 +0100
14128              Message-ID: <40509050505.20020326084402@familiehaase.de>
14129      Branch: perl
14130            ! t/io/fs.t
14131 ____________________________________________________________________________
14132 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
14133         Log: Subject: [patch utils/perlbug] subject header setting problem      
14134              From: Stas Bekman <stas@stason.org>
14135              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
14136              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
14137      Branch: perl
14138            ! utils/perlbug.PL
14139 ____________________________________________________________________________
14140 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
14141         Log: Subject: [PATCH] win32/makefile.mk
14142              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14143              Date: Tue, 26 Mar 2002 13:56:19 +0100
14144              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
14145      Branch: perl
14146            ! win32/makefile.mk
14147 ____________________________________________________________________________
14148 [ 15513] By: nick                                  on 2002/03/26  07:17:17
14149         Log: Integrate mainline
14150      Branch: perlio
14151           +> (branch 39 files)
14152            - (delete 109 files)
14153           !> (integrate 105 files)
14154 ____________________________________________________________________________
14155 [ 15512] By: nick                                  on 2002/03/26  06:52:42
14156         Log: Integrate mainline
14157      Branch: perlio
14158           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
14159           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
14160           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
14161           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
14162           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
14163 ____________________________________________________________________________
14164 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
14165         Log: Installation advice from Robert Spier. 
14166      Branch: perl
14167            ! INSTALL
14168 ____________________________________________________________________________
14169 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
14170         Log: Stas setting things right.
14171      Branch: perl
14172            ! ext/PerlIO/PerlIO.t
14173 ____________________________________________________________________________
14174 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
14175         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
14176              From: Paul_GreenVOS@vos.stratus.com
14177              Date: Mon, 25 Mar 02 23:57 est
14178              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
14179      Branch: perl
14180            ! ext/IO/lib/IO/t/io_unix.t
14181 ____________________________________________________________________________
14182 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
14183         Log: Add threads hints for UNICOS/mk and UNICOS.
14184              (I'm just guessing on UNICOS.)
14185      Branch: perl
14186            ! hints/unicos.sh hints/unicosmk.sh
14187 ____________________________________________________________________________
14188 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
14189         Log: Mention the effect of Unicode keys on hashes.
14190      Branch: perl
14191            ! pod/perlunicode.pod
14192 ____________________________________________________________________________
14193 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
14194         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
14195              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
14196              Date: Mon, 25 Mar 2002 17:24:33 -0600
14197              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
14198      Branch: perl
14199            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
14200            ! vms/vms_yfix.pl
14201 ____________________________________________________________________________
14202 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
14203         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
14204      Branch: perl
14205            ! hints/dec_osf.sh
14206 ____________________________________________________________________________
14207 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
14208         Log: The .ucm of Encode are big when uncompressed.
14209      Branch: perl
14210            ! INSTALL
14211 ____________________________________________________________________________
14212 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
14213         Log: I don't understand what is going on what these
14214              news tests, retracting the whole lot.
14215      Branch: perl
14216            ! ext/PerlIO/PerlIO.t
14217 ____________________________________________________________________________
14218 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
14219         Log: Upgrade to Encode 0.99, from Dan Kogai.
14220      Branch: perl
14221            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
14222            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
14223            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
14224            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
14225            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
14226            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
14227            + ext/Encode/Encode/ksc5601.ucm
14228            + ext/Encode/Encode/macCentEuro.ucm
14229            + ext/Encode/Encode/macCroatian.ucm
14230            + ext/Encode/Encode/macCyrillic.ucm
14231            + ext/Encode/Encode/macDingbats.ucm
14232            + ext/Encode/Encode/macGreek.ucm
14233            + ext/Encode/Encode/macIceland.ucm
14234            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
14235            + ext/Encode/Encode/macRumanian.ucm
14236            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
14237            + ext/Encode/Encode/macTurkish.ucm
14238            + ext/Encode/Encode/macUkraine.ucm
14239            + ext/Encode/Encode/shiftjis.ucm
14240            + ext/Encode/lib/Encode/10646_1.pm
14241            + ext/Encode/lib/Encode/CJKConstants.pm
14242            + ext/Encode/lib/Encode/CN/2022_CN.pm
14243            + ext/Encode/lib/Encode/JP/2022_JP.pm
14244            + ext/Encode/lib/Encode/JP/2022_JP1.pm
14245            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
14246            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
14247            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
14248            + ext/Encode/ucm2table
14249            - (delete 109 files)
14250            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
14251            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
14252            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
14253            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
14254            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
14255            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
14256            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
14257            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
14258            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
14259            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
14260            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
14261            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
14262            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
14263            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
14264            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
14265            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
14266            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
14267            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
14268            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
14269            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
14270            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
14271            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
14272            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14273            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
14274            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
14275            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
14276            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
14277            ! ext/Encode/Makefile.PL ext/Encode/README
14278            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
14279            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
14280            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
14281            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
14282            ! ext/Encode/lib/Encode/Details.pod
14283            ! ext/Encode/lib/Encode/Encoding.pm
14284            ! ext/Encode/lib/Encode/Internal.pm
14285            ! ext/Encode/lib/Encode/JP/H2Z.pm
14286            ! ext/Encode/lib/Encode/JP/JIS.pm
14287            ! ext/Encode/lib/Encode/Supported.pod
14288            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
14289            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
14290            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
14291            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
14292            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
14293            ! ext/Encode/t/jisx0212.ref
14294 ____________________________________________________________________________
14295 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
14296         Log: Noise with -w.
14297      Branch: perl
14298            ! ext/PerlIO/PerlIO.t
14299 ____________________________________________________________________________
14300 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
14301         Log: If no perlio no perlio warnings, either.
14302      Branch: perl
14303            ! lib/warnings.t
14304 ____________________________________________________________________________
14305 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
14306         Log: ...and put some of the new perlio tests here.
14307              The in-memory ones not yet since my poor brain
14308              refuses to find the right TODO incantation.
14309      Branch: perl
14310            ! ext/PerlIO/PerlIO.t
14311 ____________________________________________________________________________
14312 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
14313         Log: Take away the perlio-requiring tests..
14314      Branch: perl
14315            ! t/io/open.t
14316 ____________________________________________________________________________
14317 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
14318         Log: More correct now, but actually the two new tests
14319              need to be moved, since they are perlio-only...
14320      Branch: perl
14321            ! t/io/open.t
14322 ____________________________________________________________________________
14323 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
14324         Log: More neo-io tests from Stas Bekman.
14325      Branch: perl
14326            ! t/io/open.t
14327 ____________________________________________________________________________
14328 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
14329         Log: Document the QNX6 sprintf glitch.
14330      Branch: perl
14331            ! pod/perldelta.pod
14332 ____________________________________________________________________________
14333 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
14334         Log: AmigaOS must use the ixemul directly, since there
14335              is no more vfork support.
14336      Branch: perl
14337            ! hints/amigaos.sh
14338 ____________________________________________________________________________
14339 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
14340         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
14341              From: Norton Allen <allen@huarp.harvard.edu>
14342              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
14343              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
14344      Branch: perl
14345            ! pp_sys.c
14346 ____________________________________________________________________________
14347 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
14348         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
14349              From: Norton Allen <allen@huarp.harvard.edu>
14350              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
14351              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
14352      Branch: perl
14353            ! ext/Socket/socketpair.t
14354 ____________________________________________________________________________
14355 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
14356         Log: Clarify the 8.3 rule.
14357      Branch: perl
14358            ! Porting/check83.pl
14359 ____________________________________________________________________________
14360 [ 15490] By: nick                                  on 2002/03/25  16:05:07
14361         Log: Integrate mainline
14362      Branch: perlio
14363           +> ext/Encode/lib/Encode/EncFormat.pod
14364           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
14365            - ext/Encode/lib/EncodeFormat.pod
14366           !> (integrate 41 files)
14367 ____________________________________________________________________________
14368 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
14369         Log: Update Changes.
14370      Branch: perl
14371            ! Changes patchlevel.h
14372 ____________________________________________________________________________
14373 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
14374         Log: Forgotten from #15486.
14375      Branch: perl
14376            ! perl.c
14377 ____________________________________________________________________________
14378 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
14379         Log: It seems that FreeBSD does not like using Perl's malloc
14380              when multithreaded.
14381      Branch: perl
14382            ! hints/freebsd.sh
14383 ____________________________________________________________________________
14384 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
14385         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
14386              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14387              Date: Mon, 25 Mar 2002 11:33:17 +0100
14388              Message-ID: <20020325113317.A1410@rafael>
14389              
14390              Apparently VMS does not do YYDEBUG.
14391      Branch: perl
14392            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
14393 ____________________________________________________________________________
14394 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
14395         Log: Subject: [PATCH] warnings for perlio + others
14396              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14397              Date: Mon, 25 Mar 2002 13:01:44 -0000
14398              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
14399      Branch: perl
14400            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
14401            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
14402            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
14403            ! warnings.pl
14404 ____________________________________________________________________________
14405 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
14406         Log: As verified by Doug MacEachern.
14407      Branch: perl
14408            ! pod/perldelta.pod
14409 ____________________________________________________________________________
14410 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
14411         Log: MPE/iX update from Mark Bixby.
14412      Branch: perl
14413            + mpeix/mpeix.c
14414            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
14415            ! hints/mpeix.sh mpeix/mpeixish.h
14416 ____________________________________________________________________________
14417 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
14418         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
14419              From: Nicholas Clark <nick@unfortu.net>
14420              Date: Sun, 24 Mar 2002 22:50:06 +0000
14421              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
14422      Branch: perl
14423            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
14424 ____________________________________________________________________________
14425 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
14426         Log: Subject: [PATCH] fix warning + carp interaction
14427              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
14428              Date: Sun, 24 Mar 2002 23:00:21 -0000
14429              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
14430      Branch: perl
14431            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
14432            ! warnings.pl
14433 ____________________________________________________________________________
14434 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
14435         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
14436              (All the code changes have already been applied earlier.)
14437      Branch: perl
14438            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
14439 ____________________________________________________________________________
14440 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
14441         Log: DB_File: for the core version, no need to specify
14442              a minimum MM version.
14443      Branch: perl
14444            ! ext/DB_File/Makefile.PL
14445 ____________________________________________________________________________
14446 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
14447         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
14448              From: Dave Mitchell <davem@fdgroup.com>
14449              Date: Sun, 24 Mar 2002 22:23:08 +0000
14450              Message-ID: <20020324222308.B21963@fdgroup.com>
14451      Branch: perl
14452            ! pp_pack.c
14453 ____________________________________________________________________________
14454 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
14455         Log: Subject: [PATCH @15450] errno help for VMS
14456              From: "Craig A. Berry" <craigberry@mac.com>
14457              Date: Sun, 24 Mar 2002 16:17:52 -0600
14458              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
14459      Branch: perl
14460            ! ext/POSIX/t/posix.t vms/vms.c
14461 ____________________________________________________________________________
14462 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
14463         Log: Upgrade to Locale::Codes 2.03.
14464      Branch: perl
14465            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
14466            ! lib/Locale/Country.pm
14467 ____________________________________________________________________________
14468 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
14469         Log: metaconfig unit change for #15474.
14470      Branch: metaconfig/U/perl
14471            ! Extensions.U
14472 ____________________________________________________________________________
14473 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
14474         Log: The #15472 said "properly".  Ha!
14475      Branch: perl
14476            ! Configure
14477 ____________________________________________________________________________
14478 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
14479         Log: metaconfig unit change for #15472.
14480      Branch: metaconfig/U/perl
14481            ! Extensions.U
14482 ____________________________________________________________________________
14483 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
14484         Log: Properly scan for the subextensions of Encode
14485              when doing static builds.
14486      Branch: perl
14487            ! Configure
14488 ____________________________________________________________________________
14489 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
14490         Log: Tru64: Document the known odbm failure with static builds.
14491      Branch: perl
14492            ! README.tru64
14493 ____________________________________________________________________________
14494 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
14495         Log: microperl tweaks.
14496      Branch: perl
14497            ! Makefile.micro locale.c util.c
14498 ____________________________________________________________________________
14499 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
14500         Log: metaconfig unit changes for #15468.
14501      Branch: metaconfig
14502            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
14503            ! U/modified/libc.U U/modified/libs.U
14504            ! U/threads/d_pthread_atfork.U
14505 ____________________________________________________________________________
14506 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
14507         Log: Various metaconfig unit cleanup; only one visible change
14508              in Configure, though.
14509      Branch: perl
14510            ! Configure
14511 ____________________________________________________________________________
14512 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
14513         Log: Upgrade to Encode 0.98, from Dan Kogai.
14514      Branch: perl
14515            + ext/Encode/lib/Encode/EncFormat.pod
14516            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
14517            - ext/Encode/lib/EncodeFormat.pod
14518            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
14519            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
14520            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
14521            ! ext/Encode/lib/Encode/Alias.pm
14522            ! ext/Encode/lib/Encode/Details.pod
14523            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14524            ! ext/Encode/lib/Encode/JP/JIS.pm
14525            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
14526 ____________________________________________________________________________
14527 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
14528         Log: Integrate perlio:
14529              
14530              [ 15462]
14531              Avoid core-dump in Encode with PERLIO=mmap
14532      Branch: perl
14533           !> ext/Encode/Encode.xs
14534 ____________________________________________________________________________
14535 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
14536         Log: In the spirit of #15464.
14537      Branch: perl
14538            ! perl.c sv.c
14539 ____________________________________________________________________________
14540 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
14541         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
14542              From: Michael G Schwern <schwern@pobox.com>
14543              Date: Sun, 24 Mar 2002 02:27:25 -0500
14544              Message-ID: <20020324072725.GA3554@blackrider>
14545      Branch: perl
14546            ! perl.c
14547 ____________________________________________________________________________
14548 [ 15463] By: nick                                  on 2002/03/24  10:24:41
14549         Log: Integrate mainline
14550      Branch: perlio
14551           +> (branch 28 files)
14552            - lib/bigfloat.t lib/bigint.t
14553           !> (integrate 59 files)
14554 ____________________________________________________________________________
14555 [ 15462] By: nick                                  on 2002/03/24  08:59:35
14556         Log: Avoid core-dump in Encode with PERLIO=mmap
14557      Branch: perlio
14558            ! ext/Encode/Encode.xs
14559 ____________________________________________________________________________
14560 [ 15461] By: nick                                  on 2002/03/24  08:58:21
14561         Log: Too many machines doing integrate mainline
14562      Branch: perlio
14563           !> Changes Configure lib/AutoSplit.t
14564           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
14565           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
14566           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
14567           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
14568 ____________________________________________________________________________
14569 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
14570         Log: Retract Math::BigInt::Lite for now, seems to confuse
14571              bignum and bigrat.
14572      Branch: perl
14573            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
14574            ! MANIFEST
14575 ____________________________________________________________________________
14576 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
14577         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
14578              From: "Craig A. Berry" <craigberry@mac.com>
14579              Date: Sat, 23 Mar 2002 23:23:00 -0600
14580              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
14581      Branch: perl
14582            ! configure.com vms/vms.c
14583 ____________________________________________________________________________
14584 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
14585         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
14586              From: Michael G Schwern <schwern@pobox.com>
14587              Date: Sat, 23 Mar 2002 21:32:32 -0500
14588              Message-ID: <20020324023232.GA29972@blackrider>
14589              
14590              (with Russ Allbery's simplifications)
14591      Branch: perl
14592            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
14593 ____________________________________________________________________________
14594 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
14595         Log: Merge Math::BigInt::Lite 0.08, from Tels.
14596      Branch: perl
14597            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
14598            ! MANIFEST
14599 ____________________________________________________________________________
14600 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
14601         Log: Too chatty.
14602      Branch: perl
14603            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
14604 ____________________________________________________________________________
14605 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
14606         Log: Merge bignum 0.10, from Tels.
14607      Branch: perl
14608            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
14609            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
14610            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
14611            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
14612            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
14613            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
14614            ! MANIFEST
14615 ____________________________________________________________________________
14616 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
14617         Log: Rename the Perl 4 tests in preparation of bignum.
14618      Branch: perl
14619            + lib/bigfloatpl.t lib/bigintpl.t
14620            - lib/bigfloat.t lib/bigint.t
14621            ! MANIFEST
14622 ____________________________________________________________________________
14623 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
14624         Log: Merge Math::BigRat 0.04, from Tels.
14625      Branch: perl
14626            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
14627            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
14628            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
14629            + t/lib/Math/BigRat/Test.pm
14630            ! MANIFEST
14631 ____________________________________________________________________________
14632 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
14633         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
14634              From: Dave Mitchell <davem@fdgroup.com>
14635              Date: Sat, 23 Mar 2002 22:27:24 +0000
14636              Message-ID: <20020323222724.A19425@fdgroup.com>
14637      Branch: perl
14638            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
14639 ____________________________________________________________________________
14640 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
14641         Log: Forgotten.
14642      Branch: perl
14643            ! ext/Unicode/Normalize/README
14644 ____________________________________________________________________________
14645 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
14646         Log: Update Changes.
14647      Branch: perl
14648            ! Changes patchlevel.h
14649 ____________________________________________________________________________
14650 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
14651         Log: Subject: perldoc -m [PATCH]
14652              From: "John L. Allen" <allen@grumman.com>
14653              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
14654              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
14655      Branch: perl
14656            ! utils/perldoc.PL
14657 ____________________________________________________________________________
14658 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
14659         Log: Subject: Re: Copious warnings from Sys::Syslog
14660              From: andreas.koenig@anima.de (Andreas J. Koenig)
14661              Date: Sat, 23 Mar 2002 06:47:08 +0100
14662              Message-ID: <m31yebvns3.fsf@anima.de>
14663      Branch: perl
14664            ! ext/Sys/Syslog/Syslog.pm
14665 ____________________________________________________________________________
14666 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
14667         Log: Upgrade to Math::BigInt 1.55, from Tels.
14668      Branch: perl
14669            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
14670            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
14671            + lib/Math/BigInt/t/use_lib4.t
14672            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14673            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
14674            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
14675            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
14676            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
14677            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
14678            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
14679            ! lib/Math/BigInt/t/upgrade.t
14680 ____________________________________________________________________________
14681 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
14682         Log: Upgrade to Encode 0.97, from Dan Kogai.
14683      Branch: perl
14684            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
14685            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
14686            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
14687            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
14688            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
14689            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
14690            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
14691            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
14692            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
14693            ! ext/Encode/t/Tcl.t
14694 ____________________________________________________________________________
14695 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
14696         Log: Slight tweaks on #15443.
14697      Branch: perl
14698            ! pod/perlvar.pod
14699 ____________________________________________________________________________
14700 [ 15444] By: nick                                  on 2002/03/23  17:30:42
14701         Log: Integrate mainline
14702      Branch: perlio
14703           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
14704           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
14705           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
14706           !> (integrate 50 files)
14707 ____________________________________________________________________________
14708 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
14709         Log: Subject: patch [bleadperl]: Document %! special variable
14710              From: mjd@plover.com
14711              Date: 23 Mar 2002 18:25:44 -0000
14712              Message-ID: <20020323182544.11741.qmail@plover.com>    
14713      Branch: perl
14714            ! pod/perlvar.pod
14715 ____________________________________________________________________________
14716 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
14717         Log: Since the Encode::JP is unsupported under EBCDIC we
14718              cannot run this test (aliases as such should work fine).
14719      Branch: perl
14720            ! ext/Encode/t/Aliases.t
14721 ____________________________________________________________________________
14722 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
14723         Log: EBCDIC: the sorting order is different under
14724              byte-EBCDIC and Unicode.
14725      Branch: perl
14726            ! t/op/utfhash.t
14727 ____________________________________________________________________________
14728 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
14729         Log: EBCDIC: the character codes are different.
14730      Branch: perl
14731            ! lib/Pod/t/pod2html-lib.pl
14732 ____________________________________________________________________________
14733 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
14734         Log: Purify: #15434 got the test the wrong.
14735              (Is there an approved way of testing "is this an unop"?)
14736      Branch: perl
14737            ! op.c
14738 ____________________________________________________________________________
14739 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
14740         Log: Purify: Array bounds read: could read one character past the end.
14741      Branch: perl
14742            ! pp_pack.c
14743 ____________________________________________________________________________
14744 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
14745         Log: Purify: Array bounds read: reading one byte before the buffer.
14746      Branch: perl
14747            ! util.c
14748 ____________________________________________________________________________
14749 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
14750         Log: Purify: Unitialized memory read.  Too many code paths
14751              to keep track of, I guess.
14752      Branch: perl
14753            ! sv.c
14754 ____________________________________________________________________________
14755 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
14756         Log: Purify: Array bounds write: pre-extend the strxfrm
14757              buffer by a factor of four (suggested maximum by HP-UX;
14758              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
14759              know how portable that is; locale.c uses yet another trick
14760              (not a particularly good trick, I might add))
14761      Branch: perl
14762            ! ext/POSIX/POSIX.xs
14763 ____________________________________________________________________________
14764 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
14765         Log: Purify: Array bounds read: o->op_last was accessed
14766              for unops (via newUNOP() and ck_eof()).
14767              (analysis okay, patch bad: see #15439)
14768      Branch: perl
14769            ! op.c
14770 ____________________________________________________________________________
14771 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
14772         Log: Subject: [PATCH] vms/test.com, File::Find tests
14773              From: "Craig A. Berry" <craigberry@mac.com>
14774              Date: Fri, 22 Mar 2002 16:52:59 -0600
14775              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
14776      Branch: perl
14777            ! vms/test.com
14778 ____________________________________________________________________________
14779 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
14780         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
14781              From: Michael G Schwern <schwern@pobox.com>
14782              Date: Fri, 22 Mar 2002 18:08:19 -0500
14783              Message-ID: <20020322230819.GB16454@blackrider>
14784      Branch: perl
14785            ! ext/Sys/Syslog/Syslog.pm
14786 ____________________________________________________________________________
14787 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
14788         Log: Update the information on Encode.
14789      Branch: perl
14790            ! pod/perldelta.pod
14791 ____________________________________________________________________________
14792 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
14793         Log: Upgrade to Encode 0.96, from Dan Kogai.
14794      Branch: perl
14795            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
14796            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
14797            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
14798            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
14799            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
14800            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
14801            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
14802            ! ext/Encode/lib/Encode/Alias.pm
14803            ! ext/Encode/lib/Encode/Encoding.pm
14804            ! ext/Encode/lib/Encode/Internal.pm
14805            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
14806 ____________________________________________________________________________
14807 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
14808         Log: Subject: [PATCH] h2xs.t fix for VMS
14809              From: "Craig A. Berry" <craigberry@mac.com>
14810              Date: Fri, 22 Mar 2002 15:47:38 -0600
14811              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
14812      Branch: perl
14813            ! lib/h2xs.t
14814 ____________________________________________________________________________
14815 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
14816         Log: One more pass.
14817      Branch: perl
14818            ! epoc/config.sh
14819 ____________________________________________________________________________
14820 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
14821         Log: Even better version from Olaf Flebbe.
14822      Branch: perl
14823            ! epoc/config.sh pp_sys.c util.c
14824 ____________________________________________________________________________
14825 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
14826         Log: EPOC update from Olaf Flebbe.
14827      Branch: perl
14828            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
14829            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
14830 ____________________________________________________________________________
14831 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
14832         Log: Tweak from John P. Linderman.
14833      Branch: perl
14834            ! pod/perlhack.pod
14835 ____________________________________________________________________________
14836 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
14837         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
14838              From: Stas Bekman <stas@stason.org>
14839              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
14840              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
14841      Branch: perl
14842            ! pod/perlfunc.pod
14843 ____________________________________________________________________________
14844 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
14845         Log: Subject: [PATCH] check sysconf's return value in reentr.c
14846              From: <slaven.rezic@berlin.de>
14847              Date: Fri, 22 Mar 2002 18:30:36 +0100
14848              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
14849              
14850              (plus use 4k instead 2k as the "usual" size)
14851      Branch: perl
14852            ! reentr.c reentr.pl
14853 ____________________________________________________________________________
14854 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
14855         Log: Update Changes.
14856      Branch: perl
14857            ! Changes patchlevel.h
14858 ____________________________________________________________________________
14859 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
14860         Log: Forgot from #15416.
14861      Branch: perl
14862            ! pod/perlfaq3.pod
14863 ____________________________________________________________________________
14864 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
14865         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
14866              From: andreas.koenig@anima.de (Andreas J. Koenig)
14867              Date: Fri, 22 Mar 2002 16:27:51 +0100
14868              Message-ID: <m3n0x0vczs.fsf@anima.de>
14869      Branch: perl
14870            ! pod/perlmodstyle.pod
14871 ____________________________________________________________________________
14872 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
14873         Log: metaconfig unit changes for #15418.
14874      Branch: metaconfig
14875            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
14876            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
14877            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
14878            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
14879            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
14880            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
14881            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
14882            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
14883            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
14884            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
14885            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
14886            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
14887            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
14888            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
14889            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
14890            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
14891            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
14892            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
14893            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
14894            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
14895            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
14896            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
14897            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
14898            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
14899 ____________________________________________________________________________
14900 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
14901         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
14902              Also, there's no i_stdio.
14903      Branch: perl
14904            ! Configure reentr.h reentr.pl
14905 ____________________________________________________________________________
14906 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
14907         Log: Document a known AIX warning.
14908      Branch: perl
14909            ! pod/perldelta.pod
14910 ____________________________________________________________________________
14911 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
14912         Log: Undo #15415, allow the faq people to catch up first.
14913      Branch: perl
14914            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
14915 ____________________________________________________________________________
14916 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
14917         Log: FAQ sync.
14918      Branch: perl
14919            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
14920 ____________________________________________________________________________
14921 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
14922         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
14923              From: andreas.koenig@anima.de (Andreas J. Koenig)
14924              Date: Fri, 22 Mar 2002 15:16:19 +0100
14925              Message-ID: <m38z8kwuvg.fsf@anima.de>
14926              
14927              (plus reformat)
14928      Branch: perl
14929            ! pod/perldelta.pod
14930 ____________________________________________________________________________
14931 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
14932         Log: Integrate perlio:
14933              
14934              [ 15412]
14935              Check for sanity of UTF-8 keys in hashes
14936              (feel free to add more tests...)
14937              
14938              [ 15410]
14939              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
14940              - when (e.g.) STDOUT is char special file and gets IoOFP
14941              created - do _NOT_ pass num_svs as that fopen-s stringified
14942              glob, and not fdopen-s the fd.
14943      Branch: perl
14944           +> t/op/utfhash.t
14945           !> MANIFEST doio.c
14946 ____________________________________________________________________________
14947 [ 15412] By: nick                                  on 2002/03/22  10:50:53
14948         Log: Check for sanity of UTF-8 keys in hashes
14949              (feel free to add more tests...)
14950      Branch: perlio
14951            + t/op/utfhash.t
14952            ! MANIFEST
14953 ____________________________________________________________________________
14954 [ 15411] By: ams                                   on 2002/03/22  08:36:33
14955         Log: Revert #15200 for backwards compatiblity reasons.
14956      Branch: perl
14957            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
14958            ! pp_ctl.c t/op/override.t
14959 ____________________________________________________________________________
14960 [ 15410] By: nick                                  on 2002/03/22  07:47:41
14961         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
14962              - when (e.g.) STDOUT is char special file and gets IoOFP
14963              created - do _NOT_ pass num_svs as that fopen-s stringified
14964              glob, and not fdopen-s the fd.
14965      Branch: perlio
14966            ! doio.c
14967 ____________________________________________________________________________
14968 [ 15409] By: nick                                  on 2002/03/22  07:19:33
14969         Log: Integrate mainline
14970      Branch: perlio
14971           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
14972           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
14973           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
14974           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
14975           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
14976           +> ext/Encode/lib/Encode/Details.pod
14977           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
14978           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
14979           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
14980           +> lib/Pod/t/pod2html-lib.pl
14981            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
14982           !> (integrate 39 files)
14983 ____________________________________________________________________________
14984 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
14985         Log: Win32 tweak from mjd.
14986      Branch: perl
14987            ! lib/Tie/File.pm
14988 ____________________________________________________________________________
14989 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
14990         Log: If Unicode keys are entered to a hash, a bit is turned on.
14991              If the bit is on, when the keys are fetched from the hash
14992              (%h, each %h, keys %h), the Unicodified versions of the keys
14993              are returned if needed.  This solution errs on the size of
14994              over-Unicodifying, the old solution erred on the side of
14995              under-Unicodifying.  As long as the hash keys can be a mix
14996              of byte and Unicode strings, a perfect fit is hard to come by.
14997      Branch: perl
14998            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
14999            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
15000 ____________________________________________________________________________
15001 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
15002         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
15003              From: Mike Guy <mjtg@cam.ac.uk>
15004              Date: Fri, 22 Mar 2002 02:08:20 +0000
15005              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
15006      Branch: perl
15007            ! pod/perldelta.pod
15008 ____________________________________________________________________________
15009 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
15010         Log: PM_SETRE() fallout.
15011      Branch: perl
15012            ! ext/ByteLoader/bytecode.h
15013 ____________________________________________________________________________
15014 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
15015         Log: Subject: [PATCH pod/perlxs.pod] doc fix
15016              From: Stas Bekman <stas@stason.org>
15017              Date: Thu, 21 Mar 2002 18:47:35 +0800
15018              Message-ID: <3C99BA47.9010403@stason.org>
15019      Branch: perl
15020            ! pod/perlxs.pod
15021 ____________________________________________________________________________
15022 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
15023         Log: Subject: [PATCH]
15024              From: Slaven Rezic <slaven.rezic@berlin.de>
15025              Date: 21 Mar 2002 10:19:23 +0100
15026              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
15027              
15028              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
15029      Branch: perl
15030            ! hints/freebsd.sh
15031 ____________________________________________________________________________
15032 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
15033         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
15034              From: Tim Bunce <Tim.Bunce@pobox.com>
15035              Date: Thu, 21 Mar 2002 21:18:05 +0000
15036              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
15037      Branch: perl
15038            ! ext/Storable/Storable.xs
15039 ____________________________________________________________________________
15040 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
15041         Log: Reword the Apache^Wmod_perl bit so that Sarathy
15042              can sleep easier :-)
15043      Branch: perl
15044            ! pod/perldelta.pod
15045 ____________________________________________________________________________
15046 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
15047         Log: It seems that the strange failure (core dump) of
15048              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
15049              (1) using Sun's cc helps
15050              (2) rewriting the ithreads PM_SETRE() to do the
15051              setting in two steps helps
15052              (3) no other platforms have the crash
15053              (4) Tru64's Third Degree sees nothing evil
15054              So we implement (2).
15055      Branch: perl
15056            ! op.h
15057 ____________________________________________________________________________
15058 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
15059         Log: Solaris: default to the SUNwspro cc if it is available.
15060      Branch: perl
15061            ! hints/solaris_2.sh
15062 ____________________________________________________________________________
15063 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
15064         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
15065              does not get fixed in time.
15066      Branch: perl
15067            ! pod/perldelta.pod
15068 ____________________________________________________________________________
15069 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
15070         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
15071              From: Dave Mitchell <davem@fdgroup.com>
15072              Date: Thu, 21 Mar 2002 17:24:40 +0000
15073              Message-ID: <20020321172440.C13683@fdgroup.com>
15074      Branch: perl
15075            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
15076            ! pod/perlapi.pod proto.h sv.h toke.c
15077 ____________________________________________________________________________
15078 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
15079         Log: One more proto escapee.
15080      Branch: perl
15081            ! hints/linux.sh
15082 ____________________________________________________________________________
15083 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
15084         Log: metaconfig unit change for #15394.
15085      Branch: metaconfig/U/perl
15086            ! Checkcc.U
15087 ____________________________________________________________________________
15088 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
15089         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
15090              From: Robin Barker <rmb1@cise.npl.co.uk>
15091              Date: Thu, 21 Mar 2002 17:35:00 GMT
15092              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
15093      Branch: perl
15094            ! Configure
15095 ____________________________________________________________________________
15096 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
15097         Log: Subject: Re: [tests for Pod::Html]
15098              From: Stas Bekman <stas@stason.org>
15099              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
15100              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
15101      Branch: perl
15102            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15103            - t/pod2html/README
15104            ! MANIFEST lib/Pod/t/pod2html-lib.pl
15105 ____________________________________________________________________________
15106 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
15107         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
15108              From: Stas Bekman <stas@stason.org>
15109              Date: Thu, 21 Mar 2002 18:50:56 +0800
15110              Message-ID: <3C99BB10.50004@stason.org>
15111      Branch: perl
15112            ! ext/Cwd/Cwd.xs
15113 ____________________________________________________________________________
15114 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
15115         Log: Upgrade to Encode 0.95, from Dan Kogai.
15116      Branch: perl
15117            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
15118            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
15119            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
15120            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
15121            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
15122            + ext/Encode/lib/Encode/Details.pod
15123            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15124            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
15125            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
15126            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
15127            ! ext/Encode/Makefile.PL
15128 ____________________________________________________________________________
15129 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
15130         Log: Mention the new syslog try-harder feature.
15131      Branch: perl
15132            ! pod/perldelta.pod
15133 ____________________________________________________________________________
15134 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
15135         Log: metaconfig unit changes for #15388.
15136      Branch: metaconfig
15137            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15138            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15139            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15140            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15141            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15142            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15143            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15144            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15145            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15146            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15147            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15148            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15149            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15150            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15151            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15152            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15153            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15154            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15155            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15156            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15157            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15158            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15159            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15160            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15161 ____________________________________________________________________________
15162 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
15163         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
15164              From: Spider Boardman <spider@web.zk3.dec.com>
15165              Date: Thu, 21 Mar 2002 09:23:45 -0500
15166              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
15167      Branch: perl
15168            ! Configure hints/hpux.sh reentr.pl
15169 ____________________________________________________________________________
15170 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
15171         Log: NetWare diff from C Aditya.
15172      Branch: perl
15173            ! perl.h
15174 ____________________________________________________________________________
15175 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
15176         Log: The htmlview test doesn't work yet.
15177      Branch: perl
15178            + t/pod2html/README
15179            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15180            ! MANIFEST
15181 ____________________________________________________________________________
15182 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
15183         Log: Placeholder.
15184      Branch: perl
15185            ! MANIFEST
15186 ____________________________________________________________________________
15187 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
15188         Log: Integrate perlio:
15189              
15190              [ 15381]
15191              Restore tabs so dmake will parse file!
15192      Branch: perl
15193           !> win32/makefile.mk
15194 ____________________________________________________________________________
15195 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
15196         Log: Subject: [tests for Pod::Html]
15197              From: Stas Bekman <stas@stason.org>
15198              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
15199              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
15200      Branch: perl
15201            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
15202            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15203            + lib/Pod/t/pod2html-lib.pl
15204            ! MANIFEST
15205 ____________________________________________________________________________
15206 [ 15382] By: nick                                  on 2002/03/21  07:21:57
15207         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
15208      Branch: perlio
15209           +> ext/Encode/AUTHORS ext/Encode/Changes
15210           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
15211           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
15212           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
15213           +> ext/I18N/Langinfo/fallback/const-c.inc
15214           +> ext/I18N/Langinfo/fallback/const-xs.inc
15215           +> lib/ExtUtils/t/Constant.t
15216            - ext/Encode/Encode/euc-jp-0212.enc
15217            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
15218            - ext/Encode/t/table.euc ext/Encode/t/table.ref
15219            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
15220           !> (integrate 105 files)
15221 ____________________________________________________________________________
15222 [ 15381] By: nick                                  on 2002/03/21  06:59:57
15223         Log: Restore tabs so dmake will parse file!
15224      Branch: perlio
15225            ! win32/makefile.mk
15226 ____________________________________________________________________________
15227 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
15228         Log: Upgrade to Unicode::Normalize 0.16.
15229      Branch: perl
15230            ! ext/Unicode/Normalize/Changes
15231            ! ext/Unicode/Normalize/Normalize.pm
15232 ____________________________________________________________________________
15233 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
15234         Log: Schwern's wallet is a bit more loose.
15235      Branch: perl
15236            ! t/lib/1_compile.t
15237 ____________________________________________________________________________
15238 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
15239         Log: Subject: [PATCH]
15240              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15241              Date: Wed, 20 Mar 2002 22:56:17 -0000
15242              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
15243              
15244              packWARN also for subdirs.
15245      Branch: perl
15246            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
15247            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
15248            ! win32/win32.c
15249 ____________________________________________________________________________
15250 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
15251         Log: A plan is better.
15252      Branch: perl
15253            ! ext/Encode/t/CJKalias.t
15254 ____________________________________________________________________________
15255 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
15256         Log: Upgrade to Encode 0.94, from Dan Kogai.
15257      Branch: perl
15258            + ext/Encode/lib/Encode/Description.pod
15259            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
15260            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
15261            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
15262            ! ext/Encode/lib/Encode/Encoding.pm
15263            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15264            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
15265            ! ext/Encode/t/CJKalias.t
15266 ____________________________________________________________________________
15267 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
15268         Log: Rats' nest.
15269      Branch: perl
15270            ! hints/solaris_2.sh
15271 ____________________________________________________________________________
15272 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
15273         Log: Rrright.
15274      Branch: perl
15275            ! pod/perlguts.pod
15276 ____________________________________________________________________________
15277 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
15278         Log: Update Changes.
15279      Branch: perl
15280            ! Changes patchlevel.h
15281 ____________________________________________________________________________
15282 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
15283         Log: Reapply #15336.
15284      Branch: perl
15285            ! ext/Encode/lib/Encode/Tcl.pm
15286 ____________________________________________________________________________
15287 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
15288         Log: Upgrade to Encode 0.93, from Dan Kogai.
15289      Branch: perl
15290            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
15291            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
15292            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
15293            ! ext/Encode/README ext/Encode/TW/TW.pm
15294            ! ext/Encode/lib/Encode/CN/HZ.pm
15295            ! ext/Encode/lib/Encode/Encoding.pm
15296            ! ext/Encode/lib/Encode/Internal.pm
15297            ! ext/Encode/lib/Encode/JP/Constants.pm
15298            ! ext/Encode/lib/Encode/JP/H2Z.pm
15299            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15300            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
15301            ! ext/Encode/lib/Encode/Tcl/Escape.pm
15302            ! ext/Encode/lib/Encode/Tcl/Table.pm
15303            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
15304            ! ext/Encode/lib/Encode/iso10646_1.pm
15305            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
15306            ! ext/Encode/t/JP.t
15307 ____________________________________________________________________________
15308 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
15309         Log: Subject: patch for syslog
15310              From: <Nick.Williams@morganstanley.com>
15311              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
15312              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
15313      Branch: perl
15314            ! ext/Sys/Syslog/Syslog.pm
15315 ____________________________________________________________________________
15316 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
15317         Log: Some failure updates.
15318      Branch: perl
15319            ! pod/perldelta.pod
15320 ____________________________________________________________________________
15321 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
15322         Log: Getopt::Long 2.29 from Johan Vromans.
15323      Branch: perl
15324            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
15325 ____________________________________________________________________________
15326 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
15327         Log: Rename ExtUtils.t to Constant.t, as suggested by
15328              Nicholas Clark.
15329      Branch: perl
15330            + lib/ExtUtils/t/Constant.t
15331            - lib/ExtUtils/t/ExtUtils.t
15332            ! MANIFEST
15333 ____________________________________________________________________________
15334 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
15335         Log: Subject: [PATCH] TODO - Make Schwern Poorer
15336              From: Nicholas Clark <nick@unfortu.net>
15337              Date: Tue, 19 Mar 2002 22:50:28 +0000
15338              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
15339      Branch: perl
15340            ! t/lib/1_compile.t
15341 ____________________________________________________________________________
15342 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
15343         Log: Subject: Re: The story of O [PATCH]
15344              From: Richard.Foley@t-online.de (Richard Foley)
15345              Date: Sun, 17 Mar 2002 08:37:26 +0100
15346              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
15347      Branch: perl
15348            ! lib/perl5db.pl
15349 ____________________________________________________________________________
15350 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
15351         Log: Mention the external modules Encode::HanExtra and
15352              PadWalker.
15353      Branch: perl
15354            ! pod/perldelta.pod
15355 ____________________________________________________________________________
15356 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
15357         Log: Subject: [PATCH] List lexicals from debugger
15358              From: Peter Scott <Peter@PSDT.com>
15359              Date: Tue, 19 Mar 2002 12:28:52 -0800
15360              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
15361      Branch: perl
15362            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
15363 ____________________________________________________________________________
15364 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
15365         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
15366              and :encoding(xxx) was errorneously parsed.
15367      Branch: perl
15368            ! lib/open.pm
15369 ____________________________________________________________________________
15370 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
15371         Log: Subject: [PATCH bleadperl] exec.t tweak
15372              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15373              Date: Wed, 20 Mar 2002 01:21:40 +0100
15374              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
15375              
15376              4NT returns 2 as error-code for nonexistant file.
15377      Branch: perl
15378            ! t/op/exec.t
15379 ____________________________________________________________________________
15380 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
15381         Log: minor Tie::File test patch to make win32 happier, from mjd.
15382      Branch: perl
15383            ! lib/Tie/File/t/30_defer.t
15384 ____________________________________________________________________________
15385 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
15386         Log: Subject: [PATCH bleadperl] magic.t tweak
15387              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15388              Date: Wed, 20 Mar 2002 00:39:16 +0100
15389              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
15390      Branch: perl
15391            ! t/op/magic.t
15392 ____________________________________________________________________________
15393 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
15394         Log: Typo fix from Andreas Koenig, plus a tweak.
15395      Branch: perl
15396            ! pod/perlunicode.pod
15397 ____________________________________________________________________________
15398 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
15399         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
15400              in Mandrake 8.2.  Now we need to figure out a way not to
15401              unbreak Apache.
15402      Branch: perl
15403            ! hints/linux.sh
15404 ____________________________________________________________________________
15405 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
15406         Log: Fix for "UTF-8 bug with s///" from Hugo.
15407      Branch: perl
15408            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
15409            ! t/op/pat.t
15410 ____________________________________________________________________________
15411 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
15412         Log: metaconfig unit change for #15354.
15413      Branch: metaconfig
15414            ! U/threads/usethreads.U
15415 ____________________________________________________________________________
15416 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
15417         Log: Installation updates on threads and perlio.
15418      Branch: perl
15419            ! Configure INSTALL
15420 ____________________________________________________________________________
15421 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
15422         Log: Tpo.
15423      Branch: perl
15424            ! pod/perlfaq6.pod
15425 ____________________________________________________________________________
15426 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
15427         Log: Regen modlib and toc.
15428      Branch: perl
15429            ! pod/perlmodlib.pod pod/perltoc.pod
15430 ____________________________________________________________________________
15431 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
15432         Log: Whitespace tweaks.
15433      Branch: perl
15434            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
15435            ! pod/perltodo.pod pod/perlunicode.pod
15436 ____________________________________________________________________________
15437 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
15438         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
15439              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
15440              (And as suggested by Markus Kuhn.)
15441              
15442              While we are at it, document also the case of
15443              mixed hash keys as a known potential troublemaker.
15444              (Since it's locale-related, sometimes.)
15445      Branch: perl
15446            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
15447            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
15448            ! pod/perluniintro.pod
15449 ____________________________________________________________________________
15450 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
15451         Log: Surely a typo.
15452      Branch: perl
15453            ! gv.c
15454 ____________________________________________________________________________
15455 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
15456         Log: Take two.
15457      Branch: perl
15458            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
15459            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
15460 ____________________________________________________________________________
15461 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
15462         Log: Let's try this from scratch.
15463      Branch: perl
15464            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
15465            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
15466 ____________________________________________________________________________
15467 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
15468         Log: I could do this all day...
15469      Branch: perl
15470            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
15471            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
15472 ____________________________________________________________________________
15473 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
15474         Log: Grrr.
15475      Branch: perl
15476            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
15477            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
15478 ____________________________________________________________________________
15479 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
15480         Log: Subject: Re: Nearly OK for cygwin@15318
15481              From: John Peacock <jpeacock@rowman.com>
15482              Date: Tue, 19 Mar 2002 15:58:08 -0500
15483              Message-ID: <3C97A660.3060302@rowman.com>
15484      Branch: perl
15485            ! pod/perlport.pod
15486 ____________________________________________________________________________
15487 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
15488         Log: Subject: Re: Nearly OK for cygwin@15318
15489              From: <slaven.rezic@berlin.de>
15490              Date: Tue, 19 Mar 2002 21:47:49 +0100
15491              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
15492              
15493              Subject: Re: Nearly OK for cygwin@15318
15494              From: <slaven.rezic@berlin.de>
15495              Date: Tue, 19 Mar 2002 21:37:18 +0100
15496              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
15497      Branch: perl
15498            ! pod/perlport.pod t/io/fs.t
15499 ____________________________________________________________________________
15500 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
15501         Log: D'oh.
15502      Branch: perl
15503            + ext/I18N/Langinfo/fallback/const-c.inc
15504            + ext/I18N/Langinfo/fallback/const-xs.inc
15505 ____________________________________________________________________________
15506 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
15507         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
15508              From: Nicholas Clark <nick@unfortu.net>
15509              Date: Tue, 19 Mar 2002 22:37:08 +0000
15510              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
15511              
15512              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
15513              From: Nicholas Clark <nick@ccl4.org>
15514              Date: Tue, 19 Mar 2002 22:39:55 +0000
15515              Message-ID: <20020319223954.G94831@plum.flirble.org>
15516      Branch: perl
15517            - ext/I18N/Langinfo/fallback.xs
15518            ! MANIFEST
15519 ____________________________________________________________________________
15520 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
15521         Log: Text, not binary.
15522      Branch: perl
15523            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
15524            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
15525 ____________________________________________________________________________
15526 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
15527         Log: Subject: Re: perl@15244
15528              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15529              Date: Mon, 18 Mar 2002 17:37:31 +0100
15530              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
15531              
15532              (Goedendag: Dutch whitespace police)
15533      Branch: perl
15534            ! hints/hpux.sh
15535 ____________________________________________________________________________
15536 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
15537         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
15538              From: Nicholas Clark <nick@unfortu.net>
15539              Date: Tue, 19 Mar 2002 21:52:47 +0000
15540              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
15541      Branch: perl
15542            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
15543            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
15544            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
15545            ! ext/Sys/Syslog/Makefile.PL
15546 ____________________________________________________________________________
15547 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
15548         Log: More pathname portability checks.
15549      Branch: perl
15550            ! Porting/check83.pl
15551 ____________________________________________________________________________
15552 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
15553         Log: Begone, Encode::Tcl::Extended.
15554      Branch: perl
15555            ! ext/Encode/lib/Encode/Tcl.pm
15556 ____________________________________________________________________________
15557 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
15558         Log: This is like trying to put the shaving cream
15559              back to the can...
15560      Branch: perl
15561            ! hints/linux.sh
15562 ____________________________________________________________________________
15563 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
15564         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
15565              types of usleep().  Fun, fun. fun.
15566      Branch: perl
15567            ! hints/linux.sh
15568 ____________________________________________________________________________
15569 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
15570         Log: Sarathy's new suggestion for Linux threading flags.
15571      Branch: perl
15572            ! hints/linux.sh
15573 ____________________________________________________________________________
15574 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
15575         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
15576      Branch: perl
15577            - ext/Encode/Encode/euc-jp-0212.ucm
15578            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
15579            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
15580 ____________________________________________________________________________
15581 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
15582         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
15583              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15584              Date: Tue, 19 Mar 2002 00:42:22 +0100
15585              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
15586      Branch: perl
15587            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
15588 ____________________________________________________________________________
15589 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
15590         Log: "+" is not a valid filename character in VMS.
15591      Branch: perl
15592            + ext/Encode/Encode/euc-jp-0212.ucm
15593            - ext/Encode/Encode/euc-jp+0212.ucm
15594            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
15595 ____________________________________________________________________________
15596 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
15597         Log: Update Changes.
15598      Branch: perl
15599            ! Changes patchlevel.h
15600 ____________________________________________________________________________
15601 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
15602         Log: Take away _GNU_SOURCE since that does not seem
15603              to play well with other software (like Apache),
15604              just hint away the WHOAs.
15605      Branch: perl
15606            ! hints/linux.sh
15607 ____________________________________________________________________________
15608 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
15609         Log: metaconfig unit change for #15326.
15610      Branch: metaconfig
15611            ! U/threads/d_crypt_r.U
15612 ____________________________________________________________________________
15613 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
15614         Log: Support crypt_r(const char*,const char*, CRYPTD*).
15615      Branch: perl
15616            ! Configure reentr.h reentr.pl
15617 ____________________________________________________________________________
15618 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
15619         Log: VMS acrobatics from Peter Prymmer.
15620      Branch: perl
15621            ! lib/ExtUtils/t/ExtUtils.t
15622 ____________________________________________________________________________
15623 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
15624         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
15625              From: Stas Bekman <stas@stason.org>
15626              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
15627              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
15628      Branch: perl
15629            ! lib/Pod/Html.pm
15630 ____________________________________________________________________________
15631 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
15632         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
15633              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15634              Date: Tue, 19 Mar 2002 10:49:27 +0100
15635              Message-ID: <20020319104927.C705@rafael>   
15636      Branch: perl
15637            ! ext/B/t/xref.t
15638 ____________________________________________________________________________
15639 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
15640         Log: Integrate perlio:
15641              
15642              [ 15314]
15643              Move docs for Encode::valid_utf8 (which does not exist)
15644              to be docs for utf8::valid() (which does).
15645      Branch: perl
15646           !> ext/Encode/Encode.pm lib/utf8.pm
15647 ____________________________________________________________________________
15648 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
15649         Log: Remove Encode::Tcl::Extended, suggested by
15650              SADAHIRO Tomoyuki.
15651      Branch: perl
15652            - ext/Encode/Encode/euc-jp-0212.enc
15653            - ext/Encode/lib/Encode/Tcl/Extended.pm
15654            ! MANIFEST ext/Encode/MANIFEST
15655            ! ext/Encode/lib/Encode/Tcl/Escape.pm
15656            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
15657 ____________________________________________________________________________
15658 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
15659         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
15660      Branch: perl
15661            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
15662            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
15663            + ext/Encode/t/jisx0212.ref
15664            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
15665            - ext/Encode/t/table.ref
15666            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
15667            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
15668            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
15669            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
15670            ! ext/Encode/lib/Encode/CN/HZ.pm
15671            ! ext/Encode/lib/Encode/Encoding.pm
15672            ! ext/Encode/lib/Encode/Internal.pm
15673            ! ext/Encode/lib/Encode/JP/Constants.pm
15674            ! ext/Encode/lib/Encode/JP/H2Z.pm
15675            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15676            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
15677            ! ext/Encode/lib/Encode/Tcl/Escape.pm
15678            ! ext/Encode/lib/Encode/Tcl/Extended.pm
15679            ! ext/Encode/lib/Encode/Tcl/Table.pm
15680            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
15681            ! ext/Encode/lib/Encode/iso10646_1.pm
15682            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
15683            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
15684            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
15685 ____________________________________________________________________________
15686 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
15687         Log: constness+signedness nit.
15688      Branch: perl
15689            ! ext/Unicode/Normalize/Normalize.xs
15690 ____________________________________________________________________________
15691 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
15692         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
15693      Branch: perl
15694            ! ext/Unicode/Normalize/Changes
15695            ! ext/Unicode/Normalize/Normalize.pm
15696            ! ext/Unicode/Normalize/Normalize.xs
15697            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
15698            ! ext/Unicode/Normalize/t/func.t
15699 ____________________________________________________________________________
15700 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
15701         Log: Split the ebcdic details to perlebcdic.
15702      Branch: perl
15703            ! pod/perlebcdic.pod pod/perluniintro.pod
15704 ____________________________________________________________________________
15705 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
15706         Log: Be explicit.
15707      Branch: perl
15708            ! pod/perluniintro.pod
15709 ____________________________________________________________________________
15710 [ 15315] By: nick                                  on 2002/03/19  09:24:18
15711         Log: Integrate mainline
15712      Branch: perlio
15713           +> ext/List/Util/t/openhan.t
15714           !> (integrate 53 files)
15715 ____________________________________________________________________________
15716 [ 15314] By: nick                                  on 2002/03/19  07:39:07
15717         Log: Move docs for Encode::valid_utf8 (which does not exist)
15718              to be docs for utf8::valid() (which does).
15719      Branch: perlio
15720            ! ext/Encode/Encode.pm lib/utf8.pm
15721 ____________________________________________________________________________
15722 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
15723         Log: Update the Unicode vs EBCDIC situation.
15724      Branch: perl
15725            ! pod/perlebcdic.pod pod/perluniintro.pod
15726 ____________________________________________________________________________
15727 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
15728         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
15729              From: Robert Spier <rspier@pobox.com>
15730              Date: Mon, 18 Mar 2002 19:22:55 -0800
15731              Message-ID: <15510.44815.383439.823671@rls.cx>
15732      Branch: perl
15733            ! ext/threads/t/end.t
15734 ____________________________________________________________________________
15735 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
15736         Log: UTF-8 walk errors that become visible in EBCDIC.
15737      Branch: perl
15738            ! regexec.c
15739 ____________________________________________________________________________
15740 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
15741         Log: s/regcinclasslen/reginclass/ and remove the old
15742              reginclass since nothing is using it.
15743      Branch: perl
15744            ! embed.fnc embed.h proto.h regexec.c
15745 ____________________________________________________________________________
15746 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
15747         Log: Close the file so it can be (a) removed (b) reopened.
15748      Branch: perl
15749            ! ext/B/t/xref.t
15750 ____________________________________________________________________________
15751 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
15752         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
15753              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15754              Date: Mon, 18 Mar 2002 23:14:31 +0100
15755              Message-ID: <20020318231431.A699@rafael>
15756      Branch: perl
15757            ! ext/B/B.xs utf8.c
15758 ____________________________________________________________________________
15759 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
15760         Log: Failed patch hunk reapplied.
15761      Branch: perl
15762            ! lib/Tie/File/t/32_defer_misc.t
15763 ____________________________________________________________________________
15764 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
15765         Log: For DEBUGGING threaded builds.
15766      Branch: perl
15767            ! sv.c
15768 ____________________________________________________________________________
15769 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
15770         Log: AUTHORS update.
15771      Branch: perl
15772            ! AUTHORS
15773 ____________________________________________________________________________
15774 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
15775         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
15776              (Fix from Craig Berry)
15777      Branch: perl
15778            ! pp_sys.c
15779 ____________________________________________________________________________
15780 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
15781         Log: Subject: [PATCH] configure.com home-grown kill() check
15782              From: "Craig A. Berry" <craigberry@mac.com>
15783              Date: Mon, 18 Mar 2002 13:52:59 -0600
15784              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
15785      Branch: perl
15786            ! configure.com
15787 ____________________________________________________________________________
15788 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
15789         Log: Upgrade to Tie::File 0.50.
15790      Branch: perl
15791            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
15792            ! lib/Tie/File/t/32_defer_misc.t
15793 ____________________________________________________________________________
15794 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
15795         Log: AUTHORS updates.
15796      Branch: perl
15797            ! AUTHORS
15798 ____________________________________________________________________________
15799 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
15800         Log: Update Changes.
15801      Branch: perl
15802            ! Changes patchlevel.h
15803 ____________________________________________________________________________
15804 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
15805         Log: OS/390 update.
15806      Branch: perl
15807            ! pod/perldelta.pod
15808 ____________________________________________________________________________
15809 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
15810         Log: Forgot from #15288.
15811      Branch: perl
15812            ! ext/B/B.xs
15813 ____________________________________________________________________________
15814 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
15815         Log: Make regex DEBUGGING faster.
15816      Branch: perl
15817            ! perl.c perl.h regexec.c
15818 ____________________________________________________________________________
15819 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
15820         Log: Undo accidental perl.h part of #15295 (wait for #15297)
15821      Branch: perl
15822            ! perl.h
15823 ____________________________________________________________________________
15824 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
15825         Log: Subject: prefix slip
15826              From: andreas.koenig@anima.de (Andreas J. Koenig)
15827              Date: Mon, 18 Mar 2002 16:24:46 +0100
15828              Message-ID: <m3y9gp3nlt.fsf@anima.de>
15829              
15830              (perl.h part accidental, undone by #15296)
15831      Branch: perl
15832            ! INSTALL perl.h
15833 ____________________________________________________________________________
15834 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
15835         Log: Be tidy.
15836      Branch: perl
15837            ! ext/B/t/xref.t
15838 ____________________________________________________________________________
15839 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
15840         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
15841              From: Spider Boardman <spider@web.zk3.dec.com>
15842              Date: Mon, 18 Mar 2002 10:09:50 -0500
15843              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
15844      Branch: perl
15845            ! README.tru64 hints/dec_osf.sh
15846 ____________________________________________________________________________
15847 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
15848         Log: NetWare tweaks from C Aditya <caditya@novell.com>
15849      Branch: perl
15850            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
15851 ____________________________________________________________________________
15852 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
15853         Log: metaconfig unit change for #15290.
15854      Branch: metaconfig/U/perl
15855            ! perlxv.U
15856 ____________________________________________________________________________
15857 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
15858         Log: Subject: d_nv_preserves_uv_bits
15859              From: Nicholas Clark <nick@unfortu.net>
15860              Date: Thu, 14 Mar 2002 22:24:19 +0000
15861              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
15862      Branch: perl
15863            ! Configure Porting/Glossary Porting/config.sh config_h.SH
15864            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
15865            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
15866            ! win32/config.bc win32/config.gc win32/config.vc
15867            ! win32/config.win64
15868 ____________________________________________________________________________
15869 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
15870         Log: Subject: Re: perl@15244
15871              From: Spider Boardman <spider@web.zk3.dec.com>
15872              Date: Mon, 18 Mar 2002 09:38:55 -0500
15873              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
15874              
15875              (IA64 work.)
15876      Branch: perl
15877            ! hints/hpux.sh perl.h
15878 ____________________________________________________________________________
15879 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
15880         Log: Subject: [PATCH B] B::perlstring()
15881              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15882              Date: Sun, 17 Mar 2002 23:06:12 +0100
15883              Message-ID: <20020317230612.A24442@rafael>
15884      Branch: perl
15885            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
15886 ____________________________________________________________________________
15887 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
15888         Log: Subject: [PATCH] another pack "w" thing
15889              From: Nicholas Clark <nick@unfortu.net>
15890              Date: Sat, 16 Mar 2002 21:52:15 +0000
15891              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
15892      Branch: perl
15893            ! pp_pack.c t/op/pack.t
15894 ____________________________________________________________________________
15895 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
15896         Log: More prototypes blindness in Solaris.
15897              (TODO: readdir64_r really needs to be seen.)
15898      Branch: perl
15899            ! hints/solaris_2.sh
15900 ____________________________________________________________________________
15901 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
15902         Log: Integrate perlio:
15903              
15904              [ 15282]
15905              Tidy the "does not map" message for non-characters
15906              (e.g. iso-8859-3 "\xA5").
15907      Branch: perl
15908           !> ext/Encode/Encode.xs
15909 ____________________________________________________________________________
15910 [ 15284] By: nick                                  on 2002/03/18  11:00:31
15911         Log: Integrate mainline
15912      Branch: perlio
15913           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
15914           +> lib/Tie/File/t/32_defer_misc.t
15915           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
15916           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
15917           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
15918           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
15919           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
15920           !> reentr.pl regexec.c t/op/pat.t util.c
15921 ____________________________________________________________________________
15922 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
15923         Log: Sync with Scalar-List-Utils-1.07
15924      Branch: perl
15925            + ext/List/Util/t/openhan.t
15926            ! MANIFEST ext/List/Util/ChangeLog
15927            ! ext/List/Util/lib/List/Util.pm
15928            ! ext/List/Util/lib/Scalar/Util.pm
15929 ____________________________________________________________________________
15930 [ 15282] By: nick                                  on 2002/03/18  08:11:28
15931         Log: Tidy the "does not map" message for non-characters
15932              (e.g. iso-8859-3 "\xA5").
15933      Branch: perlio
15934            ! ext/Encode/Encode.xs
15935 ____________________________________________________________________________
15936 [ 15281] By: ams                                   on 2002/03/18  04:44:37
15937         Log: URL fix from MJD.
15938      Branch: perl
15939            ! pod/perlfaq3.pod
15940 ____________________________________________________________________________
15941 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
15942         Log: More prototype calming (really should fix the Configure
15943              protochk, but not at this point in time).
15944      Branch: perl
15945            ! hints/solaris_2.sh
15946 ____________________________________________________________________________
15947 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
15948         Log: return at the wrong side of #endif.
15949      Branch: perl
15950            ! util.c
15951 ____________________________________________________________________________
15952 [ 15278] By: ams                                   on 2002/03/17  23:45:31
15953         Log: Typo fix from Stas Bekman.
15954      Branch: perl
15955            ! pod/perlhack.pod
15956 ____________________________________________________________________________
15957 [ 15277] By: ams                                   on 2002/03/17  23:41:35
15958         Log: Upgrade to Tie::File 0.21.
15959      Branch: perl
15960            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
15961            + lib/Tie/File/t/32_defer_misc.t
15962            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
15963            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
15964            ! lib/Tie/File/t/22_autochomp.t
15965 ____________________________________________________________________________
15966 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
15967         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
15968              character classes use inlined macros instead of the full
15969              function call.
15970      Branch: perl
15971            ! regexec.c
15972 ____________________________________________________________________________
15973 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
15974         Log: Integrate perlio:
15975              
15976              [ 15274]
15977              Other :encoding oddities
15978              - we should really pop while we can still make method calls
15979              in case DESTROY does something.
15980              - Provide a no-op DESTROY
15981              - Use SvPV_only() rather than just SvPV_on()
15982              
15983              [ 15273]
15984              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
15985      Branch: perl
15986           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
15987           !> ext/Encode/lib/Encode/Encoding.pm sv.c
15988 ____________________________________________________________________________
15989 [ 15274] By: nick                                  on 2002/03/17  20:00:12
15990         Log: Other :encoding oddities
15991              - we should really pop while we can still make method calls
15992              in case DESTROY does something.
15993              - Provide a no-op DESTROY
15994              - Use SvPV_only() rather than just SvPV_on()
15995      Branch: perlio
15996            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15997            ! ext/Encode/lib/Encode/Encoding.pm
15998 ____________________________________________________________________________
15999 [ 15273] By: nick                                  on 2002/03/17  19:53:24
16000         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
16001      Branch: perlio
16002            ! sv.c
16003 ____________________________________________________________________________
16004 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
16005         Log: Implement the retry-on-ERANGE for the get*_r().
16006              The buffer will keep doubling until 64k.
16007      Branch: perl
16008            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
16009            ! reentr.h reentr.pl
16010 ____________________________________________________________________________
16011 [ 15271] By: nick                                  on 2002/03/17  17:38:44
16012         Log: Integrate mainline
16013      Branch: perlio
16014           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
16015           +> t/op/pow.t
16016           !> (integrate 28 files)
16017 ____________________________________________________________________________
16018 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
16019         Log: Subject: UTF-8 bug (maybe alreayd known?)
16020              From: andreas.koenig@anima.de (Andreas J. Koenig)
16021              Date: Fri, 08 Mar 2002 16:36:01 +0100
16022              Message-ID: <m3n0xjul5q.fsf@anima.de>
16023      Branch: perl
16024            ! pp_hot.c t/op/pat.t
16025 ____________________________________________________________________________
16026 [ 15269] By: nick                                  on 2002/03/17  09:12:39
16027         Log: Integarate mainline
16028      Branch: perlio
16029           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
16030           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
16031           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
16032           !> (integrate 69 files)
16033 ____________________________________________________________________________
16034 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
16035         Log: Subject: SEGV in s/// and UTF-8
16036              From: andreas.koenig@anima.de (Andreas J. Koenig)
16037              Date: Tue, 12 Mar 2002 00:40:09 +0100
16038              Message-ID: <m3r8mqad2e.fsf@anima.de>
16039      Branch: perl
16040            ! regexec.c t/op/pat.t
16041 ____________________________________________________________________________
16042 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
16043         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
16044              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
16045              which assume that 2**someinteger is accurate.
16046      Branch: perl
16047            + t/op/pow.t
16048            ! MANIFEST pp.c t/test.pl
16049 ____________________________________________________________________________
16050 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
16051         Log: _r-ify config.win64, too.
16052      Branch: perl
16053            ! win32/config.win64
16054 ____________________________________________________________________________
16055 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
16056         Log: Better place to initialize (IRIX cc noticed that
16057              the many "goto defchars" bypass the initialization)
16058      Branch: perl
16059            ! regcomp.c
16060 ____________________________________________________________________________
16061 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
16062         Log: If not building threaded, never mind the threaded prototypes.
16063      Branch: perl
16064            ! Configure reentr.pl
16065 ____________________________________________________________________________
16066 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
16067         Log: metaconfig: If not using threads, not point probing for the
16068              prototypes (since they might be hidden behind many defines
16069              we won't have if not building threaded)
16070      Branch: metaconfig
16071            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16072            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16073            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16074            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16075            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16076            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16077            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16078            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16079            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16080            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16081            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16082            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16083            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16084            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16085            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16086            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16087            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16088            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16089            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16090            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16091            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16092            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16093            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16094            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16095 ____________________________________________________________________________
16096 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
16097         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
16098      Branch: perl
16099            ! hints/freebsd.sh
16100 ____________________________________________________________________________
16101 [ 15261] By: ams                                   on 2002/03/16  18:14:04
16102         Log: Upgrade to Tie::File 0.20.
16103      Branch: perl
16104            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
16105            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
16106            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
16107            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
16108            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
16109            ! lib/Tie/File/t/11_rv_splice_rs.t
16110            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
16111            ! lib/Tie/File/t/16_handle.t
16112 ____________________________________________________________________________
16113 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
16114         Log: There seems to be a trend for the *time_r to be hidden.
16115      Branch: perl
16116            ! hints/irix_6.sh
16117 ____________________________________________________________________________
16118 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
16119         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
16120              From: Stas Bekman <stas@stason.org>
16121              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
16122              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
16123      Branch: perl
16124            ! lib/Pod/Html.pm
16125 ____________________________________________________________________________
16126 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
16127         Log: Subject: [PATCH] Re: dumpvar.pl bug
16128              From: Peter Scott <Peter@PSDT.com>
16129              Date: Fri, 15 Mar 2002 18:19:21 -0800
16130              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
16131      Branch: perl
16132            ! lib/dumpvar.pl lib/perl5db.pl
16133 ____________________________________________________________________________
16134 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
16135         Log: More paranoid _r protochecking.  At least Tru64 and
16136              Linux need additional hinting help to believe that
16137              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
16138              to see what goes bang.
16139      Branch: perl
16140            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
16141            ! reentr.pl
16142 ____________________________________________________________________________
16143 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
16144         Log: metaconfig: more paranoid _r protochecking.
16145      Branch: metaconfig
16146            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16147            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16148            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16149            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16150            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16151            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16152            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16153            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16154            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16155            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16156            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16157            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16158            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16159            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16160            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16161            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16162            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16163            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16164            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16165            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16166            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16167            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16168            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16169            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16170 ____________________________________________________________________________
16171 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
16172         Log: HP-UX gcc 3 warnings found by Sarathy.
16173      Branch: perl
16174            ! regcomp.c sv.c
16175 ____________________________________________________________________________
16176 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
16177         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
16178              From: Slaven Rezic <slaven.rezic@berlin.de>
16179              Date: 16 Mar 2002 15:29:18 +0100
16180              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
16181      Branch: perl
16182            ! pod/perldelta.pod
16183 ____________________________________________________________________________
16184 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
16185         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
16186      Branch: perl
16187            ! Porting/findrfuncs reentr.h reentr.pl
16188 ____________________________________________________________________________
16189 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
16190         Log: UIN32_MAX with borken under HP-UX+gcc
16191      Branch: perl
16192            ! handy.h
16193 ____________________________________________________________________________
16194 [ 15251] By: ams                                   on 2002/03/16  02:38:08
16195         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
16196              *::DESTROY() is deprecated
16197              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16198              Date: Thu, 14 Mar 2002 18:39:22 -0500
16199              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
16200              
16201              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
16202              *::DESTROY() is deprecated
16203              From: Dave Mitchell <davem@fdgroup.com>
16204              Date: Fri, 15 Mar 2002 19:22:49 +0000
16205              Message-Id: <20020315192249.A22389@fdgroup.com>
16206      Branch: perl
16207            ! gv.c t/op/method.t
16208 ____________________________________________________________________________
16209 [ 15250] By: ams                                   on 2002/03/16  02:14:41
16210         Log: Plural nit.
16211      Branch: perl
16212            ! pod/perldelta.pod
16213 ____________________________________________________________________________
16214 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
16215         Log: Doesn't make sense to test for protos if the
16216              functions are not to be used (!= functions exist!)
16217              This might be the key (well, a key) to the HP-UX
16218              problems.
16219      Branch: perl
16220            ! reentr.h reentr.pl
16221 ____________________________________________________________________________
16222 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
16223         Log: Typo in #15247.
16224      Branch: perl
16225            ! hints/hpux.sh
16226 ____________________________________________________________________________
16227 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
16228         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
16229              in HP-UX (from H.Merijn Brand)
16230      Branch: perl
16231            ! hints/hpux.sh
16232 ____________________________________________________________________________
16233 [ 15246] By: ams                                   on 2002/03/15  17:53:23
16234         Log: Subject: minor corrections in perldelta.pod
16235              From: mjd@plover.com
16236              Date: 15 Mar 2002 18:48:42 -0000
16237              Message-Id: <20020315184842.13573.qmail@plover.com>
16238      Branch: perl
16239            ! pod/perldelta.pod
16240 ____________________________________________________________________________
16241 [ 15245] By: ams                                   on 2002/03/15  17:37:52
16242         Log: Upgrade to Tie::File 0.19.
16243      Branch: perl
16244            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
16245            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
16246            + lib/Tie/File/t/21_win32.t
16247            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
16248            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
16249            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
16250            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
16251            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
16252            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
16253            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
16254            ! lib/Tie/File/t/17_misc_meth.t
16255 ____________________________________________________________________________
16256 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
16257         Log: Update Changes.
16258      Branch: perl
16259            ! Changes patchlevel.h
16260 ____________________________________________________________________________
16261 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
16262         Log: Forgot from #15241.
16263      Branch: perl
16264            ! win32/config_sh.PL
16265 ____________________________________________________________________________
16266 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
16267         Log: Subject: patch pod/perltodo.pod
16268              From: mjd@plover.com
16269              Date: 15 Mar 2002 15:42:18 -0000
16270              Message-ID: <20020315154218.10163.qmail@plover.com>
16271              
16272              (With s/WANT/Want/)
16273      Branch: perl
16274            ! pod/perltodo.pod
16275 ____________________________________________________________________________
16276 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
16277         Log: Subject: [PATCH bleadperl] (revision 5 undef)
16278              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16279              Date: Fri, 15 Mar 2002 00:39:48 +0100
16280              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
16281      Branch: perl
16282            ! win32/config.bc win32/config.gc win32/config.vc
16283            ! win32/config.win64
16284 ____________________________________________________________________________
16285 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
16286         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
16287              From: Michael G Schwern <schwern@pobox.com>
16288              Date: Thu, 14 Mar 2002 16:39:29 -0500
16289              Message-ID: <20020314213929.GA2912@blackrider>
16290      Branch: perl
16291            ! lib/perl5db.pl
16292 ____________________________________________________________________________
16293 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
16294         Log: Integrate perlio:
16295              
16296              [ 15235]
16297              Add the binmode()s to make JP.t pass on Win32
16298      Branch: perl
16299           !> embed.fnc ext/Encode/t/JP.t
16300 ____________________________________________________________________________
16301 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
16302         Log: Monster _r patch: try to scan for all known _r variants,
16303              and then use them (under ithreads).  May fail in HP-UX,
16304              and the op/groups is known to be fickle everywhere.  Known
16305              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
16306              warnings in AIX since the first arguments of getnetbyaddr
16307              and getnetbyadd_r are of different types.  Thanks, IBM.)
16308              
16309              In non-Configure platforms deny the existence of any
16310              of the _r thingies.  (Also add the recently introduced
16311              d_tm_* to places it wasn't already in.)
16312              
16313              TODO: the suggested glibc buffer growth retry loop in case
16314              some entries (at least for: gr*, host*) are big.
16315              Forgot win32/config.win64.
16316      Branch: perl
16317            + reentr.c reentr.h reentr.pl
16318            ! Configure MANIFEST Makefile.SH NetWare/Makefile
16319            ! NetWare/config.wc Porting/Glossary Porting/config.sh
16320            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
16321            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
16322            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
16323            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
16324            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
16325            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
16326            ! win32/config.bc win32/config.gc win32/config.vc
16327            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
16328 ____________________________________________________________________________
16329 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
16330         Log: Be more explicit on when is the $! worth anything.
16331      Branch: perl
16332            ! pod/perlvar.pod
16333 ____________________________________________________________________________
16334 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
16335         Log: metaconfig: _r _r we go.
16336      Branch: metaconfig
16337            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16338            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16339            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16340            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16341            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16342            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16343            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16344            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16345            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16346            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16347            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16348            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16349            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16350            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16351            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16352            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16353            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16354            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16355            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16356            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16357            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16358            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16359            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16360            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16361 ____________________________________________________________________________
16362 [ 15235] By: nick                                  on 2002/03/15  07:31:54
16363         Log: Add the binmode()s to make JP.t pass on Win32
16364      Branch: perlio
16365            ! ext/Encode/t/JP.t
16366 ____________________________________________________________________________
16367 [ 15234] By: nick                                  on 2002/03/15  07:20:49
16368         Log: Integrate perlio:
16369              
16370              [ 15233]
16371              Mark JP.t's data files as binary
16372              
16373              [ 15011]
16374              Avoid $Id$ cleverness and just have a $VERSION.
16375      Branch: perl
16376           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
16377 ____________________________________________________________________________
16378 [ 15233] By: nick                                  on 2002/03/15  07:18:02
16379         Log: Mark JP.t's data files as binary
16380      Branch: perlio
16381            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
16382 ____________________________________________________________________________
16383 [ 15232] By: nick                                  on 2002/03/15  07:13:38
16384         Log: Integrate mainline
16385      Branch: perlio
16386           +> ext/B/t/xref.t
16387           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
16388           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
16389           !> perl.c t/op/arith.t
16390 ____________________________________________________________________________
16391 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
16392         Log: The section needs to be in the makedepend script
16393              (from Jan-Erik Karlsson).
16394      Branch: perl
16395            ! makedepend.SH
16396 ____________________________________________________________________________
16397 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
16398         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
16399              From: Nicholas Clark <nick@unfortu.net>
16400              Date: Thu, 14 Mar 2002 23:05:23 +0000
16401              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
16402      Branch: perl
16403            ! ext/Safe/safe2.t
16404 ____________________________________________________________________________
16405 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
16406         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
16407              From: "Brent Dax" <brentdax@cpan.org>
16408              Date: Thu, 14 Mar 2002 09:08:41 -0800
16409              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
16410      Branch: perl
16411            ! lib/Pod/Html.pm
16412 ____________________________________________________________________________
16413 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
16414         Log: metaconfig: one round again for the _r.
16415      Branch: metaconfig
16416            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16417            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16418            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16419            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16420            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16421            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16422            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16423            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16424            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16425            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16426            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16427            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16428            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16429            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16430            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16431            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16432            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16433            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16434            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16435            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16436            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16437            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16438            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16439            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16440 ____________________________________________________________________________
16441 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
16442         Log: metaconfig: new round of the _r units.
16443      Branch: metaconfig
16444            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16445            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16446            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16447            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16448            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16449            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16450            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16451            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16452            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16453            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16454            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16455            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16456            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16457            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16458            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16459            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16460            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16461            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16462            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16463            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16464            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16465            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16466            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16467            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16468      Branch: metaconfig/U/perl
16469            + i_crypt.U
16470 ____________________________________________________________________________
16471 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
16472         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
16473              From: Paul_GreenVOS@vos.stratus.com
16474              Date: Tue, 12 Mar 02 19:22 est   
16475              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
16476      Branch: perl
16477            ! lib/Benchmark.t t/op/arith.t
16478 ____________________________________________________________________________
16479 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
16480         Log: Subject: Re: Win32: C:\Program Files
16481              From: "Ken Williams" <ken@mathforum.org>
16482              Date: Wed, 13 Mar 2002 17:50:59 -0600
16483              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
16484              
16485              Add -t to perl -h.
16486      Branch: perl
16487            ! perl.c
16488 ____________________________________________________________________________
16489 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
16490         Log: Extra paranoia from Nick Clark.
16491      Branch: perl
16492            ! ext/Safe/safe2.t
16493 ____________________________________________________________________________
16494 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
16495         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
16496              From: Nicholas Clark <nick@ccl4.org>
16497              Date: Wed, 13 Mar 2002 14:22:50 +0000
16498              Message-ID: <20020313142250.G92566@plum.flirble.org>
16499      Branch: perl
16500            ! ext/Safe/safe2.t
16501 ____________________________________________________________________________
16502 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
16503         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
16504              From: <slaven.rezic@berlin.de>
16505              Date: Tue, 12 Mar 2002 13:03:41 +0100      
16506              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
16507      Branch: perl
16508            ! Makefile.SH
16509 ____________________________________________________________________________
16510 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
16511         Log: Subject: [PATCH] a test for B::Xref
16512              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16513              Date: Wed, 13 Mar 2002 17:18:57 +0100
16514              Message-ID: <20020313171857.F1144@rafael>
16515      Branch: perl
16516            + ext/B/t/xref.t
16517            ! MANIFEST ext/B/B/Xref.pm
16518 ____________________________________________________________________________
16519 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
16520         Log: Subject: [PATCH] Exporter.pm POD fixups
16521              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16522              Date: Wed, 13 Mar 2002 16:21:42 +0100
16523              Message-ID: <20020313162142.A1144@rafael>
16524      Branch: perl
16525            ! lib/Exporter.pm
16526 ____________________________________________________________________________
16527 [ 15219] By: nick                                  on 2002/03/14  07:00:16
16528         Log: Integrate mainline
16529      Branch: perlio
16530           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
16531 ____________________________________________________________________________
16532 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
16533         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
16534              From: Michael G Schwern <schwern@pobox.com>
16535              Date: Wed, 13 Mar 2002 17:43:00 -0500
16536              Message-ID: <20020313224300.GG3311@blackrider>
16537      Branch: perl
16538            ! lib/ExtUtils/MM_VMS.pm
16539 ____________________________________________________________________________
16540 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
16541         Log: Pod tweak.
16542      Branch: perl
16543            ! lib/open.pm
16544 ____________________________________________________________________________
16545 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
16546         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
16547              From: "Craig A. Berry" <craigberry@mac.com>
16548              Date: Wed, 13 Mar 2002 01:44:01 -0600
16549              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
16550      Branch: perl
16551            ! vms/descrip_mms.template
16552 ____________________________________________________________________________
16553 [ 15215] By: nick                                  on 2002/03/13  08:08:36
16554         Log: Integrate mainline.
16555      Branch: perlio
16556           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
16557            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
16558            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
16559            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
16560            - ext/Data/Util/t/Hash.t
16561           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
16562           !> ext/Encode/lib/Encode/CN/HZ.pm
16563           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16564           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
16565           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
16566           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
16567           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
16568           !> t/op/override.t toke.c universal.c
16569 ____________________________________________________________________________
16570 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
16571         Log: metaconfig: three guesses.
16572      Branch: metaconfig
16573            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16574            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16575            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16576            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16577            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16578            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16579            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16580            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16581            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16582            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16583            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16584            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16585            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16586            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16587            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16588            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16589            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16590            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16591            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16592            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16593            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16594            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16595            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16596            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16597 ____________________________________________________________________________
16598 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
16599         Log: metaconfig: regen _r units again.
16600      Branch: metaconfig
16601            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16602            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16603            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16604            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16605            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16606            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16607            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16608            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16609            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16610            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16611            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16612            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16613            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16614            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16615            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16616            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16617            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16618            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16619            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16620            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16621            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16622            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16623            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16624            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16625 ____________________________________________________________________________
16626 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
16627         Log: metaconfig: regen _r units.
16628      Branch: metaconfig
16629            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
16630            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16631            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16632            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16633            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16634            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16635            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16636            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16637            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16638            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16639            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16640            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16641            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16642            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16643            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16644            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16645            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16646            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16647            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16648            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16649            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16650            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16651            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16652            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16653            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16654 ____________________________________________________________________________
16655 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
16656         Log: metaconfig unit tweaks.
16657      Branch: metaconfig
16658            + U/threads/d_setprotoent_r.U
16659            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
16660            ! U/threads/d_tmpnam_r.U
16661 ____________________________________________________________________________
16662 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
16663         Log: metaconfig: replace the _r units with autogenerated ones.
16664      Branch: metaconfig
16665            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16666            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
16667            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16668            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
16669            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
16670            + U/threads/d_getprotobyname_r.U
16671            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16672            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
16673            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
16674            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16675            + U/threads/d_setservent_r.U
16676            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
16677            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
16678            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
16679            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
16680            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
16681            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
16682            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
16683            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
16684            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
16685            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16686            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16687            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16688            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
16689            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16690            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
16691            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
16692            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16693            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16694            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16695            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
16696            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
16697            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
16698            ! U/threads/d_ttyname_r.U
16699 ____________________________________________________________________________
16700 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
16701         Log: More known threadsafings.
16702      Branch: perl
16703            ! Porting/findrfuncs
16704 ____________________________________________________________________________
16705 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
16706         Log: Small tweaks.
16707      Branch: perl
16708            ! lib/Internals.t universal.c
16709 ____________________________________________________________________________
16710 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
16711         Log: VERSIONize.
16712      Branch: perl
16713            ! ext/Encode/lib/Encode/CN/HZ.pm
16714            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16715            ! ext/Encode/lib/Encode/JP/JIS.pm
16716 ____________________________________________________________________________
16717 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
16718         Log: Subject: perl datastructure conversion shortcuts for DDD
16719              From: Stas Bekman <stas@stason.org>
16720              Date: Mon, 11 Mar 2002 14:54:31 +0800
16721              Message-ID: <3C8C54A7.5020502@stason.org>
16722      Branch: perl
16723            ! pod/perlhack.pod
16724 ____________________________________________________________________________
16725 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
16726         Log: Regen modlib.
16727      Branch: perl
16728            ! pod/perlmodlib.pod
16729 ____________________________________________________________________________
16730 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
16731         Log: Regen toc.
16732      Branch: perl
16733            ! pod/perltoc.pod
16734 ____________________________________________________________________________
16735 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
16736         Log: Tiny pod tweaks.
16737      Branch: perl
16738            ! lib/Hash/Util.pm
16739 ____________________________________________________________________________
16740 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
16741         Log: perldeltaize Hash::Util.
16742      Branch: perl
16743            ! pod/perldelta.pod
16744 ____________________________________________________________________________
16745 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
16746         Log: Move the readonly interface back to universal.c,
16747              (new name: Internals::SvREADONLY), remove Data::Util,
16748              move Hash::Util to lib, also introduce refcnt interface
16749              (Internals::SvREFCNT).     Make both the new interfaces
16750              to be more sane so that if they set the value, they return
16751              the new value, not the old one.
16752      Branch: perl
16753            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
16754            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
16755            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
16756            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
16757            - ext/Data/Util/t/Hash.t
16758            ! MANIFEST ext/B/t/stash.t universal.c
16759 ____________________________________________________________________________
16760 [ 15200] By: ams                                   on 2002/03/12  15:16:05
16761         Log: Subject: Disambiguate "Can't locate"
16762              From: Mike Guy <mjtg@cam.ac.uk>
16763              Date: Tue, 12 Mar 2002 16:04:23 +0000
16764              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
16765      Branch: perl
16766            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
16767            ! pp_ctl.c t/op/override.t
16768 ____________________________________________________________________________
16769 [ 15199] By: ams                                   on 2002/03/12  15:04:43
16770         Log: Subject: [PATCH] perl/lib/File/stat.t
16771              From: Paul_GreenVOS@vos.stratus.com
16772              Date: Tue, 12 Mar 02 11:00 est
16773              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
16774      Branch: perl
16775            ! lib/File/stat.t
16776 ____________________________________________________________________________
16777 [ 15198] By: ams                                   on 2002/03/12  15:00:44
16778         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
16779              From: Robin Barker <rmb1@cise.npl.co.uk>
16780              Date: Tue, 12 Mar 2002 13:31:58 GMT
16781              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
16782      Branch: perl
16783            ! pod/perlfunc.pod
16784 ____________________________________________________________________________
16785 [ 15197] By: ams                                   on 2002/03/12  14:57:34
16786         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
16787              From: "Clinton A. Pierce" <clintp@geeksalad.org>
16788              Date: Tue, 12 Mar 2002 10:11:53 -0500
16789              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
16790      Branch: perl
16791            ! toke.c
16792 ____________________________________________________________________________
16793 [ 15196] By: nick                                  on 2002/03/12  13:40:35
16794         Log: Integrate mainline
16795      Branch: perlio
16796           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
16797           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
16798           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
16799           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
16800            - t/lib/access.t
16801           !> (integrate 96 files)
16802 ____________________________________________________________________________
16803 [ 15195] By: nick                                  on 2002/03/12  06:08:24
16804         Log: Integrate mainline (a while ago)
16805      Branch: perlio
16806           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
16807           +> ext/Encode/t/TW.t
16808            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
16809            - ext/Encode/lib/Encode/Tcl/HanZi.pm
16810            - ext/I18N/Langinfo/fallback.c
16811           !> (integrate 80 files)
16812 ____________________________________________________________________________
16813 [ 15194] By: ams                                   on 2002/03/12  06:02:20
16814         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
16815              From: Jonathan Stowe <gellyfish@gellyfish.com>
16816              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
16817              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
16818      Branch: perl
16819            ! ext/Encode/CN/Makefile.PL
16820 ____________________________________________________________________________
16821 [ 15193] By: ams                                   on 2002/03/12  05:55:07
16822         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
16823              From: Dave Mitchell <davem@fdgroup.co.uk>
16824              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
16825              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
16826      Branch: perl
16827            ! pod/perlguts.pod
16828 ____________________________________________________________________________
16829 [ 15192] By: ams                                   on 2002/03/12  05:50:08
16830         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
16831              From: Anton Tagunov <tagunov@motor.ru>
16832              Date: Tue, 12 Mar 2002 01:40:58 +0300
16833              Message-Id: <1194068830.20020312014058@motor.ru>
16834              (Applied with tweaks.)
16835      Branch: perl
16836            ! lib/utf8.pm
16837 ____________________________________________________________________________
16838 [ 15191] By: ams                                   on 2002/03/12  05:42:21
16839         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
16840              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16841              Date: Sun, 10 Mar 2002 22:10:15 +0100
16842              Message-Id: <3C8BD9C7.13988.73992D@localhost>
16843      Branch: perl
16844            ! iperlsys.h
16845 ____________________________________________________________________________
16846 [ 15190] By: ams                                   on 2002/03/12  05:38:08
16847         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
16848              From: Anton Tagunov <tagunov@motor.ru>
16849              Date: Mon, 11 Mar 2002 23:27:47 +0300
16850              Message-Id: <19414222180.20020311232747@motor.ru>
16851      Branch: perl
16852            ! pod/perlsub.pod
16853 ____________________________________________________________________________
16854 [ 15189] By: ams                                   on 2002/03/12  05:34:49
16855         Log: Subject: minor patch for comment in utfebcdic.h
16856              From: Anton Tagunov <tagunov@motor.ru>
16857              Date: Tue, 12 Mar 2002 00:20:21 +0300
16858              Message-Id: <13817376786.20020312002021@motor.ru>
16859      Branch: perl
16860            ! utfebcdic.h
16861 ____________________________________________________________________________
16862 [ 15188] By: ams                                   on 2002/03/12  05:32:30
16863         Log: Subject: [PATCH ?] B::Xref improvements
16864              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16865              Date: Mon, 11 Mar 2002 23:32:20 +0100
16866              Message-Id: <20020311233220.A12677@rafael>
16867      Branch: perl
16868            ! ext/B/B/Xref.pm
16869 ____________________________________________________________________________
16870 [ 15187] By: ams                                   on 2002/03/12  05:30:02
16871         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
16872              From: Paul_GreenVOS@vos.stratus.com
16873              Date: Mon, 11 Mar 02 17:23 est
16874              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
16875      Branch: perl
16876            ! lib/ExtUtils/MM_Unix.pm
16877 ____________________________________________________________________________
16878 [ 15186] By: ams                                   on 2002/03/12  05:27:06
16879         Log: Subject: [PATCH] installperl - minor untangle for VOS
16880              From: Paul_GreenVOS@vos.stratus.com
16881              Date: Mon, 11 Mar 02 17:05 est
16882              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
16883      Branch: perl
16884            ! installperl
16885 ____________________________________________________________________________
16886 [ 15185] By: ams                                   on 2002/03/12  05:25:59
16887         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
16888              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16889              Date: Mon, 11 Mar 2002 22:37:39 +0100
16890              Message-Id: <20020311223739.A691@rafael>
16891      Branch: perl
16892            ! ext/B/B/Deparse.pm
16893 ____________________________________________________________________________
16894 [ 15184] By: ams                                   on 2002/03/12  05:20:54
16895         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
16896              From: Michael G Schwern <schwern@pobox.com>
16897              Date: Tue, 12 Mar 2002 01:12:08 -0500
16898              Message-Id: <20020312061208.GD904@blackrider>
16899      Branch: perl
16900            ! hints/netbsd.sh
16901 ____________________________________________________________________________
16902 [ 15183] By: ams                                   on 2002/03/12  04:12:30
16903         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
16904              From: Autrijus Tang <autrijus@autrijus.org>
16905              Date: Tue, 12 Mar 2002 13:05:53 +0800
16906              Message-Id: <20020312050553.GA7864@not.autrijus.org>
16907              (Only doc hunk applied, supplementing #15182.)
16908      Branch: perl
16909            ! ext/Encode/Encode.pm
16910 ____________________________________________________________________________
16911 [ 15182] By: ams                                   on 2002/03/12  04:04:34
16912         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
16913              From: Autrijus Tang <autrijus@autrijus.org>
16914              Date: Tue, 12 Mar 2002 12:56:46 +0800
16915              Message-Id: <20020312045646.GA7689@not.autrijus.org>
16916              (Private mail.)
16917      Branch: perl
16918            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
16919 ____________________________________________________________________________
16920 [ 15181] By: ams                                   on 2002/03/12  03:09:20
16921         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
16922              From: Autrijus Tang <autrijus@autrijus.org>
16923              Date: Tue, 12 Mar 2002 11:55:06 +0800
16924              Message-Id: <20020312035506.GA6946@not.autrijus.org>
16925      Branch: perl
16926            ! ext/Encode/Encode.pm
16927 ____________________________________________________________________________
16928 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
16929         Log: Deypo.
16930      Branch: metaconfig
16931            ! U/threads/d_asctime_r.U
16932 ____________________________________________________________________________
16933 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
16934         Log: FAQ sync.
16935      Branch: perl
16936            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16937            ! pod/perlfaq4.pod pod/perlfaq5.pod
16938 ____________________________________________________________________________
16939 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
16940         Log: The test needs perlio.
16941      Branch: perl
16942            ! lib/open.t
16943 ____________________________________________________________________________
16944 [ 15177] By: ams                                   on 2002/03/11  15:41:08
16945         Log: Subject: perlreftut update
16946              From: Mark-Jason Dominus <mjd@plover.com>
16947              Date: Mon, 11 Mar 2002 11:36:27 -0500
16948              Message-Id: <20020311163627.31020.qmail@plover.com>
16949      Branch: perl
16950            ! pod/perlreftut.pod
16951 ____________________________________________________________________________
16952 [ 15176] By: ams                                   on 2002/03/11  15:35:24
16953         Log: Subject: Minor correction in perlfaq5
16954              From: mjd@plover.com
16955              Date: 11 Mar 2002 16:34:22 -0000
16956              Message-Id: <20020311163422.30963.qmail@plover.com>
16957      Branch: perl
16958            ! pod/perlfaq5.pod
16959 ____________________________________________________________________________
16960 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
16961         Log: number of skipped tests was incorrect
16962      Branch: perl
16963            ! t/op/stat.t
16964 ____________________________________________________________________________
16965 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
16966         Log: remove doubled CRs
16967      Branch: perl
16968            ! win32/Makefile
16969 ____________________________________________________________________________
16970 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
16971         Log: Update Changes.
16972      Branch: perl
16973            ! Changes patchlevel.h
16974 ____________________________________________________________________________
16975 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
16976         Log: Regen toc.
16977      Branch: perl
16978            ! pod/perltoc.pod
16979 ____________________________________________________________________________
16980 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
16981         Log: Add t/CN.t and t/TW.t; re-sort.
16982      Branch: perl
16983            ! ext/Encode/MANIFEST
16984 ____________________________________________________________________________
16985 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
16986         Log: Document what to do if one yearns back to
16987              the old legacy encoding.
16988      Branch: perl
16989            ! lib/encoding.pm
16990 ____________________________________________________________________________
16991 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
16992         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
16993              as general purpose encoding transformation interfaces
16994              since that's not what they are.
16995      Branch: perl
16996            ! lib/utf8.pm pod/perlunicode.pod sv.c
16997 ____________________________________________________________________________
16998 [ 15168] By: ams                                   on 2002/03/11  12:54:16
16999         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
17000              warnings
17001              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17002              Date: Mon, 11 Mar 2002 14:35:22 +0100
17003              Message-Id: <20020311143522.A7431@rafael>
17004      Branch: perl
17005            ! t/lib/warnings/pp_sys
17006 ____________________________________________________________________________
17007 [ 15167] By: ams                                   on 2002/03/11  04:57:20
17008         Log: A little commonsense is better than 1_compile.
17009      Branch: perl
17010            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
17011 ____________________________________________________________________________
17012 [ 15166] By: ams                                   on 2002/03/11  04:53:50
17013         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
17014              From: Michael G Schwern <schwern@pobox.com>
17015              Date: Sun, 10 Mar 2002 13:27:12 -0500
17016              Message-Id: <20020310182712.GC693@blackrider>
17017              
17018              Subject: [PATCH] Hash::Util part 2
17019              From: Michael G Schwern <schwern@pobox.com>
17020              Date: Sun, 10 Mar 2002 15:09:34 -0500
17021              Message-Id: <20020310200934.GB27112@blackrider>
17022              
17023              Subject: [PATCH] Hash::Util MANIFEST correction
17024              From: Michael G Schwern <schwern@pobox.com>
17025              Date: Sun, 10 Mar 2002 16:27:07 -0500
17026              Message-Id: <20020310212707.GF27112@blackrider>
17027              
17028              (Also changes find.t and taint.t, which were looking for access.t)
17029      Branch: perl
17030            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17031            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17032            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17033            + ext/Data/Util/t/Hash.t
17034            - t/lib/access.t
17035            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
17036            ! pod/perldiag.pod pod/perltodo.pod universal.c
17037 ____________________________________________________________________________
17038 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
17039         Log: metaconfig: more thready fixes.
17040      Branch: metaconfig
17041            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
17042            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
17043            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
17044            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
17045            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
17046            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
17047            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17048            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
17049            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
17050 ____________________________________________________________________________
17051 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
17052         Log: Skip obsoleted interfaces.
17053      Branch: perl
17054            ! Porting/findrfuncs
17055 ____________________________________________________________________________
17056 [ 15162] By: ams                                   on 2002/03/11  03:48:14
17057         Log: Typo fixes.
17058      Branch: perl
17059            ! perl.c
17060 ____________________________________________________________________________
17061 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
17062         Log: Upgrade to Locale::Codes 2.02.
17063      Branch: perl
17064            + lib/Locale/Codes/t/rename.t
17065            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
17066            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
17067            ! lib/Locale/Country.pod
17068 ____________________________________________________________________________
17069 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
17070         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
17071              From: Nicholas Clark <nick@unfortu.net>
17072              Date: Sun, 10 Mar 2002 18:17:50 +0000
17073              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
17074              
17075              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
17076              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17077              Date: Sun, 10 Mar 2002 13:53:34 -0800
17078              Message-ID: <eX9i8gzkg26G092yn@efn.org>
17079              
17080              (and reenable the feature in freebsd,
17081              and move the freebsd pr url to perl.c)
17082      Branch: perl
17083            ! hints/freebsd.sh perl.c pod/perldelta.pod
17084 ____________________________________________________________________________
17085 [ 15159] By: ams                                   on 2002/03/11  03:34:13
17086         Log: Subject: [PATCH stash.t] access::readonly is gone
17087              From: Michael G Schwern <schwern@pobox.com>
17088              Date: Sun, 10 Mar 2002 16:18:14 -0500
17089              Message-Id: <20020310211813.GE27112@blackrider>
17090      Branch: perl
17091            ! ext/B/t/stash.t
17092 ____________________________________________________________________________
17093 [ 15158] By: ams                                   on 2002/03/11  03:28:04
17094         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
17095              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17096              Date: Sun, 10 Mar 2002 22:10:15 +0100
17097              Message-Id: <3C8BD9C7.610.7398DD@localhost>
17098      Branch: perl
17099            ! lib/Net/Ping/t/110_icmp_inst.t
17100 ____________________________________________________________________________
17101 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
17102         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
17103              From: Michael G Schwern <schwern@pobox.com>
17104              Date: Sun, 10 Mar 2002 19:22:33 -0500
17105              Message-ID: <20020311002233.GE4927@blackrider>
17106      Branch: perl
17107            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
17108            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
17109            ! lib/Test/Simple/t/fail-more.t
17110 ____________________________________________________________________________
17111 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
17112         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
17113              From: Michael G Schwern <schwern@pobox.com>
17114              Date: Sun, 10 Mar 2002 17:14:10 -0500
17115              Message-ID: <20020310221410.GA4915@blackrider>
17116      Branch: perl
17117            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
17118            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
17119 ____________________________________________________________________________
17120 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
17121         Log: Subject: [PATCH] more warnings tidyup
17122              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17123              Date: Sun, 10 Mar 2002 21:01:39 -0000
17124              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
17125      Branch: perl
17126            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
17127            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
17128            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
17129            ! util.c
17130 ____________________________________________________________________________
17131 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
17132         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
17133              From: Nicholas Clark <nick@unfortu.net>
17134              Date: Sun, 10 Mar 2002 23:21:07 +0000
17135              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
17136      Branch: perl
17137            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
17138            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
17139            ! ext/Encode/TW/Makefile.PL
17140 ____________________________________________________________________________
17141 [ 15153] By: ams                                   on 2002/03/11  03:06:59
17142         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
17143              From: Max Baker <max@warped.org>
17144              Date: Fri, 8 Mar 2002 10:56:19 -0800
17145              Message-Id: <20020308105619.A15039@warped.org>
17146      Branch: perl
17147            ! ext/IO/lib/IO/Socket/INET.pm
17148 ____________________________________________________________________________
17149 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
17150         Log: Subject: [PATCH] spelling correction
17151              From: Nicholas Clark <nick@unfortu.net>
17152              Date: Sun, 10 Mar 2002 18:34:42 +0000
17153              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
17154      Branch: perl
17155            ! pp.c pp_hot.c
17156 ____________________________________________________________________________
17157 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
17158         Log: DG/UX updates from Takis Psarogiannakopoulos.
17159      Branch: perl
17160            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
17161 ____________________________________________________________________________
17162 [ 15150] By: ams                                   on 2002/03/11  03:02:47
17163         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
17164              From: Chris Nandor <pudge@pobox.com>
17165              Date: Mon, 04 Mar 2002 17:48:12 -0500
17166              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
17167      Branch: perl
17168            ! lib/DB.pm lib/perl5db.pl
17169 ____________________________________________________________________________
17170 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
17171         Log: metaconfig unit changes in preparation of reentrancy changes.
17172      Branch: metaconfig
17173            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
17174            + U/threads/d_ttyname_r.U
17175            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
17176            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
17177            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
17178            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
17179            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17180            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
17181            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17182            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
17183            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
17184            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
17185            ! U/threads/d_strerror_r.U
17186 ____________________________________________________________________________
17187 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
17188         Log: Mysterious characters.
17189      Branch: perl
17190            ! utf8.h
17191 ____________________________________________________________________________
17192 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
17193         Log: Unused.
17194      Branch: perl
17195            ! op.c
17196 ____________________________________________________________________________
17197 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
17198         Log: Implement :std subpragma of the open pragma
17199              that makes the standard filehandles to talk in
17200              encodings.  This change set off a weird warning
17201              from op.c, though: disabled it now until someone
17202              who knows what it is about comes along.
17203      Branch: perl
17204            ! lib/open.pm op.c
17205 ____________________________________________________________________________
17206 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
17207         Log: Document the logic of :locale better.
17208      Branch: perl
17209            ! lib/open.pm
17210 ____________________________________________________________________________
17211 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
17212         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
17213              From: Slaven Rezic <slaven.rezic@berlin.de>
17214              Date: 10 Mar 2002 02:49:17 +0100
17215              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
17216      Branch: perl
17217            ! hints/freebsd.sh
17218 ____________________________________________________________________________
17219 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
17220         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
17221              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17222              Date: Sun, 10 Mar 2002 17:08:54 +0900
17223              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
17224      Branch: perl
17225            ! ext/Encode/lib/Encode/Tcl.pm
17226            ! ext/Encode/lib/Encode/Tcl/Escape.pm
17227            ! ext/Encode/lib/Encode/Tcl/Extended.pm
17228            ! ext/Encode/lib/Encode/Tcl/Table.pm
17229 ____________________________________________________________________________
17230 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
17231         Log: The patch does the following:
17232              - Nix the unneccessary diagnostics line
17233              - Quell -w warnings if the first ENV doesn't exist
17234              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
17235              is too baroque and bloated for daily use (and for perl core inclusion).
17236              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
17237              non-fatal.
17238              - Consequently, the ^OPEN bits is set only when needed.
17239      Branch: perl
17240            ! lib/open.pm
17241 ____________________________________________________________________________
17242 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
17243         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
17244      Branch: perl
17245            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
17246 ____________________________________________________________________________
17247 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
17248         Log: Precedence problem.
17249      Branch: perl
17250            ! ext/Socket/socketpair.t
17251 ____________________________________________________________________________
17252 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
17253         Log: Renaming tweaks, and split off the reentrant "superbuffer"
17254              init routine.
17255      Branch: perl
17256            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
17257            ! sv.c util.c
17258 ____________________________________________________________________________
17259 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
17260         Log: The 7-bit jis seems to be the hanging one.
17261      Branch: perl
17262            ! ext/Encode/t/Tcl.t
17263 ____________________________________________________________________________
17264 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
17265         Log: Begone.
17266      Branch: perl
17267            ! ext/Encode/MANIFEST
17268 ____________________________________________________________________________
17269 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
17270         Log: Better fix from Autrijus.
17271      Branch: perl
17272            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
17273            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
17274 ____________________________________________________________________________
17275 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
17276         Log: Not everybody has Encode::HanExtra.
17277      Branch: perl
17278            ! ext/Encode/Encode.pm
17279 ____________________________________________________________________________
17280 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
17281         Log: Decutandpasto.
17282      Branch: perl
17283            ! ext/Encode/lib/Encode/Tcl.pm
17284 ____________________________________________________________________________
17285 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
17286         Log: Subject: [PATCH] Data::Dumper
17287              From: Nicholas Clark <nick@unfortu.net>
17288              Date: Sat, 9 Mar 2002 19:03:54 +0000
17289              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
17290      Branch: perl
17291            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
17292            ! ext/Data/Dumper/t/dumper.t
17293 ____________________________________________________________________________
17294 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
17295         Log: Subject: [PATCH] socketpair.t w/o fork
17296              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17297              Date: Sat, 9 Mar 2002 14:55:11 +0100
17298              Message-ID: <3C8A224F.29578.13691BA@localhost>
17299              
17300              (modified as suggested by Sarathy)
17301      Branch: perl
17302            ! ext/Socket/socketpair.t
17303 ____________________________________________________________________________
17304 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
17305         Log: Subject: [PATCH perldelta] Mention Change 14727
17306              From: Autrijus Tang <autrijus@autrijus.org>
17307              Date: Sat, 9 Mar 2002 23:31:40 +0800
17308              Message-ID: <20020309153140.GA4224@not.autrijus.org>
17309      Branch: perl
17310            ! pod/perldelta.pod
17311 ____________________________________________________________________________
17312 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
17313         Log: Make Encode.pm implicitly load external CJK tables the first
17314              time they're needed (instead of immediately), from Autrijus
17315              Tang.
17316      Branch: perl
17317            ! ext/Encode/Encode.pm
17318 ____________________________________________________________________________
17319 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
17320         Log: Subject: Re: Two questions
17321              From: Nicholas Clark <nick@unfortu.net>
17322              Date: Sat, 9 Mar 2002 12:42:40 +0000
17323              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
17324      Branch: perl
17325            ! Porting/pumpkin.pod
17326 ____________________________________________________________________________
17327 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
17328         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
17329              From: Paul_GreenVOS@vos.stratus.com
17330              Date: Fri, 8 Mar 02 22:34 est
17331              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
17332      Branch: perl
17333            ! pp_sys.c
17334 ____________________________________________________________________________
17335 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
17336         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
17337              From: davem@fdgroup.co.uk
17338              Date: Sat, 9 Mar 2002 00:13:27 GMT
17339              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
17340      Branch: perl
17341            ! dump.c
17342 ____________________________________________________________________________
17343 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
17344         Log: Deglitch from Rafael.
17345      Branch: perl
17346            ! ext/B/t/lint.t
17347 ____________________________________________________________________________
17348 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
17349         Log: Still more portability.
17350      Branch: perl
17351            ! Porting/findrfuncs
17352 ____________________________________________________________________________
17353 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
17354         Log: More portability.
17355      Branch: perl
17356            ! Porting/findrfuncs
17357 ____________________________________________________________________________
17358 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
17359         Log: Shared library paths; running tests manually.
17360      Branch: perl
17361            ! INSTALL
17362 ____________________________________________________________________________
17363 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
17364         Log: Subject: RE: Two questions
17365              From: "Green, Paul" <Paul.Green@stratus.com>
17366              Date: Fri, 8 Mar 2002 17:55:19 -0500
17367              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
17368      Branch: perl
17369            ! Porting/pumpkin.pod
17370 ____________________________________________________________________________
17371 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
17372         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
17373              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
17374      Branch: perl
17375            + ext/B/t/lint.t
17376            ! MANIFEST ext/B/B/Lint.pm
17377 ____________________________________________________________________________
17378 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
17379         Log: metaconfig unit change for #15119.
17380      Branch: metaconfig
17381            ! U/threads/d_pthread_atfork.U
17382 ____________________________________________________________________________
17383 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
17384         Log: In DG/UX finding pthread_atfork requires a true compile,
17385              from Takis Psarogiannakopoulos.
17386      Branch: perl
17387            ! Configure config_h.SH
17388 ____________________________________________________________________________
17389 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
17390         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
17391              From: John Peacock <jpeacock@rowman.com>
17392              Date: Fri, 08 Mar 2002 15:52:41 -0500
17393              Message-ID: <3C892499.4050502@rowman.com>
17394      Branch: perl
17395            ! lib/ExtUtils/xsubpp
17396 ____________________________________________________________________________
17397 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
17398         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
17399              From: "Craig A. Berry" <craigberry@mac.com>
17400              Date: Fri, 08 Mar 2002 15:02:51 -0600
17401              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
17402      Branch: perl
17403            ! t/op/write.t
17404 ____________________________________________________________________________
17405 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
17406         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
17407              From: Paul_GreenVOS@vos.stratus.com
17408              Date: Fri, 8 Mar 02 14:45 est
17409              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
17410      Branch: perl
17411            ! installperl
17412 ____________________________________________________________________________
17413 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
17414         Log: Subject: [PATCH @15109] tm_tm_* for VMS
17415              From: "Craig A. Berry" <craigberry@mac.com>
17416              Date: Fri, 08 Mar 2002 13:07:52 -0600
17417              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
17418      Branch: perl
17419            ! configure.com
17420 ____________________________________________________________________________
17421 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
17422         Log: Detypo.
17423      Branch: perl
17424            ! Changes
17425 ____________________________________________________________________________
17426 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
17427         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
17428      Branch: perl
17429            ! t/op/pat.t
17430 ____________________________________________________________________________
17431 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
17432         Log: HP-UX nm seems to repeat itself.
17433      Branch: perl
17434            ! Porting/findrfuncs
17435 ____________________________________________________________________________
17436 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
17437         Log: Nice porting script from Sarathy.  Well, less nice
17438              in the sense that it shows the looong road ahead.
17439      Branch: perl
17440            + Porting/findrfuncs
17441            ! MANIFEST Porting/makerel
17442 ____________________________________________________________________________
17443 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
17444         Log: Subject: Re: Performance considerations for UTF-8
17445              From: Jarkko Hietaniemi <jhi@iki.fi>
17446              Date: Fri, 8 Mar 2002 18:53:28 +0200
17447              Message-ID: <20020308185328.D640@alpha.hut.fi>
17448              
17449              (put all in perlunicode)
17450      Branch: perl
17451            ! pod/perlunicode.pod
17452 ____________________________________________________________________________
17453 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
17454         Log: Update Changes.
17455      Branch: perl
17456            ! Changes patchlevel.h
17457 ____________________________________________________________________________
17458 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
17459         Log: Subject: Cygwin cygipc support skipped
17460              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
17461              Date: Fri, 8 Mar 2002 16:59:34 +0100
17462              Message-ID: <113694157285.20020308165934@familiehaase.de>
17463      Branch: perl
17464            ! hints/cygwin.sh
17465 ____________________________________________________________________________
17466 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
17467         Log: metaconfig unit change for #15106.
17468      Branch: metaconfig
17469            ! U/compline/d_gconvert.U
17470 ____________________________________________________________________________
17471 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
17472         Log: Subject: Re: [PATCH] tests for Gconvert
17473              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17474              Date: Thu, 07 Mar 2002 16:48:10 -0800
17475              Message-ID: <KpAi8gzkganW092yn@efn.org>
17476      Branch: perl
17477            ! Configure config_h.SH t/base/num.t
17478 ____________________________________________________________________________
17479 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
17480         Log: The new test has some teething problems.
17481      Branch: perl
17482            - ext/B/t/lint.t
17483            ! MANIFEST
17484 ____________________________________________________________________________
17485 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
17486         Log: Subject: [PATCH] B::Lint tests
17487              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17488              Date: Fri, 8 Mar 2002 14:47:19 +0100
17489              Message-ID: <20020308144719.A2663@rafael>
17490      Branch: perl
17491            + ext/B/t/lint.t
17492            ! MANIFEST ext/B/B/Lint.pm
17493 ____________________________________________________________________________
17494 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
17495         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
17496              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
17497              Date: Fri, 8 Mar 2002 13:24:14 GMT
17498              Message-Id: <200203081324.NAA00642@cleo>
17499      Branch: perl
17500            ! hints/powerux.sh
17501 ____________________________________________________________________________
17502 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
17503         Log: Subject: HP has some new models
17504              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17505              Date: Fri, 08 Mar 2002 13:07:02 +0100
17506              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
17507      Branch: perl
17508            ! README.hpux
17509 ____________________________________________________________________________
17510 [ 15101] By: ams                                   on 2002/03/08  09:11:40
17511         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
17512              From: Stas Bekman <stas@stason.org>
17513              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
17514              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
17515      Branch: perl
17516            ! pod/perlguts.pod
17517 ____________________________________________________________________________
17518 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
17519         Log: Update Changes
17520      Branch: maint-5.6/macperl
17521            ! macos/Changes
17522 ____________________________________________________________________________
17523 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
17524         Log: Replace macperlbundled with macperldelta
17525      Branch: maint-5.6/macperl
17526            ! macos/macperl/MacPerl.podhelp
17527 ____________________________________________________________________________
17528 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
17529         Log: Comsetic fixes (Thomas Wegner)
17530      Branch: maint-5.6/macperl
17531            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
17532 ____________________________________________________________________________
17533 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
17534         Log: Bump OS version
17535      Branch: maint-5.6/macperl
17536            ! macos/config.sh
17537 ____________________________________________________________________________
17538 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
17539         Log: Thought I deleted this already?
17540      Branch: perl
17541            - ext/I18N/Langinfo/fallback.c
17542 ____________________________________________________________________________
17543 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
17544         Log: perlport updates from Pudge.
17545      Branch: perl
17546            ! pod/perlport.pod
17547 ____________________________________________________________________________
17548 [ 15094] By: ams                                   on 2002/03/08  03:06:03
17549         Log: Nitpick.
17550      Branch: perl
17551            ! MANIFEST
17552 ____________________________________________________________________________
17553 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
17554         Log: Wrong test.
17555      Branch: perl
17556            ! pod/perldelta.pod
17557 ____________________________________________________________________________
17558 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
17559         Log: Integrate change 14064 from macperl to blead.
17560      Branch: perl
17561           !> pod/perlmodinstall.pod pod/perlport.pod
17562 ____________________________________________________________________________
17563 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
17564         Log: Integrate recent perlport changes
17565      Branch: maint-5.6/macperl
17566           !> pod/perlport.pod
17567 ____________________________________________________________________________
17568 [ 15089] By: ams                                   on 2002/03/08  01:54:03
17569         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
17570              minor typo in perlguts.pod
17571              From: Anton Tagunov <tagunov@motor.ru>
17572              Date: Fri, 8 Mar 2002 05:26:59 +0300
17573              Message-Id: <4649821189.20020308052659@motor.ru>
17574      Branch: perl
17575            ! pod/perlguts.pod
17576 ____________________________________________________________________________
17577 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
17578         Log: Subject: Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"! 
17579              From: Anton Tagunov <tagunov@newmail.ru>
17580              Date: Fri, 8 Mar 2002 04:31:44 +0300
17581              Message-ID: <13946506773.20020308043144@newmail.ru>
17582              
17583              (one test changed)
17584      Branch: perl
17585            ! lib/encoding.t sv.c
17586 ____________________________________________________________________________
17587 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
17588         Log: Subject: [PATCH perldelta] some more deltas
17589              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17590              Date: Thu, 7 Mar 2002 23:13:23 +0100
17591              Message-ID: <20020307231323.A13068@rafael>
17592      Branch: perl
17593            ! pod/perldelta.pod
17594 ____________________________________________________________________________
17595 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
17596         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
17597              From: Paul_GreenVOS@vos.stratus.com
17598              Date: Thu, 7 Mar 02 14:25 est
17599              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
17600      Branch: perl
17601            ! t/io/fs.t
17602 ____________________________________________________________________________
17603 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
17604         Log: As suggested by Anton Tagunov, eq and cmp now obey the
17605              encoding pragma (by remapping their byte argument if the
17606              other argument is in Unicode).  Also fix a bug found by
17607              Anton where ord undef under the encoding pragma would barf.
17608              ([ID 20020307.009] A null pointer dereference with 'use encoding')
17609              Finally, use the nicer form of sv_recode_to_utf8.
17610      Branch: perl
17611            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
17612 ____________________________________________________________________________
17613 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
17614         Log: Retract #14985, #14899, and #14990, following the principles
17615              "Do no harm." and "If it ain't broke, don't fix it."
17616              
17617              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
17618              some, but still broken, and I do not have the extra brain
17619              cells for the EBCDIC backport.  Secondly, the old version
17620              worked both in EBCDIC and non-.  Thirdly, the old version
17621              may be more amenable for the behaviour suggsted by Anton
17622              Tagunov regarding the encoding pragma.
17623      Branch: perl
17624            ! embed.fnc embed.h global.sym proto.h sv.c util.c
17625 ____________________________________________________________________________
17626 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
17627         Log: Long doubles give you long doubles.
17628      Branch: perl
17629            ! t/base/num.t
17630 ____________________________________________________________________________
17631 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
17632         Log: Forgotten deMANIFESTation.
17633      Branch: perl
17634            ! MANIFEST
17635 ____________________________________________________________________________
17636 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
17637         Log: Obsolete unused file, noticed by Dank Kogai.
17638      Branch: perl
17639            - ext/Encode/lib/Encode/JP/Tr.pm
17640 ____________________________________________________________________________
17641 [ 15080] By: ams                                   on 2002/03/07  11:31:46
17642         Log: Subject: [PATCH Changes] Changes should mirror version number
17643              From: Robin Barker <rmb1@cise.npl.co.uk>
17644              Date: Thu, 7 Mar 2002 11:04:24 GMT
17645              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
17646      Branch: perl
17647            ! Porting/pumpkin.pod
17648 ____________________________________________________________________________
17649 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
17650         Log: metaconfig unit change for #15078.
17651      Branch: metaconfig
17652            ! U/compline/d_gconvert.U
17653 ____________________________________________________________________________
17654 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
17655         Log: Subject: Re: [PATCH] tests for Gconvert
17656              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17657              Date: Wed, 06 Mar 2002 20:22:54 -0800
17658              Message-ID: <esuh8gzkg2/b092yn@efn.org>
17659      Branch: perl
17660            ! Configure pod/perldelta.pod t/base/num.t
17661 ____________________________________________________________________________
17662 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
17663         Log: Mac OS X UFS does not do ctime.
17664      Branch: perl
17665            ! pod/perldelta.pod pod/perlport.pod
17666 ____________________________________________________________________________
17667 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
17668         Log: AUTHORS updates.
17669      Branch: perl
17670            ! AUTHORS
17671 ____________________________________________________________________________
17672 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
17673         Log: Continued Chinese puzzles from Autrijus.
17674      Branch: perl
17675            + ext/Encode/t/CN.t ext/Encode/t/TW.t
17676            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
17677 ____________________________________________________________________________
17678 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
17679         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
17680              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17681              Date: Wed, 6 Mar 2002 18:13:51 +0100
17682              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
17683      Branch: perl
17684            ! lib/File/Spec/Win32.pm
17685 ____________________________________________________________________________
17686 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
17687         Log: perlport tweaks.
17688      Branch: perl
17689            ! pod/perlport.pod
17690 ____________________________________________________________________________
17691 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
17692         Log: Subject: Re: [PATCH docs] Re: Bug with -M
17693              From: Michael G Schwern <schwern@pobox.com>
17694              Date: Wed, 6 Mar 2002 16:20:27 -0500
17695              Message-ID: <20020306212027.GC4257@blackrider>
17696      Branch: perl
17697            ! pod/perlfunc.pod pod/perlport.pod
17698 ____________________________________________________________________________
17699 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
17700         Log: perldelta updates.
17701      Branch: perl
17702            ! pod/perldelta.pod
17703 ____________________________________________________________________________
17704 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
17705         Log: 5005threads wasn't even compiling.
17706      Branch: perl
17707            ! perl.c
17708 ____________________________________________________________________________
17709 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
17710         Log: Subject: Re: perl@15047 New format tests for still existing bugs
17711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17712              Date: Wed, 06 Mar 2002 12:59:29 +0100
17713              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
17714      Branch: perl
17715            ! t/op/write.t
17716 ____________________________________________________________________________
17717 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
17718         Log: Regen Glossary et al.
17719      Branch: perl
17720            ! Porting/Glossary Porting/config.sh Porting/config_H
17721 ____________________________________________________________________________
17722 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
17723         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
17724              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
17725      Branch: perl
17726            ! util.c
17727 ____________________________________________________________________________
17728 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
17729         Log: metaconfig unit change for #15065.
17730      Branch: metaconfig
17731            ! U/compline/i_time.U
17732 ____________________________________________________________________________
17733 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
17734         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
17735      Branch: perl
17736            ! Configure config_h.SH
17737 ____________________________________________________________________________
17738 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
17739         Log: Must remove fallback.c also from here.
17740      Branch: perl
17741            ! MANIFEST
17742 ____________________________________________________________________________
17743 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
17744         Log: Subject: Re: perl@15047 WinCE
17745              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17746              Date: Wed, 06 Mar 2002 13:41:30 +0100
17747              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
17748              
17749              Subject: Re: perl@15047 Win32
17750              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17751              Date: Wed, 06 Mar 2002 13:46:02 +0100
17752              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
17753              
17754              Subject: Re: perl@15047 Epoc
17755              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17756              Date: Wed, 06 Mar 2002 13:48:31 +0100
17757              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
17758              
17759              Subject: Re: perl@15047 NetWare
17760              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17761              Date: Wed, 06 Mar 2002 13:55:46 +0100
17762              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
17763      Branch: perl
17764            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
17765            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17766            ! wince/Makefile.ce wince/config.h
17767 ____________________________________________________________________________
17768 [ 15062] By: ams                                   on 2002/03/06  09:26:49
17769         Log: Subject: Re: perl@15047
17770              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17771              Date: Wed, 06 Mar 2002 11:25:50 +0100
17772              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
17773      Branch: perl
17774            ! cygwin/perlld.in
17775 ____________________________________________________________________________
17776 [ 15061] By: ams                                   on 2002/03/06  08:44:12
17777         Log: Subject: Re: perl@15047
17778              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17779              Date: Wed, 06 Mar 2002 10:38:02 +0100
17780              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
17781      Branch: perl
17782            ! pod/perldelta.pod
17783 ____________________________________________________________________________
17784 [ 15060] By: ams                                   on 2002/03/06  08:30:33
17785         Log: Subject: Update perlhist.pod
17786              From: mjd@plover.com
17787              Date: 6 Mar 2002 07:11:55 -0000
17788              Message-Id: <20020306071155.10240.qmail@plover.com>
17789              
17790              Subject: [PATCH pod/perlvar.pod] $^V => string
17791              From: Stas Bekman <stas@stason.org>
17792              Date: Wed, 06 Mar 2002 14:56:55 +0800
17793              Message-Id: <3C85BDB7.7050700@stason.org>
17794      Branch: perl
17795            ! pod/perlhist.pod pod/perlvar.pod
17796 ____________________________________________________________________________
17797 [ 15059] By: ams                                   on 2002/03/06  04:15:38
17798         Log: Subject: [PATCH] assorted configure.com fix-ups
17799              From: "Craig A. Berry" <craigberry@mac.com>
17800              Date: Tue, 5 Mar 2002 23:11:22 -0600
17801              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
17802      Branch: perl
17803            ! configure.com
17804 ____________________________________________________________________________
17805 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
17806         Log: IRIX failure with long doubles.
17807      Branch: perl
17808            ! t/op/pack.t
17809 ____________________________________________________________________________
17810 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
17811         Log: Make reality and Changes coincide.
17812      Branch: perl
17813            ! Changes
17814 ____________________________________________________________________________
17815 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
17816         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
17817              From: Anton Tagunov <tagunov@motor.ru>
17818              Date: Wed, 6 Mar 2002 02:10:21 +0300
17819              Message-ID: <11152782757.20020306021021@motor.ru>
17820              
17821              (reworded)
17822      Branch: perl
17823            ! pod/perluniintro.pod
17824 ____________________________________________________________________________
17825 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
17826         Log: Subject: [PATCH] B::Lint doesn't work
17827              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17828              Date: Tue, 5 Mar 2002 22:51:18 +0100
17829              Message-ID: <20020305225118.C733@rafael>
17830      Branch: perl
17831            ! ext/B/B/Lint.pm
17832 ____________________________________________________________________________
17833 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
17834         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
17835              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17836              Date: Mon, 04 Mar 2002 16:24:32 -0800
17837              Message-ID: <ABBh8gzkgezX092yn@efn.org>
17838      Branch: perl
17839            ! op.h pp_ctl.c t/op/flip.t
17840 ____________________________________________________________________________
17841 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
17842         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
17843              From: Nicholas Clark <nick@unfortu.net>
17844              Date: Tue, 5 Mar 2002 22:30:49 +0000
17845              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
17846      Branch: perl
17847            ! pod/perldelta.pod
17848 ____________________________________________________________________________
17849 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
17850         Log: Subject: [PATCH] tests for Gconvert
17851              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17852              Date: Tue, 05 Mar 2002 16:35:45 -0800
17853              Message-ID: <hRWh8gzkgONX092yn@efn.org>
17854      Branch: perl
17855            ! t/base/num.t
17856 ____________________________________________________________________________
17857 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
17858         Log: Subject: [PATCH] toplevel Makefile.SH
17859              From: Paul_GreenVOS@vos.stratus.com
17860              Date: Tue, 5 Mar 02 17:34 est
17861              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
17862      Branch: perl
17863            ! Makefile.SH
17864 ____________________________________________________________________________
17865 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
17866         Log: Subject: [PATCH] pointer to perldelta in Changes
17867              From: Chris Nandor <pudge@pobox.com>
17868              Date: Tue, 05 Mar 2002 16:04:50 -0500
17869              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
17870      Branch: perl
17871            ! Changes
17872 ____________________________________________________________________________
17873 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
17874         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
17875              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17876              Date: Tue, 5 Mar 2002 22:26:20 +0100
17877              Message-ID: <20020305222620.A733@rafael>
17878      Branch: perl
17879            ! pod/perldelta.pod
17880 ____________________________________________________________________________
17881 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
17882         Log: Solaris: allow for /usr/bin/df not to exist.
17883              
17884              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
17885              From: Kingpin <mthurn@copper.dulles.tasc.com>
17886              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
17887              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
17888      Branch: perl
17889            ! hints/solaris_2.sh
17890 ____________________________________________________________________________
17891 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
17892         Log: Update Changes.
17893      Branch: perl
17894            ! Changes patchlevel.h
17895 ____________________________________________________________________________
17896 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
17897         Log: Double MANIFESTing.
17898      Branch: perl
17899            ! ext/Encode/MANIFEST
17900 ____________________________________________________________________________
17901 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
17902         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
17903      Branch: perl
17904            - ext/Encode/Encode/7bit-kr.enc
17905            - ext/Encode/lib/Encode/Tcl/HanZi.pm
17906            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
17907 ____________________________________________________________________________
17908 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
17909         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
17910              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17911              Date: Tue, 5 Mar 2002 14:35:57 +0100
17912              Message-ID: <20020305143557.C695@rafael>   
17913      Branch: perl
17914            ! pp_sys.c t/lib/warnings/pp_sys
17915 ____________________________________________________________________________
17916 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
17917         Log: Subject: [PATCH Devel::PPPort]
17918              From: Robin Barker <rmb1@cise.npl.co.uk>
17919              Date: Tue, 5 Mar 2002 13:37:59 GMT
17920              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
17921      Branch: perl
17922            ! ext/Devel/PPPort/Makefile.PL
17923 ____________________________________________________________________________
17924 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
17925         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
17926      Branch: perl
17927            ! ext/Encode/t/Tcl.t
17928 ____________________________________________________________________________
17929 [ 15041] By: nick                                  on 2002/03/05  07:23:58
17930         Log: Integrate mainline (5.7.3)
17931      Branch: perlio
17932           +> ext/Encode/lib/Encode/CN/HZ.pm
17933            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
17934           !> (integrate 54 files)
17935 ____________________________________________________________________________
17936 [ 15040] By: ams                                   on 2002/03/05  05:10:33
17937         Log: Subject: DOC PATCH 5.7.3 (perldelta)
17938              From: mjd@plover.com
17939              Date: 5 Mar 2002 05:35:58 -0000
17940              Message-Id: <20020305053558.31677.qmail@plover.com>
17941      Branch: perl
17942            ! pod/perldelta.pod
17943 ____________________________________________________________________________
17944 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
17945         Log: This is 5.7.3.
17946      Branch: perl
17947            ! patchlevel.h
17948 ____________________________________________________________________________
17949 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
17950         Log: Shoo.
17951      Branch: perl
17952            ! ext/Encode/t/Tcl.t
17953 ____________________________________________________________________________
17954 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
17955         Log: Update Changes.
17956      Branch: perl
17957            ! Changes patchlevel.h
17958 ____________________________________________________________________________
17959 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
17960         Log: Regen perlapi.
17961      Branch: perl
17962            ! pod/perlapi.pod
17963 ____________________________________________________________________________
17964 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
17965         Log: Tie::File doc tweak for Win32 from mjd. 
17966      Branch: perl
17967            ! lib/Tie/File.pm
17968 ____________________________________________________________________________
17969 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
17970         Log: Regen toc.
17971      Branch: perl
17972            ! pod/perltoc.pod
17973 ____________________________________________________________________________
17974 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
17975         Log: Decommission Encode::Tcl HZ testing for now.
17976      Branch: perl
17977            ! ext/Encode/t/Tcl.t
17978 ____________________________________________________________________________
17979 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
17980         Log: Must have a return.
17981      Branch: perl
17982            ! pp_pack.c
17983 ____________________________________________________________________________
17984 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
17985         Log: The very latest win32 score from Jan Dubois.
17986      Branch: perl
17987            ! pod/perldelta.pod
17988 ____________________________________________________________________________
17989 [ 15030] By: ams                                   on 2002/03/05  01:40:01
17990         Log: Subject: [PATCH] README.macos
17991              From: Chris Nandor <pudge@pobox.com>
17992              Date: Mon, 04 Mar 2002 17:37:59 -0500
17993              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
17994      Branch: perl
17995            ! README.macos
17996 ____________________________________________________________________________
17997 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
17998         Log: "The last pieces of Chinese puzzle" from Autrijus.
17999      Branch: perl
18000            + ext/Encode/lib/Encode/CN/HZ.pm
18001            - ext/Encode/Encode/HZ.enc
18002            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
18003            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
18004 ____________________________________________________________________________
18005 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
18006         Log: Known test failures updates.
18007      Branch: perl
18008            ! pod/perldelta.pod
18009 ____________________________________________________________________________
18010 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
18011         Log: One more nit from mjd.
18012      Branch: perl
18013            ! lib/Tie/File/t/16_handle.t
18014 ____________________________________________________________________________
18015 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
18016         Log: Upgrade to Tie::File 0.17 from mjd.
18017      Branch: perl
18018            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
18019            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
18020 ____________________________________________________________________________
18021 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
18022         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
18023              From: Nicholas Clark <nick@unfortu.net>
18024              Date: Mon, 4 Mar 2002 23:33:52 +0000
18025              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
18026      Branch: perl
18027            ! pod/perldelta.pod
18028 ____________________________________________________________________________
18029 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
18030         Log: Escapee.
18031      Branch: perl
18032            ! proto.h
18033 ____________________________________________________________________________
18034 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
18035         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
18036              From: Nicholas Clark <nick@unfortu.net>
18037              Date: Mon, 4 Mar 2002 22:48:38 +0000
18038              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
18039      Branch: perl
18040            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
18041            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
18042            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
18043            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
18044            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
18045            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
18046            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
18047 ____________________________________________________________________________
18048 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
18049         Log: Cleaner.
18050      Branch: perl
18051            ! Makefile.SH
18052 ____________________________________________________________________________
18053 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
18054         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
18055              From: Jeffrey Friedl <jfriedl@yahoo.com>
18056              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
18057              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
18058      Branch: perl
18059            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
18060            ! pod/perlvar.pod
18061 ____________________________________________________________________________
18062 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
18063         Log: More Han tweaks from Autrjius Tang: most importantly,
18064              gbk is identical to cp936, so gbk can be removed and
18065              taken care of by an alias.
18066      Branch: perl
18067            - ext/Encode/Encode/gbk.enc
18068            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
18069            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
18070            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
18071            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
18072 ____________________________________________________________________________
18073 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
18074         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
18075              From: Nicholas Clark <nick@unfortu.net>
18076              Date: Mon, 4 Mar 2002 22:20:13 +0000
18077              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
18078      Branch: perl
18079            ! pod/perldelta.pod
18080 ____________________________________________________________________________
18081 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
18082         Log: Based on
18083              
18084              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
18085              From: Anton Tagunov <tagunov@motor.ru>
18086              Date: Mon, 4 Mar 2002 21:14:39 +0300
18087              Message-ID: <1814137429.20020304211439@motor.ru>
18088      Branch: perl
18089            ! pod/perlunicode.pod
18090 ____________________________________________________________________________
18091 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
18092         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
18093              From: John Peacock <jpeacock@rowman.com>
18094              Date: Mon, 04 Mar 2002 16:18:42 -0500
18095              Message-ID: <3C83E4B2.3060700@rowman.com>
18096              
18097              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
18098              From: John Peacock <jpeacock@rowman.com>
18099              Date: Mon, 04 Mar 2002 16:42:55 -0500
18100              Message-ID: <3C83EA5F.80303@rowman.com>
18101      Branch: perl
18102            ! lib/ExtUtils/xsubpp pod/perlxs.pod
18103 ____________________________________________________________________________
18104 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
18105         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
18106              From: "Craig A. Berry" <craigberry@mac.com>
18107              Date: Mon, 04 Mar 2002 14:47:59 -0600
18108              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
18109              
18110              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
18111              From: "Craig A. Berry" <craigberry@mac.com>
18112              Date: Mon, 04 Mar 2002 15:04:58 -0600
18113              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
18114      Branch: perl
18115            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
18116 ____________________________________________________________________________
18117 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
18118         Log: metaconfig unit change for #15014.
18119      Branch: metaconfig/U/perl
18120            ! Extensions.U
18121 ____________________________________________________________________________
18122 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
18123         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
18124              of known extensions, where Encode::JP already is.
18125      Branch: perl
18126            ! Configure Porting/config.sh Porting/config_H uconfig.h
18127 ____________________________________________________________________________
18128 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
18129         Log: SJIS, from Dan Kogai.
18130      Branch: perl
18131            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
18132 ____________________________________________________________________________
18133 [ 15012] By: nick                                  on 2002/03/04  17:35:50
18134         Log: Intergrate perlio's Encode/compile
18135      Branch: perl
18136           !> ext/Encode/compile
18137 ____________________________________________________________________________
18138 [ 15011] By: nick                                  on 2002/03/04  17:29:54
18139         Log: Avoid $Id$ cleverness and just have a $VERSION.
18140      Branch: perlio
18141            ! ext/Encode/compile
18142 ____________________________________________________________________________
18143 [ 15010] By: nick                                  on 2002/03/04  17:29:14
18144         Log: Integrate mainline
18145      Branch: perlio
18146           +> lib/Math/BigInt/t/isa.t
18147           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
18148           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
18149           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
18150           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
18151           !> warnings.pl
18152 ____________________________________________________________________________
18153 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
18154         Log: Integrate ext/Encode/compile from perlio.
18155      Branch: perl
18156           !> ext/Encode/compile
18157 ____________________________________________________________________________
18158 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
18159         Log: Integrate perlio:
18160              
18161              [ 15002]
18162              Win32 tweak
18163              
18164              [ 14999]
18165              Win32 hack
18166              
18167              [ 14995]
18168              Remove debugging assert
18169      Branch: perl
18170           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
18171           !> lib/Tie/File/t/16_handle.t
18172 ____________________________________________________________________________
18173 [ 15007] By: nick                                  on 2002/03/04  17:08:17
18174         Log: Integrate mainline
18175      Branch: perlio
18176           !> AUTHORS Changes Porting/Glossary Porting/config.sh
18177           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
18178           !> pod/perltoc.pod
18179 ____________________________________________________________________________
18180 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
18181         Log: A new M::BI test.
18182      Branch: perl
18183            + lib/Math/BigInt/t/isa.t
18184            ! MANIFEST
18185 ____________________________________________________________________________
18186 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
18187         Log: Subject: VMS test and perldelta update
18188              From: "Craig A. Berry" <craigberry@mac.com>
18189              Date: Mon, 04 Mar 2002 11:03:37 -0600
18190              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
18191      Branch: perl
18192            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
18193 ____________________________________________________________________________
18194 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
18195         Log: Needed for threaded builds.
18196      Branch: perl
18197            ! embed.fnc embed.h
18198 ____________________________________________________________________________
18199 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
18200         Log: Subject: [PATCH] taint + deprecated warnings
18201              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18202              Date: Mon, 4 Mar 2002 16:33:23 -0000
18203              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
18204      Branch: perl
18205            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
18206            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
18207            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
18208 ____________________________________________________________________________
18209 [ 15002] By: nick                                  on 2002/03/04  16:19:06
18210         Log: Win32 tweak
18211      Branch: perlio
18212            ! lib/Tie/File/t/16_handle.t
18213 ____________________________________________________________________________
18214 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
18215         Log: Update Changes.
18216      Branch: perl
18217            ! Changes patchlevel.h
18218 ____________________________________________________________________________
18219 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
18220         Log: AUTHORS updates.
18221      Branch: perl
18222            ! AUTHORS
18223 ____________________________________________________________________________
18224 [ 14999] By: nick                                  on 2002/03/04  15:26:43
18225         Log: Win32 hack
18226      Branch: perlio
18227            ! ext/Encode/compile ext/Encode/t/JP.t
18228 ____________________________________________________________________________
18229 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
18230         Log: Encode doc tweak from Autrijus Tang.
18231      Branch: perl
18232            ! ext/Encode/Encode.pm
18233 ____________________________________________________________________________
18234 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
18235         Log: Regen Glossary et al.  (It seems the #14875 didn't
18236              quite work in removing the double-dot?)
18237      Branch: perl
18238            ! Porting/Glossary Porting/config.sh Porting/config_H
18239 ____________________________________________________________________________
18240 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
18241         Log: Regen toc.
18242      Branch: perl
18243            ! pod/perltoc.pod
18244 ____________________________________________________________________________
18245 [ 14995] By: nick                                  on 2002/03/04  14:42:09
18246         Log: Remove debugging assert
18247      Branch: perlio
18248            ! ext/threads/shared/shared.xs
18249 ____________________________________________________________________________
18250 [ 14994] By: nick                                  on 2002/03/04  14:41:54
18251         Log: Integrate mainline
18252      Branch: perlio
18253           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
18254           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
18255           !> lib/Tie/File/t/15_pushpop.t util.c
18256 ____________________________________________________________________________
18257 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
18258         Log: Han update from Autrijus Tang. 
18259      Branch: perl
18260            ! ext/Encode/Encode.pm
18261 ____________________________________________________________________________
18262 [ 14992] By: nick                                  on 2002/03/04  14:08:38
18263         Log: Integrate mainline - all tests pass - some noise from threads
18264              av_simple (SuSE7.3).
18265      Branch: perlio
18266           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
18267           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
18268           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
18269           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
18270           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
18271           +> lib/Tie/File/t/11_rv_splice_rs.t
18272           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
18273           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
18274           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
18275            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
18276            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
18277            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
18278            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
18279            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
18280            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
18281            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
18282            - lib/Tie/File/15_pushpop.t
18283           !> (integrate 47 files)
18284 ____________________________________________________________________________
18285 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
18286         Log: Missing MANIFESTations.
18287      Branch: perl
18288            ! MANIFEST
18289 ____________________________________________________________________________
18290 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
18291         Log: Attempt at portability.
18292      Branch: perl
18293            ! util.c
18294 ____________________________________________________________________________
18295 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
18296         Log: Needed by #14985.
18297      Branch: perl
18298            ! embed.h global.sym proto.h
18299 ____________________________________________________________________________
18300 [ 14988] By: ams                                   on 2002/03/04  08:59:27
18301         Log: Upgrade to Tie::File 0.16.
18302      Branch: perl
18303            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
18304            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
18305            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
18306            ! lib/Tie/File/t/15_pushpop.t
18307 ____________________________________________________________________________
18308 [ 14987] By: ams                                   on 2002/03/04  08:48:11
18309         Log: Subject: [PATCH @14577] perly-fixer
18310              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18311              Date: Mon, 4 Mar 2002 02:28:51 -0500
18312              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
18313      Branch: perl
18314            ! Makefile.SH perly.fixer
18315 ____________________________________________________________________________
18316 [ 14986] By: ams                                   on 2002/03/04  08:43:37
18317         Log: Subject: [PATCH @14577] xsubpp
18318              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18319              Date: Mon, 4 Mar 2002 02:25:52 -0500
18320              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
18321      Branch: perl
18322            ! lib/ExtUtils/xsubpp pod/perlxs.pod
18323 ____________________________________________________________________________
18324 [ 14985] By: ams                                   on 2002/03/04  08:40:46
18325         Log: Subject: [PATCH @14577] sv_cmp and friends
18326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18327              Date: Mon, 4 Mar 2002 02:31:04 -0500
18328              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
18329      Branch: perl
18330            ! embed.fnc sv.c util.c
18331 ____________________________________________________________________________
18332 [ 14984] By: ams                                   on 2002/03/04  08:16:06
18333         Log: Fix File::Path docs as suggested by Ronald Kimball.
18334      Branch: perl
18335            ! lib/File/Path.pm
18336 ____________________________________________________________________________
18337 [ 14983] By: ams                                   on 2002/03/04  08:11:20
18338         Log: Update perldata fix as suggested by Benjamin Goldberg.
18339      Branch: perl
18340            ! pod/perldata.pod
18341 ____________________________________________________________________________
18342 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
18343         Log: Faulty skip.
18344      Branch: perl
18345            ! ext/DB_File/t/db-recno.t
18346 ____________________________________________________________________________
18347 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
18348         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
18349              From: Anton Tagunov <tagunov@motor.ru>
18350              Date: Mon, 4 Mar 2002 05:41:41 +0300
18351              Message-Id: <7916563907.20020304054141@motor.ru>
18352              
18353              Subject: [ID 20020303.005] Patch perlinicode C API description
18354              From: Anton Tagunov <tagunov@motor.ru>
18355              Date: Mon, 4 Mar 2002 06:08:23 +0300
18356              Message-Id: <2018165510.20020304060823@motor.ru>
18357      Branch: perl
18358            ! lib/utf8.pm pod/perlunicode.pod
18359 ____________________________________________________________________________
18360 [ 14980] By: ams                                   on 2002/03/04  02:19:20
18361         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
18362              From: Anton Tagunov <tagunov@motor.ru>
18363              Date: Mon, 4 Mar 2002 02:17:40 +0300
18364              Message-Id: <1344322124.20020304021740@motor.ru>
18365      Branch: perl
18366            ! pod/perldata.pod
18367 ____________________________________________________________________________
18368 [ 14979] By: ams                                   on 2002/03/04  02:17:54
18369         Log: Subject: RE: [PATCH] RE: DB_File breakage
18370              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18371              Date: Sun, 3 Mar 2002 23:56:31 -0000
18372              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
18373      Branch: perl
18374            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18375            ! ext/DB_File/t/db-recno.t
18376 ____________________________________________________________________________
18377 [ 14978] By: ams                                   on 2002/03/04  02:07:16
18378         Log: Subject: [PATCH] docs for ExtUtils::Manifest
18379              From: Nicholas Clark <nick@unfortu.net>
18380              Date: Sun, 3 Mar 2002 23:29:25 +0000
18381              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
18382      Branch: perl
18383            ! lib/ExtUtils/Manifest.pm
18384 ____________________________________________________________________________
18385 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
18386         Log: Forgot from the M::BI 1.54 update.
18387      Branch: perl
18388            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
18389            ! lib/Math/BigInt/t/upgrade.inc
18390 ____________________________________________________________________________
18391 [ 14976] By: ams                                   on 2002/03/04  02:04:32
18392         Log: Subject: [PATCH] attr
18393              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18394              Date: Sun, 3 Mar 2002 22:09:58 -0000
18395              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
18396      Branch: perl
18397            ! lib/warnings.pm warnings.pl
18398 ____________________________________________________________________________
18399 [ 14975] By: ams                                   on 2002/03/04  02:01:27
18400         Log: Subject: [PATCH] File::Path documentation
18401              From: Colin Meyer <cmeyer@helvella.org>
18402              Date: Sun, 3 Mar 2002 14:54:24 -0800
18403              Message-Id: <20020303145424.A21774@hobart.helvella.org>
18404      Branch: perl
18405            ! lib/File/Path.pm
18406 ____________________________________________________________________________
18407 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
18408         Log: Typo.
18409      Branch: perl
18410            ! lib/Math/BigInt/t/upgrade.t
18411 ____________________________________________________________________________
18412 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
18413         Log: Editing errors.
18414      Branch: perl
18415            ! MANIFEST
18416 ____________________________________________________________________________
18417 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
18418         Log: Upgrade to Math::BigInt 1.54.
18419      Branch: perl
18420            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18421            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
18422            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
18423            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
18424            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
18425            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
18426 ____________________________________________________________________________
18427 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
18428         Log: Test tweak from Craig Berry.
18429      Branch: perl
18430            ! lib/Tie/File/t/15_pushpop.t
18431 ____________________________________________________________________________
18432 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
18433         Log: Upgrade to Tie::File 0.15.
18434      Branch: perl
18435            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
18436            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
18437            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
18438            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
18439            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
18440            + lib/Tie/File/t/11_rv_splice_rs.t
18441            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
18442            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
18443            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
18444            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
18445            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
18446            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
18447            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
18448            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
18449            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
18450            - lib/Tie/File/15_pushpop.t
18451            ! MANIFEST lib/Tie/File.pm
18452 ____________________________________________________________________________
18453 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
18454         Log: The EBCDIC gaps apply only to the real A-Z.
18455      Branch: perl
18456            ! ext/B/B/Deparse.pm
18457 ____________________________________________________________________________
18458 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
18459         Log: EBCDIC: deparse \cX correctly.
18460      Branch: perl
18461            ! ext/B/B/Deparse.pm
18462 ____________________________________________________________________________
18463 [ 14967] By: ams                                   on 2002/03/03  18:18:00
18464         Log: Subject: [PATCH] nit in perlsyn.pod
18465              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
18466              Date: Sun, 03 Mar 2002 20:16:10 +0100
18467              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
18468      Branch: perl
18469            ! pod/perlsyn.pod
18470 ____________________________________________________________________________
18471 [ 14966] By: ams                                   on 2002/03/03  18:06:32
18472         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
18473              From: Michael G Schwern <schwern@pobox.com>
18474              Date: Sun, 3 Mar 2002 13:33:28 -0500
18475              Message-Id: <20020303183328.GA3296@blackrider>
18476      Branch: perl
18477            ! utils/h2xs.PL
18478 ____________________________________________________________________________
18479 [ 14965] By: ams                                   on 2002/03/03  18:00:03
18480         Log: Subject: [ PATCH ] HP back to default
18481              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18482              Date: Sun, 03 Mar 2002 18:48:34 +0100
18483              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
18484      Branch: perl
18485            ! hints/hpux.sh
18486 ____________________________________________________________________________
18487 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
18488         Log: EBCDIC: special cases of special cases.
18489      Branch: perl
18490            ! t/uni/case.pl
18491 ____________________________________________________________________________
18492 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
18493         Log: EBCDIC: the v-string components cannot exceed 2147483647.
18494      Branch: perl
18495            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
18496 ____________________________________________________________________________
18497 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
18498         Log: Remove the bogus "incorrect case" warning completely.
18499              The problem exists, but the cure, in which ever form
18500              it will be, needs to be something more subtle.
18501      Branch: perl
18502            ! op.c pod/perldiag.pod
18503 ____________________________________________________________________________
18504 [ 14961] By: ams                                   on 2002/03/03  13:39:09
18505         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
18506              From: Mark-Jason Dominus <mjd@plover.com>
18507              Date: Sun, 03 Mar 2002 09:32:16 -0500
18508              Message-Id: <20020303143216.10536.qmail@plover.com>
18509      Branch: perl
18510            ! t/op/tiearray.t
18511 ____________________________________________________________________________
18512 [ 14960] By: nick                                  on 2002/03/03  09:59:59
18513         Log: Integrate mainline
18514      Branch: perlio
18515           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
18516            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
18517            ! ext/Encode/compile
18518           !> (integrate 27 files)
18519 ____________________________________________________________________________
18520 [ 14959] By: ams                                   on 2002/03/03  08:11:34
18521         Log: Fix #14957.
18522      Branch: perl
18523            ! ext/DB_File/t/db-recno.t
18524 ____________________________________________________________________________
18525 [ 14958] By: ams                                   on 2002/03/03  05:51:00
18526         Log: Subject: [PATCH @14577] NL in debugger
18527              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18528              Date: Sat, 2 Mar 2002 05:34:12 -0500
18529              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
18530      Branch: perl
18531            ! lib/perl5db.pl
18532 ____________________________________________________________________________
18533 [ 14957] By: ams                                   on 2002/03/03  05:00:04
18534         Log: Subject: Re: DB_File breakage
18535              From: Schuyler Erle <schuyler@oreilly.com>
18536              Date: Sat, 02 Mar 2002 21:50:30 -0800
18537              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
18538      Branch: perl
18539            ! ext/DB_File/t/db-recno.t
18540 ____________________________________________________________________________
18541 [ 14956] By: ams                                   on 2002/03/03  04:40:08
18542         Log: Subject: [PATCH @14577] Debugging OPs
18543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18544              Date: Sat, 2 Mar 2002 05:49:58 -0500
18545              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
18546      Branch: perl
18547            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
18548            ! pod/perlrun.pod sv.h
18549 ____________________________________________________________________________
18550 [ 14955] By: ams                                   on 2002/03/03  04:34:41
18551         Log: Subject: Tie::Array doc patch
18552              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
18553              Date: Sat, 02 Mar 2002 08:42:56 +0900
18554              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
18555      Branch: perl
18556            ! lib/Tie/Array.pm
18557 ____________________________________________________________________________
18558 [ 14954] By: ams                                   on 2002/03/03  04:23:33
18559         Log: Subject: Re: Smoke 14870
18560              From: Nicholas Clark <nick@unfortu.net>
18561              Date: Sat, 2 Mar 2002 20:00:53 +0000
18562              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
18563      Branch: perl
18564            ! README.hpux
18565 ____________________________________________________________________________
18566 [ 14953] By: ams                                   on 2002/03/03  04:15:49
18567         Log: Subject: RE: VERSION core
18568              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18569              Date: Sat, 2 Mar 2002 22:50:44 -0000
18570              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
18571      Branch: perl
18572            ! t/comp/use.t
18573 ____________________________________________________________________________
18574 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
18575         Log: The #14949 removed this error from non-Win32.
18576      Branch: perl
18577            ! t/lib/warnings/op
18578 ____________________________________________________________________________
18579 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
18580         Log: BeOS back on track.
18581      Branch: perl
18582            ! README.beos
18583 ____________________________________________________________________________
18584 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
18585         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
18586              higher is okay.
18587      Branch: perl
18588            ! ext/POSIX/t/posix.t
18589 ____________________________________________________________________________
18590 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
18591         Log: For now, make "incorrect case" a Win32-only warning.
18592      Branch: perl
18593            ! op.c
18594 ____________________________________________________________________________
18595 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
18596         Log: Demand more before attempting socketpair().
18597      Branch: perl
18598            ! pp_sys.c
18599 ____________________________________________________________________________
18600 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
18601         Log: Remove obsolete hack.
18602      Branch: perl
18603            ! makedepend.SH
18604 ____________________________________________________________________________
18605 [ 14946] By: ams                                   on 2002/03/02  16:00:32
18606         Log: Forgot to delete encode.* from MANIFEST.
18607      Branch: perl
18608            ! MANIFEST
18609 ____________________________________________________________________________
18610 [ 14945] By: ams                                   on 2002/03/02  14:41:03
18611         Log: Delete ex-test output.
18612      Branch: perl
18613            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
18614 ____________________________________________________________________________
18615 [ 14944] By: ams                                   on 2002/03/02  13:54:35
18616         Log: Subject: [PATCH] DB_File 1.803
18617              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18618              Date: Sat, 2 Mar 2002 14:33:32 -0000
18619              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
18620      Branch: perl
18621            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18622            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
18623 ____________________________________________________________________________
18624 [ 14943] By: ams                                   on 2002/03/02  13:43:06
18625         Log: Upgrade to Tie::File 0.14.
18626      Branch: perl
18627            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
18628            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
18629            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
18630 ____________________________________________________________________________
18631 [ 14942] By: nick                                  on 2002/03/02  11:05:53
18632         Log: Integrate mainline
18633      Branch: perlio
18634           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
18635           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
18636           +> ext/Encode/t/table.utf8
18637           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
18638           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
18639           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
18640           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
18641           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
18642           !> universal.c utils/perldoc.PL
18643 ____________________________________________________________________________
18644 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
18645         Log: More CJK (just C, really) tables from Autrijus Tang
18646              (originally from iconv, used with permission of Bruno Haible)
18647      Branch: perl
18648            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
18649            + ext/Encode/Encode/iso-ir-165.enc
18650            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
18651            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
18652            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
18653 ____________________________________________________________________________
18654 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
18655         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
18656              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18657              Date: Fri, 1 Mar 2002 15:32:13 -0500
18658              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
18659      Branch: perl
18660            ! utils/perldoc.PL
18661 ____________________________________________________________________________
18662 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
18663         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
18664              From: Schuyler Erle <schuyler@oreilly.com>
18665              Date: Fri, 01 Mar 2002 14:22:19 -0800
18666              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
18667              
18668              Subject: Re: PATCH: "splice() offset past end of array" warning.
18669              From: Mark-Jason Dominus <mjd@plover.com>
18670              Date: Fri, 01 Mar 2002 17:19:49 -0500
18671              Message-ID: <20020301221949.7610.qmail@plover.com>
18672      Branch: perl
18673            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
18674 ____________________________________________________________________________
18675 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
18676         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
18677              From: Mark-Jason Dominus <mjd@plover.com>
18678              Date: Fri, 01 Mar 2002 18:35:35 -0500
18679              Message-ID: <20020301233535.15969.qmail@plover.com>
18680      Branch: perl
18681            ! av.c
18682 ____________________________________________________________________________
18683 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
18684         Log: Subject: RE: VERSION core
18685              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18686              Date: Fri, 1 Mar 2002 23:47:48 -0000
18687              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
18688      Branch: perl
18689            ! pod/perldiag.pod universal.c
18690 ____________________________________________________________________________
18691 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
18692         Log: Update Changes
18693      Branch: maint-5.6/macperl
18694            ! macos/Changes
18695 ____________________________________________________________________________
18696 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
18697         Log: Fix update to resources
18698      Branch: maint-5.6/macperl
18699            ! macos/macperl/MacPerl.r
18700 ____________________________________________________________________________
18701 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
18702         Log: metaconfig unit change for #14930.
18703      Branch: metaconfig
18704            ! U/modified/Init.U
18705 ____________________________________________________________________________
18706 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
18707         Log: Fix debugger to handle Mac OS psedofiles
18708      Branch: maint-5.6/macperl
18709            ! lib/DB.pm lib/perl5db.pl
18710 ____________________________________________________________________________
18711 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
18712         Log: Various fixes from Thomas Wegner
18713      Branch: maint-5.6/macperl
18714            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
18715 ____________________________________________________________________________
18716 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
18717         Log: Some resource updates
18718      Branch: maint-5.6/macperl
18719            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
18720            ! macos/macperl/MacPerl.rsrc
18721 ____________________________________________________________________________
18722 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
18723         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
18724              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18725              Date: Fri, 01 Mar 2002 09:38:59 -0800
18726              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
18727      Branch: perl
18728            ! Configure
18729 ____________________________________________________________________________
18730 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
18731         Log: Add some missing sfio symbols (Alan Fry)
18732      Branch: maint-5.6/macperl
18733            ! macos/macperl.sym
18734 ____________________________________________________________________________
18735 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
18736         Log: Update version and README
18737      Branch: maint-5.6/macperl
18738            ! README.macos macos/MPVersion.r
18739 ____________________________________________________________________________
18740 [ 14926] By: nick                                  on 2002/03/01  15:56:41
18741         Log: Integrate mainline
18742      Branch: perlio
18743           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
18744           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
18745           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
18746           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
18747           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
18748           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
18749           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
18750           +> lib/Tie/File/13_size_rs.t
18751           !> (integrate 80 files)
18752 ____________________________________________________________________________
18753 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
18754         Log: Better advertising.
18755      Branch: perl
18756            ! pod/perldelta.pod pod/perlfaq5.pod
18757 ____________________________________________________________________________
18758 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
18759         Log: Update Changes.
18760      Branch: perl
18761            ! Changes patchlevel.h
18762 ____________________________________________________________________________
18763 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
18764         Log: Lost in the shuffle.
18765      Branch: perl
18766            + lib/Math/BigInt/t/downgrade.t
18767            ! MANIFEST
18768 ____________________________________________________________________________
18769 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
18770         Log: Advertise Tie::File.
18771      Branch: perl
18772            ! pod/perldelta.pod pod/perlfaq5.pod
18773 ____________________________________________________________________________
18774 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
18775         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
18776              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18777              Date: Thu, 28 Feb 2002 18:55:48 +0100
18778              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
18779      Branch: perl
18780            ! x2p/walk.c
18781 ____________________________________________________________________________
18782 [ 14920] By: ams                                   on 2002/03/01  09:06:01
18783         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
18784              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18785              Date: Tue, 26 Feb 2002 19:54:31 -0500
18786              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
18787      Branch: perl
18788            ! embed.fnc ext/B/B/Deparse.pm gv.c
18789 ____________________________________________________________________________
18790 [ 14919] By: ams                                   on 2002/03/01  03:03:12
18791         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
18792      Branch: perl
18793            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
18794            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
18795            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
18796            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
18797            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
18798            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
18799            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
18800 ____________________________________________________________________________
18801 [ 14918] By: ams                                   on 2002/03/01  02:36:58
18802         Log: Add Tie::File 0.12 from MJD.
18803      Branch: perl
18804            + lib/Tie/File.pm lib/Tie/File/01_gen.t
18805            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
18806            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
18807            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
18808            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
18809            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
18810            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
18811            ! MANIFEST
18812 ____________________________________________________________________________
18813 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
18814         Log: Encoding name mapping tweaks.
18815      Branch: perl
18816            ! ext/Encode/Encode.pm
18817 ____________________________________________________________________________
18818 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
18819         Log: metaconfig unit change for #14915.
18820      Branch: metaconfig
18821            ! U/modified/Init.U
18822 ____________________________________________________________________________
18823 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
18824         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
18825              From: Paul_GreenVOS@vos.stratus.com
18826              Date: Thu, 28 Feb 02 15:05 est
18827              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
18828      Branch: perl
18829            ! Configure
18830 ____________________________________________________________________________
18831 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
18832         Log: PL_bostr was pointing to the wrong string
18833              (a string left around from the loading of the Unicode \w)
18834              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
18835              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
18836      Branch: perl
18837            ! regexec.c
18838 ____________________________________________________________________________
18839 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
18840         Log: Sync with libnet-1.10
18841      Branch: perl
18842            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
18843            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
18844            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
18845            ! lib/Net/t/netrc.t
18846 ____________________________________________________________________________
18847 [ 14912] By: ams                                   on 2002/02/28  13:02:50
18848         Log: Subject: [PATCH] perldelta.pod fixes
18849              From: Autrijus Tang <autrijus@autrijus.org>
18850              Date: Thu, 28 Feb 2002 21:44:15 +0800
18851              Message-Id: <20020228134415.GB16422@not.autrijus.org>
18852      Branch: perl
18853            ! pod/perldelta.pod
18854 ____________________________________________________________________________
18855 [ 14911] By: ams                                   on 2002/02/28  11:31:44
18856         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
18857              From: Stas Bekman <stas@stason.org>
18858              Date: Mon, 04 Feb 2002 16:18:53 +0800
18859              Message-Id: <3C7E1E5F.1000605@stason.org>
18860              (Applied by hand).
18861      Branch: perl
18862            ! lib/File/Copy.pm
18863 ____________________________________________________________________________
18864 [ 14910] By: ams                                   on 2002/02/28  11:26:47
18865         Log: Subject: [PATCH lib/Pod/Html.pm]
18866              From: Stas Bekman <stas@stason.org>
18867              Date: Thu, 28 Feb 2002 20:05:01 +0800
18868              Message-Id: <3C7E1CED.7000307@stason.org>
18869      Branch: perl
18870            ! lib/Pod/Html.pm
18871 ____________________________________________________________________________
18872 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
18873         Log: Tests for #14908.
18874      Branch: perl
18875            ! t/op/pat.t
18876 ____________________________________________________________________________
18877 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
18878         Log: Make shared hash keys to be \0-terminated:
18879              one possible resolution for
18880              "UTF-8, weird \w behaviour after HASH-KEY-ification"
18881              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
18882              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
18883              The hash keys weren't \0-terminated.  This meant that the EOL ($)
18884              in regmatch() got the nextchr beyond the last character.  Since
18885              the keys were UTF-8, the nextchr was \1, not the usual
18886              string-terminating \0.  Wham, no match.
18887              
18888              I think another possible resolution could be to stop the nextchr
18889              computation in regmatch() from peeking beyond the last character
18890              of the string:
18891              
18892              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
18893      Branch: perl
18894            ! hv.c hv.h
18895 ____________________________________________________________________________
18896 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
18897         Log: Subject: [PATCH] Perl interface to newIO()
18898              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18899              Date: Wed, 27 Feb 2002 20:15:27 -0800
18900              Message-ID: <f7af8gzkgaET092yn@efn.org>
18901      Branch: perl
18902            ! lib/Symbol.pm
18903 ____________________________________________________________________________
18904 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
18905         Log: The "list" part of
18906              
18907              Subject: [PATCH perlop] .. returns a *list* of *integers*
18908              From: Mike Guy <mjtg@cam.ac.uk>
18909              Date: Tue, 26 Feb 2002 18:30:22 +0000
18910              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
18911              
18912              plus few nits.
18913      Branch: perl
18914            ! pod/perlop.pod
18915 ____________________________________________________________________________
18916 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
18917         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
18918              From: Abe Timmerman <abe@ztreet.demon.nl>
18919              Date: Thu, 28 Feb 2002 00:04:06 +0100
18920              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
18921      Branch: perl
18922            ! lib/File/stat.t
18923 ____________________________________________________________________________
18924 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
18925         Log: Integrate from maintperl.
18926      Branch: maint-5.6/macperl
18927           !> doio.c op.c t/io/open.t t/pragma/strict-subs
18928 ____________________________________________________________________________
18929 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
18930         Log: Upgrade to Math::BigInt 1.53.
18931      Branch: perl
18932            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18933            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
18934            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
18935            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
18936            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
18937            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
18938 ____________________________________________________________________________
18939 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
18940         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
18941              From: "Craig A. Berry" <craigberry@mac.com>
18942              Date: Wed, 27 Feb 2002 15:36:38 -0600
18943              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
18944      Branch: perl
18945            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
18946            ! vms/ext/filespec.t
18947 ____________________________________________________________________________
18948 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
18949         Log: Subject: [PATCH] Some minor changes for Cygwin
18950              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
18951              Date: Wed, 27 Feb 2002 22:25:41 +0100
18952              Message-ID: <14296492589.20020227222541@familiehaase.de>
18953      Branch: perl
18954            ! Makefile.SH README.cygwin cygwin/perlld.in
18955 ____________________________________________________________________________
18956 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
18957         Log: Update the UTF-8 explanation table.
18958      Branch: perl
18959            ! pod/perlunicode.pod utf8.h
18960 ____________________________________________________________________________
18961 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
18962         Log: Repatch from Robin Barker: anon subs in C<package;> are
18963              now __ANON__::__ANON__ (should help for mod_perl breakage
18964              since #12251)
18965      Branch: perl
18966            ! gv.c op.c t/op/runlevel.t toke.c
18967 ____________________________________________________________________________
18968 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
18969         Log: Update Changes.
18970      Branch: perl
18971            ! Changes patchlevel.h
18972 ____________________________________________________________________________
18973 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
18974         Log: perldelta updates.
18975      Branch: perl
18976            ! pod/perldelta.pod
18977 ____________________________________________________________________________
18978 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
18979         Log: Signedness nit.
18980      Branch: perl
18981            ! regexec.c
18982 ____________________________________________________________________________
18983 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
18984         Log: Subject: Re: Smoke 14870
18985              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18986              Date: Wed, 27 Feb 2002 16:48:35 +0100
18987              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
18988              
18989              (with some additional garnish)
18990      Branch: perl
18991            ! README.hpux hints/hpux.sh
18992 ____________________________________________________________________________
18993 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
18994         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
18995              into perl.exp in AIX.
18996      Branch: perl
18997            ! makedef.pl perl.h
18998 ____________________________________________________________________________
18999 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
19000         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
19001              From: Robin Barker <rmb1@cise.npl.co.uk>
19002              Date: Wed, 27 Feb 2002 14:39:35 GMT
19003              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
19004      Branch: perl
19005            ! pod/perlrun.pod
19006 ____________________________________________________________________________
19007 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
19008         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
19009              From: Robin Barker <rmb1@cise.npl.co.uk>
19010              Date: Wed, 27 Feb 2002 12:25:30 GMT
19011              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
19012      Branch: perl
19013            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
19014            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
19015            ! pod/perlunicode.pod pod/perluniintro.pod
19016 ____________________________________________________________________________
19017 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
19018         Log: Only modify LD_LIBRARY_PATH in case there are directories.
19019      Branch: perl
19020            ! hints/dec_osf.sh
19021 ____________________________________________________________________________
19022 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
19023         Log: Subject: [PATCH] perl/hints/vos.sh
19024              From: Paul_GreenVOS@vos.stratus.com
19025              Date: Tue, 26 Feb 02 15:19 est
19026              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
19027      Branch: perl
19028            ! hints/vos.sh
19029 ____________________________________________________________________________
19030 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
19031         Log: Forgot from #14888.
19032      Branch: perl
19033            ! ext/Unicode/Normalize/mkheader
19034 ____________________________________________________________________________
19035 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
19036         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
19037      Branch: perl
19038            ! ext/Unicode/Normalize/Changes
19039            ! ext/Unicode/Normalize/Normalize.pm
19040            ! ext/Unicode/Normalize/Normalize.xs
19041            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
19042            ! ext/Unicode/Normalize/t/test.t
19043 ____________________________________________________________________________
19044 [ 14887] By: ams                                   on 2002/02/26  23:51:52
19045         Log: Subject: Missing diagnostics
19046              From: Simon Glover <scog@roe.ac.uk>
19047              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
19048              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
19049              
19050              Subject: [PATCH] Better wording for the lvalue vec diagnostic
19051              From: Simon Glover <scog@roe.ac.uk>
19052              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
19053              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
19054      Branch: perl
19055            ! doop.c pod/perldiag.pod t/op/vec.t
19056 ____________________________________________________________________________
19057 [ 14886] By: ams                                   on 2002/02/26  15:48:34
19058         Log: Subject: [PATCH] Not OK 5.7.2@14884
19059              From: andreas.koenig@anima.de (Andreas J. Koenig)
19060              Date: Tue, 26 Feb 2002 15:03:55 +0100
19061              Message-Id: <m38z9gfigk.fsf@anima.de>
19062      Branch: perl
19063            ! t/lib/access.t
19064 ____________________________________________________________________________
19065 [ 14885] By: nick                                  on 2002/02/26  13:48:55
19066         Log: Integrate mainline
19067      Branch: perlio
19068           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
19069           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
19070           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
19071            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
19072           !> (integrate 102 files)
19073 ____________________________________________________________________________
19074 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
19075         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
19076              1.1999999999999996, or thereabouts (yes, even sprintf).
19077      Branch: perl
19078            ! t/base/num.t
19079 ____________________________________________________________________________
19080 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
19081         Log: Neither.
19082      Branch: perl
19083            ! pod/perldelta.pod
19084 ____________________________________________________________________________
19085 [ 14882] By: ams                                   on 2002/02/26  08:46:55
19086         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
19087              From: Michael G Schwern <schwern@pobox.com>
19088              Date: Tue, 26 Feb 2002 01:01:28 -0500
19089              Message-Id: <20020226060128.GA2439@blackrider>
19090      Branch: perl
19091            ! hv.c pod/perldiag.pod
19092 ____________________________________________________________________________
19093 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
19094         Log: Subject: [PATCH B::Concise] docs, typos
19095              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19096              Date: Mon, 25 Feb 2002 16:41:16 +0100
19097              Message-ID: <20020225164116.A1054@rafael>
19098      Branch: perl
19099            ! ext/B/B/Concise.pm
19100 ____________________________________________________________________________
19101 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
19102         Log: POSIX: add isatty to @EXPORT_OK, reformat.
19103      Branch: perl
19104            ! ext/POSIX/POSIX.pm
19105 ____________________________________________________________________________
19106 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
19107         Log: If using -Dloclibpth=... the directories need to
19108              be appended to LD_LIBRARY_PATH (and ickily, if those
19109              directories contain a (newer?) libdb.so, we need to
19110              prepend    /usr/shlib to loclibpth).
19111      Branch: perl
19112            ! hints/dec_osf.sh
19113 ____________________________________________________________________________
19114 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
19115         Log: Subject: [PATCH] Perl interface to newIO()
19116              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
19117              Date: Mon, 25 Feb 2002 15:04:57 -0800
19118              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
19119      Branch: perl
19120            ! lib/Symbol.pm lib/Symbol.t
19121 ____________________________________________________________________________
19122 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
19123         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
19124              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
19125              Date: Mon, 25 Feb 2002 21:58:30 +0100
19126              Message-ID: <20020225215830.A744@rafael>
19127      Branch: perl
19128            ! pod/perlvar.pod
19129 ____________________________________________________________________________
19130 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
19131         Log: Big5 tweaks from Autrijus Tang.
19132      Branch: perl
19133            ! ext/Encode/Encode/big5.enc
19134 ____________________________________________________________________________
19135 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
19136         Log: Subject: [PATCH Glossary configpm] cleanups
19137              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19138              Date: Mon, 25 Feb 2002 23:27:15 +0100
19139              Message-ID: <20020225232715.C744@rafael>
19140      Branch: perl
19141            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
19142 ____________________________________________________________________________
19143 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
19144         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
19145              From: Nicholas Clark <nick@unfortu.net>
19146              Date: Mon, 25 Feb 2002 21:53:24 +0000
19147              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
19148      Branch: perl
19149            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
19150            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
19151            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
19152 ____________________________________________________________________________
19153 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
19154         Log: Upgrade to I18N::LangTags 0.27.
19155              (Causes one flipflop back to perl.com URL, must poke Sean.)
19156      Branch: perl
19157            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
19158            ! lib/I18N/LangTags/List.pm
19159 ____________________________________________________________________________
19160 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
19161         Log: Upgrade to Getopt::Long 2.28.
19162      Branch: perl
19163            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
19164            ! lib/Getopt/Long/README
19165 ____________________________________________________________________________
19166 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
19167         Log: No =head.
19168      Branch: perl
19169            ! pod/perlebcdic.pod
19170 ____________________________________________________________________________
19171 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
19172         Log: Update Changes.
19173      Branch: perl
19174            ! Changes patchlevel.h
19175 ____________________________________________________________________________
19176 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
19177         Log: metaconfig unit change for #14868.
19178      Branch: metaconfig
19179            ! U/modified/Chk_MANI.U
19180 ____________________________________________________________________________
19181 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
19182         Log: Some hosts understand split -l 50, some only split -50
19183              (from Paul Eggert).
19184      Branch: perl
19185            ! Configure
19186 ____________________________________________________________________________
19187 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
19188         Log: Subject: Re: [PATCH bleadperl] socketpair.t
19189              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19190              Date: Sun, 24 Feb 2002 10:31:25 +0100
19191              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
19192              
19193              (the pid half only)
19194      Branch: perl
19195            ! win32/win32.c
19196 ____________________________________________________________________________
19197 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
19198         Log: Mention the new pack tricks.
19199      Branch: perl
19200            ! pod/perldelta.pod
19201 ____________________________________________________________________________
19202 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
19203         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
19204              From: Richard.Foley@t-online.de (Richard Foley)
19205              Date: Mon, 25 Feb 2002 13:47:03 +0100
19206              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
19207      Branch: perl
19208            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
19209            ! pod/perldebug.pod pod/perldelta.pod
19210 ____________________________________________________________________________
19211 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
19212         Log: Typo corrections from John P. Linderman.
19213      Branch: perl
19214            ! ext/IPC/SysV/Semaphore.pm
19215 ____________________________________________________________________________
19216 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
19217         Log: Upgrade to Math::BigInt 1.52.
19218      Branch: perl
19219            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19220            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19221            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19222            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
19223            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
19224 ____________________________________________________________________________
19225 [ 14862] By: ams                                   on 2002/02/25  10:39:40
19226         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
19227              From: Robin Barker <rmb1@cise.npl.co.uk>
19228              Date: Mon, 25 Feb 2002 11:35:06 GMT
19229              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
19230              
19231              Subject: [PATCH Net/Cmd.pm]
19232              From: Robin Barker <rmb1@cise.npl.co.uk>
19233              Date: Mon, 25 Feb 2002 11:37:06 GMT
19234              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
19235      Branch: perl
19236            ! lib/Cwd.pm lib/Net/Cmd.pm
19237 ____________________________________________________________________________
19238 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
19239         Log: Cut-and-paste errors.
19240      Branch: perl
19241            ! t/op/pat.t
19242 ____________________________________________________________________________
19243 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
19244         Log: EBCDIC: the control characters are not that easy to find.
19245      Branch: perl
19246            ! t/op/pat.t
19247 ____________________________________________________________________________
19248 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
19249         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
19250              From: John Peacock <jpeacock@rowman.com>
19251              Date: Sun, 24 Feb 2002 22:08:28 -0500
19252              Message-ID: <3C79AAAC.6060903@rowman.com>
19253      Branch: perl
19254            ! sv.c
19255 ____________________________________________________________________________
19256 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
19257         Log: SvSetSV() is not returnable, but that's okay since
19258              sv_copypv() returns void.
19259      Branch: perl
19260            ! sv.c
19261 ____________________________________________________________________________
19262 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
19263         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
19264              From: John Peacock <jpeacock@rowman.com>                 
19265              Date: Sun, 24 Feb 2002 16:40:07 -0500
19266              Message-ID: <3C795DB7.40105@rowman.com>               
19267      Branch: perl
19268            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
19269            ! pp_hot.c proto.h sv.c
19270 ____________________________________________________________________________
19271 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
19272         Log: Tiny code cleanup.
19273      Branch: perl
19274            ! regexec.c
19275 ____________________________________________________________________________
19276 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
19277         Log: Use to_uni_fold().
19278      Branch: perl
19279            ! regcomp.c
19280 ____________________________________________________________________________
19281 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
19282         Log: Document the new taint behaviour of exec LIST and
19283              system LIST.
19284      Branch: perl
19285            ! pod/perldelta.pod
19286 ____________________________________________________________________________
19287 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
19288         Log: Subject: [PATCH] Re: taint news
19289              From: Rick Delaney <rick.delaney@rogers.com>             
19290              Date: 24 Feb 2002 11:35:00 -0500
19291              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
19292      Branch: perl
19293            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
19294 ____________________________________________________________________________
19295 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
19296         Log: EBCDIC tweak (native instead of uni) and comment update.
19297      Branch: perl
19298            ! regexec.c
19299 ____________________________________________________________________________
19300 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
19301         Log: Using uninitialized (and wrong) variables is not good.
19302      Branch: perl
19303            ! regcomp.c
19304 ____________________________________________________________________________
19305 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
19306         Log: EBCDIC: this seems to calm the last of the
19307              Malformed UTF-8 warnings.
19308      Branch: perl
19309            ! regcomp.c utf8.c
19310 ____________________________________________________________________________
19311 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
19312         Log: EBCDIC: document using Encode for character conversions.
19313      Branch: perl
19314            ! pod/perlebcdic.pod
19315 ____________________________________________________________________________
19316 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
19317         Log: EBCDIC: disable also Unicode::Collate and
19318              Unicode::Normalize for now.  Real users of
19319              EBCDIC have to decide what they want.
19320      Branch: perl
19321            ! ext/Unicode/Normalize/Normalize.pm
19322            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
19323            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
19324            ! lib/Unicode/Collate/t/test.t
19325 ____________________________________________________________________________
19326 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
19327         Log: AUTHORS updates.
19328      Branch: perl
19329            ! AUTHORS
19330 ____________________________________________________________________________
19331 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
19332         Log: Retract #14571: there may be a better solution than
19333              tweaking the test.
19334      Branch: perl
19335            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
19336 ____________________________________________________________________________
19337 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
19338         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
19339              From: "Craig A. Berry" <craigberry@mac.com> 
19340              Date: Sat, 23 Feb 2002 14:14:35 -0600
19341              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
19342      Branch: perl
19343            ! configure.com
19344 ____________________________________________________________________________
19345 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
19346         Log: metaconfig unit change for #14843.
19347      Branch: metaconfig/U/perl
19348            ! Extensions.U
19349 ____________________________________________________________________________
19350 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
19351         Log: Also Encode/JP needs to be listed explicitly.
19352              (Any other sub-Encode extensions?)
19353      Branch: perl
19354            ! Configure
19355 ____________________________________________________________________________
19356 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
19357         Log: Document known UNICOS/mk deficiency.
19358      Branch: perl
19359            ! pod/perldelta.pod
19360 ____________________________________________________________________________
19361 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
19362         Log: Subject: [PATCH] README mention version 5.0
19363              From: Autrijus Tang <autrijus@autrijus.org>
19364              Date: Sat, 23 Feb 2002 09:35:22 +0800
19365              Message-ID: <20020223013522.GA8694@not.autrijus.org>
19366      Branch: perl
19367            ! README
19368 ____________________________________________________________________________
19369 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
19370         Log: metaconfig unit change for #14839.
19371      Branch: metaconfig
19372            ! U/modified/Signal.U
19373 ____________________________________________________________________________
19374 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
19375         Log: Old hosts like NeXT Classic don't have sort -k,
19376              from Paul Eggert.
19377      Branch: perl
19378            ! Configure
19379 ____________________________________________________________________________
19380 [ 14838] By: ams                                   on 2002/02/22  21:14:29
19381         Log: Minor clarifications as suggested by Anton Tagunov.
19382      Branch: perl
19383            ! pod/perlsyn.pod
19384 ____________________________________________________________________________
19385 [ 14837] By: ams                                   on 2002/02/22  21:07:02
19386         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
19387              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19388              Date: Fri, 22 Feb 2002 23:01:07 +0100
19389              Message-Id: <20020222230107.A15069@rafael>
19390      Branch: perl
19391            ! sv.c t/op/gv.t
19392 ____________________________________________________________________________
19393 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
19394         Log: metaconfig unit change for #14835.
19395      Branch: metaconfig
19396            ! U/modified/Chk_MANI.U
19397 ____________________________________________________________________________
19398 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
19399         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
19400      Branch: perl
19401            ! Configure
19402 ____________________________________________________________________________
19403 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
19404         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
19405              From: Michael G Schwern <schwern@pobox.com>
19406              Date: Fri, 22 Feb 2002 12:10:28 -0500
19407              Message-ID: <20020222171027.GB4181@blackrider>
19408      Branch: perl
19409            ! ext/Encode/compile
19410 ____________________________________________________________________________
19411 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
19412         Log: Update Changes.
19413      Branch: perl
19414            ! Changes patchlevel.h
19415 ____________________________________________________________________________
19416 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
19417         Log: Implement IV/UV/NV/long double pack/unpack with
19418              template letters j/J/F/D (the latter two have been
19419              undocumented aliases of f/d).
19420      Branch: perl
19421            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
19422 ____________________________________________________________________________
19423 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
19424         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
19425              From: Nicholas Clark <nick@unfortu.net>
19426              Date: Fri, 22 Feb 2002 14:01:25 +0000
19427              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
19428      Branch: perl
19429            ! ext/Encode/compile
19430 ____________________________________________________________________________
19431 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
19432         Log: NetWare change from Ananth Kesari.
19433      Branch: perl
19434            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
19435            ! MANIFEST
19436 ____________________________________________________________________________
19437 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
19438         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
19439              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19440              Date: Fri, 22 Feb 2002 03:55:13 -0500
19441              Message-ID: <20020222035513.A894@math.ohio-state.edu>
19442      Branch: perl
19443            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
19444 ____________________________________________________________________________
19445 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
19446         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
19447      Branch: perl
19448            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
19449 ____________________________________________________________________________
19450 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
19451         Log: Make measure_struct a file static.
19452      Branch: perl
19453            ! pp_pack.c
19454 ____________________________________________________________________________
19455 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
19456         Log: EBCDIC: someone who knows what they are doing
19457              and whether it is possible at all in the first
19458              place needs to figure these tests out on EBCDIC.
19459              The CJK encodings heavily abuse their knowledge
19460              of ASCII and that may require a translation layer
19461              or four to survive UTF-EBCDIC.
19462      Branch: perl
19463            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
19464 ____________________________________________________________________________
19465 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
19466         Log: croak() needs context.
19467      Branch: perl
19468            ! pp_pack.c
19469 ____________________________________________________________________________
19470 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
19471         Log: Subject: [PATCH @14577] pack with a human face: the sequel
19472              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19473              Date: Thu, 21 Feb 2002 21:33:37 -0500
19474              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
19475      Branch: perl
19476            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
19477            ! proto.h t/op/pack.t
19478 ____________________________________________________________________________
19479 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
19480         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
19481              From: Nicholas Clark <nick@unfortu.net> 
19482              Date: Fri, 22 Feb 2002 00:49:44 +0000
19483              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
19484      Branch: perl
19485            ! ext/Encode/compile
19486 ____________________________________________________________________________
19487 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
19488         Log: Test for #14795.
19489      Branch: perl
19490            ! t/op/pat.t
19491 ____________________________________________________________________________
19492 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
19493         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
19494      Branch: perl
19495            ! t/op/pat.t
19496 ____________________________________________________________________________
19497 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
19498         Log: Subject: [PATCH] next batch of bugfixes
19499              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19500              Date: Thu, 21 Feb 2002 23:54:41 +0100
19501              Message-ID: <20020221235441.A17260@rafael>
19502      Branch: perl
19503            ! ext/B/B/Deparse.pm
19504 ____________________________________________________________________________
19505 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
19506         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)
19507              From: chromatic <chromatic@rmci.net>
19508              Date: Thu, 21 Feb 2002 14:17:35 -0700
19509              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
19510      Branch: perl
19511            ! lib/File/stat.pm lib/File/stat.t
19512 ____________________________________________________________________________
19513 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
19514         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
19515      Branch: perl
19516            ! ext/re/re.xs
19517 ____________________________________________________________________________
19518 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
19519         Log: Upgrade to Math::BigInt 1.51.
19520      Branch: perl
19521            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
19522            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
19523            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
19524            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19525            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
19526            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19527            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
19528            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
19529            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
19530            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
19531            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
19532            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
19533 ____________________________________________________________________________
19534 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
19535         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
19536              From: "Gerrit P. Haase" <gp@familiehaase.de>
19537              Date: Thu, 21 Feb 2002 21:20:25 +0100
19538              Message-ID: <69510538936.20020221212025@familiehaase.de>
19539      Branch: perl
19540            ! Makefile.SH
19541 ____________________________________________________________________________
19542 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
19543         Log: Subject: [PATCH @14577] grouping in pack/unpack
19544              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19545              Date: Thu, 21 Feb 2002 06:06:14 -0500
19546              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
19547      Branch: perl
19548            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
19549            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
19550 ____________________________________________________________________________
19551 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
19552         Log: Subject: [PATCH propose] question about fs.t
19553              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19554              Date: Thu, 21 Feb 2002 15:10:21 +0100
19555              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
19556      Branch: perl
19557            ! t/io/fs.t
19558 ____________________________________________________________________________
19559 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
19560         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
19561              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
19562              Date: Thu, 21 Feb 2002 09:54:28 +0100
19563              Message-ID: <13576559576.20020221095428@familiehaase.de>     
19564      Branch: perl
19565            ! Makefile.SH
19566 ____________________________________________________________________________
19567 [ 14812] By: ams                                   on 2002/02/21  14:59:09
19568         Log: Subject: typo correction
19569              From: mjd@plover.com
19570              Date: 21 Feb 2002 15:43:49 -0000
19571              Message-Id: <20020221154349.22772.qmail@plover.com>
19572      Branch: perl
19573            ! pod/perldebug.pod
19574 ____________________________________________________________________________
19575 [ 14811] By: ams                                   on 2002/02/21  14:02:12
19576         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
19577              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19578              Date: Thu, 21 Feb 2002 15:22:22 +0100
19579              Message-Id: <20020221152222.A15095@rafael>
19580      Branch: perl
19581            ! op.h toke.c
19582 ____________________________________________________________________________
19583 [ 14810] By: ams                                   on 2002/02/21  12:45:28
19584         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
19585              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19586              Date: Thu, 21 Feb 2002 06:02:48 -0500
19587              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
19588      Branch: perl
19589            ! lib/ExtUtils/Mksymlists.pm makedef.pl
19590 ____________________________________________________________________________
19591 [ 14809] By: nick                                  on 2002/02/21  09:31:08
19592         Log: Integrate mainline
19593      Branch: perlio
19594           +> lib/Pod/t/Select.t
19595           !> (integrate 37 files)
19596 ____________________________________________________________________________
19597 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
19598         Log: metaconfig unit change for #14807.
19599      Branch: metaconfig
19600            ! U/modified/Signal.U
19601 ____________________________________________________________________________
19602 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
19603         Log: Revert #14805, didn't quite work.
19604      Branch: perl
19605            ! Configure config_h.SH
19606 ____________________________________________________________________________
19607 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
19608         Log: metaconfig changes for #14805.
19609      Branch: metaconfig
19610            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
19611 ____________________________________________________________________________
19612 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
19613         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
19614              From: Paul Eggert <eggert@twinsun.com>
19615              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
19616              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
19617      Branch: perl
19618            ! Configure config_h.SH
19619 ____________________________________________________________________________
19620 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
19621         Log: More advice.
19622      Branch: perl
19623            ! README.os390
19624 ____________________________________________________________________________
19625 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
19626         Log: Missing MANIFESTation.
19627      Branch: perl
19628            ! MANIFEST
19629 ____________________________________________________________________________
19630 [ 14802] By: ams                                   on 2002/02/20  22:55:25
19631         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
19632              From: Autrijus Tang <autrijus@autrijus.org>
19633              Date: Thu, 21 Feb 2002 07:13:12 +0800
19634              Message-Id: <20020220231312.GA775@not.autrijus.org>
19635      Branch: perl
19636            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
19637 ____________________________________________________________________________
19638 [ 14801] By: ams                                   on 2002/02/20  22:27:20
19639         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
19640              From: Abe Timmerman <abe@ztreet.demon.nl>
19641              Date: Thu, 21 Feb 2002 00:20:40 +0100
19642              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
19643      Branch: perl
19644            + lib/Pod/t/Select.t
19645 ____________________________________________________________________________
19646 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
19647         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
19648              twice, causing the loop to skip every other character.
19649      Branch: perl
19650            ! utf8.c
19651 ____________________________________________________________________________
19652 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
19653         Log: Better debugging info.
19654      Branch: perl
19655            ! t/uni/case.pl
19656 ____________________________________________________________________________
19657 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
19658         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
19659              From: Nicholas Clark <nick@unfortu.net>
19660              Date: Wed, 20 Feb 2002 22:13:05 +0000
19661              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
19662      Branch: perl
19663            ! ext/Encode/compile
19664 ____________________________________________________________________________
19665 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
19666         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
19667              From: Paul Eggert <eggert@twinsun.com>
19668              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
19669              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
19670      Branch: perl
19671            ! pod/perlhack.pod
19672 ____________________________________________________________________________
19673 [ 14796] By: nick                                  on 2002/02/20  18:15:00
19674         Log: Integrate mainline
19675      Branch: perlio
19676           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
19677           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
19678           +> lib/Locale/Country.pod lib/Locale/Currency.pod
19679           +> lib/Locale/Language.pod lib/Locale/Script.pm
19680           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
19681           +> t/uni/title.t t/uni/upper.t
19682           !> (integrate 41 files)
19683 ____________________________________________________________________________
19684 [ 14795] By: ams                                   on 2002/02/20  17:08:38
19685         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
19686              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19687              Date: Wed, 20 Feb 2002 18:06:59 +0000
19688              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
19689      Branch: perl
19690            ! pp_ctl.c
19691 ____________________________________________________________________________
19692 [ 14794] By: ams                                   on 2002/02/20  16:41:56
19693         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
19694              From: Paul_GreenVOS@vos.stratus.com
19695              Date: Wed, 20 Feb 02 12:21 est
19696              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
19697      Branch: perl
19698            ! Makefile.SH
19699 ____________________________________________________________________________
19700 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
19701         Log: Forgot from #14790.
19702      Branch: perl
19703            ! pp_pack.c
19704 ____________________________________________________________________________
19705 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
19706         Log: Update Changes.
19707      Branch: perl
19708            ! Changes patchlevel.h
19709 ____________________________________________________________________________
19710 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
19711         Log: Integrate change #14778 from maintperl;
19712              
19713              constant folding on the range operator had the effect of disabling
19714              peephole optimizations in all the siblings of the range OP; the
19715              effect of this was that barewords could escape strictures when
19716              they were hiding in such places
19717      Branch: perl
19718            ! t/lib/strict/subs
19719           !> op.c
19720 ____________________________________________________________________________
19721 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
19722         Log: Subject: Re: [ID 20020220.001] pack w with objects
19723              From: Ulrich Pfeifer <upf@de.uu.net>
19724              Date: 20 Feb 2002 11:21:15 +0100
19725              Message-ID: <p5g03wcv38.fsf@de.uu.net>
19726      Branch: perl
19727            ! t/op/pack.t
19728 ____________________________________________________________________________
19729 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
19730         Log: Subject: Re: [PATCH] go faster for Encode's compile
19731              From: Nicholas Clark <nick@unfortu.net> 
19732              Date: Tue, 19 Feb 2002 23:38:36 +0000
19733              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
19734      Branch: perl
19735            ! ext/Encode/compile
19736 ____________________________________________________________________________
19737 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
19738         Log: Regen Glossary.
19739      Branch: perl
19740            ! Porting/Glossary Porting/config.sh Porting/config_H
19741 ____________________________________________________________________________
19742 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
19743         Log: metaconfig unit change for #14786 (not visible yet,
19744              since Glossary needs regenerating)
19745      Branch: metaconfig
19746            ! U/compline/d_gconvert.U
19747 ____________________________________________________________________________
19748 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
19749         Log: Subject: d_Gconvert hints and Glossary
19750              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19751              Date: Tue, 19 Feb 2002 11:55:36 -0800
19752              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
19753      Branch: perl
19754            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
19755            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
19756            ! hints/svr5.sh
19757 ____________________________________________________________________________
19758 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
19759         Log: metaconfig unit changes for #14784.
19760      Branch: metaconfig
19761            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
19762 ____________________________________________________________________________
19763 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
19764         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
19765              From: Paul Eggert <eggert@twinsun.com>              
19766              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
19767              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
19768      Branch: perl
19769            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
19770            ! pod/perlhack.pod
19771 ____________________________________________________________________________
19772 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
19773         Log: metaconfig unit change for #14782.
19774      Branch: metaconfig/U/perl
19775            ! Mksymlinks.U
19776 ____________________________________________________________________________
19777 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
19778         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
19779              From: "Gerrit P. Haase" <gp@familiehaase.de>
19780              Date: Wed, 20 Feb 2002 00:23:29 +0100
19781              Message-ID: <70348722516.20020220002329@familiehaase.de>
19782      Branch: perl
19783            ! Configure
19784 ____________________________________________________________________________
19785 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
19786         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
19787              From: Nicholas Clark <nick@unfortu.net> 
19788              Date: Tue, 19 Feb 2002 19:27:42 +0000
19789              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
19790              
19791              (with modifications)
19792      Branch: perl
19793            ! pod/perlsub.pod
19794 ____________________________________________________________________________
19795 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
19796         Log: NetWare tweak from Ananth Kesari.
19797      Branch: perl
19798            ! lib/ExtUtils/MakeMaker.pm
19799 ____________________________________________________________________________
19800 [ 14779] By: ams                                   on 2002/02/20  06:51:55
19801         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
19802      Branch: perl
19803            ! pod/perlfaq4.pod
19804 ____________________________________________________________________________
19805 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
19806         Log: constant folding on the range operator had the effect of disabling
19807              peephole optimizations in all the siblings of the range OP; the
19808              effect of this was that barewords could escape strictures when
19809              they were hiding in such places
19810      Branch: maint-5.6/perl
19811            ! op.c t/pragma/strict-subs
19812 ____________________________________________________________________________
19813 [ 14777] By: ams                                   on 2002/02/20  00:56:21
19814         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
19815              From: Graham Barr <gbarr@pobox.com>
19816              Date: Tue, 19 Feb 2002 23:08:47 +0000
19817              Message-Id: <20020219230847.G66560@pobox.com>
19818      Branch: perl
19819            ! lib/Time/Local.pm
19820 ____________________________________________________________________________
19821 [ 14776] By: ams                                   on 2002/02/19  17:20:28
19822         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
19823              From: Nicholas Clark <nick@unfortu.net>
19824              Date: Tue, 19 Feb 2002 16:23:22 +0000
19825              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
19826      Branch: perl
19827            ! lib/Tie/Hash.pm
19828 ____________________________________________________________________________
19829 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
19830         Log: Regen doc, regen toc.
19831      Branch: perl
19832            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
19833 ____________________________________________________________________________
19834 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
19835         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
19836              From: Dave Mitchell <davem@fdgroup.co.uk>
19837              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
19838              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
19839      Branch: perl
19840            ! pod/perlsub.pod
19841 ____________________________________________________________________________
19842 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
19843         Log: Detypo.
19844      Branch: perl
19845            ! lib/Tie/Memoize.pm
19846 ____________________________________________________________________________
19847 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
19848         Log: UTF-8 C API doc tweaks.
19849      Branch: perl
19850            ! pod/perlunicode.pod
19851 ____________________________________________________________________________
19852 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
19853         Log: Mention that the case-switchers know about Unicode, too.
19854      Branch: perl
19855            ! pod/perlop.pod
19856 ____________________________________________________________________________
19857 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
19858         Log: Upgrade to Locale::Codes 2.01.
19859      Branch: perl
19860            + lib/Locale/Constants.pod lib/Locale/Country.pod
19861            + lib/Locale/Currency.pod lib/Locale/Language.pod
19862            + lib/Locale/Script.pod
19863            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
19864            ! lib/Locale/Constants.pm lib/Locale/Country.pm
19865            ! lib/Locale/Currency.pm lib/Locale/Language.pm
19866            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
19867 ____________________________________________________________________________
19868 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
19869         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
19870              From: Dave Mitchell <davem@fdgroup.co.uk>
19871              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
19872              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
19873      Branch: perl
19874            ! pod/perlsub.pod
19875 ____________________________________________________________________________
19876 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
19877         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
19878              From: Sam Tregar <sam@tregar.com> 
19879              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
19880              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
19881      Branch: perl
19882            ! sv.h
19883 ____________________________________________________________________________
19884 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
19885         Log: The test requires perlio.
19886      Branch: perl
19887            ! ext/Encode/t/JP.t
19888 ____________________________________________________________________________
19889 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
19890         Log: Misplaced block end.
19891      Branch: perl
19892            ! utf8.c
19893 ____________________________________________________________________________
19894 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
19895         Log: The POSIX extensions are deadly.
19896      Branch: perl
19897            ! regcomp.c
19898 ____________________________________________________________________________
19899 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
19900         Log: Let's not overdo the growth.
19901      Branch: perl
19902            ! pp.c
19903 ____________________________________________________________________________
19904 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
19905         Log: Third time makes the charm.
19906      Branch: perl
19907            ! README.os390
19908 ____________________________________________________________________________
19909 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
19910         Log: Oops.
19911      Branch: perl
19912            ! utf8.c
19913 ____________________________________________________________________________
19914 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
19915         Log: Add back the new casing tests.
19916      Branch: perl
19917            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
19918            ! MANIFEST
19919 ____________________________________________________________________________
19920 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
19921         Log: Prefer special case mappings.
19922      Branch: perl
19923            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
19924            ! lib/unicore/To/Upper.pl lib/unicore/mktables
19925 ____________________________________________________________________________
19926 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
19927         Log: Try special casing first.
19928      Branch: perl
19929            ! utf8.c
19930 ____________________________________________________________________________
19931 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
19932         Log: Not extending enough.
19933      Branch: perl
19934            ! pp.c utf8.h
19935 ____________________________________________________________________________
19936 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
19937         Log: No need to store identity mappings.
19938      Branch: perl
19939            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
19940            ! lib/unicore/mktables
19941 ____________________________________________________________________________
19942 [ 14756] By: ams                                   on 2002/02/18  20:21:17
19943         Log: Forward port #14704 from maint-5.6.
19944      Branch: perl
19945            ! doio.c
19946 ____________________________________________________________________________
19947 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
19948         Log: Regen Changes.
19949      Branch: perl
19950            ! Changes
19951 ____________________________________________________________________________
19952 [ 14754] By: ams                                   on 2002/02/18  19:01:09
19953         Log: Subject: [PATCH] VMS cando_by_name and current process privs
19954              From: "Craig A. Berry" <craigberry@mac.com>
19955              Date: Mon, 18 Feb 2002 14:03:30 -0600
19956              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
19957      Branch: perl
19958            ! vms/vms.c
19959 ____________________________________________________________________________
19960 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
19961         Log: Update Changes.
19962      Branch: perl
19963            ! Changes patchlevel.h
19964 ____________________________________________________________________________
19965 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
19966         Log: What do you know; these tests unearthed nasty problems.
19967              Will resolve those first.
19968      Branch: perl
19969            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
19970            ! MANIFEST
19971 ____________________________________________________________________________
19972 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
19973         Log: Update Changes.
19974      Branch: perl
19975            ! Changes patchlevel.h
19976 ____________________________________________________________________________
19977 [ 14750] By: ams                                   on 2002/02/18  17:36:05
19978         Log: Subject: Re: IO::Poll: Removing Handles
19979              From: Matthew Sachs <matthewg@zevils.com>
19980              Date: Mon, 18 Feb 2002 13:19:01 -0500
19981              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
19982      Branch: perl
19983            ! ext/IO/lib/IO/t/io_poll.t
19984 ____________________________________________________________________________
19985 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
19986         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
19987              From: "Craig A. Berry" <craigberry@mac.com>
19988              Date: Mon, 18 Feb 2002 11:52:21 -0600
19989              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
19990      Branch: perl
19991            ! t/op/alarm.t t/op/glob.t
19992 ____________________________________________________________________________
19993 [ 14748] By: ams                                   on 2002/02/18  15:53:36
19994         Log: s/load_module/Perl_load_module/
19995      Branch: perl
19996            ! gv.c
19997 ____________________________________________________________________________
19998 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
19999         Log: Unused in ASCII, used in EBCDIC.
20000      Branch: perl
20001            ! utf8.c
20002 ____________________________________________________________________________
20003 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
20004         Log: Upgrade to Locale::Codes 2.00.
20005      Branch: perl
20006            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20007            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
20008            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
20009            ! lib/Locale/Constants.pm lib/Locale/Country.pm
20010            ! lib/Locale/Currency.pm lib/Locale/Language.pm
20011 ____________________________________________________________________________
20012 [ 14745] By: ams                                   on 2002/02/18  15:20:44
20013         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
20014              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20015              Date: Sat, 16 Feb 2002 00:06:01 +0100
20016              Message-Id: <20020216000601.A17249@rafael>
20017      Branch: perl
20018            ! gv.c
20019 ____________________________________________________________________________
20020 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
20021         Log: More Unicode casing checks.
20022      Branch: perl
20023            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
20024            ! MANIFEST
20025 ____________________________________________________________________________
20026 [ 14743] By: ams                                   on 2002/02/18  14:35:38
20027         Log: Subject: IO::Poll: Removing Handles
20028              From: Matthew Sachs <matthewg@zevils.com>
20029              Date: Sun, 17 Feb 2002 04:49:46 -0500
20030              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
20031      Branch: perl
20032            ! ext/IO/lib/IO/Poll.pm
20033 ____________________________________________________________________________
20034 [ 14741] By: ams                                   on 2002/02/18  13:59:48
20035         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
20036              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20037              Date: Mon, 18 Feb 2002 15:41:26 +0100
20038              Message-Id: <20020218154126.A692@rafael>
20039      Branch: perl
20040            ! pp_ctl.c t/op/do.t
20041 ____________________________________________________________________________
20042 [ 14740] By: nick                                  on 2002/02/18  09:09:23
20043         Log: Integrate mainline
20044      Branch: perlio
20045           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
20046           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
20047           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
20048           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
20049           +> ext/Encode/lib/Encode/JP/Constants.pm
20050           +> ext/Encode/lib/Encode/JP/H2Z.pm
20051           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
20052           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
20053           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
20054           +> os2/OS2/Process/t/os2_process.t
20055           +> os2/OS2/Process/t/os2_process_kid.t
20056           +> os2/OS2/Process/t/os2_process_text.t
20057            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
20058            - ext/Encode/t/Japanese.t
20059           !> (integrate 47 files)
20060 ____________________________________________________________________________
20061 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
20062         Log: EBCDIC: now the worst seems to be over for
20063              the "Malformed" warnings.  Still a few of them,
20064              and plenty of test failures, but getting better.
20065      Branch: perl
20066            ! regcomp.c utf8.c
20067 ____________________________________________________________________________
20068 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
20069         Log: Upgrade to Net::Ping 2.12.
20070      Branch: perl
20071            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
20072            ! lib/Net/Ping/t/110_icmp_inst.t
20073 ____________________________________________________________________________
20074 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
20075         Log: After much rewriting we are now pretty much
20076              back to where we started.
20077      Branch: perl
20078            ! utf8.c
20079 ____________________________________________________________________________
20080 [ 14736] By: ams                                   on 2002/02/18  01:23:00
20081         Log: Subject: [PATCH B::Deparse] two fixes
20082              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20083              Date: Sun, 17 Feb 2002 23:58:59 +0100
20084              Message-Id: <20020217235859.A32513@rafael>
20085      Branch: perl
20086            ! ext/B/B/Deparse.pm
20087 ____________________________________________________________________________
20088 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
20089         Log: Buglet.
20090      Branch: perl
20091            ! ext/Encode/lib/Encode/JP/JIS.pm
20092 ____________________________________________________________________________
20093 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
20094         Log: Clearing up to_utf8_case() continues: this time use
20095              a single return, and EBCDICification for all paths.
20096      Branch: perl
20097            ! utf8.c
20098 ____________________________________________________________________________
20099 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
20100         Log: Small tweaks to get the test running (fix @INC and
20101              do not overwrite the table.utf8 and table.rnd).
20102      Branch: perl
20103            ! ext/Encode/t/JP.t
20104 ____________________________________________________________________________
20105 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
20106         Log: Tiny tweak.
20107      Branch: perl
20108            ! utf8.c
20109 ____________________________________________________________________________
20110 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
20111         Log: Redundant casts.
20112      Branch: perl
20113            ! utf8.c
20114 ____________________________________________________________________________
20115 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
20116         Log: More filename portability tips.
20117      Branch: perl
20118            ! pod/perlport.pod
20119 ____________________________________________________________________________
20120 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
20121         Log: FAQ sync.
20122      Branch: perl
20123            ! pod/perlfaq3.pod pod/perlfaq5.pod
20124 ____________________________________________________________________________
20125 [ 14728] By: ams                                   on 2002/02/17  16:15:09
20126         Log: Subject: podlators 1.21 released
20127              From: Russ Allbery <rra@stanford.edu>
20128              Date: Sat, 16 Feb 2002 21:42:56 -0800
20129              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
20130      Branch: perl
20131            ! lib/Pod/Text/Overstrike.pm
20132 ____________________________________________________________________________
20133 [ 14727] By: sky                                   on 2002/02/17  11:36:52
20134         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
20135              From: Autrijus Tang <autrijus@autrijus.org>
20136              Date: Sun, 17 Feb 2002 19:46:47 +0800
20137              Message-ID: <20020217194647.A1410@not.autrijus.org>
20138      Branch: perl
20139            ! pp_ctl.c t/op/tiehandle.t util.c
20140 ____________________________________________________________________________
20141 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
20142         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
20143              input in native code points, not Unicode.
20144      Branch: perl
20145            ! utf8.c
20146 ____________________________________________________________________________
20147 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
20148         Log: Regen Glossary.
20149      Branch: perl
20150            ! Porting/Glossary Porting/config.sh Porting/config_H
20151 ____________________________________________________________________________
20152 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
20153         Log: The #14715 and #14716 were okay: they just revealed
20154              a bug in the EXACTF matching.
20155      Branch: perl
20156            ! regexec.c utf8.c
20157 ____________________________________________________________________________
20158 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
20159         Log: Retreat, retreat! (retract #14715 and #14716)
20160      Branch: perl
20161            ! utf8.c
20162 ____________________________________________________________________________
20163 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
20164         Log: Encode 0.40, from Dan Kogai.
20165      Branch: perl
20166            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
20167            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
20168            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
20169            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
20170            + ext/Encode/lib/Encode/JP/Constants.pm
20171            + ext/Encode/lib/Encode/JP/H2Z.pm
20172            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
20173            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
20174            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
20175            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
20176            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
20177            - ext/Encode/t/Japanese.t
20178            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
20179            ! ext/Encode/t/Encode.t
20180 ____________________________________________________________________________
20181 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
20182         Log: metaconfig unit change for #14720.
20183      Branch: perl
20184            ! Configure
20185 ____________________________________________________________________________
20186 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
20187         Log: Regenerate Configure (small tweaks on Yitzchak's,
20188              main difference being that the preference variables are
20189              called gconvert_...).
20190      Branch: metaconfig
20191            ! U/compline/d_gconvert.U
20192 ____________________________________________________________________________
20193 [ 14719] By: ams                                   on 2002/02/16  14:11:01
20194         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
20195              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20196              Date: Thu, 14 Feb 2002 22:27:33 -0800
20197              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
20198              (Applied by hand.)
20199      Branch: perl
20200            ! Configure
20201 ____________________________________________________________________________
20202 [ 14718] By: ams                                   on 2002/02/16  13:45:28
20203         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
20204              From: Philip Newton <Philip.Newton@gmx.net>
20205              Date: Sat, 16 Feb 2002 10:05:05 +0100
20206              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
20207              (Applied by hand.)
20208      Branch: perl
20209            ! pod/perlport.pod
20210 ____________________________________________________________________________
20211 [ 14717] By: ams                                   on 2002/02/16  04:30:23
20212         Log: Remove dubious test.
20213      Branch: perl
20214            ! t/io/open.t
20215 ____________________________________________________________________________
20216 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
20217         Log: Tiny tweak.
20218      Branch: perl
20219            ! utf8.c
20220 ____________________________________________________________________________
20221 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
20222         Log: Restructure to_utf8_case() for simpler execution paths.
20223      Branch: perl
20224            ! utf8.c
20225 ____________________________________________________________________________
20226 [ 14714] By: ams                                   on 2002/02/16  02:43:59
20227         Log: Absorb #14701 by Sarathy from maint-5.6.
20228      Branch: perl
20229            ! doio.c t/io/open.t
20230 ____________________________________________________________________________
20231 [ 14713] By: ams                                   on 2002/02/16  01:51:27
20232         Log: Subject: [PATCH] VOS patches for perl 5.8
20233              From: Paul_GreenVOS@vos.stratus.com
20234              Date: Fri, 15 Feb 02 17:41 est
20235              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
20236      Branch: perl
20237            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
20238            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20239            ! vos/install_perl.cm
20240 ____________________________________________________________________________
20241 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
20242         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
20243              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20244              Date: Fri, 15 Feb 2002 23:05:44 +0100
20245              Message-ID: <20020215230544.A690@rafael>
20246      Branch: perl
20247            ! ext/B/B/Deparse.pm
20248 ____________________________________________________________________________
20249 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
20250         Log: Add $VERSION.
20251      Branch: perl
20252            ! lib/Tie/Memoize.pm
20253 ____________________________________________________________________________
20254 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
20255         Log: Update Changes.
20256      Branch: perl
20257            ! Changes patchlevel.h
20258 ____________________________________________________________________________
20259 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
20260         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
20261              From: Robin Barker <rmb1@cise.npl.co.uk>
20262              Date: Thu, 14 Feb 2002 19:07:40 GMT
20263              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
20264              
20265              (the hints part only)
20266      Branch: perl
20267            ! hints/solaris_2.sh
20268 ____________________________________________________________________________
20269 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
20270         Log: metaconfig unit changes for #14707.
20271      Branch: metaconfig
20272            ! U/modified/cc.U
20273      Branch: metaconfig/U/perl
20274            ! Checkcc.U
20275 ____________________________________________________________________________
20276 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
20277         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
20278              From: Robin Barker <rmb1@cise.npl.co.uk>
20279              Date: Fri, 15 Feb 2002 12:14:39 GMT
20280              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
20281              
20282              Split checking-for-gcc and checking-for-cc.
20283      Branch: perl
20284            ! Configure
20285 ____________________________________________________________________________
20286 [ 14706] By: ams                                   on 2002/02/15  13:57:15
20287         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
20288              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
20289              Date: 15 Feb 2002 10:53:06 +0200
20290              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
20291      Branch: perl
20292            ! lib/Pod/Html.pm
20293 ____________________________________________________________________________
20294 [ 14705] By: ams                                   on 2002/02/15  08:42:55
20295         Log: Subject: [PATCH @14577] OS/2 tests and more
20296              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20297              Date: Fri, 15 Feb 2002 03:56:24 -0500
20298              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
20299      Branch: perl
20300            + os2/OS2/Process/t/os2_process.t
20301            + os2/OS2/Process/t/os2_process_kid.t
20302            + os2/OS2/Process/t/os2_process_text.t
20303            ! MANIFEST configpm hints/os2.sh makedef.pl
20304            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
20305            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
20306            ! os2/os2ish.h
20307 ____________________________________________________________________________
20308 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
20309         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
20310              avoid wasteful PL_fdpid fiddling where that is not warranted;
20311              mostly whitespace fixes
20312              
20313              these were longstanding todo items from:
20314              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
20315      Branch: maint-5.6/perl
20316            ! doio.c
20317 ____________________________________________________________________________
20318 [ 14702] By: nick                                  on 2002/02/15  08:31:41
20319         Log: Integrate mainline
20320      Branch: perlio
20321           +> lib/if.pm lib/if.t
20322           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
20323           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
20324           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
20325           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
20326           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
20327           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
20328           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
20329           !> t/lib/warnings/pp_sys
20330 ____________________________________________________________________________
20331 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
20332         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
20333              (and also dies quickly on Windows); this bug crept in as
20334              change#610, a.k.a change#646
20335      Branch: maint-5.6/perl
20336            ! doio.c t/io/open.t
20337 ____________________________________________________________________________
20338 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
20339         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
20340              From: Ville "Skyttä" <ville.skytta@iki.fi>
20341              Date: Wed, 13 Feb 2002 22:29:39 +0200
20342              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
20343      Branch: perl
20344            ! lib/Pod/Html.pm
20345 ____________________________________________________________________________
20346 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
20347         Log: Document and test the C0 and C1.
20348      Branch: perl
20349            ! lib/charnames.pm lib/charnames.t
20350 ____________________________________________________________________________
20351 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
20352         Log: metaconfig unit change for #14697.
20353      Branch: metaconfig
20354            ! U/modified/Init.U
20355 ____________________________________________________________________________
20356 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
20357         Log: Also OS/2 seems to need exe set early.
20358      Branch: perl
20359            ! Configure
20360 ____________________________________________________________________________
20361 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
20362         Log: Document pack U0U.
20363      Branch: perl
20364            ! pod/perluniintro.pod
20365 ____________________________________________________________________________
20366 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
20367         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
20368              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20369              Date: Thu, 14 Feb 2002 23:58:00 +0100
20370              Message-ID: <20020214235800.A12901@rafael>
20371      Branch: perl
20372            ! pp_sys.c t/lib/warnings/pp_sys
20373 ____________________________________________________________________________
20374 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
20375         Log: Subject: [PATCH @13746] conditional pragmas
20376              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20377              Date: Mon, 31 Dec 2001 18:18:09 -0500
20378              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
20379      Branch: perl
20380            + lib/if.pm lib/if.t
20381            ! MANIFEST
20382 ____________________________________________________________________________
20383 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
20384         Log: Deparse bug introduced by #14615: the fix is just a workaround,
20385              I suspect there to be another deeper bug, must distill simpler
20386              test case.
20387      Branch: perl
20388            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
20389 ____________________________________________________________________________
20390 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
20391         Log: Integrate perlio:
20392              
20393              [ 14685]
20394              Make dependencies more precise (for nmake)
20395      Branch: perl
20396           !> ext/Encode/EUC_JP/Makefile.PL
20397 ____________________________________________________________________________
20398 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
20399         Log: Just a guess.
20400      Branch: perl
20401            ! lib/Tie/Handle.pm
20402 ____________________________________________________________________________
20403 [ 14690] By: nick                                  on 2002/02/14  16:30:56
20404         Log: Integrate mainline
20405      Branch: perlio
20406           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
20407           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
20408           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
20409           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
20410           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
20411           !> utf8.c
20412 ____________________________________________________________________________
20413 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
20414         Log: Upgrade to Net::Ping 2.11.
20415      Branch: perl
20416            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
20417            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
20418            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
20419            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
20420 ____________________________________________________________________________
20421 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
20422         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
20423              From: Robin Barker <rmb1@cise.npl.co.uk>
20424              Date: Wed, 13 Feb 2002 17:37:07 GMT
20425              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
20426              
20427              (updated version of the above)
20428      Branch: perl
20429            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
20430 ____________________________________________________________________________
20431 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
20432         Log: Excise inexact blather.
20433      Branch: perl
20434            ! utf8.c
20435 ____________________________________________________________________________
20436 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
20437         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
20438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20439              Date: Mon, 31 Dec 2001 20:28:46 -0500
20440              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
20441      Branch: perl
20442            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
20443            ! MANIFEST
20444 ____________________________________________________________________________
20445 [ 14685] By: nick                                  on 2002/02/14  14:20:20
20446         Log: Make dependencies more precise (for nmake)
20447      Branch: perlio
20448            ! ext/Encode/EUC_JP/Makefile.PL
20449 ____________________________________________________________________________
20450 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
20451         Log: Subject: [PATCH @13746] tied hashes
20452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
20453              Date: Mon, 31 Dec 2001 19:15:39 -0500
20454              Message-ID: <20011231191539.A46@math.ohio-state.edu>
20455      Branch: perl
20456            ! lib/Tie/Hash.pm pod/perltie.pod
20457 ____________________________________________________________________________
20458 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
20459         Log: Subject: Re: [PATCH] Configure followed by make minitest
20460              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20461              Date: Sun, 10 Feb 2002 23:22:05 -0800
20462              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
20463      Branch: perl
20464            ! Makefile.SH
20465 ____________________________________________________________________________
20466 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
20467         Log: Subject: Re: perl@14647
20468              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20469              Date: Mon, 11 Feb 2002 19:30:36 +0100
20470              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
20471      Branch: perl
20472            ! t/op/groups.t
20473 ____________________________________________________________________________
20474 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
20475         Log: Update Changes.
20476      Branch: perl
20477            ! Changes patchlevel.h
20478 ____________________________________________________________________________
20479 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
20480         Log: Integrate perlio:
20481              
20482              [ 14677]
20483              Do not lc() the file names before doing dirname() or they don't match.
20484      Branch: perl
20485           !> lib/ExtUtils/t/Installed.t
20486 ____________________________________________________________________________
20487 [ 14679] By: sky                                   on 2002/02/13  12:56:13
20488         Log: rename mutex to make a bit more sense
20489      Branch: perl
20490            ! ext/threads/threads.xs
20491 ____________________________________________________________________________
20492 [ 14678] By: sky                                   on 2002/02/13  12:46:11
20493         Log: Track active threads....
20494      Branch: perl
20495            ! ext/threads/threads.pm ext/threads/threads.xs
20496 ____________________________________________________________________________
20497 [ 14677] By: nick                                  on 2002/02/13  09:30:42
20498         Log: Do not lc() the file names before doing dirname() or they don't match.
20499      Branch: perlio
20500            ! lib/ExtUtils/t/Installed.t
20501 ____________________________________________________________________________
20502 [ 14676] By: sky                                   on 2002/02/13  09:03:37
20503         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
20504              From: Michael G Schwern <schwern@pobox.com>
20505              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
20506              Message-Id: <20020213100017.GA6288@blackrider>
20507      Branch: perl
20508            ! lib/File/Spec/t/rel2abs2rel.t
20509 ____________________________________________________________________________
20510 [ 14675] By: sky                                   on 2002/02/13  09:00:24
20511         Log: Do not propagate END blocks to child threads, test.
20512      Branch: perl
20513            + ext/threads/t/end.t
20514            ! MANIFEST ext/threads/threads.xs
20515 ____________________________________________________________________________
20516 [ 14674] By: nick                                  on 2002/02/13  08:34:55
20517         Log: Integrate mainline
20518      Branch: perlio
20519           +> ext/threads/t/join.t
20520           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
20521           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
20522           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
20523 ____________________________________________________________________________
20524 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
20525         Log: metaconfig unit change for #14672.
20526      Branch: metaconfig
20527            ! U/modified/lns.U
20528 ____________________________________________________________________________
20529 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
20530         Log: $ln is supposed to be already set to $ln + executable suffix
20531              on platforms that need it, from Paul Green.
20532      Branch: perl
20533            ! Configure
20534 ____________________________________________________________________________
20535 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
20536         Log: Subject: New command syntax for 'x' command
20537              From: Mark-Jason Dominus <mjd@plover.com>
20538              Date: Tue, 12 Feb 2002 20:54:01 -0500
20539              Message-ID: <20020213015401.25685.qmail@plover.com>
20540      Branch: perl
20541            ! lib/perl5db.pl pod/perldebug.pod
20542 ____________________________________________________________________________
20543 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
20544         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
20545              From: Mark-Jason Dominus <mjd@plover.com>
20546              Date: Tue, 12 Feb 2002 20:20:42 -0500
20547              Message-ID: <20020213012042.25245.qmail@plover.com>
20548      Branch: perl
20549            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
20550 ____________________________________________________________________________
20551 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
20552         Log: Iteration continues.
20553      Branch: perl
20554            ! utf8.c
20555 ____________________________________________________________________________
20556 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
20557         Log: Duh.
20558      Branch: perl
20559            ! pp_pack.c t/op/length.t
20560 ____________________________________________________________________________
20561 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
20562         Log: Retract #14666.
20563      Branch: perl
20564            ! t/op/lc.t
20565 ____________________________________________________________________________
20566 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
20567         Log: (retracted by #14667)
20568      Branch: perl
20569            ! t/op/lc.t
20570 ____________________________________________________________________________
20571 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
20572         Log: Tiny test script tweaks.
20573      Branch: perl
20574            ! t/uni/fold.t
20575 ____________________________________________________________________________
20576 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
20577         Log: Rewrite the "special mapping" part of to_utf8_case(),
20578              this time with fewer bugs.  (See: The Law of Cybernetic
20579              Entymology.)
20580      Branch: perl
20581            ! utf8.c
20582 ____________________________________________________________________________
20583 [ 14663] By: sky                                   on 2002/02/12  18:26:16
20584         Log: Stop failures if you pass an object, sv_dup might not be the right 
20585              thing to use since I have a feeling we end up cloning far too much. 
20586              (Like the stash for example).... Maybe we need a lightweight sv_dup 
20587              that searches the target for things....
20588              Real fix is another option to perl_clone which controls if you should 
20589              save stashes.
20590      Branch: perl
20591            ! ext/threads/threads.xs
20592 ____________________________________________________________________________
20593 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
20594         Log: Retract #14661.
20595      Branch: perl
20596            ! hints/solaris_2.sh
20597 ____________________________________________________________________________
20598 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
20599         Log: (retracted by #14662)
20600      Branch: perl
20601            ! hints/solaris_2.sh
20602 ____________________________________________________________________________
20603 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
20604         Log: EBCDIC: another "can't happen".
20605      Branch: perl
20606            ! utf8.c
20607 ____________________________________________________________________________
20608 [ 14659] By: sky                                   on 2002/02/12  14:38:21
20609         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
20610      Branch: perl
20611            + ext/threads/t/join.t
20612            ! MANIFEST ext/threads/threads.xs
20613 ____________________________________________________________________________
20614 [ 14658] By: nick                                  on 2002/02/12  13:54:06
20615         Log: Integrate mainline
20616      Branch: perlio
20617           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
20618           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
20619           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
20620 ____________________________________________________________________________
20621 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
20622         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
20623              From: Jan Dubois <JanD@ActiveState.com> 
20624              Date: Tue, 12 Feb 2002 00:56:31 -0800
20625              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
20626      Branch: perl
20627            ! lib/Win32.pod win32/win32.c win32/win32.h
20628 ____________________________________________________________________________
20629 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
20630         Log: Subject: [PATCH] Re: 14654 introduced a bug 
20631              From: Michael G Schwern <schwern@pobox.com> 
20632              Date: Tue, 12 Feb 2002 05:37:36 -0500
20633              Message-ID: <20020212103736.GC14327@blackrider>
20634      Branch: perl
20635            ! lib/File/Spec/t/rel2abs2rel.t
20636 ____________________________________________________________________________
20637 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
20638         Log: More unset installman[13]dir tweaks from chromatic.
20639      Branch: perl
20640            ! lib/ExtUtils/Installed.pm
20641 ____________________________________________________________________________
20642 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
20643         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
20644              From: Michael G Schwern <schwern@pobox.com>
20645              Date: Mon, 11 Feb 2002 12:23:02 -0500
20646              Message-ID: <20020211172302.GD9556@blackrider>
20647      Branch: perl
20648            ! lib/File/Spec/t/rel2abs2rel.t
20649 ____________________________________________________________________________
20650 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
20651         Log: Use `` instead of -| to be a little bit more portable,
20652              from Michael Schwern.
20653      Branch: perl
20654            ! lib/ExtUtils/t/Embed.t
20655 ____________________________________________________________________________
20656 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
20657         Log: EBCDIC: this change for \N{} in particular is now
20658              unnecessary because of the recent more general
20659              pack U change.
20660      Branch: perl
20661            ! toke.c
20662 ____________________________________________________________________________
20663 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
20664         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
20665              From: "Craig A. Berry" <craigberry@mac.com>
20666              Date: Mon, 11 Feb 2002 17:13:47 -0600
20667              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
20668      Branch: perl
20669            ! t/test.pl
20670 ____________________________________________________________________________
20671 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
20672         Log: EBCDIC: pack U bytes change.
20673      Branch: perl
20674            ! t/op/length.t
20675 ____________________________________________________________________________
20676 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
20677         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
20678      Branch: perl
20679            ! t/op/each.t
20680 ____________________________________________________________________________
20681 [ 14648] By: nick                                  on 2002/02/11  16:14:50
20682         Log: Integrate mainline
20683      Branch: perlio
20684           !> Changes Configure Makefile.SH autodoc.pl
20685           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
20686           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
20687           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
20688 ____________________________________________________________________________
20689 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
20690         Log: Update Changes.
20691      Branch: perl
20692            ! Changes patchlevel.h
20693 ____________________________________________________________________________
20694 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
20695         Log: Regen toc.
20696      Branch: perl
20697            ! pod/perltoc.pod
20698 ____________________________________________________________________________
20699 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
20700         Log: Forgot from #14641.
20701      Branch: perl
20702            ! lib/ExtUtils/t/Embed.t
20703 ____________________________________________________________________________
20704 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
20705         Log: A forgotten metaconfig unit.
20706      Branch: metaconfig/U/perl
20707            + i_features.U
20708 ____________________________________________________________________________
20709 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
20710         Log: metaconfig unit changes for #14642.
20711      Branch: metaconfig
20712            + U/modified/lns.U
20713      Branch: metaconfig/U/perl
20714            ! issymlink.U
20715 ____________________________________________________________________________
20716 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
20717         Log: -Dmksymlinks was broken by #14628.
20718      Branch: perl
20719            ! Configure
20720 ____________________________________________________________________________
20721 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
20722         Log: Subject: [PATCH @14577] OS/2 build
20723              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20724              Date: Mon, 11 Feb 2002 06:56:41 -0500
20725              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
20726              
20727              (sans the Configure, perlio.sym, and t/op/stat.t parts)
20728      Branch: perl
20729            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
20730            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
20731            ! os2/os2ish.h
20732 ____________________________________________________________________________
20733 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
20734         Log: Integrate perlio:
20735              
20736              [ 14639]
20737              Patch up the failing multi-byte write case, and un-skip
20738              the test.
20739              
20740              [ 14638]
20741              Add test for Japanese encoding (well euc-jp anyway).
20742              Fix one bug shown by above
20743              Skip test which does not pass yet.
20744              
20745              [ 14637]
20746              Split Japanese encodings - part 2
20747              - build separate .c files with separate 'compile' steps
20748              - overall Japanese.xs / Japanese.pm which loads them
20749              
20750              [ 14636]
20751              Re-structure Japanese encodings - part 1
20752      Branch: perl
20753           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
20754           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
20755            - ext/Encode/EUC_JP/EUC_JP.pm
20756           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
20757 ____________________________________________________________________________
20758 [ 14639] By: nick                                  on 2002/02/11  11:59:18
20759         Log: Patch up the failing multi-byte write case, and un-skip
20760              the test.
20761      Branch: perlio
20762            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
20763 ____________________________________________________________________________
20764 [ 14638] By: nick                                  on 2002/02/11  10:55:39
20765         Log: Add test for Japanese encoding (well euc-jp anyway).
20766              Fix one bug shown by above
20767              Skip test which does not pass yet.
20768      Branch: perlio
20769            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
20770            + ext/Encode/t/table.ref
20771            ! MANIFEST ext/Encode/Encode.xs
20772 ____________________________________________________________________________
20773 [ 14637] By: nick                                  on 2002/02/11  09:07:04
20774         Log: Split Japanese encodings - part 2
20775              - build separate .c files with separate 'compile' steps
20776              - overall Japanese.xs / Japanese.pm which loads them
20777      Branch: perlio
20778            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
20779 ____________________________________________________________________________
20780 [ 14636] By: nick                                  on 2002/02/11  08:15:42
20781         Log: Re-structure Japanese encodings - part 1
20782      Branch: perlio
20783           +> ext/Encode/EUC_JP/Japanese.pm
20784            - ext/Encode/EUC_JP/EUC_JP.pm
20785            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
20786 ____________________________________________________________________________
20787 [ 14635] By: nick                                  on 2002/02/11  08:05:12
20788         Log: Integrate mainline
20789      Branch: perlio
20790           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
20791           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
20792           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
20793 ____________________________________________________________________________
20794 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
20795         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
20796              From: Mike Guy <mjtg@cam.ac.uk>
20797              Date: Mon, 11 Feb 2002 02:50:42 +0000
20798              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
20799      Branch: perl
20800            ! t/op/arith.t
20801 ____________________________________________________________________________
20802 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
20803         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
20804              Stepping backward in the string would be majorly bad.
20805      Branch: perl
20806            ! regcomp.c
20807 ____________________________________________________________________________
20808 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
20809         Log: The debugger part of
20810              
20811              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
20812              From: Michael G Schwern <schwern@pobox.com> 
20813              Date: Wed, 6 Feb 2002 17:32:12 -0500
20814              Message-ID: <20020206223212.GG1346@blackrider>
20815      Branch: perl
20816            ! lib/perl5db.pl
20817 ____________________________________________________________________________
20818 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
20819         Log: Integrate perlio:
20820              
20821              [ 14626]
20822              Move PerlIO_perlio to layer_syms where it belongs?
20823              
20824              [ 14625]
20825              Borland/Win32 tuning
20826      Branch: perl
20827           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
20828 ____________________________________________________________________________
20829 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
20830         Log: EBCDIC: the low 256 needs to be shuffled also
20831              in pack/unpack U (this breaks the equivalence
20832              of pack U and v-strings, but I think if someone
20833              has to give, v-strings are a good victim)
20834      Branch: perl
20835            ! pp_pack.c t/op/pack.t
20836 ____________________________________________________________________________
20837 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
20838         Log: metaconfig unit changes for #14628.
20839      Branch: metaconfig/U/perl
20840            ! d_u32align.U issymlink.U
20841 ____________________________________________________________________________
20842 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
20843         Log: Two Configure tweaks; the u32align test was trying
20844              to write into a string literal, the ln -s test was
20845              failing in VOS.
20846      Branch: perl
20847            ! Configure
20848 ____________________________________________________________________________
20849 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
20850         Log: DJGPP tweaks from Laszlo Molnar.
20851      Branch: perl
20852            ! djgpp/djgpp.c lib/File/Spec.pm
20853 ____________________________________________________________________________
20854 [ 14626] By: nick                                  on 2002/02/10  18:36:47
20855         Log: Move PerlIO_perlio to layer_syms where it belongs?
20856      Branch: perlio
20857            ! makedef.pl
20858 ____________________________________________________________________________
20859 [ 14625] By: nick                                  on 2002/02/10  18:02:21
20860         Log: Borland/Win32 tuning
20861      Branch: perlio
20862            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
20863 ____________________________________________________________________________
20864 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
20865         Log: Additional explanation for the [:...:] failure.
20866      Branch: perl
20867            ! pod/perldiag.pod
20868 ____________________________________________________________________________
20869 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
20870         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
20871              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20872              Date: Sun, 10 Feb 2002 13:32:48 +0100
20873              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
20874      Branch: perl
20875            ! makedef.pl
20876 ____________________________________________________________________________
20877 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
20878         Log: Test tweaks from chromatic for cases where there
20879              are no installman1dir or installman3dir.
20880      Branch: perl
20881            ! lib/ExtUtils/t/Installed.t
20882 ____________________________________________________________________________
20883 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
20884         Log: Integrate perlio:
20885              
20886              [ 14618]
20887              Nick Clark's tweaks to Encode compile process
20888              1. Use decimal constants to unit string arrays rather than
20889              very long string litterals (latter having possible "\0"
20890              on end issues, and needing ANSI C line splicing).
20891              2. Replace tail-recursion during insert process with itteration.
20892              Nick C sees 12peedup from these.
20893      Branch: perl
20894           !> ext/Encode/Encode.pm ext/Encode/compile
20895 ____________________________________________________________________________
20896 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
20897         Log: Portability notes: filename characters, character sets.
20898      Branch: perl
20899            ! pod/perlport.pod
20900 ____________________________________________________________________________
20901 [ 14619] By: nick                                  on 2002/02/10  11:06:05
20902         Log: Integrate mainline
20903      Branch: perlio
20904            ! ext/Encode/Encode.pm
20905           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
20906           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
20907           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
20908           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
20909           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
20910 ____________________________________________________________________________
20911 [ 14618] By: nick                                  on 2002/02/10  10:48:15
20912         Log: Nick Clark's tweaks to Encode compile process
20913              1. Use decimal constants to unit string arrays rather than
20914              very long string litterals (latter having possible "\0"
20915              on end issues, and needing ANSI C line splicing).
20916              2. Replace tail-recursion during insert process with itteration.
20917              Nick C sees 12% speedup from these.
20918      Branch: perlio
20919            ! ext/Encode/compile
20920 ____________________________________________________________________________
20921 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
20922         Log: Use the "Unicode 1.0" name field for control characters,
20923              as suggested by Mark Davis.  Note that Unicode 3.2 will
20924              require some more legwork on this because of certain
20925              alternative names.
20926      Branch: perl
20927            ! lib/unicore/Name.pl lib/unicore/mktables
20928 ____________________________________________________________________________
20929 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
20930         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
20931      Branch: perl
20932            ! hints/os390.sh
20933 ____________________________________________________________________________
20934 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
20935         Log: EBCDIC: the non-printable characters are different.
20936      Branch: perl
20937            ! ext/B/B/Deparse.pm
20938 ____________________________________________________________________________
20939 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
20940         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
20941              From: Nicholas Clark <nick@unfortu.net> 
20942              Date: Sat, 9 Feb 2002 22:31:29 +0000
20943              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
20944      Branch: perl
20945            ! t/lib/warnings/pp_hot
20946 ____________________________________________________________________________
20947 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
20948         Log: Subject: [PATCH] Re: Modulus operator inconsistency
20949              From: Nicholas Clark <nick@unfortu.net>
20950              Date: Sat, 9 Feb 2002 21:00:13 +0000
20951              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
20952      Branch: perl
20953            ! op.c t/op/arith.t
20954 ____________________________________________________________________________
20955 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
20956         Log: Use the same escaping mechanism for all the *flags.
20957      Branch: perl
20958            ! lib/ExtUtils/Embed.pm
20959 ____________________________________________________________________________
20960 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
20961         Log: Protect possible parentheses in ccflags, ccdlflags, and
20962              ldflags.  (In OS/390 there are parentheses in ccflags.)
20963      Branch: perl
20964            ! lib/ExtUtils/Embed.pm
20965 ____________________________________________________________________________
20966 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
20967         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
20968              From: Peter Scott <Peter@PSDT.com>
20969              Date: Fri, 08 Feb 2002 19:20:19 -0800
20970              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
20971      Branch: perl
20972            ! lib/perl5db.pl
20973 ____________________________________________________________________________
20974 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
20975         Log: FAQ sync.
20976      Branch: perl
20977            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
20978 ____________________________________________________________________________
20979 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
20980         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
20981              From: Chris Nandor <pudge@pobox.com>
20982              Date: Fri, 08 Feb 2002 16:31:41 -0500
20983              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
20984      Branch: perl
20985            ! cop.h deb.c pp_ctl.c toke.c util.c
20986 ____________________________________________________________________________
20987 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
20988         Log: Redo CopFILE / MacPerl_MPWFIleName patch
20989      Branch: maint-5.6/macperl
20990            ! cop.h deb.c pp_ctl.c toke.c util.c
20991 ____________________________________________________________________________
20992 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
20993         Log: The metaconfig unit change to go with #14605.
20994      Branch: metaconfig/U/perl
20995            ! libperl.U
20996 ____________________________________________________________________________
20997 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
20998         Log: The Configure change to go with #14604.
20999      Branch: perl
21000            ! Configure
21001 ____________________________________________________________________________
21002 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
21003         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
21004              From: Andy Dougherty <doughera@lafayette.edu>
21005              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
21006              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
21007      Branch: perl
21008            ! hints/bsdos.sh
21009 ____________________________________________________________________________
21010 [ 14603] By: nick                                  on 2002/02/08  18:16:09
21011         Log: Integrate mainline
21012      Branch: perlio
21013           +> ext/threads/t/libc.t
21014           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
21015           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
21016 ____________________________________________________________________________
21017 [ 14602] By: sky                                   on 2002/02/08  15:19:15
21018         Log: Start testing for safe localtime functions, TODO, test more functions.
21019      Branch: perl
21020            + ext/threads/t/libc.t
21021            ! MANIFEST
21022 ____________________________________________________________________________
21023 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
21024         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
21025              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21026              Date: Fri, 8 Feb 2002 00:21:07 +0100
21027              Message-ID: <20020208002107.E763@rafael>
21028      Branch: perl
21029            ! doio.c pp_sys.c t/io/argv.t
21030 ____________________________________________________________________________
21031 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
21032         Log: Subject: [PATCH] Configure followed by make minitest
21033              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21034              Date: Wed, 06 Feb 2002 21:35:20 -0800
21035              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
21036      Branch: perl
21037            ! t/op/taint.t t/run/fresh_perl.t
21038 ____________________________________________________________________________
21039 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
21040         Log: Integrate perlio:
21041              
21042              [ 14595]
21043              Extract something from yesterdays effort - convert my mail on pad
21044              data structures (incoporating Sarathy's corrections/clarifications)
21045              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
21046      Branch: perl
21047           !> cv.h pod/perlapi.pod pod/perlintern.pod
21048 ____________________________________________________________________________
21049 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
21050         Log: metaconfig unit changes for #14597.
21051      Branch: metaconfig
21052            ! U/modified/Loc.U
21053      Branch: metaconfig/U/perl
21054            ! libperl.U
21055 ____________________________________________________________________________
21056 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
21057         Log: Configure DJGPP tweak from Laszlo Molnar.
21058      Branch: perl
21059            ! Configure
21060 ____________________________________________________________________________
21061 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
21062         Log: DJGPP tweaks from Laszlo Molnar.
21063      Branch: perl
21064            ! djgpp/djgppsed.sh perl.c
21065 ____________________________________________________________________________
21066 [ 14595] By: nick                                  on 2002/02/08  09:19:29
21067         Log: Extract something from yesterdays effort - convert my mail on pad
21068              data structures (incoporating Sarathy's corrections/clarifications)
21069              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
21070      Branch: perlio
21071            ! cv.h pod/perlapi.pod pod/perlintern.pod
21072 ____________________________________________________________________________
21073 [ 14594] By: nick                                  on 2002/02/08  08:34:49
21074         Log: Integrate mainline
21075      Branch: perlio
21076           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
21077           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
21078           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
21079           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
21080           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
21081           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
21082 ____________________________________________________________________________
21083 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
21084         Log: To really skip the test an exit() is needed.
21085      Branch: perl
21086            ! lib/encoding.t
21087 ____________________________________________________________________________
21088 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
21089         Log: More diagnostics from Nicholas Clark.
21090      Branch: perl
21091            ! lib/Benchmark.t
21092 ____________________________________________________________________________
21093 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
21094         Log: In case of failure be more verbose.
21095      Branch: perl
21096            ! t/base/num.t
21097 ____________________________________________________________________________
21098 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
21099         Log: Update Changes
21100      Branch: maint-5.6/macperl
21101            ! macos/Changes
21102 ____________________________________________________________________________
21103 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
21104         Log: Merge AEGizmos library into PPC binary
21105      Branch: maint-5.6/macperl
21106            ! macos/Makefile.mk
21107 ____________________________________________________________________________
21108 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
21109         Log: Add -ansifor for MrCpp options
21110      Branch: maint-5.6/macperl
21111            ! macos/BuildRules.mk
21112 ____________________________________________________________________________
21113 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
21114         Log: Check ownership of CatInfos (MacPerl Bug #494482)
21115      Branch: maint-5.6/macperl
21116            ! macos/ext/Mac/Files/Files.xs
21117 ____________________________________________________________________________
21118 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
21119         Log: Resource updates
21120      Branch: maint-5.6/macperl
21121            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
21122 ____________________________________________________________________________
21123 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
21124         Log: Empty path is ENOENT (MacPerl Bug #512351)
21125      Branch: maint-5.6/macperl
21126            ! macos/macperl/MPAppleEvents.c
21127 ____________________________________________________________________________
21128 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
21129         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
21130      Branch: maint-5.6/macperl
21131            ! macos/macperl/MPAEVTStream.cp
21132 ____________________________________________________________________________
21133 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
21134         Log: macify(ABSTRACT_FROM)
21135      Branch: maint-5.6/macperl
21136            ! macos/lib/ExtUtils/MM_MacOS.pm
21137 ____________________________________________________________________________
21138 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
21139         Log: Use correct Mac filenames in error messages, caller()
21140      Branch: maint-5.6/macperl
21141            ! deb.c pp_ctl.c toke.c util.c
21142 ____________________________________________________________________________
21143 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
21144         Log: Sanity checks to see that the IV/NV and the PV of numeric
21145              scalars stay in sync (unearthed this via the OS/390 gcvt()
21146              brokenness)
21147      Branch: perl
21148            + t/base/num.t
21149            ! MANIFEST
21150 ____________________________________________________________________________
21151 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
21152         Log: Retract the anon leak subpatch of #14418 and #14431
21153              (the latter came into bleadperl as part of #14433).
21154      Branch: perl
21155            ! op.c t/run/fresh_perl.t
21156 ____________________________________________________________________________
21157 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
21158         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
21159              mangles 0.1 to "10".  sprintf() seems more well-behaved.
21160      Branch: perl
21161            ! hints/os390.sh
21162 ____________________________________________________________________________
21163 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
21164         Log: Subject: [PATCH @14557] another Encode fix for VMS
21165              From: "Craig A. Berry" <craigberry@mac.com>
21166              Date: Wed, 06 Feb 2002 14:44:20 -0600
21167              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
21168      Branch: perl
21169            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
21170 ____________________________________________________________________________
21171 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
21172         Log: Integrate perlio:
21173              
21174              [ 14575]
21175              One way to avoid OS390 winge about #line directives.
21176      Branch: perl
21177           !> ext/Encode/EUC_JP/Makefile.PL
21178 ____________________________________________________________________________
21179 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
21180         Log: Update Changes.
21181      Branch: perl
21182            ! Changes patchlevel.h
21183 ____________________________________________________________________________
21184 [ 14575] By: nick                                  on 2002/02/06  15:23:24
21185         Log: One way to avoid OS390 winge about #line directives.
21186      Branch: perlio
21187            ! ext/Encode/EUC_JP/Makefile.PL
21188 ____________________________________________________________________________
21189 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
21190         Log: s/Netware/NetWare/
21191      Branch: perl
21192            ! MANIFEST
21193 ____________________________________________________________________________
21194 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
21195         Log: New Netware scripts.
21196      Branch: perl
21197            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
21198            + NetWare/t/NWScripts-Exist.pl
21199            ! MANIFEST
21200 ____________________________________________________________________________
21201 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
21202         Log: EBCDIC: the encoding pragma would need some rethinking,
21203              probably a pass of EBCDIC->Unicode mapping.  For now,
21204              disable it on EBCDIC.
21205      Branch: perl
21206            ! lib/encoding.pm lib/encoding.t
21207 ____________________________________________________________________________
21208 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
21209         Log: (retracted by #14846)
21210              EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
21211              for the low 256.  Now tweaked the tests, but maybe it's
21212              the module that needs few NATIVE_TO_UNI()s somewhere?
21213      Branch: perl
21214            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
21215 ____________________________________________________________________________
21216 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
21217         Log: Subject: [PATCH utf8.c] format problem
21218              From: Robin Barker <rmb1@cise.npl.co.uk>
21219              Date: Wed, 6 Feb 2002 14:01:43 GMT
21220              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
21221      Branch: perl
21222            ! utf8.c
21223 ____________________________________________________________________________
21224 [ 14569] By: nick                                  on 2002/02/06  09:52:23
21225         Log: Integrate mainline
21226      Branch: perlio
21227           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
21228           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
21229           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
21230           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
21231           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
21232           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
21233 ____________________________________________________________________________
21234 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
21235         Log: EBCDIC: 0x41 is not cricket.
21236      Branch: perl
21237            ! ext/Encode/t/Encode.t
21238 ____________________________________________________________________________
21239 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
21240         Log: NetWare update from Ananth Kesari.
21241      Branch: perl
21242            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
21243            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
21244            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
21245            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
21246            ! NetWare/t/NWScripts.pl makedef.pl
21247 ____________________________________________________________________________
21248 [ 14566] By: sky                                   on 2002/02/05  18:39:13
21249         Log: Subject: Re: File::Spec::rel2abs2rel (?)
21250              From: Michael G Schwern <schwern@pobox.com>
21251              Date: Tue, 5 Feb 2002 13:47:39 -0500
21252              Message-ID: <20020205184739.GB17375@blackrider>
21253      Branch: perl
21254            ! lib/File/Spec/t/rel2abs2rel.t
21255 ____________________________________________________________________________
21256 [ 14565] By: nick                                  on 2002/02/05  17:31:24
21257         Log: Integrate mainline
21258      Branch: perlio
21259           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
21260           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
21261           !> utf8.h
21262 ____________________________________________________________________________
21263 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
21264         Log: Integrate perlio:
21265              
21266              [ 14563]
21267              More Encode tweaks:
21268              - make expensive and marginal substring search optional (-O)
21269              - enable -O for ASCII-oid encodings (search space is small)
21270              - add ASCII-oid jis0201 to basic Encode.so
21271              - add some other Japanese encodings to EUC_JP bundle (without -O)
21272      Branch: perl
21273           +> ext/Encode/Encode/jis0201.ucm
21274           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
21275           !> ext/Encode/compile
21276 ____________________________________________________________________________
21277 [ 14563] By: nick                                  on 2002/02/05  16:01:15
21278         Log: More Encode tweaks:
21279              - make expensive and marginal substring search optional (-O)
21280              - enable -O for ASCII-oid encodings (search space is small)
21281              - add ASCII-oid jis0201 to basic Encode.so
21282              - add some other Japanese encodings to EUC_JP bundle (without -O)
21283      Branch: perlio
21284            + ext/Encode/Encode/jis0201.ucm
21285            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
21286            ! ext/Encode/compile
21287 ____________________________________________________________________________
21288 [ 14562] By: sky                                   on 2002/02/05  14:50:36
21289         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
21290      Branch: perl
21291            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
21292 ____________________________________________________________________________
21293 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
21294         Log: EBCDIC: SHARP S is different.
21295      Branch: perl
21296            ! regexec.c utf8.h
21297 ____________________________________________________________________________
21298 [ 14560] By: sky                                   on 2002/02/05  13:49:40
21299         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
21300      Branch: perl
21301            ! t/op/filetest.t
21302 ____________________________________________________________________________
21303 [ 14559] By: sky                                   on 2002/02/05  11:39:24
21304         Log: Add . first to the PATH environment to test that we really
21305              get ./perl and not some other older perl.
21306      Branch: perl
21307            ! lib/File/Spec/t/rel2abs2rel.t
21308 ____________________________________________________________________________
21309 [ 14558] By: sky                                   on 2002/02/05  11:20:21
21310         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...
21311      Branch: perl
21312            ! ext/POSIX/t/posix.t
21313 ____________________________________________________________________________
21314 [ 14557] By: sky                                   on 2002/02/05  10:30:58
21315         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
21316      Branch: perl
21317            ! hints/darwin.sh perl.h
21318 ____________________________________________________________________________
21319 [ 14556] By: nick                                  on 2002/02/05  06:58:52
21320         Log: Integrate mainline
21321      Branch: perlio
21322           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
21323           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
21324           !> lib/File/Find/t/taint.t
21325 ____________________________________________________________________________
21326 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
21327         Log: Integrate change #14439 from maintperl
21328      Branch: maint-5.6/macperl
21329           !> op.c
21330 ____________________________________________________________________________
21331 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
21332         Log: Subject: [PATCH] File::Find tests not cleaning up properly
21333              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21334              Date: Mon, 4 Feb 2002 22:09:07 +0100
21335              Message-ID: <20020204220907.A8288@rafael>
21336      Branch: perl
21337            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
21338 ____________________________________________________________________________
21339 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
21340         Log: Signedness mumblings from Tru64.
21341      Branch: perl
21342            ! ext/Encode/Encode.xs
21343 ____________________________________________________________________________
21344 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
21345         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
21346              From: "Craig A. Berry" <craigberry@mac.com>
21347              Date: Mon, 04 Feb 2002 17:16:00 -0600
21348              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
21349      Branch: perl
21350            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
21351            ! ext/Encode/Encode.xs
21352 ____________________________________________________________________________
21353 [ 14551] By: nick                                  on 2002/02/04  16:00:31
21354         Log: Integrate mainline
21355      Branch: perlio
21356           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
21357           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
21358           !> regcomp.c
21359 ____________________________________________________________________________
21360 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
21361         Log: Update Changes.
21362      Branch: perl
21363            ! Changes patchlevel.h
21364 ____________________________________________________________________________
21365 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
21366         Log: Comment microtweaks.
21367      Branch: perl
21368            ! lib/locale.t
21369 ____________________________________________________________________________
21370 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
21371         Log: Subject: trivial docu patch
21372              From: andreas.koenig@anima.de (Andreas J. Koenig)
21373              Date: 04 Feb 2002 08:15:19 +0100
21374              Message-ID: <m3pu3l7m60.fsf@anima.de>
21375      Branch: perl
21376            ! pod/perluniintro.pod
21377 ____________________________________________________________________________
21378 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
21379         Log: Subject: [PATCH] (??{ }) anomaly
21380              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21381              Date: Sun, 03 Feb 2002 20:21:45 -0800
21382              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
21383      Branch: perl
21384            ! regcomp.c
21385 ____________________________________________________________________________
21386 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
21387         Log: Integrate perlio:
21388              
21389              [ 14545]
21390              Remove debugging warning, be consistent about API fails.
21391              
21392              [ 14544]
21393              Carry on where we left off if we have to grow destination SV during XS encode/decode
21394      Branch: perl
21395           !> ext/Encode/Encode.xs
21396 ____________________________________________________________________________
21397 [ 14545] By: nick                                  on 2002/02/03  20:03:38
21398         Log: Remove debugging warning, be consistent about API fails.
21399      Branch: perlio
21400            ! ext/Encode/Encode.xs
21401 ____________________________________________________________________________
21402 [ 14544] By: nick                                  on 2002/02/03  19:47:48
21403         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
21404      Branch: perlio
21405            ! ext/Encode/Encode.xs
21406 ____________________________________________________________________________
21407 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
21408         Log: Subject: PATCH CPAN.pm
21409              From: Mark-Jason Dominus <mjd@plover.com>
21410              Date: Sun, 03 Feb 2002 12:36:36 -0500
21411              Message-ID: <20020203173636.27451.qmail@plover.com>
21412      Branch: perl
21413            ! lib/CPAN.pm
21414 ____________________________________________________________________________
21415 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
21416         Log: Must search further back.
21417      Branch: perl
21418            ! lib/h2xs.t
21419 ____________________________________________________________________________
21420 [ 14541] By: nick                                  on 2002/02/03  18:52:09
21421         Log: Integrate mainline
21422      Branch: perlio
21423           !> (integrate 29 files)
21424 ____________________________________________________________________________
21425 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
21426         Log: EBCDIC: more natification.
21427      Branch: perl
21428            ! regcomp.c
21429 ____________________________________________________________________________
21430 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
21431         Log: Debug noise.
21432      Branch: perl
21433            ! ext/Encode/Encode.xs
21434 ____________________________________________________________________________
21435 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
21436         Log: Integrate perlio:
21437              
21438              [ 14536]
21439              Stable intermediate point in Encode cleanup.
21440              :encode(euc-jp) works on Dan's table.euc
21441              Much buffer copying and other silliness remains.
21442      Branch: perl
21443           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
21444           !> ext/Encode/lib/Encode/Encoding.pm
21445 ____________________________________________________________________________
21446 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
21447         Log: Prettify.
21448      Branch: perl
21449            ! lib/unicore/mktables
21450 ____________________________________________________________________________
21451 [ 14536] By: nick                                  on 2002/02/03  17:32:03
21452         Log: Stable intermediate point in Encode cleanup.
21453              :encode(euc-jp) works on Dan's table.euc
21454              Much buffer copying and other silliness remains.
21455      Branch: perlio
21456            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
21457            ! ext/Encode/lib/Encode/Encoding.pm
21458 ____________________________________________________________________________
21459 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
21460         Log: EBCDIC: it's much nicer to compare Unicode code points
21461              to Unicode code points.
21462      Branch: perl
21463            ! regexec.c
21464 ____________________________________________________________________________
21465 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
21466         Log: EBCDIC: character classes must remap the low 256.
21467      Branch: perl
21468            ! regcomp.c
21469 ____________________________________________________________________________
21470 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
21471         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
21472      Branch: perl
21473            ! lib/I18N/LangTags/List.pm
21474 ____________________________________________________________________________
21475 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
21476         Log: FAQ sync.
21477      Branch: perl
21478            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
21479            ! pod/perlfaq6.pod pod/perlfaq7.pod
21480 ____________________________________________________________________________
21481 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
21482         Log: Integrate perlio:
21483              
21484              [ 14526]
21485              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
21486              (Mis-feature discovered by Encode.)
21487              
21488              [ 14518]
21489              indent -kr -nce and some manual tweaks to match perl style.
21490      Branch: perl
21491           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
21492 ____________________________________________________________________________
21493 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
21494         Log: Subject: [PATCH] lstat FH and -l FH warnings
21495              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21496              Date: Sat, 2 Feb 2002 22:24:54 +0100           
21497              Message-ID: <20020202222454.A11608@rafael>       
21498      Branch: perl
21499            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
21500            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
21501 ____________________________________________________________________________
21502 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
21503         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
21504              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21505              Date: Sat, 2 Feb 2002 13:11:01 +0100           
21506              Message-ID: <20020202131101.A722@rafael>               
21507              
21508              Subject: [PATCH t/op/ver.t] another false positive
21509              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21510              Date: Sat, 2 Feb 2002 13:38:22 +0100           
21511              Message-ID: <20020202133822.E722@rafael>         
21512              
21513              Subject: [PATCH] t/test.pl:ok() doesn't work
21514              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
21515              Date: Sun, 03 Feb 2002 00:02:38 -0800          
21516              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
21517      Branch: perl
21518            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
21519            ! t/test.pl
21520 ____________________________________________________________________________
21521 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
21522         Log: Subject: [PATCH @13746] OS2::Process's constants
21523              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21524              Date: Sat, 2 Feb 2002 01:00:55 -0500           
21525              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
21526      Branch: perl
21527            ! os2/OS2/Process/Makefile.PL
21528 ____________________________________________________________________________
21529 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
21530         Log: Subject: [PATCH @13746] h2xs   
21531              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21532              Date: Sat, 2 Feb 2002 00:58:44 -0500           
21533              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
21534      Branch: perl
21535            ! utils/h2xs.PL
21536 ____________________________________________________________________________
21537 [ 14526] By: nick                                  on 2002/02/03  14:54:18
21538         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
21539              (Mis-feature discovered by Encode.)
21540      Branch: perlio
21541            ! sv.c
21542 ____________________________________________________________________________
21543 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
21544         Log: EBCDIC: since #14519 made \N{...} to remap,
21545              the test cannot expect an ASCII code point.
21546      Branch: perl
21547            ! lib/charnames.t
21548 ____________________________________________________________________________
21549 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
21550         Log: Sub-MANIFEST-tweak.
21551      Branch: perl
21552            ! ext/Encode/MANIFEST
21553 ____________________________________________________________________________
21554 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
21555         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
21556              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21557              Date: Fri, 01 Feb 2002 23:51:03 +0900
21558              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
21559      Branch: perl
21560            ! ext/Encode/lib/Encode/Tcl/Escape.pm
21561 ____________________________________________________________________________
21562 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
21563         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
21564              From: Andy Dougherty <doughera@lafayette.edu>
21565              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
21566              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
21567      Branch: perl
21568            ! README.solaris hints/solaris_2.sh
21569 ____________________________________________________________________________
21570 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
21571         Log: EBCDIC: no hope to get the low 256 right in unifolding.
21572      Branch: perl
21573            ! t/uni/fold.t
21574 ____________________________________________________________________________
21575 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
21576         Log: todo entry for missing pack formats.
21577      Branch: perl
21578            ! pod/perltodo.pod
21579 ____________________________________________________________________________
21580 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
21581         Log: EBCDIC: the low 256 \N{...} need to be remapped.
21582      Branch: perl
21583            ! toke.c
21584 ____________________________________________________________________________
21585 [ 14518] By: nick                                  on 2002/02/01  18:32:03
21586         Log: indent -kr -nce and some manual tweaks to match perl style.
21587      Branch: perlio
21588            ! ext/Encode/Encode.xs
21589 ____________________________________________________________________________
21590 [ 14517] By: nick                                  on 2002/02/01  18:20:46
21591         Log: Integrate mainline
21592      Branch: perlio
21593           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
21594           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
21595           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
21596           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
21597           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
21598           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
21599           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
21600 ____________________________________________________________________________
21601 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
21602         Log: Integrate perlio:
21603              
21604              [ 14515]
21605              Minor Encode tweaks:
21606              - move Encode.pm back to top of Encode like normal XS extension
21607              - avoid .def as a file extension (Win32 builds)
21608      Branch: perl
21609            ! MANIFEST
21610           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
21611           !> ext/Encode/Makefile.PL ext/Encode/compile
21612 ____________________________________________________________________________
21613 [ 14515] By: nick                                  on 2002/02/01  16:27:59
21614         Log: Minor Encode tweaks:
21615              - move Encode.pm back to top of Encode like normal XS extension
21616              - avoid .def as a file extension (Win32 builds)
21617      Branch: perlio
21618           +> ext/Encode/Encode.pm
21619            - ext/Encode/lib/Encode.pm
21620            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
21621            ! ext/Encode/Makefile.PL ext/Encode/compile
21622 ____________________________________________________________________________
21623 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
21624         Log: Subject: [PATCH utf8.t] temp file not cleaned up
21625              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21626              Date: Fri, 1 Feb 2002 15:47:46 +0100
21627              Message-ID: <20020201154746.A24079@rafael>
21628      Branch: perl
21629            ! t/io/utf8.t
21630 ____________________________________________________________________________
21631 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
21632         Log: Subject: [PATCH] make "lstat FH" croak
21633              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21634              Date: Fri, 1 Feb 2002 15:12:50 +0100
21635              Message-ID: <20020201151250.A738@rafael>
21636      Branch: perl
21637            ! pod/perldiag.pod pp_sys.c t/op/stat.t
21638 ____________________________________________________________________________
21639 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
21640         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
21641              From: Kay Röpke <kroepke@dolphin-services.de>
21642              Date: Fri, 1 Feb 2002 01:10:43 +0100
21643              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
21644      Branch: perl
21645            ! t/op/stat.t
21646 ____________________________________________________________________________
21647 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
21648         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
21649              I got it in Tru64 + ithreads but only without -g, took
21650              some debugging by printf (which was no fun either since
21651              adding some debug printfs hid the error)
21652      Branch: perl
21653            ! regexec.c utf8.c
21654 ____________________________________________________________________________
21655 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
21656         Log: Subject: Re: [PATCH] perl -V:
21657              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
21658              Date: Thu, 31 Jan 2002 12:10:20 -0800
21659              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
21660              
21661              Subject: Re: [PATCH] perl -V:
21662              From: Michael G Schwern <schwern@pobox.com>
21663              Date: Thu, 31 Jan 2002 16:43:13 -0500
21664              Message-ID: <20020131214313.GH6498@blackrider>
21665      Branch: perl
21666            ! t/run/switches.t
21667 ____________________________________________________________________________
21668 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
21669         Log: #14505 effect.
21670      Branch: perl
21671            ! pod/perluniintro.pod
21672 ____________________________________________________________________________
21673 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
21674         Log: Daniel S. Lewart adopts the Math::Complex.
21675      Branch: perl
21676            ! lib/Math/Complex.pm
21677 ____________________________________________________________________________
21678 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
21679         Log: More Complex DWIMmery.
21680      Branch: perl
21681            ! lib/Math/Complex.pm lib/Math/Complex.t
21682 ____________________________________________________________________________
21683 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
21684         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
21685              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21686              Date: Thu, 31 Jan 2002 14:37:52 +0100
21687              Message-ID: <20020131143752.A1452@rafael>
21688      Branch: perl
21689            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
21690 ____________________________________________________________________________
21691 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
21692         Log: Turn the I/O Unicode error by default on, but the
21693              character-generating Unicode error by default off,
21694              as Larry suggested.
21695      Branch: perl
21696            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
21697            ! utf8.c
21698 ____________________________________________________________________________
21699 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
21700         Log: Subject: [PATCH] open.pm minor cleanup
21701              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21702              Date: Thu, 31 Jan 2002 15:03:02 +0100
21703              Message-ID: <20020131150302.C1452@rafael>
21704      Branch: perl
21705            ! lib/open.pm
21706 ____________________________________________________________________________
21707 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
21708         Log: Update Changes.
21709      Branch: perl
21710            ! Changes patchlevel.h
21711 ____________________________________________________________________________
21712 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
21713         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
21714              From: Robin Barker <rmb1@cise.npl.co.uk>
21715              Date: Wed, 30 Jan 2002 11:58:33 GMT
21716              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
21717      Branch: perl
21718            ! lib/CPAN.pm
21719 ____________________________________________________________________________
21720 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
21721         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
21722              re-sort MANIFEST.
21723      Branch: perl
21724            + ext/Encode/Encode.pm
21725            - ext/Encode/lib/Encode.pm
21726            ! MANIFEST ext/Encode/Makefile.PL
21727 ____________________________________________________________________________
21728 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
21729         Log: Integrate perlio:
21730              
21731              [ 14499]
21732              Collect some stats during compile process.
21733              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
21734              as one XS - inconclusive - marginal win?
21735              Add some comments to encode.h
21736              
21737              [ 14490]
21738              Basics of a compiled Encode XS extension
21739      Branch: perl
21740           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
21741           !> ext/Encode/encode.h
21742 ____________________________________________________________________________
21743 [ 14499] By: nick                                  on 2002/01/30  09:57:47
21744         Log: Collect some stats during compile process.
21745              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
21746              as one XS - inconclusive - marginal win?
21747              Add some comments to encode.h
21748      Branch: perlio
21749            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
21750            ! ext/Encode/encode.h
21751 ____________________________________________________________________________
21752 [ 14498] By: nick                                  on 2002/01/30  07:27:55
21753         Log: Integrate Jarkko's path/INC tweaks
21754      Branch: perlio
21755           !> ext/Encode/compile
21756 ____________________________________________________________________________
21757 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
21758         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
21759              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21760              Date: Tue, 29 Jan 2002 01:13:09 -0800
21761              Message-ID: <lemV8gzkgu/K092yn@efn.org>
21762      Branch: perl
21763            ! configpm
21764 ____________________________________________________________________________
21765 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
21766         Log: Subject: [PATCH t/op/inccode.t] new test
21767              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21768              Date: Tue, 29 Jan 2002 22:03:45 +0100
21769              Message-ID: <20020129220345.A704@rafael>
21770      Branch: perl
21771            ! t/op/inccode.t
21772 ____________________________________________________________________________
21773 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
21774         Log: EBCDIC: t/op/lc.t now passes.
21775      Branch: perl
21776            ! t/op/lc.t
21777 ____________________________________________________________________________
21778 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
21779         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
21780      Branch: perl
21781            ! utf8.c
21782 ____________________________________________________________________________
21783 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
21784         Log: Must find stuff during build.
21785      Branch: perl
21786            ! ext/Encode/compile
21787 ____________________________________________________________________________
21788 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
21789         Log: Integrate with perlio;
21790              
21791              Basics of a compiled Encode XS extension
21792      Branch: perl
21793           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
21794           +> ext/Encode/Encode/euc-jp.ucm
21795           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
21796           !> ext/Encode/encode.h
21797 ____________________________________________________________________________
21798 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
21799         Log: EBCDIC tweaks-- no new test passes, but getting closer.
21800      Branch: perl
21801            ! utf8.c
21802 ____________________________________________________________________________
21803 [ 14490] By: nick                                  on 2002/01/29  21:20:57
21804         Log: Basics of a compiled Encode XS extension
21805      Branch: perlio
21806            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
21807            + ext/Encode/Encode/euc-jp.ucm
21808            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
21809            ! ext/Encode/encode.h
21810 ____________________________________________________________________________
21811 [ 14489] By: nick                                  on 2002/01/29  18:40:54
21812         Log: Integrate mainline
21813      Branch: perlio
21814           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
21815           +> ext/Encode/lib/Encode/Encoding.pm
21816           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
21817           +> ext/Encode/lib/Encode/Tcl/Escape.pm
21818           +> ext/Encode/lib/Encode/Tcl/Extended.pm
21819           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
21820           +> ext/Encode/lib/Encode/Tcl/Table.pm
21821           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
21822           +> ext/Encode/lib/Encode/iso10646_1.pm
21823           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
21824           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
21825           +> ext/Encode/t/Tcl.t
21826            - ext/Encode.t ext/Encode/Encode.pm
21827            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
21828            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
21829           !> (integrate 33 files)
21830 ____________________________________________________________________________
21831 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
21832         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
21833              From: Richard Clamp <richardc@unixbeard.net>
21834              Date: Mon, 28 Jan 2002 02:17:55 +0000
21835              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
21836      Branch: perl
21837            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
21838 ____________________________________________________________________________
21839 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
21840         Log: OS/390 seems to do length 0 udp reads, Nicholas says
21841              skippage is for now the best cause of action.
21842      Branch: perl
21843            ! ext/Socket/socketpair.t
21844 ____________________________________________________________________________
21845 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
21846         Log: Encode cleanup from Dan Kogai; reworked even further.
21847      Branch: perl
21848            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
21849            + ext/Encode/lib/Encode/Encoding.pm
21850            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
21851            + ext/Encode/lib/Encode/Tcl/Escape.pm
21852            + ext/Encode/lib/Encode/Tcl/Extended.pm
21853            + ext/Encode/lib/Encode/Tcl/HanZi.pm
21854            + ext/Encode/lib/Encode/Tcl/Table.pm
21855            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
21856            + ext/Encode/lib/Encode/iso10646_1.pm
21857            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
21858            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
21859            + ext/Encode/t/Tcl.t
21860            - ext/Encode.t ext/Encode/Encode.pm
21861            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
21862            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
21863            ! MANIFEST ext/Encode/Encode/8859-1.ucm
21864            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
21865            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
21866            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
21867            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
21868            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
21869            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
21870            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
21871            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
21872            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
21873            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
21874            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
21875            ! ext/Encode/compile
21876 ____________________________________________________________________________
21877 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
21878         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
21879      Branch: perl
21880            ! djgpp/djgpp.c perlio.c
21881 ____________________________________________________________________________
21882 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
21883         Log: Prettier printing from Michael Schwern.
21884      Branch: perl
21885            ! t/test.pl
21886 ____________________________________________________________________________
21887 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
21888         Log: Show also the debug and debugcolor as known pragmas.
21889      Branch: perl
21890            ! ext/re/re.pm
21891 ____________________________________________________________________________
21892 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
21893         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
21894              From: "Craig A. Berry" <craigberry@mac.com>
21895              Date: Mon, 28 Jan 2002 16:30:30 -0600
21896              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
21897      Branch: perl
21898            ! ext/B/t/assembler.t
21899 ____________________________________________________________________________
21900 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
21901         Log: metaconfig unit change for #14480.
21902      Branch: metaconfig
21903            ! U/modified/Init.U
21904 ____________________________________________________________________________
21905 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
21906         Log: DJGPP needs to know its exe soon, too.
21907      Branch: perl
21908            ! Configure
21909 ____________________________________________________________________________
21910 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
21911         Log: Round #2 on EBCDICation.
21912      Branch: perl
21913            ! t/op/append.t
21914 ____________________________________________________________________________
21915 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
21916         Log: Integrate perlio:
21917              
21918              [ 14477]
21919              Set makefile.mk CCHOME etc. for default locations of MinGW and free
21920              Borland compilers. (Borland builds one or two oddities.)
21921      Branch: perl
21922           !> win32/config.bc win32/makefile.mk
21923 ____________________________________________________________________________
21924 [ 14477] By: nick                                  on 2002/01/28  20:12:31
21925         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
21926              Borland compilers. (Borland builds one or two oddities.)
21927      Branch: perlio
21928            ! win32/config.bc win32/makefile.mk
21929 ____________________________________________________________________________
21930 [ 14476] By: nick                                  on 2002/01/28  18:43:47
21931         Log: Integrate mainline
21932      Branch: perlio
21933           !> Configure hints/hpux.sh
21934 ____________________________________________________________________________
21935 [ 14475] By: nick                                  on 2002/01/28  17:15:12
21936         Log: Integrate mainline
21937      Branch: perlio
21938           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
21939           !> patchlevel.h pp_sys.c t/lib/warnings/perl
21940 ____________________________________________________________________________
21941 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
21942         Log: metaconfig unit change for #14472.
21943      Branch: metaconfig/U/perl
21944            ! d_u32align.U
21945 ____________________________________________________________________________
21946 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
21947         Log: Misunderstood Merijn's patch.
21948      Branch: perl
21949            ! hints/hpux.sh
21950 ____________________________________________________________________________
21951 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
21952         Log: Misapplied Merijn's patch.
21953      Branch: perl
21954            ! Configure
21955 ____________________________________________________________________________
21956 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
21957         Log: Update Changes.
21958      Branch: perl
21959            ! Changes patchlevel.h
21960 ____________________________________________________________________________
21961 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
21962         Log: BeOS has sockets but not true ones.
21963      Branch: perl
21964            ! pp_sys.c
21965 ____________________________________________________________________________
21966 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
21967         Log: metaconfig unit change for #14467.
21968      Branch: metaconfig/U/perl
21969            ! d_u32align.U
21970 ____________________________________________________________________________
21971 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
21972         Log: For some strange reason under the smoke harness the alignment
21973              test hangs in HP-UX 10.20.  So hint it to avoid the test.
21974      Branch: perl
21975            ! hints/hpux.sh
21976 ____________________________________________________________________________
21977 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
21978         Log: Allow d_u32align to be hinted.
21979      Branch: perl
21980            ! Configure
21981 ____________________________________________________________________________
21982 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
21983         Log: The shift key is important.
21984      Branch: perl
21985            ! ext/B/B.xs
21986 ____________________________________________________________________________
21987 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
21988         Log: The "used only once" warnings (from gv_check) come
21989              in pseudorandom hash order-- in EBCDIC the order
21990              is different.  Add a new option that allow the warnings
21991              to come in any order (Paul Marquess).
21992      Branch: perl
21993            ! lib/warnings.t t/lib/warnings/perl
21994 ____________________________________________________________________________
21995 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
21996         Log: Integrate perlio:
21997              
21998              [ 14462]
21999              1st attempt at skipping broke threads case.
22000              
22001              [ 14461]
22002              Skip new threads::shared test unless -Duseithreads
22003      Branch: perl
22004           !> ext/threads/shared/t/0nothread.t
22005 ____________________________________________________________________________
22006 [ 14463] By: nick                                  on 2002/01/28  08:22:36
22007         Log: Integrate mainline
22008      Branch: perlio
22009           !> (integrate 37 files)
22010 ____________________________________________________________________________
22011 [ 14462] By: nick                                  on 2002/01/28  08:09:53
22012         Log: 1st attempt at skipping broke threads case.
22013      Branch: perlio
22014            ! ext/threads/shared/t/0nothread.t
22015 ____________________________________________________________________________
22016 [ 14461] By: nick                                  on 2002/01/28  07:25:58
22017         Log: Skip new threads::shared test unless -Duseithreads
22018      Branch: perlio
22019            ! ext/threads/shared/t/0nothread.t
22020 ____________________________________________________________________________
22021 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
22022         Log: FAQ sync.
22023      Branch: perl
22024            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
22025            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22026            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
22027            ! pod/perlfaq9.pod
22028 ____________________________________________________________________________
22029 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
22030         Log: Upgrade to podlators 1.20.
22031      Branch: perl
22032            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
22033 ____________________________________________________________________________
22034 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
22035         Log: Retract #14448, a better patch coming up.
22036      Branch: perl
22037            ! lib/Pod/t/basic.t
22038 ____________________________________________________________________________
22039 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
22040         Log: EBCDIC portability.
22041      Branch: perl
22042            ! t/op/append.t
22043 ____________________________________________________________________________
22044 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
22045         Log: Further cygwin installperl tweak from Gerrit P. Haase.
22046      Branch: perl
22047            ! installperl
22048 ____________________________________________________________________________
22049 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
22050         Log: A bug in Bulgarian EBCDIC locale (this sounds like
22051              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
22052              locales failed, too.  The patch works around the bug by
22053              skipping the test, but the real problem may be deeper
22054              (affecting probably only EBCDIC platforms, though):
22055              see the comment in locale.t for more details.
22056      Branch: perl
22057            ! lib/locale.t
22058 ____________________________________________________________________________
22059 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
22060         Log: metaconfig unit change for #14453.
22061      Branch: metaconfig/U/perl
22062            ! libperl.U
22063 ____________________________________________________________________________
22064 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
22065         Log: Subject: Bleadperl on Cygwin today
22066              From: "Gerrit P. Haase" <gp@familiehaase.de>              
22067              Date: Sun, 27 Jan 2002 22:30:41 +0100
22068              Message-ID: <462007239437.20020127223041@familiehaase.de>
22069      Branch: perl
22070            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
22071            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
22072            ! lib/ExtUtils/t/MM_Cygwin.t
22073 ____________________________________________________________________________
22074 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
22075         Log: Unfinished EBCDIC branch.
22076      Branch: perl
22077            ! t/op/ver.t
22078 ____________________________________________________________________________
22079 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
22080         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
22081      Branch: perl
22082            ! ext/B/B.xs ext/B/B/Deparse.pm
22083 ____________________________________________________________________________
22084 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
22085         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
22086              platforms.
22087      Branch: perl
22088            ! ext/B/t/stash.t
22089 ____________________________________________________________________________
22090 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
22091         Log: Apparently no need for EBCDIC exception any more.
22092      Branch: perl
22093            ! ext/B/t/showlex.t
22094 ____________________________________________________________________________
22095 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
22096         Log: (retracted by #14458)
22097              (Russ Allbery) OS/390 is using a high-bit character for ESC,
22098              skip the test for now.  A better fix would be to override
22099              the notion of the platform's escape sequence in the test
22100              of Pod::Text::Termcap.  We may have to apply a filter to
22101              the output to substitute back in the ESC character that
22102              the test expects, but only on OS/390.
22103      Branch: perl
22104            ! lib/Pod/t/basic.t
22105 ____________________________________________________________________________
22106 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
22107         Log: Detypo.
22108      Branch: perl
22109            ! ext/Devel/Peek/Peek.t
22110 ____________________________________________________________________________
22111 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
22112         Log: OS/390 USS has a different idea of the pw* functions.
22113              Also, test the name with eq, not with ==.
22114      Branch: perl
22115            ! lib/User/pwent.t
22116 ____________________________________________________________________________
22117 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
22118         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
22119      Branch: perl
22120            ! doio.c
22121 ____________________________________________________________________________
22122 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
22123         Log: ASCIIisms.
22124      Branch: perl
22125            ! ext/PerlIO/t/encoding.t
22126 ____________________________________________________________________________
22127 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
22128         Log: chr(42) ne '*'  if one is in EBCDIC.
22129      Branch: perl
22130            ! t/op/pack.t
22131 ____________________________________________________________________________
22132 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
22133         Log: Subject: [PATCH] Fix up recent op/stat.t failures
22134              From: Andy Dougherty <doughera@lafayette.edu>
22135              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
22136              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
22137      Branch: perl
22138            ! t/op/stat.t
22139 ____________________________________________________________________________
22140 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
22141         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
22142              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22143              Date: Sun, 27 Jan 2002 15:03:18 +0100
22144              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
22145      Branch: perl
22146            ! lib/ExtUtils/t/Command.t
22147 ____________________________________________________________________________
22148 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
22149         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
22150              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22151              Date: Sun, 27 Jan 2002 14:51:10 +0100
22152              Message-ID: <20020127145110.A16332@rafael>
22153      Branch: perl
22154            ! ext/B/B/Deparse.pm
22155 ____________________________________________________________________________
22156 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
22157         Log: integrate change#14431 from perlio branch (Nick's fix for
22158              change#13474 to be more defensive about looking at pad entries
22159              that may not exist yet)
22160      Branch: maint-5.6/perl
22161            ! op.c
22162 ____________________________________________________________________________
22163 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
22164         Log: Comment to avoid later "cleanups."
22165      Branch: perl
22166            ! lib/ExtUtils/MakeMaker.pm
22167 ____________________________________________________________________________
22168 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
22169         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
22170              instead of just FOO=... cmd ...
22171      Branch: perl
22172            ! Makefile.SH
22173 ____________________________________________________________________________
22174 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
22175         Log: Overquoting bad (in UNIX one would get
22176              Can't open perl script "'-I../lib'": No such file or directory)
22177      Branch: perl
22178            ! lib/Pod/t/Usage.t
22179 ____________________________________________________________________________
22180 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
22181         Log: Integrate perlio:
22182              
22183              [ 14434]
22184              "All tests successful" VC6.0 Win32
22185              (Update config.vc to need cppstdin so those tests are skipped...)
22186      Branch: perl
22187           !> win32/config.vc win32/config_H.bc win32/config_H.gc
22188           !> win32/config_H.vc
22189 ____________________________________________________________________________
22190 [ 14434] By: nick                                  on 2002/01/26  22:27:08
22191         Log: "All tests successful" VC6.0 Win32
22192              (Update config.vc to need cppstdin so those tests are skipped...)
22193      Branch: perlio
22194            ! win32/config.vc win32/config_H.bc win32/config_H.gc
22195            ! win32/config_H.vc
22196 ____________________________________________________________________________
22197 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
22198         Log: Integrate perlio:
22199              
22200              [ 14432]
22201              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
22202              for CRLF line endings.
22203              
22204              [ 14431]
22205              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
22206              Should really be looked at by someone that knows about pads.
22207              
22208              [ 14429]
22209              Tinkering with thread cleanup mutex-ing - not the problem 
22210              (op.c is) but could have been...
22211              
22212              [ 14428]
22213              Win32 signal emulation cleanup.
22214              
22215              [ 14427]
22216              If we get to sighandler by mistake (no perl handler set) then
22217              warn() and exit() rather than die() - should never happen
22218              but if it does context needed to die is likely to be trashed
22219              as well.
22220              
22221              [ 14425]
22222              1st two tests of File/Find/t/find.t and taint.t were run after 
22223              calling cleanup(). If previous fail had left for_find directory,
22224              but no content in it then cleanup() returned cd'ed to that directory.
22225              So tests failed. Fixed cleanup()-s.
22226      Branch: perl
22227           !> ext/threads/threads.xs lib/File/Find/t/find.t
22228           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
22229           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
22230 ____________________________________________________________________________
22231 [ 14432] By: nick                                  on 2002/01/26  21:10:38
22232         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
22233              for CRLF line endings.
22234      Branch: perlio
22235            ! lib/Filter/Simple.pm
22236 ____________________________________________________________________________
22237 [ 14431] By: nick                                  on 2002/01/26  21:08:35
22238         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
22239              Should really be looked at by someone that knows about pads.
22240      Branch: perlio
22241            ! op.c
22242 ____________________________________________________________________________
22243 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
22244         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
22245              From: "Craig A. Berry" <craigberry@mac.com>       
22246              Date: Sat, 26 Jan 2002 11:19:44 -0600
22247              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
22248      Branch: perl
22249            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
22250 ____________________________________________________________________________
22251 [ 14429] By: nick                                  on 2002/01/26  18:04:22
22252         Log: Tinkering with thread cleanup mutex-ing - not the problem 
22253              (op.c is) but could have been...
22254      Branch: perlio
22255            ! ext/threads/threads.xs
22256 ____________________________________________________________________________
22257 [ 14428] By: nick                                  on 2002/01/26  18:03:13
22258         Log: Win32 signal emulation cleanup.
22259      Branch: perlio
22260            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
22261 ____________________________________________________________________________
22262 [ 14427] By: nick                                  on 2002/01/26  13:59:33
22263         Log: If we get to sighandler by mistake (no perl handler set) then
22264              warn() and exit() rather than die() - should never happen
22265              but if it does context needed to die is likely to be trashed
22266              as well.
22267      Branch: perlio
22268            ! mg.c
22269 ____________________________________________________________________________
22270 [ 14426] By: nick                                  on 2002/01/26  13:56:23
22271         Log: Integrate mainline
22272      Branch: perlio
22273           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
22274           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
22275           !> t/run/fresh_perl.t
22276 ____________________________________________________________________________
22277 [ 14425] By: nick                                  on 2002/01/26  08:11:33
22278         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
22279              calling cleanup(). If previous fail had left for_find directory,
22280              but no content in it then cleanup() returned cd'ed to that directory.
22281              So tests failed. Fixed cleanup()-s.
22282      Branch: perlio
22283            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
22284 ____________________________________________________________________________
22285 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
22286         Log: Integrate perlio:
22287              
22288              [ 14422]
22289              Save $! so that other syscalls don't disturb it before 
22290              we test it.
22291              
22292              [ 14421]
22293              More Win32 tuning
22294              
22295              [ 14420]
22296              Fix winsystem.t's attempt to build showav.exe to work 
22297              with gcc (which writes a.exe unless told with -o ).
22298              Also put in a few more fail-safes to check .exe got 
22299              built somehow.
22300      Branch: perl
22301           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
22302           !> t/op/winsystem.t
22303 ____________________________________________________________________________
22304 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
22305         Log: Subject: [PATCH] new test in op/universal.t
22306              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22307              Date: Fri, 25 Jan 2002 23:17:33 +0100
22308              Message-ID: <20020125231733.A11733@rafael>
22309      Branch: perl
22310            ! t/op/universal.t
22311 ____________________________________________________________________________
22312 [ 14422] By: nick                                  on 2002/01/25  21:37:03
22313         Log: Save $! so that other syscalls don't disturb it before 
22314              we test it.
22315      Branch: perlio
22316            ! ext/Socket/socketpair.t
22317 ____________________________________________________________________________
22318 [ 14421] By: nick                                  on 2002/01/25  19:05:57
22319         Log: More Win32 tuning
22320      Branch: perlio
22321            ! t/op/stat.t t/op/taint.t
22322 ____________________________________________________________________________
22323 [ 14420] By: nick                                  on 2002/01/25  18:21:42
22324         Log: Fix winsystem.t's attempt to build showav.exe to work 
22325              with gcc (which writes a.exe unless told with -o ).
22326              Also put in a few more fail-safes to check .exe got 
22327              built somehow.
22328      Branch: perlio
22329            ! t/op/winsystem.t
22330 ____________________________________________________________________________
22331 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
22332         Log: Subject: [Patch Encode.xs] calculation of need overflows
22333              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22334              Date: Sat, 26 Jan 2002 00:58:50 +0900
22335              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
22336      Branch: perl
22337            ! ext/Encode/Encode.xs
22338 ____________________________________________________________________________
22339 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
22340         Log: Integrate changes 13474+13478+13584 from maintperl;
22341              anon sub leakage.
22342      Branch: perl
22343            ! op.c t/run/fresh_perl.t
22344 ____________________________________________________________________________
22345 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
22346         Log: Update Changes.
22347      Branch: perl
22348            ! Changes patchlevel.h
22349 ____________________________________________________________________________
22350 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
22351         Log: Integrate perlio:
22352              
22353              [ 14411]
22354              Linux/NFS hackery was not faking right number of passes.
22355              
22356              [ 14410]
22357              threads::shared tidy up:
22358              - Add _id() function to shared.xs so we can test refs point at same thing.
22359              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
22360              - Allow no_share to pass if sharing to works despite mis-ordering.
22361              - Change docs of threads to document ->create() (as used in tests),
22362              and not mention "new".
22363              
22364              [ 14401]
22365              Expand command line test globs on Win32.
22366              
22367              [ 14393]
22368              Except Win32 from echo tests. (Alarm does not break into connect)
22369              
22370              [ 14392]
22371              SvTEMP_off to stop private PV's being stolen and stored in shared space
22372              
22373              [ 14387]
22374              thread::shared nearly working again - remaining issue
22375              is references withing shared space.
22376              Added bulk test with no threads involved (for debugging)
22377              Tuned tests to skip those needing _thrcnt
22378              
22379              [ 14378]
22380              Implement recursive lock and use of scope for PL_sharedsv_space,
22381              so now croak() from asserts does not leave locks.
22382              Make hv_simple compile (new prototype for debugging probe).
22383              
22384              [ 14377]
22385              Shared scalars working, some shared array ops working.
22386              
22387              [ 14373]
22388              Miss mg_len == 0 meaning don't Safefree
22389              
22390              [ 14372]
22391              XS side of new threads::shared designed, coded and compiles,
22392              and mostly commented but is totaly untested.
22393              submit in case anyone wants a preview.
22394              
22395              [ 14363]
22396              Add new threads/typemap to MANIFEST
22397              
22398              [ 14357]
22399              #14352 deleted ext/threads/threads.h
22400              
22401              [ 14356]
22402              Eradicate sharedsv.*
22403              
22404              [ 14355]
22405              threads work again on Win32. (Not threads::shared yet)
22406              Submit to see if they do on Linux.
22407              
22408              [ 14352]
22409              Nearly-working threads re-structuring. Do not integrate,
22410              submit-ing to get to Win32, and as "off site" backup.
22411      Branch: perl
22412           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
22413           +> ext/threads/typemap
22414            - ext/threads/threads.h sharedsv.c sharedsv.h
22415            ! NetWare/config_H.wc
22416           !> (integrate 38 files)
22417 ____________________________________________________________________________
22418 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
22419         Log: Subject: Re: perldebguts minor tweaks
22420              From: Joe McMahon <mcmahon@metalab.unc.edu>
22421              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
22422              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
22423      Branch: perl
22424            ! pod/perldebguts.pod
22425 ____________________________________________________________________________
22426 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
22427         Log: metaconfig unit change for #14413.
22428      Branch: metaconfig
22429            ! U/modified/prototype.U
22430 ____________________________________________________________________________
22431 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
22432         Log: Okay, you can come home now, _().
22433      Branch: perl
22434            ! config_h.SH
22435 ____________________________________________________________________________
22436 [ 14412] By: nick                                  on 2002/01/25  11:01:49
22437         Log: Integrate mainline
22438              All but ../lib/Unicode/UCD.t pass.
22439      Branch: perlio
22440           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
22441           +> lib/unicore/CaseFolding.txt
22442           +> lib/unicore/CompositionExclusions.txt
22443           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
22444           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
22445           +> vos/vos.c
22446            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
22447            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
22448            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
22449            - lib/unicore/NamesList.html lib/unicore/PropList.html
22450            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
22451            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
22452            - lib/unicore/rename
22453           !> (integrate 424 files)
22454 ____________________________________________________________________________
22455 [ 14411] By: nick                                  on 2002/01/25  09:45:13
22456         Log: Linux/NFS hackery was not faking right number of passes.
22457      Branch: perlio
22458            ! t/io/fs.t
22459 ____________________________________________________________________________
22460 [ 14410] By: nick                                  on 2002/01/25  09:35:07
22461         Log: threads::shared tidy up:
22462              - Add _id() function to shared.xs so we can test refs point at same thing.
22463              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
22464              - Allow no_share to pass if sharing to works despite mis-ordering.
22465              - Change docs of threads to document ->create() (as used in tests),
22466              and not mention "new".
22467      Branch: perlio
22468            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
22469            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
22470            ! ext/threads/threads.pm
22471 ____________________________________________________________________________
22472 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
22473         Log: Subject: perldebguts minor tweaks
22474              From: Joe McMahon <mcmahon@metalab.unc.edu>
22475              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
22476              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
22477      Branch: perl
22478            ! pod/perldebguts.pod
22479 ____________________________________________________________________________
22480 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
22481         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
22482              From: Peter Scott <Peter@PSDT.com>
22483              Date: Thu, 24 Jan 2002 08:51:34 -0800
22484              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
22485      Branch: perl
22486            ! pod/perldebguts.pod
22487 ____________________________________________________________________________
22488 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
22489         Log: Few more paranoia checks for Unicode hash keys.
22490      Branch: perl
22491            ! t/op/each.t
22492 ____________________________________________________________________________
22493 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
22494         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
22495              From: Andy Dougherty <doughera@lafayette.edu>
22496              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
22497              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
22498      Branch: perl
22499            ! t/op/stat.t
22500 ____________________________________________________________________________
22501 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
22502         Log: The
22503              
22504              Subject: Very old debugger UTF-8 bug
22505              From: andreas.koenig@anima.de (Andreas J. Koenig)
22506              Date: 24 Jan 2002 12:45:44 +0100
22507              Message-ID: <m3y9iot1jr.fsf@anima.de>
22508              
22509              still broken, but this should work as a stopgap
22510              measure to stop pp_match accessing naughty data.
22511      Branch: perl
22512            ! pod/perldiag.pod pp_hot.c
22513 ____________________________________________________________________________
22514 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
22515         Log: metaconfig unit change for #14403.
22516      Branch: metaconfig/U/perl
22517            ! d_u32align.U
22518 ____________________________________________________________________________
22519 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
22520         Log: Pacify picky compilers (this time Sun Workshop).
22521      Branch: perl
22522            ! Configure
22523 ____________________________________________________________________________
22524 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
22525         Log: Subject: Very old debugger UTF-8 bug
22526              From: andreas.koenig@anima.de (Andreas J. Koenig)
22527              Date: 24 Jan 2002 12:45:44 +0100
22528              Message-ID: <m3y9iot1jr.fsf@anima.de>
22529      Branch: perl
22530            ! lib/dumpvar.pl
22531 ____________________________________________________________________________
22532 [ 14401] By: nick                                  on 2002/01/24  07:50:38
22533         Log: Expand command line test globs on Win32.
22534      Branch: perlio
22535            ! t/harness
22536 ____________________________________________________________________________
22537 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
22538         Log: Sprinkle some copyrights (use the oldest timestamp to
22539              be found in the repository, which is most often not right,
22540              but at least consistent)
22541      Branch: perl
22542            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
22543            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
22544            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
22545            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
22546            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
22547            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
22548            ! unixish.h xsutils.c
22549 ____________________________________________________________________________
22550 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
22551         Log: Don't crash on Help for long text (bug #506672)
22552      Branch: maint-5.6/macperl
22553            ! macos/macperl/MPHelp.c
22554 ____________________________________________________________________________
22555 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
22556         Log: Fix minor path problem
22557      Branch: maint-5.6/macperl
22558            ! macos/macperl/Droplets/tarzipme.plx
22559 ____________________________________________________________________________
22560 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
22561         Log: Minor text changes
22562      Branch: maint-5.6/macperl
22563            ! macos/Perl.r
22564 ____________________________________________________________________________
22565 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
22566         Log: Bump versions, dates, etc.
22567      Branch: maint-5.6/macperl
22568            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
22569 ____________________________________________________________________________
22570 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
22571         Log: coderefs in @INC and absolute paths
22572      Branch: maint-5.6/macperl
22573            ! embed.h pp_ctl.c proto.h
22574 ____________________________________________________________________________
22575 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
22576         Log: Minor module thingys
22577      Branch: maint-5.6/macperl
22578            ! macos/ext/Mac/Controls/Controls.xs
22579            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
22580            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
22581            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
22582            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
22583            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
22584            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
22585            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
22586            ! macos/ext/Mac/Movies/Movies.xs
22587            ! macos/ext/Mac/Navigation/Navigation.pm
22588            ! macos/ext/Mac/Navigation/Navigation.xs
22589            ! macos/ext/Mac/Notification/Notification.xs
22590            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
22591            ! macos/ext/Mac/Processes/Processes.xs
22592            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
22593            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
22594            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
22595            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
22596            ! macos/ext/Mac/Resources/Resources.pm
22597            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
22598            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
22599            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
22600            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
22601            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
22602 ____________________________________________________________________________
22603 [ 14393] By: nick                                  on 2002/01/23  19:52:19
22604         Log: Except Win32 from echo tests. (Alarm does not break into connect)
22605      Branch: perlio
22606            ! ext/Socket/Socket.t
22607 ____________________________________________________________________________
22608 [ 14392] By: nick                                  on 2002/01/23  19:31:57
22609         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
22610      Branch: perlio
22611            ! ext/threads/shared/shared.xs
22612 ____________________________________________________________________________
22613 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
22614         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
22615      Branch: perl
22616            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
22617            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
22618            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
22619            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
22620            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
22621            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
22622            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
22623            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
22624            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
22625            ! x2p/util.c x2p/util.h x2p/walk.c
22626 ____________________________________________________________________________
22627 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
22628         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
22629              therefore quite probably also obsolete code.
22630      Branch: perl
22631            ! sv.c
22632 ____________________________________________________________________________
22633 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
22634         Log: Update Changes.
22635      Branch: perl
22636            ! Changes patchlevel.h
22637 ____________________________________________________________________________
22638 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
22639         Log: Small update on todo.  Could use a lot more.
22640      Branch: perl
22641            ! pod/perltodo.pod
22642 ____________________________________________________________________________
22643 [ 14387] By: nick                                  on 2002/01/23  14:19:30
22644         Log: thread::shared nearly working again - remaining issue
22645              is references withing shared space.
22646              Added bulk test with no threads involved (for debugging)
22647              Tuned tests to skip those needing _thrcnt
22648      Branch: perlio
22649            + ext/threads/shared/t/0nothread.t
22650            ! MANIFEST ext/threads/shared/shared.pm
22651            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
22652            ! ext/threads/shared/t/hv_refs.t
22653            ! ext/threads/shared/t/hv_simple.t
22654            ! ext/threads/shared/t/sv_simple.t
22655 ____________________________________________________________________________
22656 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
22657         Log: Subject: [ID 20020121.003] perldata doco bug
22658              From: John Stumbles <jstumbles@bluearc.com>
22659              Date: Mon, 21 Jan 2002 14:19:56 -0000
22660              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
22661      Branch: perl
22662            ! pod/perldata.pod
22663 ____________________________________________________________________________
22664 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
22665         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
22666              From: Michael G Schwern <schwern@pobox.com>
22667              Date: Mon, 21 Jan 2002 15:16:42 -0500
22668              Message-ID: <20020121201642.GA6659@blackrider>
22669      Branch: perl
22670            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
22671 ____________________________________________________________________________
22672 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
22673         Log: Subject: [PATCH] Re: eval not catching warnings?
22674              From: abigail@foad.org
22675              Date: Wed, 23 Jan 2002 15:35:47 +0100
22676              Message-ID: <20020123143547.24798.qmail@foad.org>
22677      Branch: perl
22678            ! pod/perlfunc.pod
22679 ____________________________________________________________________________
22680 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
22681         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
22682              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22683              Date: Tue, 22 Jan 2002 17:00:54 -0800            
22684              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
22685      Branch: perl
22686            ! t/run/fresh_perl.t
22687 ____________________________________________________________________________
22688 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
22689         Log: metaconfig unit change for #14381.
22690      Branch: metaconfig/U/perl
22691            ! d_u32align.U
22692 ____________________________________________________________________________
22693 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
22694         Log: HP-UX 10.20 cc pacifying from Merijn.
22695      Branch: perl
22696            ! Configure
22697 ____________________________________________________________________________
22698 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
22699         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
22700              From: "Craig A. Berry" <craigberry@mac.com> 
22701              Date: Tue, 22 Jan 2002 22:14:26 -0600
22702              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
22703      Branch: perl
22704            ! vms/test.com
22705 ____________________________________________________________________________
22706 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
22707         Log: AIX cpp bug: having macro arguments and character constants
22708              "the same" means trouble (here s and 's')
22709              What broke now was 841 and 842 of t/op/pat.t, because of the
22710              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
22711              (note that breakage happened only under cc_r and usethreads+
22712              useithreads)
22713      Branch: perl
22714            ! utf8.h
22715 ____________________________________________________________________________
22716 [ 14378] By: nick                                  on 2002/01/22  20:33:15
22717         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
22718              so now croak() from asserts does not leave locks.
22719              Make hv_simple compile (new prototype for debugging probe).
22720      Branch: perlio
22721            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
22722            ! ext/threads/shared/t/hv_simple.t
22723 ____________________________________________________________________________
22724 [ 14377] By: nick                                  on 2002/01/22  17:32:21
22725         Log: Shared scalars working, some shared array ops working.
22726      Branch: perlio
22727            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
22728            ! ext/threads/shared/t/sv_refs.t
22729            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
22730 ____________________________________________________________________________
22731 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
22732         Log: Subject: [PATCH] Support truncate() in VOS port
22733              From: Paul_GreenVOS@vos.stratus.com
22734              Date: Mon, 21 Jan 02 23:27 est
22735              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
22736      Branch: perl
22737            + vos/vos.c
22738            ! MANIFEST hints/vos.sh vos/vosish.h
22739 ____________________________________________________________________________
22740 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
22741         Log: metaconfig unit changes for #14374.  Couldn't figure
22742              how to get completely rid of _() (some weird dependency
22743              pulling it in?) so renamed it as PROTO_().
22744      Branch: metaconfig
22745            + U/modified/d_shmat.U U/modified/prototype.U
22746            ! U/protos/d_drand48proto.U
22747      Branch: metaconfig/U/perl
22748            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
22749 ____________________________________________________________________________
22750 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
22751         Log: Get rid of the _() macro since (1) we require ANSI anyway
22752              (2) Other software (GNU) seems to use it and we don't need it,
22753              so let's give it up.
22754      Branch: perl
22755            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22756            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
22757            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
22758            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
22759            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
22760            ! wince/config.h wince/config_H.ce
22761 ____________________________________________________________________________
22762 [ 14373] By: nick                                  on 2002/01/22  10:10:48
22763         Log: Miss mg_len == 0 meaning don't Safefree
22764      Branch: perlio
22765            ! mg.c
22766 ____________________________________________________________________________
22767 [ 14372] By: nick                                  on 2002/01/21  22:34:06
22768         Log: XS side of new threads::shared designed, coded and compiles,
22769              and mostly commented but is totaly untested.
22770              submit in case anyone wants a preview.
22771      Branch: perlio
22772            + ext/threads/shared/typemap
22773            ! MANIFEST ext/threads/shared/shared.pm
22774            ! ext/threads/shared/shared.xs
22775 ____________________________________________________________________________
22776 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
22777         Log: Subject: [BUG] /\_/ an unrecognized escape?
22778              From: Michael G Schwern <schwern@pobox.com>
22779              Date: Mon, 21 Jan 2002 15:22:54 -0500
22780              Message-ID: <20020121202254.GA6731@blackrider>
22781      Branch: perl
22782            ! t/lib/warnings/toke toke.c
22783 ____________________________________________________________________________
22784 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
22785         Log: Undo the renaming of the Unicode data files; the simple
22786              solution being not including the *.html files.  This means
22787              that in the future there is no need for any renamings
22788              (well, assuming that the Consortium doesn't cause any),
22789              and the files are named like they are in the Consortium
22790              website, thus alleviating confusion.
22791      Branch: perl
22792            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
22793            + lib/unicore/CaseFolding.txt
22794            + lib/unicore/CompositionExclusions.txt
22795            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
22796            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
22797            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
22798            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
22799            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
22800            - lib/unicore/NamesList.html lib/unicore/PropList.html
22801            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
22802            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
22803            - lib/unicore/rename
22804            ! (edit 285 files)
22805 ____________________________________________________________________________
22806 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
22807         Log: Update Changes.
22808      Branch: perl
22809            ! Changes patchlevel.h
22810 ____________________________________________________________________________
22811 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
22812         Log: Subject: RE: BCC for Win32 is unhappy @14331
22813              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
22814              Date: Mon, 21 Jan 2002 09:48:40 +0300
22815              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
22816              
22817              (using IV instead of int)
22818      Branch: perl
22819            ! hv.h
22820 ____________________________________________________________________________
22821 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
22822         Log: path_is_absolute() needs a prototype (and maybe
22823              a better name, but that's another story).
22824      Branch: perl
22825            ! embed.fnc embed.h pp_ctl.c proto.h
22826 ____________________________________________________________________________
22827 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
22828         Log: Subject: Re: coderefs in @INC
22829              From: Chris Nandor <pudge@pobox.com>
22830              Date: Thu, 17 Jan 2002 11:26:02 -0500
22831              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
22832      Branch: perl
22833            ! pp_ctl.c
22834 ____________________________________________________________________________
22835 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
22836         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
22837              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22838              Date: Sun, 20 Jan 2002 22:53:56 +0100
22839              Message-ID: <20020120225356.A12093@rafael>
22840      Branch: perl
22841            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
22842            ! t/lib/warnings/9enabled warnings.h warnings.pl
22843 ____________________________________________________________________________
22844 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
22845         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
22846              From: "Craig A. Berry" <craigberry@mac.com>
22847              Date: Sun, 20 Jan 2002 22:49:42 -0600
22848              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
22849      Branch: perl
22850            ! lib/ExtUtils/MakeMaker.pm
22851 ____________________________________________________________________________
22852 [ 14363] By: nick                                  on 2002/01/20  20:38:23
22853         Log: Add new threads/typemap to MANIFEST
22854      Branch: perlio
22855            ! MANIFEST
22856 ____________________________________________________________________________
22857 [ 14362] By: nick                                  on 2002/01/20  20:34:36
22858         Log: Integrate mainline
22859      Branch: perlio
22860           +> lib/Pod/t/Usage.t
22861           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
22862           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
22863           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
22864           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
22865           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
22866           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
22867           !> util.c
22868 ____________________________________________________________________________
22869 [ 14361] By: nick                                  on 2002/01/20  18:51:47
22870         Log: Integrate MANIFEST
22871      Branch: perlio
22872           !> MANIFEST
22873 ____________________________________________________________________________
22874 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
22875         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
22876              From: Paul_GreenVOS@vos.stratus.com
22877              Date: Sat, 19 Jan 02 17:17 est
22878              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
22879              
22880              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
22881              From: Paul_GreenVOS@vos.stratus.com
22882              Date: Sat, 19 Jan 02 17:19 est
22883              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
22884      Branch: perl
22885            ! lib/ExtUtils/t/Command.t
22886 ____________________________________________________________________________
22887 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
22888         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
22889              From: Paul_GreenVOS@vos.stratus.com
22890              Date: Sat, 19 Jan 02 14:30 est
22891              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
22892      Branch: perl
22893            ! lib/AnyDBM_File.t
22894 ____________________________________________________________________________
22895 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
22896         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
22897              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
22898              Date: Sun, 20 Jan 2002 13:51:36 +0100
22899              Message-ID: <20020120135136.A710@rafael>
22900      Branch: perl
22901            ! ext/File/Glob/t/basic.t
22902 ____________________________________________________________________________
22903 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
22904         Log: #14352 deleted ext/threads/threads.h
22905      Branch: perlio
22906            ! MANIFEST
22907 ____________________________________________________________________________
22908 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
22909         Log: Eradicate sharedsv.*
22910      Branch: perlio
22911            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
22912 ____________________________________________________________________________
22913 [ 14355] By: nick                                  on 2002/01/20  11:50:22
22914         Log: threads work again on Win32. (Not threads::shared yet)
22915              Submit to see if they do on Linux.
22916      Branch: perlio
22917            ! ext/threads/shared/shared.xs ext/threads/threads.xs
22918            ! win32/makefile.mk
22919 ____________________________________________________________________________
22920 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
22921         Log: Make also hex() and oct() to croak if their arguments
22922              cannot be downgraded (that is, if they contain wide
22923              characters), just like crypt() does (and use the croak
22924              feature of sv_utf8_downgrade()).
22925      Branch: perl
22926            ! pp.c t/op/oct.t
22927 ____________________________________________________________________________
22928 [ 14353] By: nick                                  on 2002/01/19  22:20:09
22929         Log: Integrate Time/Local and its test
22930      Branch: perlio
22931           !> lib/Time/Local.pm lib/Time/Local.t
22932 ____________________________________________________________________________
22933 [ 14352] By: nick                                  on 2002/01/19  22:17:07
22934         Log: Nearly-working threads re-structuring. Do not integrate,
22935              submit-ing to get to Win32, and as "off site" backup.
22936      Branch: perlio
22937            + ext/threads/typemap
22938            - ext/threads/threads.h sharedsv.c sharedsv.h
22939            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
22940            ! embedvar.h ext/threads/shared/shared.pm
22941            ! ext/threads/shared/shared.xs ext/threads/threads.pm
22942            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
22943            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
22944            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
22945 ____________________________________________________________________________
22946 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
22947         Log: Regen toc.
22948      Branch: perl
22949            ! pod/perltoc.pod
22950 ____________________________________________________________________________
22951 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
22952         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
22953              From: David Dyck <dcd@tc.fluke.com>
22954              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
22955              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
22956      Branch: perl
22957            ! pod/perl5004delta.pod pod/perl5005delta.pod
22958            ! pod/perl561delta.pod pod/perl56delta.pod
22959 ____________________________________________________________________________
22960 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
22961         Log: FAQ sync.
22962      Branch: perl
22963            ! pod/perlfaq1.pod pod/perlfaq2.pod
22964 ____________________________________________________________________________
22965 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
22966         Log: Subject: [PATCH lib/Pod/t/Usage.t]
22967              From: Abe Timmerman <abe@ztreet.demon.nl>
22968              Date: Sat, 19 Jan 2002 19:57:57 +0100
22969              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
22970      Branch: perl
22971            + lib/Pod/t/Usage.t
22972            ! MANIFEST
22973 ____________________________________________________________________________
22974 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
22975         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
22976              From: Paul_GreenVOS@vos.stratus.com
22977              Date: Sat, 19 Jan 02 13:15 est
22978              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
22979      Branch: perl
22980            ! ext/SDBM_File/sdbm.t
22981 ____________________________________________________________________________
22982 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
22983         Log: Integrate perlio:
22984              
22985              [ 14335]
22986              Split out core of sv_magic() into sv_magicext().
22987              sv_magic provides the extra restictions (no READONLY, only
22988              one of each type, canned set of vtables), and sv_magicext()
22989              does the actual data twiddling.
22990              Also enhances semantics of ->mg_ptr setting via name/namlen
22991              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
22992              scratch area (namlen > 0 && name == NULL).
22993              sv_magicext also returns the MAGIC * it added.
22994              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
22995              To come sv_unmagicext() - which will remove just one magic
22996              of particular type, and additionaly match against ->mg_ptr,
22997              or the MAGIC * (need to experiment as to which is more natural).
22998      Branch: perl
22999           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
23000           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
23001 ____________________________________________________________________________
23002 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
23003         Log: Alternative Time::Local algorithm that uses matemathical formula
23004              for timegm instead of progressive guessing
23005      Branch: perl
23006            ! lib/Time/Local.pm
23007 ____________________________________________________________________________
23008 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
23009         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
23010              From: Paul_GreenVOS@vos.stratus.com
23011              Date: Sat, 19 Jan 02 11:20 est
23012              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
23013      Branch: perl
23014            ! ext/File/Glob/t/basic.t
23015 ____________________________________________________________________________
23016 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
23017         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
23018              From: Paul_GreenVOS@vos.stratus.com
23019              Date: Fri, 18 Jan 02 22:56 est
23020              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
23021      Branch: perl
23022            ! ext/Cwd/t/cwd.t
23023 ____________________________________________________________________________
23024 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
23025         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
23026              From: Paul_GreenVOS@vos.stratus.com
23027              Date: Fri, 18 Jan 02 22:48 est
23028              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
23029      Branch: perl
23030            ! lib/Time/Local.t
23031 ____________________________________________________________________________
23032 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
23033         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
23034              From: Paul_GreenVOS@vos.stratus.com
23035              Date: Fri, 18 Jan 02 16:22 est
23036              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
23037      Branch: perl
23038            ! ext/Devel/DProf/DProf.t
23039 ____________________________________________________________________________
23040 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
23041         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
23042              From: Tels <perl_dummy@bloodgate.com>
23043              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
23044              Message-Id: <200201182106.XAA19133@taku.hut.fi>
23045      Branch: perl
23046            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
23047 ____________________________________________________________________________
23048 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
23049         Log: Don't do socketpair udp unless you've got all what it takes.
23050      Branch: perl
23051            ! util.c
23052 ____________________________________________________________________________
23053 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
23054         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
23055              From: Tels <perl_dummy@bloodgate.com>
23056              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
23057              Message-Id: <200201182206.AAA15310@taku.hut.fi>
23058      Branch: perl
23059            ! lib/ExtUtils/MM_BeOS.pm
23060 ____________________________________________________________________________
23061 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
23062         Log: metaconfig unit change for #14336.
23063      Branch: metaconfig
23064            ! U/modified/myhostname.U
23065 ____________________________________________________________________________
23066 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
23067         Log: Avoid bare "set", and kiss .uucp goodbye.
23068      Branch: perl
23069            ! Configure
23070 ____________________________________________________________________________
23071 [ 14335] By: nick                                  on 2002/01/18  22:11:42
23072         Log: Split out core of sv_magic() into sv_magicext().
23073              sv_magic provides the extra restictions (no READONLY, only
23074              one of each type, canned set of vtables), and sv_magicext()
23075              does the actual data twiddling.
23076              Also enhances semantics of ->mg_ptr setting via name/namlen
23077              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
23078              scratch area (namlen > 0 && name == NULL).
23079              sv_magicext also returns the MAGIC * it added.
23080              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
23081              
23082              To come sv_unmagicext() - which will remove just one magic
23083              of particular type, and additionaly match against ->mg_ptr,
23084              or the MAGIC * (need to experiment as to which is more natural).
23085      Branch: perlio
23086            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
23087            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
23088 ____________________________________________________________________________
23089 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
23090         Log: Retract #14327 for now, going to the limit seems
23091              to be too much for many platforms.
23092      Branch: perl
23093            ! lib/Time/Local.t
23094 ____________________________________________________________________________
23095 [ 14333] By: nick                                  on 2002/01/18  18:58:33
23096         Log: Integrate mainline
23097      Branch: perlio
23098           !> Changes patchlevel.h
23099 ____________________________________________________________________________
23100 [ 14332] By: nick                                  on 2002/01/18  16:19:06
23101         Log: Integrate mainline
23102      Branch: perlio
23103           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
23104           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
23105            - lib/ExtUtils/inst
23106           !> (integrate 32 files)
23107 ____________________________________________________________________________
23108 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
23109         Log: Update Changes.
23110      Branch: perl
23111            ! Changes patchlevel.h
23112 ____________________________________________________________________________
23113 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
23114         Log: Try to make the connect/read/write timeouting.
23115      Branch: perl
23116            ! ext/Socket/Socket.t
23117 ____________________________________________________________________________
23118 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
23119         Log: Netware Makefile tweak from Ananth Kesari.
23120      Branch: perl
23121            ! NetWare/Makefile
23122 ____________________________________________________________________________
23123 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
23124         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
23125              From: Michael G Schwern <schwern@pobox.com>
23126              Date: Fri, 18 Jan 2002 03:10:27 -0500
23127              Message-ID: <20020118081027.GE7226@blackrider>
23128      Branch: perl
23129            ! lib/File/Find.pm
23130 ____________________________________________________________________________
23131 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
23132         Log: (retracted by #14334)
23133              
23134              Subject: [PATCH] Improving lib/Time/Local.t
23135              From: Paul_GreenVOS@vos.stratus.com        
23136              Date: Thu, 17 Jan 02 22:36 est
23137              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
23138      Branch: perl
23139            ! lib/Time/Local.t
23140 ____________________________________________________________________________
23141 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
23142         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
23143              From: Abe Timmerman <abe@ztreet.demon.nl>  
23144              Date: Fri, 18 Jan 2002 13:18:47 +0100
23145              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
23146      Branch: perl
23147            ! lib/ExtUtils/t/MM_Win32.t
23148 ____________________________________________________________________________
23149 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
23150         Log: Subject: [PATCH] Syncing with bleadperl 
23151              From: Michael G Schwern <schwern@pobox.com> 
23152              Date: Fri, 18 Jan 2002 03:04:33 -0500
23153              Message-ID: <20020118080432.GC7226@blackrider>
23154      Branch: perl
23155            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
23156            - lib/ExtUtils/inst
23157            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
23158            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
23159            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
23160            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
23161            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
23162            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
23163            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
23164            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
23165            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
23166            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
23167            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
23168            ! lib/ExtUtils/testlib.pm
23169 ____________________________________________________________________________
23170 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
23171         Log: Detypo.
23172      Branch: perl
23173            ! AUTHORS
23174 ____________________________________________________________________________
23175 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
23176         Log: Subject: [PATCH] MM check_hints test
23177              From: Michael G Schwern <schwern@pobox.com>
23178              Date: Thu, 17 Jan 2002 20:25:57 -0500
23179              Message-ID: <20020118012557.GE32762@blackrider>
23180      Branch: perl
23181            + lib/ExtUtils/t/hints.t
23182            ! MANIFEST
23183 ____________________________________________________________________________
23184 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
23185         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
23186              From: Michael G Schwern <schwern@pobox.com> 
23187              Date: Thu, 17 Jan 2002 20:12:20 -0500
23188              Message-ID: <20020118011220.GC32762@blackrider>
23189              
23190              (#14317 replaced with this)
23191      Branch: perl
23192            ! lib/ExtUtils/MakeMaker.pm
23193 ____________________________________________________________________________
23194 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
23195         Log: Subject: [PATCH perldiag] overload.pm warnings
23196              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23197              Date: Thu, 17 Jan 2002 23:53:49 +0100
23198              Message-ID: <20020117235349.A14530@rafael>
23199      Branch: perl
23200            ! pod/perldiag.pod
23201 ____________________________________________________________________________
23202 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
23203         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
23204              From: Michael G Schwern <schwern@pobox.com>
23205              Date: Thu, 17 Jan 2002 16:35:47 -0500
23206              Message-ID: <20020117213546.GD23830@blackrider>
23207      Branch: perl
23208            ! lib/File/Find.pm
23209 ____________________________________________________________________________
23210 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
23211         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
23212              From: chromatic <chromatic@rmci.net>
23213              Date: Thu, 17 Jan 2002 13:04:22 -0700
23214              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
23215      Branch: perl
23216            ! pod/perltodo.pod
23217 ____________________________________________________________________________
23218 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
23219         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
23220              From: chromatic <chromatic@rmci.net>
23221              Date: Thu, 17 Jan 2002 12:59:04 -0700
23222              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
23223      Branch: perl
23224            ! lib/ExtUtils/t/Mkbootstrap.t
23225 ____________________________________________________________________________
23226 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
23227         Log: (replaced by #14322)
23228              The #14300 broke hints file handling.
23229      Branch: perl
23230            ! lib/ExtUtils/MakeMaker.pm
23231 ____________________________________________________________________________
23232 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
23233         Log: metaconfig unit change for #14315.
23234      Branch: metaconfig/U/perl
23235            ! uselongdbl.U
23236 ____________________________________________________________________________
23237 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
23238         Log: Subject: [PATCH] long doubles
23239              From: Nicholas Clark <nick@unfortu.net>
23240              Date: Thu, 17 Jan 2002 17:06:28 +0000
23241              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
23242      Branch: perl
23243            ! Configure
23244 ____________________________________________________________________________
23245 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
23246         Log: metaconfig unit change for #14313.
23247      Branch: metaconfig
23248            ! U/modified/i_ndbm.U
23249 ____________________________________________________________________________
23250 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
23251         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
23252              From: Andy Dougherty <doughera@lafayette.edu>
23253              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
23254              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
23255      Branch: perl
23256            ! Configure
23257 ____________________________________________________________________________
23258 [ 14312] By: nick                                  on 2002/01/17  21:38:38
23259         Log: Integrate mainline (for ndbm fixes etc.)
23260      Branch: perlio
23261           +> t/run/fresh_perl.t
23262            - t/run/kill_perl.t
23263           !> Changes MANIFEST ext/Opcode/Opcode.xs
23264           !> ext/SDBM_File/sdbm/Makefile.PL
23265           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
23266           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
23267           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
23268           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
23269           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
23270 ____________________________________________________________________________
23271 [ 14311] By: sky                                   on 2002/01/17  21:01:00
23272         Log: Simplify the code that duplicates the threads 
23273              init function and the parameters to the thread by using sv_dup. 
23274              Note,what happens if you pass a shared variable as a parameter?
23275      Branch: perl
23276            ! ext/threads/threads.xs
23277 ____________________________________________________________________________
23278 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
23279         Log: Update Changes.
23280      Branch: perl
23281            ! Changes patchlevel.h
23282 ____________________________________________________________________________
23283 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
23284         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
23285              with fresh_perl_is() and fresh_perl_like().
23286      Branch: perl
23287            + t/run/fresh_perl.t
23288            - t/run/kill_perl.t
23289            ! MANIFEST t/test.pl
23290 ____________________________________________________________________________
23291 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
23292         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
23293              From: Benjamin Goldberg <goldbb2@earthlink.net>
23294              Date: Wed, 09 Jan 2002 21:03:16 -0500
23295              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
23296      Branch: perl
23297            ! ext/Unicode/Normalize/Normalize.pm
23298 ____________________________________________________________________________
23299 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
23300         Log: Retract #14144 as Hugo isn't happy with it.
23301      Branch: perl
23302            ! scope.c t/run/kill_perl.t
23303 ____________________________________________________________________________
23304 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
23305         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
23306              From: Richard Clamp <richardc@unixbeard.net>
23307              Date: Wed, 16 Jan 2002 17:34:31 +0000
23308              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
23309      Branch: perl
23310            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
23311 ____________________________________________________________________________
23312 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
23313         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
23314              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23315              Date: Tue, 15 Jan 2002 21:23:30 +0100
23316              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
23317      Branch: perl
23318            ! ext/Opcode/Opcode.xs
23319 ____________________________________________________________________________
23320 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
23321         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
23322              From: Paul_GreenVOS@vos.stratus.com
23323              Date: Wed, 16 Jan 02 6:42 est
23324              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
23325      Branch: perl
23326            ! t/io/fs.t t/op/crypt.t
23327 ____________________________________________________________________________
23328 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
23329         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
23330              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23331              Date: Wed, 16 Jan 2002 13:43:39 +0100
23332              Message-ID: <20020116134339.A704@rafael>
23333              
23334              (replaces #14302)
23335      Branch: perl
23336            ! mg.c t/lib/warnings/mg
23337 ____________________________________________________________________________
23338 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
23339         Log: (replaced by #14303)
23340              Subject: [PATCH] length of undefined $(digit) should warn
23341              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23342              Date: Tue, 15 Jan 2002 23:02:44 +0100            
23343              Message-ID: <20020115230244.A31786@rafael>     
23344      Branch: perl
23345            ! mg.c t/lib/warnings/mg
23346 ____________________________________________________________________________
23347 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
23348         Log: The non-MakeMaker.pm parts of
23349              
23350              Subject: [PATCH] Re: MM_Beos.pm?
23351              From: Tels <perl_dummy@bloodgate.com>
23352              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
23353              Message-Id: <200201142006.WAA29544@taas.iki.fi>
23354      Branch: perl
23355            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
23356            ! lib/ExtUtils/t/MM_Unix.t
23357 ____________________________________________________________________________
23358 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
23359         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
23360              From: Michael G Schwern <schwern@pobox.com>    
23361              Date: Tue, 15 Jan 2002 20:07:50 -0500            
23362              Message-ID: <20020116010750.GH625@blackrider>  
23363      Branch: perl
23364            ! lib/ExtUtils/MakeMaker.pm
23365 ____________________________________________________________________________
23366 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
23367         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
23368              From: Jeffrey Friedl <jfriedl@yahoo.com>       
23369              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
23370              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
23371      Branch: perl
23372            ! lib/Text/Tabs.pm
23373 ____________________________________________________________________________
23374 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
23375         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
23376              From: "Green, Paul" <Paul.Green@stratus.com>
23377              Date: Tue, 15 Jan 2002 22:28:10 -0500
23378              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
23379      Branch: perl
23380            ! lib/ExtUtils/MM_Unix.pm
23381 ____________________________________________________________________________
23382 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
23383         Log: Integrate perlio:
23384              
23385              [ 14296]
23386              offsetof() is in <stddef.h>
23387      Branch: perl
23388           !> ext/Socket/Socket.xs
23389 ____________________________________________________________________________
23390 [ 14296] By: nick                                  on 2002/01/16  13:02:29
23391         Log: offsetof() is in <stddef.h>
23392      Branch: perlio
23393            ! ext/Socket/Socket.xs
23394 ____________________________________________________________________________
23395 [ 14295] By: nick                                  on 2002/01/16  07:25:29
23396         Log: Integrate mainline
23397      Branch: perlio
23398           +> (branch 262 files)
23399            - (delete 285 files)
23400           !> (integrate 34 files)
23401 ____________________________________________________________________________
23402 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
23403         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
23404              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
23405              Canonical.pl and Exact.pl.
23406      Branch: perl
23407            + (add 259 files)
23408            - (delete 288 files)
23409            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
23410            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
23411            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
23412            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
23413 ____________________________________________________________________________
23414 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
23415         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
23416      Branch: perl
23417            ! ext/Socket/Socket.xs
23418 ____________________________________________________________________________
23419 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
23420         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
23421              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23422              Date: Tue, 15 Jan 2002 21:59:19 +0100
23423              Message-ID: <3C44A637.16602.25EB208@localhost>
23424      Branch: perl
23425            ! embed.fnc embed.h proto.h
23426 ____________________________________________________________________________
23427 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
23428         Log: Duh.  The updated In/*.pl weren't checked in.
23429      Branch: perl
23430            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
23431            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
23432            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
23433            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
23434            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
23435            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
23436            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
23437            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
23438            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
23439            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
23440            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
23441            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
23442            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
23443            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
23444            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
23445            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
23446            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
23447            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
23448            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
23449            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
23450            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
23451            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
23452            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
23453            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
23454            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
23455            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
23456            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
23457            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
23458            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
23459            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
23460            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
23461            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
23462            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
23463            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
23464            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
23465            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
23466            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
23467            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
23468            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
23469            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
23470            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
23471            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
23472            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
23473            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
23474            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
23475            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
23476            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
23477            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
23478 ____________________________________________________________________________
23479 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
23480         Log: Update Changes.
23481      Branch: perl
23482            ! Changes patchlevel.h
23483 ____________________________________________________________________________
23484 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
23485         Log: Jeffrey is trying very hard to avoid working on his
23486              book, it would seem :-) (better naming, better comments
23487              in the files)
23488      Branch: perl
23489            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
23490            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
23491            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
23492            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
23493            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
23494            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
23495            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
23496            - lib/unicore/Is/IDStart.pl
23497            ! (edit 200 files)
23498 ____________________________________________________________________________
23499 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
23500         Log: metaconfig unit changes for #14287.
23501      Branch: metaconfig
23502            + U/modified/Chk_MANI.U
23503            ! U/modified/Extract.U U/modified/Finish.U
23504      Branch: metaconfig/U/perl
23505            ! Extensions.U dlsrc.U
23506 ____________________________________________________________________________
23507 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
23508         Log: Some protection against spaces in directory names.
23509              (Tru64 still has some makedepend problems in such
23510              cases but that looks like Tru64's problem.)
23511      Branch: perl
23512            ! Configure Makefile.SH
23513 ____________________________________________________________________________
23514 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
23515         Log: Should have been in #14285 but I have sausages for fingers.
23516      Branch: perl
23517            + lib/ExtUtils/MM_BeOS.pm
23518 ____________________________________________________________________________
23519 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
23520         Log: MM_BeOS from Tels.
23521      Branch: perl
23522            + lib/ExtUtils/t/MM_BeOS.t
23523            ! MANIFEST
23524 ____________________________________________________________________________
23525 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
23526         Log: Integrate perlio:
23527              
23528              [ 14281]
23529              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
23530              e.g. -Duse64bitint on a 32-bit platform.
23531              Now uses I32 for use-count and is more careful with its casts.
23532              
23533              [ 14277]
23534              Correct name of PL_OP_SLAB_ALLOC
23535              
23536              [ 14271]
23537              Regen embed enable slab for PERL_IMPLICIT_SYS
23538              
23539              [ 14269]
23540              Typo in #else branch of PL_SLAB_ALLOC
23541              
23542              [ 14268]
23543              const-ness fix in savepv's passing of NULL
23544              
23545              [ 14267]
23546              Hand merge of non slab allocator stuff
23547              
23548              [ 14259]
23549              Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
23550              Need to use CopXXXXX macros everywhere and add CopSTASH_free
23551              Add new scope type and add support for it to scope.c and scope stack
23552              dup-er in sv.c. Add savesharedpv().
23553              Also zealous version of Win32's vmem.h to catch all the abuses.
23554              With this t/op/fork.t passes even with zealous checking and 
23555              checker is point a finger at various threads/shared issues.
23556              PL_curcop->cop_io is still an issue.
23557              
23558              [ 14257]
23559              Inverted sense of special-ness of specialCopIO - supposed to 
23560              be true if value is "special" i.e. NOT an SV.
23561      Branch: perl
23562           !> (integrate 28 files)
23563 ____________________________________________________________________________
23564 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
23565         Log: Add Shuck URL
23566      Branch: maint-5.6/macperl
23567            ! macos/macperl/MacPerl.podhelp
23568 ____________________________________________________________________________
23569 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
23570         Log: Remove obsolete docs
23571      Branch: maint-5.6/macperl
23572            ! ext/File/Glob/Glob.pm
23573 ____________________________________________________________________________
23574 [ 14281] By: nick                                  on 2002/01/15  15:08:43
23575         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
23576              e.g. -Duse64bitint on a 32-bit platform.
23577              Now uses I32 for use-count and is more careful with its casts.
23578      Branch: perlio
23579            ! intrpvar.h op.c
23580 ____________________________________________________________________________
23581 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
23582         Log: Update bundled modules.  Yow!
23583      Branch: maint-5.6/macperl
23584            + macos/bundled_ext/Compress/Zlib/constants.h
23585            + macos/bundled_ext/Compress/Zlib/constants.xs
23586            + macos/bundled_ext/Filter/Util/Call/ppport.h
23587            + macos/bundled_ext/Storable/t/compat-0.6.t
23588            + macos/bundled_ext/Storable/t/dump.pl
23589            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
23590            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
23591            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
23592            + macos/bundled_lib/blib/lib/URI/ssh.pm
23593            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
23594            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
23595            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
23596            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
23597            + macos/bundled_lib/t/Filter/Simple/data.t
23598            + macos/bundled_lib/t/Filter/Simple/export.t
23599            + macos/bundled_lib/t/Filter/Simple/filter_only.t
23600            + macos/bundled_lib/t/Filter/Simple/import.t
23601            + macos/bundled_lib/t/NEXT/actual.t
23602            + macos/bundled_lib/t/NEXT/actuns.t
23603            + macos/bundled_lib/t/NEXT/next.t
23604            + macos/bundled_lib/t/NEXT/unseen.t
23605            + macos/bundled_lib/t/libnet/netrc.t
23606            + macos/bundled_lib/t/libwww-perl/base/http.t
23607            + macos/bundled_lib/t/libwww-perl/live/activestate.t
23608            - macos/bundled_ext/Filter/t/FilterTest.pm
23609            - macos/bundled_ext/Storable/t/compat06.t
23610            - macos/bundled_ext/Storable/t/st-dump.pl
23611            - macos/bundled_lib/t/NEXT/test.pl
23612            - macos/bundled_lib/t/libwww-perl/live/google.t
23613            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
23614            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
23615            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
23616            ! macos/bundled_ext/Compress/Zlib/README
23617            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
23618            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
23619            ! macos/bundled_ext/Compress/Zlib/t/examples.t
23620            ! macos/bundled_ext/Filter/Util/Call/Call.pm
23621            ! macos/bundled_ext/Filter/Util/Call/Call.xs
23622            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
23623            ! macos/bundled_ext/Filter/t/call.t
23624            ! macos/bundled_ext/Filter/t/filter-util.pl
23625            ! macos/bundled_ext/Storable/ChangeLog
23626            ! macos/bundled_ext/Storable/README
23627            ! macos/bundled_ext/Storable/Storable.pm
23628            ! macos/bundled_ext/Storable/t/blessed.t
23629            ! macos/bundled_ext/Storable/t/canonical.t
23630            ! macos/bundled_ext/Storable/t/dclone.t
23631            ! macos/bundled_ext/Storable/t/forgive.t
23632            ! macos/bundled_ext/Storable/t/freeze.t
23633            ! macos/bundled_ext/Storable/t/lock.t
23634            ! macos/bundled_ext/Storable/t/overload.t
23635            ! macos/bundled_ext/Storable/t/recurse.t
23636            ! macos/bundled_ext/Storable/t/retrieve.t
23637            ! macos/bundled_ext/Storable/t/store.t
23638            ! macos/bundled_ext/Storable/t/tied.t
23639            ! macos/bundled_ext/Storable/t/tied_hook.t
23640            ! macos/bundled_ext/Storable/t/tied_items.t
23641            ! macos/bundled_ext/Storable/t/utf8.t
23642            ! macos/bundled_lib/blib/lib/File/Sort.pm
23643            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
23644            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
23645            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
23646            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
23647            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
23648            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
23649            ! macos/bundled_lib/blib/lib/LWP.pm
23650            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
23651            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
23652            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
23653            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
23654            ! macos/bundled_lib/blib/lib/Mail/Address.pm
23655            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
23656            ! macos/bundled_lib/blib/lib/Mail/Field.pm
23657            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
23658            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
23659            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
23660            ! macos/bundled_lib/blib/lib/Mail/Header.pm
23661            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
23662            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
23663            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
23664            ! macos/bundled_lib/blib/lib/Mail/Send.pm
23665            ! macos/bundled_lib/blib/lib/Mail/Util.pm
23666            ! macos/bundled_lib/blib/lib/NEXT.pm
23667            ! macos/bundled_lib/blib/lib/Net/Config.pm
23668            ! macos/bundled_lib/blib/lib/Net/Domain.pm
23669            ! macos/bundled_lib/blib/lib/Net/FTP.pm
23670            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
23671            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
23672            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
23673            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
23674            ! macos/bundled_lib/blib/lib/Net/POP3.pm
23675            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
23676            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
23677            ! macos/bundled_lib/blib/lib/Switch.pm
23678            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
23679            ! macos/bundled_lib/blib/lib/URI/Escape.pm
23680            ! macos/bundled_lib/blib/lib/URI/ftp.pm
23681            ! macos/bundled_lib/blib/lib/lwpcook.pod
23682            ! macos/bundled_lib/t/Filter/Simple/filter.t
23683            ! macos/bundled_lib/t/Switch/t/nested.t
23684            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
23685            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
23686            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
23687            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
23688            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
23689            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
23690            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
23691            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
23692            ! macos/bundled_lib/t/libnet/config.t
23693            ! macos/bundled_lib/t/libnet/ftp.t
23694            ! macos/bundled_lib/t/libnet/hostname.t
23695            ! macos/bundled_lib/t/libnet/nntp.t
23696            ! macos/bundled_lib/t/libnet/require.t
23697            ! macos/bundled_lib/t/libnet/smtp.t
23698            ! macos/bundled_lib/t/libwww-perl/base/headers.t
23699            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
23700            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
23701            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
23702            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
23703            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
23704            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
23705            ! macos/bundled_lib/t/libwww-perl/live/validator.t
23706            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
23707 ____________________________________________________________________________
23708 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
23709         Log: Subject: [PATCH] Socket::sockaddr_family
23710              From: Gisle Aas <gisle@ActiveState.com> 
23711              Date: 15 Jan 2002 06:35:28 -0800
23712              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
23713      Branch: perl
23714            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
23715 ____________________________________________________________________________
23716 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
23717         Log: Subject: [PATCH perldiag] Style issue
23718              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23719              Date: Tue, 15 Jan 2002 15:36:30 +0100                
23720              Message-ID: <20020115153630.A11568@rafael>
23721      Branch: perl
23722            ! pod/perldiag.pod
23723 ____________________________________________________________________________
23724 [ 14277] By: nick                                  on 2002/01/15  14:30:51
23725         Log: Correct name of PL_OP_SLAB_ALLOC
23726      Branch: perlio
23727            ! perl.h
23728 ____________________________________________________________________________
23729 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
23730         Log: NetWare tweak from Ananth Kesari.
23731      Branch: perl
23732            ! lib/ExtUtils/MakeMaker.pm
23733 ____________________________________________________________________________
23734 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
23735         Log: Throwback.
23736      Branch: perl
23737            ! MANIFEST
23738 ____________________________________________________________________________
23739 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
23740         Log: A couple of additional character classes from Jeffrey,
23741              hopefully useful in future for internal use for implementing
23742              some special cases of casing.
23743              
23744              Also regenerate once more all the character classes,
23745              now without the timestamp.  A timestamp would be kind of
23746              nice but it's not: having a timestamp in a file means that
23747              even if the effective contents of file really didn't
23748              change, the file looks as if it changed.
23749      Branch: perl
23750            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
23751            + lib/unicore/Is/CombAbov.pl
23752            ! (edit 304 files)
23753 ____________________________________________________________________________
23754 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
23755         Log: Make the test harder.
23756      Branch: perl
23757            ! t/op/pat.t
23758 ____________________________________________________________________________
23759 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
23760         Log: Additional utf8_heavy.pl tweak from Jeffrey.
23761      Branch: perl
23762            ! lib/utf8_heavy.pl
23763 ____________________________________________________________________________
23764 [ 14271] By: nick                                  on 2002/01/15  11:29:47
23765         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
23766      Branch: perlio
23767            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
23768            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
23769 ____________________________________________________________________________
23770 [ 14270] By: nick                                  on 2002/01/15  08:19:08
23771         Log: Integrate rest of mainline
23772      Branch: perlio
23773           !> (integrate 28 files)
23774 ____________________________________________________________________________
23775 [ 14269] By: nick                                  on 2002/01/15  08:02:44
23776         Log: Typo in #else branch of PL_SLAB_ALLOC
23777      Branch: perlio
23778            ! op.c
23779 ____________________________________________________________________________
23780 [ 14268] By: nick                                  on 2002/01/15  07:57:47
23781         Log: const-ness fix in savepv's passing of NULL
23782      Branch: perlio
23783            ! util.c
23784 ____________________________________________________________________________
23785 [ 14267] By: nick                                  on 2002/01/15  07:42:17
23786         Log: Hand merge of non slab allocator stuff
23787      Branch: perlio
23788            ! op.c
23789 ____________________________________________________________________________
23790 [ 14266] By: nick                                  on 2002/01/15  07:39:33
23791         Log: Slab allocator submit after resolve -ay to keep it!
23792      Branch: perlio
23793           !> op.c
23794 ____________________________________________________________________________
23795 [ 14265] By: nick                                  on 2002/01/15  07:05:06
23796         Log: Blind integrate of bulk of mainline.
23797      Branch: perlio
23798           +> (branch 173 files)
23799            - (delete 184 files)
23800           !> (integrate 146 files)
23801 ____________________________________________________________________________
23802 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
23803         Log: Pod nits.
23804      Branch: perl
23805            ! lib/Unicode/UCD.pm pod/perlunicode.pod
23806 ____________________________________________________________________________
23807 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
23808         Log: The Unicode categories doc patch to go with #14254,
23809              from Jeffrey.
23810      Branch: perl
23811            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
23812 ____________________________________________________________________________
23813 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
23814         Log: There isn't going to be perl.third.exe.
23815      Branch: perl
23816            ! Makefile.SH
23817 ____________________________________________________________________________
23818 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
23819         Log: Subject: [PATCH] small coredump correction
23820              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23821              Date: Tue, 15 Jan 2002 00:22:52 +0100
23822              Message-ID: <20020115002252.I691@rafael>
23823      Branch: perl
23824            ! op.c
23825 ____________________________________________________________________________
23826 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
23827         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
23828              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23829              Date: Mon, 14 Jan 2002 23:03:04 +0100
23830              Message-ID: <20020114230304.A691@rafael>   
23831              
23832              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
23833              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23834              Date: Mon, 14 Jan 2002 23:18:43 +0100
23835              Message-ID: <20020114231843.E691@rafael>   
23836      Branch: perl
23837            ! pod/perlsub.pod t/op/override.t toke.c
23838 ____________________________________________________________________________
23839 [ 14259] By: nick                                  on 2002/01/14  22:02:49
23840         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
23841              Need to use CopXXXXX macros everywhere and add CopSTASH_free
23842              Add new scope type and add support for it to scope.c and scope stack
23843              dup-er in sv.c. Add savesharedpv().
23844              Also zealous version of Win32's vmem.h to catch all the abuses.
23845              With this t/op/fork.t passes even with zealous checking and 
23846              checker is point a finger at various threads/shared issues.
23847              
23848              PL_curcop->cop_io is still an issue.
23849      Branch: perlio
23850            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
23851            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
23852            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
23853            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
23854            ! win32/vmem.h win32/win32.c win32/win32.h
23855 ____________________________________________________________________________
23856 [ 14258] By: nick                                  on 2002/01/14  20:24:28
23857         Log: Integrate build parts of mainline
23858      Branch: perlio
23859           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
23860           !> lib/ExtUtils/t/MM_Win32.t
23861 ____________________________________________________________________________
23862 [ 14257] By: nick                                  on 2002/01/14  16:10:54
23863         Log: Inverted sense of special-ness of specialCopIO - supposed to 
23864              be true if value is "special" i.e. NOT an SV.
23865      Branch: perlio
23866            ! perlio.h
23867 ____________________________________________________________________________
23868 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
23869         Log: Update Changes.
23870      Branch: perl
23871            ! Changes patchlevel.h
23872 ____________________________________________________________________________
23873 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
23874         Log: Retract #14251 (the op slab allocator from perlio)
23875              until we figure out why 2.2.19 x86 debian gets
23876              a circular sibling chain and therefore hangs in
23877              the Perl_ck_subr() sibling for-loop.
23878      Branch: perl
23879            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
23880            ! perlapi.c perlapi.h proto.h
23881 ____________________________________________________________________________
23882 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
23883         Log: Big mktables rewrite from Jeffrey;
23884              documentation not yet updated.
23885      Branch: perl
23886            + (add 171 files)
23887            - (delete 182 files)
23888            ! (edit 135 files)
23889 ____________________________________________________________________________
23890 [ 14253] By: ams                                   on 2002/01/14  03:15:05
23891         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
23892              From: Michael G Schwern <schwern@pobox.com>
23893              Date: Sun, 13 Jan 2002 21:00:07 -0500
23894              Message-Id: <20020114020007.GB2877@blackrider>
23895      Branch: perl
23896            ! lib/Cwd.pm
23897 ____________________________________________________________________________
23898 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
23899         Log: Subject: Re: Win32 status - progress !
23900              From: Abe Timmerman <abe@ztreet.demon.nl>       
23901              Date: Mon, 14 Jan 2002 02:29:51 +0100
23902              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
23903      Branch: perl
23904            ! lib/ExtUtils/t/MM_Win32.t
23905 ____________________________________________________________________________
23906 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
23907         Log: Integrate perlio:
23908              
23909              [ 14250]
23910              Slab allocator for ops
23911              - moved the statics to intrpvar.h
23912              - implemented Slab_Free()
23913              - uses PerlMemShared (for now) if distinction exists.
23914      Branch: perl
23915           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
23916           !> perlapi.c perlapi.h proto.h
23917 ____________________________________________________________________________
23918 [ 14250] By: nick                                  on 2002/01/13  23:22:34
23919         Log: Slab allocator for ops
23920              - moved the statics to intrpvar.h
23921              - implemented Slab_Free()
23922              - uses PerlMemShared (for now) if distinction exists.
23923      Branch: perlio
23924            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
23925            ! perlapi.c perlapi.h proto.h
23926 ____________________________________________________________________________
23927 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
23928         Log: Start a new test category: uni.  Much of t/op/pat
23929              should probably be moved here, but holding on that
23930              until Jeffrey finishes his big mktables rewrite.
23931              Bits and pieces of op/split, op/pack, op/append,
23932              op/join, could probably be moved to respective uni
23933              tests, too.
23934      Branch: perl
23935            + t/uni/fold.t t/uni/sprintf.t
23936            - t/op/unifold.t t/op/unisprintf.t
23937            ! MANIFEST t/TEST t/harness
23938 ____________________________________________________________________________
23939 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
23940         Log: Subject: [PATCH] enable Win32 to build again
23941              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23942              Date: Sun, 13 Jan 2002 21:49:24 +0100
23943              Message-ID: <3C4200E4.15926.23F6131@localhost>
23944              
23945              miniperl.exe.exe does not exe that well.
23946      Branch: perl
23947            ! lib/ExtUtils/MM_Unix.pm
23948 ____________________________________________________________________________
23949 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
23950         Log: Mention some of the load-affected tests.
23951      Branch: perl
23952            ! INSTALL
23953 ____________________________________________________________________________
23954 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
23955         Log: Move the UTF-8 conversion code earlier so that
23956              op/ver is happy.
23957      Branch: perl
23958            ! sv.c t/op/ver.t
23959 ____________________________________________________________________________
23960 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
23961         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
23962              have diverged quite a bit so no updates there.
23963      Branch: perl
23964            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
23965            ! ext/List/Util/lib/List/Util.pm
23966            ! ext/List/Util/lib/Scalar/Util.pm
23967 ____________________________________________________________________________
23968 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
23969         Log: Make the crypt() pickier: if downgrading doesn't work,
23970              croak.
23971      Branch: perl
23972            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
23973 ____________________________________________________________________________
23974 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
23975         Log: Grow the buffer in case Unicode caused size changes
23976              (and it very probably did).
23977      Branch: perl
23978            ! sv.c
23979 ____________________________________________________________________________
23980 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
23981         Log: Future-proofing from Jeffrey Friedl (for conflicting
23982              In* and Is* names).
23983      Branch: perl
23984            ! lib/utf8_heavy.pl
23985 ____________________________________________________________________________
23986 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
23987         Log: Subject: [PATCH] Re: Warning in B.xs
23988              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23989              Date: Sun, 13 Jan 2002 19:39:52 +0100
23990              Message-ID: <3C41E288.20562.1C8C895@localhost>
23991      Branch: perl
23992            ! ext/B/B.xs
23993 ____________________________________________________________________________
23994 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
23995         Log: Subject: Re: lookbehind broken with latest bleedperl
23996              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23997              Date: Sun, 13 Jan 2002 18:06:22 +0000
23998              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
23999      Branch: perl
24000            ! regexec.c t/op/re_tests
24001 ____________________________________________________________________________
24002 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
24003         Log: Subject: [PATCH] more MM_Unix.t tests
24004              From: Tels <perl_dummy@bloodgate.com>
24005              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
24006              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
24007              
24008              Subject: [PATCH] 14220 misunderstood, I bet          
24009              From: andreas.koenig@anima.de (Andreas J. Koenig)
24010              Date: 12 Jan 2002 21:31:58 +0100
24011              Message-ID: <m3k7un8g5d.fsf@anima.de>
24012      Branch: perl
24013            ! lib/ExtUtils/t/MM_Unix.t
24014 ____________________________________________________________________________
24015 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
24016         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
24017              From: Tels <perl_dummy@bloodgate.com>
24018              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
24019              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
24020              
24021              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
24022              From: Tels <perl_dummy@bloodgate.com>
24023              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
24024              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
24025      Branch: perl
24026            ! lib/ExtUtils/MM_Unix.pm
24027 ____________________________________________________________________________
24028 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
24029         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
24030              From: Nicholas Clark <nick@unfortu.net> 
24031              Date: Sun, 13 Jan 2002 15:58:34 +0000
24032              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
24033      Branch: perl
24034            ! lib/Benchmark.t
24035 ____________________________________________________________________________
24036 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
24037         Log: Anton Berezin did more reading and the uid setting story
24038              gets more complex.
24039      Branch: perl
24040            ! pod/perltodo.pod utils/perldoc.PL
24041 ____________________________________________________________________________
24042 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
24043         Log: Integrate perlio:
24044              
24045              [ 14232]
24046              Win32 fixes:
24047              - vmem.h hack to handle free-by-wrong-thread after eval "".
24048              - Initialize timerid 
24049      Branch: perl
24050           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
24051 ____________________________________________________________________________
24052 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
24053         Log: Subject: Re: HiRes
24054              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24055              Date: Sun, 13 Jan 2002 10:18:46 +0100
24056              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
24057              
24058              Give up on socketpair in HP-UX.
24059      Branch: perl
24060            ! ext/Socket/socketpair.t
24061 ____________________________________________________________________________
24062 [ 14233] By: nick                                  on 2002/01/13  16:29:30
24063         Log: Integrate mainline
24064      Branch: perlio
24065           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
24066           !> (integrate 46 files)
24067 ____________________________________________________________________________
24068 [ 14232] By: nick                                  on 2002/01/13  15:37:48
24069         Log: Win32 fixes:
24070              - vmem.h hack to handle free-by-wrong-thread after eval "".
24071              - Initialize timerid 
24072      Branch: perlio
24073            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
24074 ____________________________________________________________________________
24075 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
24076         Log: *groan*
24077      Branch: perl
24078            ! t/op/pat.t
24079 ____________________________________________________________________________
24080 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
24081         Log: One more sharp s case found by Jeffrey.
24082      Branch: perl
24083            ! regexec.c t/op/pat.t
24084 ____________________________________________________________________________
24085 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
24086         Log: Comment tweak.
24087      Branch: perl
24088            ! regexec.c
24089 ____________________________________________________________________________
24090 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
24091         Log: Don't bother checking for the Greek special
24092              cases if the node is too short.
24093      Branch: perl
24094            ! regcomp.c
24095 ____________________________________________________________________________
24096 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
24097         Log: Update Changes.
24098      Branch: perl
24099            ! Changes patchlevel.h
24100 ____________________________________________________________________________
24101 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
24102         Log: metaconfig unit change for #14225.
24103      Branch: metaconfig
24104            + U/modified/i_ndbm.U
24105 ____________________________________________________________________________
24106 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
24107         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
24108              From: Jonathan Stowe <gellyfish@gellyfish.com>
24109              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
24110              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
24111      Branch: perl
24112            ! Configure config_h.SH
24113 ____________________________________________________________________________
24114 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
24115         Log: Quick reformat using indent -kr -nce, as requested
24116              by Dan Kogai and suggest by NI-S.
24117      Branch: perl
24118            ! ext/Encode/encengine.c
24119 ____________________________________________________________________________
24120 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
24121         Log: Couple more Unicode lookbehind tests.
24122      Branch: perl
24123            ! t/op/pat.t
24124 ____________________________________________________________________________
24125 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
24126         Log: Sharp S as a special treat for our German UTF-8 testers :-)
24127      Branch: perl
24128            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
24129 ____________________________________________________________________________
24130 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
24131         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
24132              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24133              Date: Sat, 12 Jan 2002 20:37:32 +0100
24134              Message-ID: <3C409E8C.16203.196C2D3@localhost>
24135      Branch: perl
24136            ! ext/B/B/Deparse.pm
24137 ____________________________________________________________________________
24138 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
24139         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
24140              really worth the bits it's printed on?
24141      Branch: perl
24142            ! lib/ExtUtils/t/MM_Unix.t
24143 ____________________________________________________________________________
24144 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
24145         Log: Special treatment for U+03B0 and U+0390 in //i,
24146              this means that we can remove the minlen pessimisations
24147              introduced by the #14096.
24148      Branch: perl
24149            ! pp_hot.c regcomp.c regexec.c
24150 ____________________________________________________________________________
24151 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
24152         Log: Integrate perlio:
24153              
24154              [ 14214]
24155              Win32-ize socketpair test
24156              - Win32 can fork even though $Config{d_fork} is undef
24157              - SOCK_DGRAM does not work - skip those tests.
24158              
24159              [ 14213]
24160              Abstract out the cloning of SvPVX and handle shared pv in a 
24161              safe (if suboptimal) manner. Does not fix op/fork.t :-(
24162      Branch: perl
24163           !> ext/Socket/socketpair.t sv.c
24164 ____________________________________________________________________________
24165 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
24166         Log: One should first drop the real uid, not the effective uid.
24167              [ID 20020110.003]
24168      Branch: perl
24169            ! utils/perldoc.PL
24170 ____________________________________________________________________________
24171 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
24172         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
24173              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24174              Date: Fri, 11 Jan 2002 23:29:48 +0100
24175              Message-ID: <3C3F756C.4581.2E2A938@localhost>
24176      Branch: perl
24177            + ext/B/C/C.xs ext/B/C/Makefile.PL
24178            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
24179            ! utils/perlcc.PL
24180 ____________________________________________________________________________
24181 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
24182         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
24183              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
24184              Date: Fri, 11 Jan 2002 14:29:30 -0800
24185              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
24186      Branch: perl
24187            ! ext/B/t/concise.t
24188 ____________________________________________________________________________
24189 [ 14214] By: nick                                  on 2002/01/12  12:31:12
24190         Log: Win32-ize socketpair test
24191              - Win32 can fork even though $Config{d_fork} is undef
24192              - SOCK_DGRAM does not work - skip those tests.
24193      Branch: perlio
24194            ! ext/Socket/socketpair.t
24195 ____________________________________________________________________________
24196 [ 14213] By: nick                                  on 2002/01/12  11:46:28
24197         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
24198              safe (if suboptimal) manner. Does not fix op/fork.t :-(
24199      Branch: perlio
24200            ! sv.c
24201 ____________________________________________________________________________
24202 [ 14212] By: ams                                   on 2002/01/12  06:10:52
24203         Log: Subject: [PATCH] More fixes for Stratus VOS
24204              From: "Green, Paul" <Paul.Green@stratus.com>
24205              Date: Fri, 11 Jan 2002 17:30:37 -0500
24206              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
24207      Branch: perl
24208            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
24209 ____________________________________________________________________________
24210 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
24211         Log: Upgrade to CGI.pm 2.80.
24212      Branch: perl
24213            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
24214 ____________________________________________________________________________
24215 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
24216         Log: FAQ sync.
24217      Branch: perl
24218            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
24219            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
24220            ! pod/perlfaq8.pod
24221 ____________________________________________________________________________
24222 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
24223         Log: This is getting embarrassing.
24224      Branch: perl
24225            ! t/op/pat.t
24226 ____________________________________________________________________________
24227 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
24228         Log: Doc tweaks.
24229      Branch: perl
24230            ! pod/perlunicode.pod
24231 ____________________________________________________________________________
24232 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
24233         Log: Updating the test count is good; also rephrasing
24234              so that there is no ok output containing "not".
24235      Branch: perl
24236            ! t/op/pat.t
24237 ____________________________________________________________________________
24238 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
24239         Log: Andreas is busy :-)
24240      Branch: perl
24241            ! doop.c t/op/unisprintf.t
24242 ____________________________________________________________________________
24243 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
24244         Log: Unicode lookbehind looked bad.
24245      Branch: perl
24246            ! regexec.c t/op/pat.t
24247 ____________________________________________________________________________
24248 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
24249         Log: Garbage collection.
24250      Branch: perl
24251            ! t/run/kill_perl.t
24252 ____________________________________________________________________________
24253 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
24254         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
24255              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24256              Date: Fri, 11 Jan 2002 23:29:48 +0100
24257              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
24258      Branch: perl
24259            ! embed.fnc global.sym makedef.pl
24260 ____________________________________________________________________________
24261 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
24262         Log: Subject: [PATCH] perldelta nit?
24263              From: Robert Spier <rspier@pobox.com>
24264              Date: Fri, 11 Jan 2002 15:19:16 -0800
24265              Message-ID: <15423.29428.164185.251700@rls.cx>
24266      Branch: perl
24267            ! pod/perldelta.pod
24268 ____________________________________________________________________________
24269 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
24270         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
24271              From: Michael G Schwern <schwern@pobox.com>
24272              Date: Fri, 11 Jan 2002 17:08:17 -0500
24273              Message-ID: <20020111220817.GG2838@blackrider>
24274      Branch: perl
24275            ! t/run/kill_perl.t t/test.pl
24276 ____________________________________________________________________________
24277 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
24278         Log: Subject: [PATCH] Correct misleading error message
24279              From: Mike Guy <mjtg@cam.ac.uk>
24280              Date: Fri, 11 Jan 2002 18:36:33 +0000
24281              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
24282              
24283              hash assignment -> anonymous hash
24284      Branch: perl
24285            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
24286 ____________________________________________________________________________
24287 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
24288         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
24289              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24290              Date: Fri, 11 Jan 2002 16:58:14 +0100
24291              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
24292      Branch: perl
24293            ! ext/Unicode/Normalize/mkheader
24294 ____________________________________________________________________________
24295 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
24296         Log: Add a new test for is-sprintf-preserving Unicodeness:
24297              #14194 and an old one from kill_perl.t (I could have used
24298              sprintf.t, but it's format was quite fixed, and I didn't
24299              feel like breaking the format)
24300      Branch: perl
24301            + t/op/unisprintf.t
24302            ! MANIFEST t/run/kill_perl.t
24303 ____________________________________________________________________________
24304 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
24305         Log: Integrate perlio:
24306              
24307              [ 14196]
24308              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
24309              as C runtime seems to get its hands on them even though we said
24310              they were handled.
24311              Still an issue with "die" out of signal handler - get panic: pp_iter
24312      Branch: perl
24313           !> win32/win32.c
24314 ____________________________________________________________________________
24315 [ 14196] By: nick                                  on 2002/01/11  20:58:20
24316         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
24317              as C runtime seems to get its hands on them even though we said
24318              they were handled.
24319              Still an issue with "die" out of signal handler - get panic: pp_iter
24320      Branch: perlio
24321            ! win32/win32.c
24322 ____________________________________________________________________________
24323 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
24324         Log: Integrate perlio:
24325              
24326              [ 14192]
24327              A mostly-stable version of "new" Win32 signal/kill support.
24328      Branch: perl
24329           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
24330           !> win32/config.gc win32/config.vc win32/config_H.bc
24331           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
24332           !> win32/makefile.mk win32/win32.c win32/win32.h
24333 ____________________________________________________________________________
24334 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
24335         Log: Fix for
24336              
24337              Subject: UTF-8 sprintf bug in bleadperl
24338              From: andreas.koenig@anima.de (Andreas J. Koenig)
24339              Date: 11 Jan 2002 15:47:15 +0100
24340              Message-ID: <m3vge99c7g.fsf@anima.de>
24341              
24342              I have tests, have just to figure out where to put them
24343              since op/sprintf looks a bit unfriendly for tests of
24344              somewhat freer form.
24345      Branch: perl
24346            ! doop.c sv.c
24347 ____________________________________________________________________________
24348 [ 14193] By: nick                                  on 2002/01/11  18:25:34
24349         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
24350              Builds and passes a few tests.
24351      Branch: perlio
24352           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
24353           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
24354           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
24355           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
24356           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
24357           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
24358           +> t/lib/sample-tests/lone_not_bug
24359           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
24360           +> t/lib/sample-tests/vms_nit
24361           !> (integrate 63 files)
24362 ____________________________________________________________________________
24363 [ 14192] By: nick                                  on 2002/01/11  17:49:39
24364         Log: A mostly-stable version of "new" Win32 signal/kill support.
24365      Branch: perlio
24366            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
24367            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24368            ! win32/config_h.PL win32/makefile.mk win32/win32.c
24369            ! win32/win32.h
24370 ____________________________________________________________________________
24371 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
24372         Log: Update Changes.
24373      Branch: perl
24374            ! Changes patchlevel.h
24375 ____________________________________________________________________________
24376 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
24377         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
24378              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24379              Date: Thu, 10 Jan 2002 18:21:34 -0800
24380              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
24381      Branch: perl
24382            + ext/B/t/concise.t
24383            ! MANIFEST
24384 ____________________________________________________________________________
24385 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
24386         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
24387              necessary in form.t and html.t @INC setups.
24388      Branch: perl
24389            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
24390 ____________________________________________________________________________
24391 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
24392         Log: Yet another twist.
24393      Branch: perl
24394            ! t/test.pl
24395 ____________________________________________________________________________
24396 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
24397         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
24398              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24399              Date: Fri, 11 Jan 2002 13:04:15 +0100      
24400              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
24401      Branch: perl
24402            ! hints/aix.sh
24403 ____________________________________________________________________________
24404 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
24405         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
24406              From: Jonathan Stowe <gellyfish@gellyfish.com> 
24407              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
24408              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
24409      Branch: perl
24410            ! lib/AnyDBM_File.t
24411 ____________________________________________________________________________
24412 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
24413         Log: Arguments were being mangled.
24414      Branch: perl
24415            ! t/test.pl
24416 ____________________________________________________________________________
24417 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
24418         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
24419              From: Jonathan Stowe <gellyfish@gellyfish.com>
24420              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
24421              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
24422      Branch: perl
24423            ! lib/AnyDBM_File.t
24424 ____________________________________________________________________________
24425 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
24426         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
24427              From: Michael G Schwern <schwern@pobox.com> 
24428              Date: Fri, 11 Jan 2002 04:26:27 -0500
24429              Message-ID: <20020111092626.GA16544@blackrider>
24430      Branch: perl
24431            ! t/run/kill_perl.t t/test.pl
24432 ____________________________________________________________________________
24433 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
24434         Log: Subject: [PATCH] Test::Harness 2.01
24435              From: Michael G Schwern <schwern@pobox.com> 
24436              Date: Thu, 10 Jan 2002 21:11:24 -0500
24437              Message-ID: <20020111021123.GA30666@blackrider>
24438      Branch: perl
24439            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
24440            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
24441            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
24442            + lib/Test/Harness/t/nonumbers.t
24443            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
24444            + t/lib/sample-tests/lone_not_bug
24445            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
24446            + t/lib/sample-tests/vms_nit
24447            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
24448            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
24449 ____________________________________________________________________________
24450 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
24451         Log: patch is silly when creating new files: don't run
24452              patch more than once.
24453      Branch: perl
24454            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
24455 ____________________________________________________________________________
24456 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
24457         Log: Forgot from #14179.
24458      Branch: perl
24459            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
24460 ____________________________________________________________________________
24461 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
24462         Log: Subject: [PATCH] is() undef/'' behavior change
24463              From: Michael G Schwern <schwern@pobox.com> 
24464              Date: Fri, 11 Jan 2002 03:35:51 -0500
24465              Message-ID: <20020111083551.GC30666@blackrider>
24466              
24467              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
24468              From: Michael G Schwern <schwern@pobox.com> 
24469              Date: Fri, 11 Jan 2002 03:37:44 -0500
24470              Message-ID: <20020111083744.GD30666@blackrider>
24471      Branch: perl
24472            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
24473            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
24474            ! lib/Pod/t/InputObjects.t lib/blib.t
24475 ____________________________________________________________________________
24476 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
24477         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
24478              From: Michael G Schwern <schwern@pobox.com> 
24479              Date: Thu, 10 Jan 2002 19:56:23 -0500
24480              Message-ID: <20020111005623.GA13192@blackrider>
24481      Branch: perl
24482            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
24483            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
24484            ! lib/Test/Simple.pm lib/Test/Simple/Changes
24485            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
24486            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
24487            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
24488            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
24489            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
24490            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
24491            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
24492            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
24493            ! lib/Test/Simple/t/plan_is_noplan.t
24494            ! lib/Test/Simple/t/plan_no_plan.t
24495            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
24496            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
24497            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
24498            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
24499            ! lib/Test/Tutorial.pod
24500 ____________________________________________________________________________
24501 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
24502         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
24503              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
24504              
24505              turns out even the malloc() was never really needed to begin with,
24506              so get rid of it
24507      Branch: perl
24508            ! sv.c
24509 ____________________________________________________________________________
24510 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
24511         Log: Small doc tweaks.
24512      Branch: perl
24513            ! pod/perluniintro.pod
24514 ____________________________________________________________________________
24515 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
24516         Log: support using the CRT's malloc() family of functions instead of
24517              the internal one when ithreads is enabled; allocate large blocks
24518              using VirtualAlloc() since the Heap*() functions may only be tuned
24519              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
24520              
24521              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
24522              also see comments at the top of win32/vmem.h for other options that
24523              can be set
24524      Branch: perl
24525            ! win32/vmem.h
24526 ____________________________________________________________________________
24527 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
24528         Log: Subject: micropatch
24529              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24530              Date: Thu, 10 Jan 2002 18:20:58 +0000
24531              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
24532      Branch: perl
24533            ! regcomp.c
24534 ____________________________________________________________________________
24535 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
24536         Log: Subject: [PATCH] Embed.t on Win32
24537              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24538              Date: Thu, 10 Jan 2002 18:56:21 +0100
24539              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
24540      Branch: perl
24541            ! lib/ExtUtils/t/Embed.t
24542 ____________________________________________________________________________
24543 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
24544         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
24545              From: Gisle Aas <gisle@ActiveState.com>
24546              Date: 10 Jan 2002 08:56:05 -0800
24547              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
24548      Branch: perl
24549            ! toke.c
24550 ____________________________________________________________________________
24551 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
24552         Log: Subject: [PATCH] doc fixes
24553              From: "Brendan O'Dea" <bod@debian.org>
24554              Date: Fri, 11 Jan 2002 03:49:54 +1100
24555              Message-ID: <20020110164954.GA21891@compusol.com.au>
24556      Branch: perl
24557            ! lib/I18N/Collate.pm pod/perlfunc.pod
24558 ____________________________________________________________________________
24559 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
24560         Log: Integrate perlio:
24561              
24562              [ 14167]
24563              More signal hackery
24564      Branch: perl
24565           !> win32/win32.c
24566 ____________________________________________________________________________
24567 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
24568         Log: No need to show internal encodings, or return them
24569              in random order.
24570      Branch: perl
24571            ! ext/Encode/Encode.pm
24572 ____________________________________________________________________________
24573 [ 14168] By: nick                                  on 2002/01/10  17:33:31
24574         Log: Integrate mainline
24575      Branch: perlio
24576            - ext/Unicode/Normalize/Normalize.pod
24577           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
24578           !> ext/Unicode/Normalize/Makefile.PL
24579           !> ext/Unicode/Normalize/Normalize.pm
24580           !> ext/Unicode/Normalize/Normalize.xs
24581           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
24582           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
24583           !> t/run/kill_perl.t toke.c
24584 ____________________________________________________________________________
24585 [ 14167] By: nick                                  on 2002/01/10  17:08:35
24586         Log: More signal hackery
24587      Branch: perlio
24588            ! win32/win32.c
24589 ____________________________________________________________________________
24590 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
24591         Log: I think we can claim to be supporting Unicode
24592              "loose matching" now.
24593      Branch: perl
24594            ! pod/perlunicode.pod
24595 ____________________________________________________________________________
24596 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
24597         Log: Subject: doc patch
24598              From: mjd@plover.com
24599              Date: 10 Jan 2002 15:12:27 -0000
24600              Message-ID: <20020110151227.14850.qmail@plover.com>
24601      Branch: perl
24602            ! pod/perlrun.pod
24603 ____________________________________________________________________________
24604 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
24605         Log: Subject: Re: [ID 20011223.001] accept leaks memory
24606              From: Andy Dougherty <doughera@lafayette.edu>
24607              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
24608              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
24609      Branch: perl
24610            ! hints/linux.sh
24611 ____________________________________________________________________________
24612 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
24613         Log: Integrate perlio:
24614              
24615              [ 14160]
24616              Skeleton coding of more kill() support on Win32.
24617      Branch: perl
24618           !> win32/win32.c
24619 ____________________________________________________________________________
24620 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
24621         Log: Subject: [PATCH] Magic numbers in B::Concise
24622              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
24623              Date: Wed, 9 Jan 2002 23:04:01 -0800
24624              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
24625      Branch: perl
24626            ! ext/B/B/Concise.pm ext/B/O.pm
24627 ____________________________________________________________________________
24628 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
24629         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
24630              From: Gisle Aas <gisle@ActiveState.com>
24631              Date: 09 Jan 2002 21:52:40 -0800
24632              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
24633      Branch: perl
24634            ! t/lib/strict/vars toke.c
24635 ____________________________________________________________________________
24636 [ 14160] By: nick                                  on 2002/01/09  21:29:39
24637         Log: Skeleton coding of more kill() support on Win32.
24638      Branch: perlio
24639            ! win32/win32.c
24640 ____________________________________________________________________________
24641 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
24642         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
24643              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24644              Date: Wed, 9 Jan 2002 23:24:32 +0100
24645              Message-ID: <20020109232432.A692@rafael>
24646      Branch: perl
24647            ! ext/B/B/Deparse.pm
24648 ____________________________________________________________________________
24649 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
24650         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
24651              From: Jonathan Stowe <gellyfish@gellyfish.com>
24652              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
24653              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
24654      Branch: perl
24655            ! t/run/kill_perl.t
24656 ____________________________________________________________________________
24657 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
24658         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
24659              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24660              Date: Wed, 09 Jan 2002 20:16:54 +0000
24661              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
24662      Branch: perl
24663            ! regexec.c
24664 ____________________________________________________________________________
24665 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
24666         Log: Subject: [Patch @14129] fixes Unicode::Normalize
24667              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24668              Date: Thu, 10 Jan 2002 01:08:56 +0900
24669              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
24670      Branch: perl
24671            - ext/Unicode/Normalize/Normalize.pod
24672            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
24673            ! ext/Unicode/Normalize/Normalize.pm
24674            ! ext/Unicode/Normalize/Normalize.xs
24675            ! ext/Unicode/Normalize/mkheader
24676 ____________________________________________________________________________
24677 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
24678         Log: Integrate perlio:
24679              
24680              [ 14151]
24681              (Re-)implement alarm() for Win32.
24682      Branch: perl
24683           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
24684           !> win32/win32iop.h
24685 ____________________________________________________________________________
24686 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
24687         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
24688              From: Nicholas Clark <nick@unfortu.net>
24689              Date: Wed, 9 Jan 2002 17:56:04 +0000
24690              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
24691      Branch: perl
24692            ! t/op/readdir.t
24693 ____________________________________________________________________________
24694 [ 14153] By: nick                                  on 2002/01/09  16:18:57
24695         Log: Integrate mainline
24696      Branch: perlio
24697           +> ext/threads/t/stress_re.t t/op/unifold.t
24698            - lib/unifold.t
24699           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
24700           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
24701           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
24702 ____________________________________________________________________________
24703 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
24704         Log: Update Changes.
24705      Branch: perl
24706            ! Changes patchlevel.h
24707 ____________________________________________________________________________
24708 [ 14151] By: nick                                  on 2002/01/09  14:27:36
24709         Log: (Re-)implement alarm() for Win32.
24710      Branch: perlio
24711            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
24712            ! win32/win32iop.h
24713 ____________________________________________________________________________
24714 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
24715         Log: Thinko.
24716      Branch: perl
24717            ! ext/threads/t/stress_re.t
24718 ____________________________________________________________________________
24719 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
24720         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
24721              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
24722              Date: Wed, 09 Jan 2002 13:37:17 +0000                
24723              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
24724      Branch: perl
24725            ! regexec.c t/op/re_tests
24726 ____________________________________________________________________________
24727 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
24728         Log: Subject: Re: Weird Malformed warning in bleadperl    
24729              From: andreas.koenig@anima.de (Andreas J. Koenig)    
24730              Date: 09 Jan 2002 11:12:37 +0100
24731              Message-ID: <m3itabbzoq.fsf@anima.de>
24732      Branch: perl
24733            ! regexec.c t/op/pat.t
24734 ____________________________________________________________________________
24735 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
24736         Log: Forgot stress_re.t from MANIFEST.
24737      Branch: perl
24738            ! MANIFEST
24739 ____________________________________________________________________________
24740 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
24741         Log: In dumping use isPRINT() instead of isprint() so that locale
24742              does not come into play.
24743      Branch: perl
24744            ! utf8.c
24745 ____________________________________________________________________________
24746 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
24747         Log: Add a threads stress test for regular expressions
24748              (mostly just a modified stress_string.t) and doesn't
24749              test that much of regular expressions, just that $1
24750              doesn't get stomped by competing threads (as it does
24751              in the 5005threads of old).
24752      Branch: perl
24753            + ext/threads/t/stress_re.t
24754            ! MANIFEST
24755 ____________________________________________________________________________
24756 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
24757         Log: (retracted by #14307)
24758              Subject: Re: [ID 20010912.007] substr reference core dump
24759              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24760              Date: Tue, 08 Jan 2002 19:17:50 +0000
24761              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
24762      Branch: perl
24763            ! scope.c t/run/kill_perl.t
24764 ____________________________________________________________________________
24765 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
24766         Log: SANY (. with /s) wasn't happy on Unicode.
24767      Branch: perl
24768            ! regexec.c t/op/pat.t
24769 ____________________________________________________________________________
24770 [ 14142] By: ams                                   on 2002/01/08  22:42:10
24771         Log: Subject: [PATCH] perldebug nit
24772              From: Tels <tels@bloodgate.com>
24773              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
24774      Branch: perl
24775            ! pod/perldebug.pod
24776 ____________________________________________________________________________
24777 [ 14141] By: ams                                   on 2002/01/08  21:32:59
24778         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
24779              From: "Green, Paul" <Paul.Green@stratus.com>
24780              Date: Tue, 8 Jan 2002 17:31:35 -0500
24781              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
24782      Branch: perl
24783            ! Makefile.SH
24784 ____________________________________________________________________________
24785 [ 14140] By: ams                                   on 2002/01/08  21:27:57
24786         Log: Subject: [PATCH] Re: Slight chokage from Deparse
24787              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24788              Date: Tue, 8 Jan 2002 23:04:45 +0100
24789              Message-Id: <20020108230445.A4798@rafael>
24790      Branch: perl
24791            ! ext/B/B/Deparse.pm
24792 ____________________________________________________________________________
24793 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
24794         Log: Subject: [patch] peep() is rude
24795              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
24796              Date: Tue, 08 Jan 2002 19:17:50 +0000            
24797              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
24798      Branch: perl
24799            ! op.c t/run/kill_perl.t
24800 ____________________________________________________________________________
24801 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
24802         Log: unifold is really an op test since it requires
24803              no external modules for its actual testing:
24804              only the unicore CaseFold.txt file, and File::Spec
24805              to portably access that file.
24806      Branch: perl
24807            + t/op/unifold.t
24808            - lib/unifold.t
24809            ! MANIFEST
24810 ____________________________________________________________________________
24811 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
24812         Log: Subject: [patch] save a test 
24813              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24814              Date: Tue, 08 Jan 2002 16:18:47 +0000
24815              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
24816      Branch: perl
24817            ! regcomp.c
24818 ____________________________________________________________________________
24819 [ 14136] By: nick                                  on 2002/01/08  16:11:55
24820         Log: Integrate mainline
24821      Branch: perlio
24822           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
24823           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
24824           !> (integrate 37 files)
24825 ____________________________________________________________________________
24826 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
24827         Log: Subject: Not OK 13843 
24828              From: andreas.koenig@anima.de (Andreas J. Koenig)
24829              Date: 08 Jan 2002 14:12:29 +0100
24830              Message-ID: <m38zb9c7gi.fsf@anima.de>
24831      Branch: perl
24832            ! op.c t/op/subst.t
24833 ____________________________________________________________________________
24834 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
24835         Log: Missed one variant of the fold testing, noticed bu Hugo.
24836      Branch: perl
24837            ! lib/unifold.t
24838 ____________________________________________________________________________
24839 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
24840         Log: Enchance the Storable magic description.
24841      Branch: perl
24842            ! ext/Storable/Storable.pm
24843 ____________________________________________________________________________
24844 [ 14132] By: ams                                   on 2002/01/08  09:16:12
24845         Log: Subject: [PATCH] don't installperl pods
24846              From: H.Merijn Brand <h.m.brand@hccnet.nl>
24847              Date: Tue, 08 Jan 2002 10:36:01 +0100
24848              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
24849      Branch: perl
24850            ! installperl
24851 ____________________________________________________________________________
24852 [ 14131] By: ams                                   on 2002/01/08  03:38:40
24853         Log: Subject: Math-BigInt v1.49 released
24854              From: Tels <perl_dummy@bloodgate.com>
24855              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
24856      Branch: perl
24857            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
24858            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
24859            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
24860            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
24861            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
24862            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
24863            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
24864            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
24865            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
24866            ! t/lib/Math/BigInt/Subclass.pm
24867 ____________________________________________________________________________
24868 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
24869         Log: A little better comments.
24870      Branch: perl
24871            ! regexec.c
24872 ____________________________________________________________________________
24873 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
24874         Log: No normalization form DNF.
24875      Branch: perl
24876            ! ext/Unicode/Normalize/Normalize.pm
24877 ____________________________________________________________________________
24878 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
24879         Log: Extension nits found by -Wall (several from threads
24880              and threads::shared, but leaving them to Arthur).
24881      Branch: perl
24882            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
24883            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
24884            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
24885            ! ext/Unicode/Normalize/mkheader x2p/str.c
24886 ____________________________________________________________________________
24887 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
24888         Log: Sync up Changes etc.
24889      Branch: maint-5.6/macperl
24890            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
24891 ____________________________________________________________________________
24892 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
24893         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
24894      Branch: maint-5.6/macperl
24895            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
24896 ____________________________________________________________________________
24897 [ 14125] By: ams                                   on 2002/01/07  22:03:22
24898         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
24899              From: Nicholas Clark (sans From field in mail header)
24900              Date: Mon, 7 Jan 2002 16:18:23 +0000
24901              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
24902      Branch: perl
24903            ! lib/Exporter.pm
24904 ____________________________________________________________________________
24905 [ 14124] By: ams                                   on 2002/01/07  21:46:11
24906         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
24907              From: "Green, Paul" <Paul.Green@stratus.com>
24908              Date: Mon, 7 Jan 2002 16:59:38 -0500
24909              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
24910      Branch: perl
24911            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
24912 ____________________________________________________________________________
24913 [ 14123] By: nick                                  on 2002/01/07  18:49:55
24914         Log: Integrate mainline
24915      Branch: perlio
24916           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
24917           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
24918           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
24919           !> regexec.c t/op/re_tests utf8.c utf8.h
24920 ____________________________________________________________________________
24921 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
24922         Log: Update Changes.
24923      Branch: perl
24924            ! Changes patchlevel.h
24925 ____________________________________________________________________________
24926 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
24927         Log: Subject: [PATCH] Correct module name in perldelta*
24928              From: Mike Guy <mjtg@cam.ac.uk>
24929              Date: Mon, 07 Jan 2002 17:02:43 +0000
24930              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
24931      Branch: perl
24932            ! pod/perl561delta.pod pod/perl56delta.pod
24933 ____________________________________________________________________________
24934 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
24935         Log: AUTHORS update.
24936      Branch: perl
24937            ! AUTHORS
24938 ____________________________________________________________________________
24939 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
24940         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
24941      Branch: perl
24942            ! ext/Storable/Storable.pm
24943 ____________________________________________________________________________
24944 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
24945         Log: perldelta updates.
24946      Branch: perl
24947            ! pod/perldelta.pod
24948 ____________________________________________________________________________
24949 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
24950         Log: Document the flags of pv_uni_display().
24951      Branch: perl
24952            ! pod/perlapi.pod utf8.c
24953 ____________________________________________________________________________
24954 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
24955         Log: Forgot from #14115.
24956      Branch: perl
24957            ! t/op/re_tests
24958 ____________________________________________________________________________
24959 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
24960         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
24961              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
24962              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
24963              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
24964      Branch: perl
24965            ! regcomp.c
24966 ____________________________________________________________________________
24967 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
24968         Log: More regex and utf8 debug dumping.
24969      Branch: perl
24970            ! dump.c regcomp.c regexec.c utf8.c utf8.h
24971 ____________________________________________________________________________
24972 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
24973         Log: Unused variable.
24974      Branch: perl
24975            ! regcomp.c
24976 ____________________________________________________________________________
24977 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
24978         Log: Regen toc.
24979      Branch: perl
24980            ! pod/perltoc.pod
24981 ____________________________________________________________________________
24982 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
24983         Log: capitalize correctly, noticed by David Dyck.
24984      Branch: perl
24985            ! lib/sort.pm
24986 ____________________________________________________________________________
24987 [ 14110] By: nick                                  on 2002/01/06  22:05:19
24988         Log: Integrate mainline - threads mended, DB_File sick?
24989      Branch: perlio
24990           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
24991           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
24992           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
24993           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
24994           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
24995 ____________________________________________________________________________
24996 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
24997         Log: No need to overqualify.
24998      Branch: perl
24999            ! lib/sort.pm
25000 ____________________________________________________________________________
25001 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
25002         Log: PL_debug_pad wasn't initialized to zeroes which broke
25003              ithreads + DEBUGGING.
25004      Branch: perl
25005            ! sv.c
25006 ____________________________________________________________________________
25007 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
25008         Log: Update Changes.
25009      Branch: perl
25010            ! Changes patchlevel.h
25011 ____________________________________________________________________________
25012 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
25013         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
25014              From: Jonathan Stowe <gellyfish@gellyfish.com>
25015              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
25016              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
25017      Branch: perl
25018            ! pp_sys.c
25019 ____________________________________________________________________________
25020 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
25021         Log: DB_File sync from Paul Marquess.
25022      Branch: perl
25023            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25024            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
25025            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
25026 ____________________________________________________________________________
25027 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
25028         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
25029              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
25030              Date: Sun, 6 Jan 2002 11:44:30 +0100
25031              Message-ID: <3C38389E.7831.493570@localhost>
25032      Branch: perl
25033            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
25034            ! utils/perlcc.PL
25035 ____________________________________________________________________________
25036 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
25037         Log: Tests for #14098.
25038      Branch: perl
25039            ! t/op/lc.t
25040 ____________________________________________________________________________
25041 [ 14102] By: nick                                  on 2002/01/06  11:33:55
25042         Log: Integrate mainline (PPPort still multi-building).
25043      Branch: perlio
25044           +> lib/unifold.t
25045           !> (integrate 30 files)
25046 ____________________________________________________________________________
25047 [ 14101] By: ams                                   on 2002/01/06  04:52:50
25048         Log: Subject: [PATCH] Bad prototype detection now an optional warning
25049              From: Sam Tregar <sam@tregar.com>
25050              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
25051              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
25052      Branch: perl
25053            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
25054            ! t/comp/proto.t toke.c
25055 ____________________________________________________________________________
25056 [ 14100] By: ams                                   on 2002/01/06  01:56:59
25057         Log: Subject: [PATCH] Correct several Stratus VOS build issues
25058              From: "Green, Paul" <Paul.Green@stratus.com>
25059              Date: Sat, 5 Jan 2002 21:30:56 -0500
25060              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
25061      Branch: perl
25062            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
25063 ____________________________________________________________________________
25064 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
25065         Log: Further perl.org URL elaboration from Ask.
25066      Branch: perl
25067            ! pod/perlfaq1.pod pod/perlfaq2.pod
25068 ____________________________________________________________________________
25069 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
25070         Log: The same problem with To{Lower,Title,Upper}
25071              as earlier with ToFold.
25072      Branch: perl
25073            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
25074            ! lib/unicore/To/Upper.pl lib/unicore/mktables
25075 ____________________________________________________________________________
25076 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
25077         Log: Retract #14057 for now; the alarm/setitimer timers
25078              seen to be the same in many systems, which leads into
25079              hangups.
25080      Branch: perl
25081            ! ext/Time/HiRes/HiRes.t
25082 ____________________________________________________________________________
25083 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
25084         Log: Finish up (ha!) the Unicode case folding;
25085              enhance regex dumping code.
25086      Branch: perl
25087            + lib/unifold.t
25088            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
25089            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
25090 ____________________________________________________________________________
25091 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
25092         Log: Use the perl.org news gw instead of the perl.com one
25093              (from Ask).
25094      Branch: perl
25095            ! pod/perlfaq1.pod pod/perlfaq2.pod
25096 ____________________________________________________________________________
25097 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
25098         Log: Zero() wasn't documented.
25099      Branch: perl
25100            ! pod/perlclib.pod
25101 ____________________________________________________________________________
25102 [ 14093] By: ams                                   on 2002/01/05  17:58:35
25103         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
25104              From: Nicholas Clark <nick@unfortu.net>
25105              Date: Sat, 5 Jan 2002 18:55:39 +0000
25106              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
25107      Branch: perl
25108            ! lib/Memoize/t/tie_ndbm.t
25109 ____________________________________________________________________________
25110 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
25111         Log: Also UNICOS/mk has deviant socketpair().
25112      Branch: perl
25113            ! ext/Socket/socketpair.t
25114 ____________________________________________________________________________
25115 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
25116         Log: Ooops.  Retract the regex parts of #14090.
25117      Branch: perl
25118            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
25119 ____________________________________________________________________________
25120 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
25121         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
25122              From: Nicholas Clark <nick@unfortu.net> 
25123              Date: Sat, 5 Jan 2002 18:10:13 +0000
25124              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
25125      Branch: perl
25126            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
25127            ! regcomp.h regexec.c
25128 ____________________________________________________________________________
25129 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
25130         Log: Integrate perlio:
25131              
25132              [ 14088]
25133              One missing aTHX_
25134      Branch: perl
25135           !> op.c
25136 ____________________________________________________________________________
25137 [ 14088] By: nick                                  on 2002/01/05  12:35:01
25138         Log: One missing aTHX_
25139      Branch: perlio
25140            ! op.c
25141 ____________________________________________________________________________
25142 [ 14087] By: nick                                  on 2002/01/05  12:00:48
25143         Log: Raw integrate of mainline - op.c looks dodgy.
25144      Branch: perlio
25145           +> lib/Pod/t/Functions.t t/op/winsystem.t
25146            - lib/File/Spec/NW5.pm t/op/system.t
25147           !> (integrate 77 files)
25148 ____________________________________________________________________________
25149 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
25150         Log: integrate changes from maint-5.6/macperl branch
25151      Branch: maint-5.6/perl
25152           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
25153           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
25154 ____________________________________________________________________________
25155 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
25156         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
25157              found by Marc Lehmann.
25158      Branch: perl
25159            ! pp.c
25160 ____________________________________________________________________________
25161 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
25162         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
25163              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25164              Date: Sat, 5 Jan 2002 00:31:12 +0100
25165              Message-ID: <20020105003112.E1850@rafael>              
25166      Branch: perl
25167            ! t/comp/proto.t
25168 ____________________________________________________________________________
25169 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
25170         Log: A bit of "perl.com" cleanup.
25171      Branch: perl
25172            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
25173            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
25174            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
25175            ! pod/perlmodlib.PL pod/perlmodlib.pod
25176 ____________________________________________________________________________
25177 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
25178         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
25179              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25180              Date: Fri, 4 Jan 2002 23:35:19 +0100
25181              Message-ID: <20020104233519.A1850@rafael>
25182      Branch: perl
25183            ! op.c
25184 ____________________________________________________________________________
25185 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
25186         Log: Integrate change #14062 from macperl;
25187              Define setbuf, setvbuf for Mac OS
25188      Branch: perl
25189           !> ext/IO/IO.xs
25190 ____________________________________________________________________________
25191 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
25192         Log: Bump version, update Changes
25193      Branch: maint-5.6/macperl
25194            ! macos/Changes macos/MPVersion.r
25195 ____________________________________________________________________________
25196 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
25197         Log: Add more droplets
25198      Branch: maint-5.6/macperl
25199            + macos/macperl/Droplets/gluedialect.plx
25200            + macos/macperl/Droplets/glueedit.plx
25201            + macos/macperl/Droplets/gluemac.plx
25202            + macos/macperl/Droplets/gluescriptadds.plx
25203            + macos/macperl/Droplets/installme.plx
25204            + macos/macperl/Droplets/show_glue_pods.plx
25205            + macos/macperl/Droplets/tarzipme.plx
25206            + macos/macperl/Droplets/untarzipme.plx
25207 ____________________________________________________________________________
25208 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
25209         Log: Display the native pwd command.
25210      Branch: perl
25211            ! ext/Cwd/t/cwd.t
25212 ____________________________________________________________________________
25213 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
25214         Log: Under Mac OS X /dev/stdout is normally a symlink,
25215              but when running the test it seems to become a socket.
25216              So let's extend our censorship.
25217      Branch: perl
25218            ! t/op/stat.t
25219 ____________________________________________________________________________
25220 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
25221         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
25222      Branch: maint-5.6/macperl
25223            + macos/HandleSocket.cp
25224            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
25225            ! macos/macperl.sym
25226 ____________________________________________________________________________
25227 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
25228         Log: Doc updates
25229      Branch: maint-5.6/macperl
25230            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
25231 ____________________________________________________________________________
25232 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
25233         Log: Update libraries
25234      Branch: maint-5.6/macperl
25235            ! macos/macperl/Makefile.mk
25236 ____________________________________________________________________________
25237 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
25238         Log: Update tests to Mac::StandardFile from StandardFile.pl,
25239              plus other fixes
25240      Branch: maint-5.6/macperl
25241            ! macos/ext/Mac/Menus/t/MenuBar.t
25242            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
25243            ! macos/ext/Mac/Movies/t/PlayMovie.t
25244            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
25245            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
25246            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
25247            ! macos/ext/Mac/Resources/t/Resources.t
25248 ____________________________________________________________________________
25249 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
25250         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
25251      Branch: maint-5.6/macperl
25252            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
25253            ! macos/ext/Mac/Movies/Movies.xs
25254            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
25255            ! macos/ext/Mac/StandardFile/StandardFile.xs
25256            ! macos/ext/Mac/Windows/Windows.xs
25257 ____________________________________________________________________________
25258 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
25259         Log: Updates for Universal Headers 3.4 (forgot one)
25260      Branch: maint-5.6/macperl
25261            ! macos/macperl/MPConsole.cp
25262 ____________________________________________________________________________
25263 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
25264         Log: Updates for Universal Headers 3.4
25265      Branch: maint-5.6/macperl
25266            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
25267            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
25268            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
25269            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
25270            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
25271            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
25272            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
25273            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
25274            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
25275 ____________________________________________________________________________
25276 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
25277         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
25278              from <200112112327.JAA25434@gpo.metropolis.net.au>;
25279              don't crash on quit for 68K (MacPerl Bug #490013)
25280      Branch: maint-5.6/macperl
25281            ! macos/macish.c macos/macperl/MPConsole.cp
25282 ____________________________________________________________________________
25283 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
25284         Log: If we do have socketpair(), make my_socketpair()
25285              just call the real socketpair().  This way we always
25286              have real code behind my_socketpair() and a symbol
25287              corresponding to the my_socketpair in global.sym.
25288      Branch: perl
25289            ! embed.fnc embed.h makedef.pl proto.h util.c
25290 ____________________________________________________________________________
25291 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
25292         Log: Disable sigaction (MacPerl Bug #470321)
25293      Branch: maint-5.6/macperl
25294            ! macos/config.h macos/config.sh
25295 ____________________________________________________________________________
25296 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
25297         Log: Make GUSI resource work (MacPerl Bug #464638)
25298      Branch: maint-5.6/macperl
25299            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
25300            ! macos/macperl/MacPerl.rsrc
25301 ____________________________________________________________________________
25302 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
25303         Log: Make AutoSplit go a little deeper
25304      Branch: maint-5.6/macperl
25305            ! macos/Makefile.mk
25306 ____________________________________________________________________________
25307 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
25308         Log: A few doc updates from bleadperl
25309      Branch: maint-5.6/macperl
25310            ! pod/perlmodinstall.pod pod/perlport.pod
25311 ____________________________________________________________________________
25312 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
25313         Log: Sync up to latest changes from bleadperl
25314      Branch: maint-5.6/macperl
25315            ! lib/File/Find.pm
25316 ____________________________________________________________________________
25317 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
25318         Log: Define setbuf, setvbuf for Mac OS
25319      Branch: maint-5.6/macperl
25320            ! ext/IO/IO.xs
25321 ____________________________________________________________________________
25322 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
25323         Log: Delete by request of Mark-Jason Dominus (change #13676)
25324      Branch: maint-5.6/macperl
25325            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
25326 ____________________________________________________________________________
25327 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
25328         Log: Spread the good word of "env".
25329      Branch: perl
25330            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
25331 ____________________________________________________________________________
25332 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
25333         Log: Till the system tests do something non-Win*, better rename
25334              the test so that people on other platforms don't get confused.
25335              (Not win32system, because assumedly there's win64, too.)
25336      Branch: perl
25337            + t/op/winsystem.t
25338            - t/op/system.t
25339            ! MANIFEST
25340 ____________________________________________________________________________
25341 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
25342         Log: Some tweaks.
25343      Branch: perl
25344            ! lib/Pod/t/Functions.t
25345 ____________________________________________________________________________
25346 [ 14057] By: ams                                   on 2002/01/04  17:40:31
25347         Log: (retracted by #14057)
25348              
25349              Subject: [PATCH] Time/HiRes/HiRes.t
25350              From: Nicholas Clark <nick@unfortu.net>
25351              Date: Fri, 4 Jan 2002 17:28:46 +0000
25352              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
25353      Branch: perl
25354            ! ext/Time/HiRes/HiRes.t
25355 ____________________________________________________________________________
25356 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
25357         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
25358              From: Abe Timmerman <abe@ztreet.demon.nl>
25359              Date: Fri, 04 Jan 2002 18:42:33 +0100
25360              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
25361      Branch: perl
25362            + lib/Pod/t/Functions.t
25363            ! MANIFEST lib/Pod/Functions.pm
25364 ____________________________________________________________________________
25365 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
25366         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
25367              From: "Craig A. Berry" <craigberry@mac.com>
25368              Date: Thu, 3 Jan 2002 17:32:20 -0600
25369              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
25370      Branch: perl
25371            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
25372 ____________________________________________________________________________
25373 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
25374         Log: Document the U+0085, U+2028, and U+2029.
25375      Branch: perl
25376            ! pod/perlre.pod pod/perlretut.pod
25377 ____________________________________________________________________________
25378 [ 14053] By: ams                                   on 2002/01/04  03:27:44
25379         Log: Subject: [PATCH] warn if not CORE::dump
25380              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25381              Date: Thu, 3 Jan 2002 22:04:00 +0100
25382              Message-Id: <20020103220400.A13958@rafael>
25383      Branch: perl
25384            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
25385 ____________________________________________________________________________
25386 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
25387         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
25388      Branch: perl
25389            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
25390 ____________________________________________________________________________
25391 [ 14051] By: ams                                   on 2002/01/04  03:00:12
25392         Log: Subject: [PATCH] File::Compare::VERSION
25393              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25394              Date: Thu, 3 Jan 2002 23:42:52 +0100
25395              Message-Id: <20020103234252.G13958@rafael>
25396      Branch: perl
25397            ! lib/File/Compare.pm
25398 ____________________________________________________________________________
25399 [ 14050] By: ams                                   on 2002/01/04  02:58:05
25400         Log: Subject: [PATCH @14042] threads::shared doc
25401              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
25402              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
25403              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
25404      Branch: perl
25405            ! ext/threads/shared/shared.pm
25406 ____________________________________________________________________________
25407 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
25408         Log: #14048 exposed few false positives, to be fixed soonish.
25409      Branch: perl
25410            ! t/op/pat.t
25411 ____________________________________________________________________________
25412 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
25413         Log: Do not add the first characters of multicharacter foldings
25414              into character classes.
25415      Branch: perl
25416            ! regcomp.c
25417 ____________________________________________________________________________
25418 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
25419         Log: A bit of testing for #14046.
25420      Branch: perl
25421            ! t/op/pat.t
25422 ____________________________________________________________________________
25423 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
25424         Log: Allow emitting the foldcased version of "\x{df}", "ss"
25425              (among others, another example would be \x{fb00} -> "ff")
25426      Branch: perl
25427            ! regcomp.c
25428 ____________________________________________________________________________
25429 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
25430         Log: Subject: [PATCH] File::Spec & NetWare
25431              From: Dave Rolsky <autarch@urth.org>
25432              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
25433              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
25434      Branch: perl
25435            - lib/File/Spec/NW5.pm
25436            ! MANIFEST lib/File/Spec.pm
25437 ____________________________________________________________________________
25438 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
25439         Log: FAQ sync (RCS Ids only?)
25440      Branch: perl
25441            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
25442 ____________________________________________________________________________
25443 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
25444         Log: AUTHORs updates.
25445      Branch: perl
25446            ! AUTHORS
25447 ____________________________________________________________________________
25448 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
25449         Log: Update Changes.
25450      Branch: perl
25451            ! Changes patchlevel.h
25452 ____________________________________________________________________________
25453 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
25454         Log: Missed the =head1 additions.
25455      Branch: perl
25456            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
25457            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
25458            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
25459            ! util.c
25460 ____________________________________________________________________________
25461 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
25462         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
25463              From: Robin Barker <rmb1@cise.npl.co.uk>
25464              Date: Thu, 3 Jan 2002 15:26:20 GMT
25465              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
25466      Branch: perl
25467            ! lib/Carp.t lib/Carp/Heavy.pm
25468 ____________________________________________________________________________
25469 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
25470         Log: Subject: [PATCH hv.c] 
25471              From: Robin Barker <rmb1@cise.npl.co.uk>
25472              Date: Thu, 3 Jan 2002 14:49:06 GMT
25473              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
25474              
25475              -Wformat check.
25476      Branch: perl
25477            ! hv.c
25478 ____________________________________________________________________________
25479 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
25480         Log: NetWare tweaks from Ananth Kesari.
25481      Branch: perl
25482            ! NetWare/t/NWScripts.pl lib/File/Find.pm
25483 ____________________________________________________________________________
25484 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
25485         Log: Cast.
25486      Branch: perl
25487            ! regexec.c
25488 ____________________________________________________________________________
25489 [ 14036] By: ams                                   on 2002/01/03  12:12:31
25490         Log: Grammar fix suggested by Gwyn Judd.
25491      Branch: perl
25492            ! pod/perldiag.pod
25493 ____________________________________________________________________________
25494 [ 14035] By: nick                                  on 2002/01/03  09:22:42
25495         Log: More strange perlio != mainline differences where
25496              I have not been.
25497      Branch: perlio
25498           !> hints/unicos.sh hints/unicosmk.sh
25499 ____________________________________________________________________________
25500 [ 14034] By: nick                                  on 2002/01/03  09:19:37
25501         Log: Integrate mainline (including force integrate of
25502              lib/charnames.pm which had got out-of-step)
25503      Branch: perlio
25504           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
25505 ____________________________________________________________________________
25506 [ 14033] By: ams                                   on 2002/01/03  08:24:24
25507         Log: Subject: Not ok 14031: PPPort Makefile.PL
25508              From: andreas.koenig@anima.de (Andreas J. Koenig)
25509              Date: 03 Jan 2002 10:17:46 +0100
25510              Message-Id: <m3sn9n94jp.fsf@anima.de>
25511      Branch: perl
25512            ! ext/Devel/PPPort/Makefile.PL
25513 ____________________________________________________________________________
25514 [ 14032] By: nick                                  on 2002/01/03  08:24:00
25515         Log: Integrate mainline.
25516      Branch: perlio
25517           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
25518           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
25519           !> (integrate 31 files)
25520 ____________________________________________________________________________
25521 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
25522         Log: Off-by-one is my middle name.
25523      Branch: perl
25524            ! regexec.c
25525 ____________________________________________________________________________
25526 [ 14030] By: ams                                   on 2002/01/02  23:56:37
25527         Log: Subject: [PATCH @14015] threads::shared disabling
25528              From: Andy Bussey <andybussey@yahoo.co.uk>
25529              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
25530              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
25531      Branch: perl
25532            + ext/threads/shared/t/no_share.t
25533            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
25534 ____________________________________________________________________________
25535 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
25536         Log: Simon's new perlapi scheme, I hope I got all the pieces.
25537      Branch: perl
25538            + autodoc.pl embed.fnc
25539            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
25540 ____________________________________________________________________________
25541 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
25542         Log: Integrate perlio:
25543              
25544              [ 14022]
25545              More PPPort Makefile source dependence removal
25546      Branch: perl
25547           !> ext/Devel/PPPort/Makefile.PL perl.h
25548 ____________________________________________________________________________
25549 [ 14027] By: ams                                   on 2002/01/02  21:42:50
25550         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
25551              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25552              Date: Wed, 2 Jan 2002 23:09:13 +0100
25553              Message-Id: <20020102230913.A17373@rafael>
25554      Branch: perl
25555            ! pod/perldiag.pod
25556 ____________________________________________________________________________
25557 [ 14026] By: ams                                   on 2002/01/02  21:38:34
25558         Log: Subject: Re: PATCH: lib/Term/Cap.pm
25559              From: Jonathan Stowe <gellyfish@gellyfish.com>
25560              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
25561              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
25562      Branch: perl
25563            ! lib/Term/Cap.pm
25564 ____________________________________________________________________________
25565 [ 14025] By: ams                                   on 2002/01/02  18:34:26
25566         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
25567              From: Sam Tregar <sam@tregar.com>
25568              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
25569              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
25570      Branch: perl
25571            ! pod/perldiag.pod t/comp/proto.t toke.c
25572 ____________________________________________________________________________
25573 [ 14024] By: ams                                   on 2002/01/02  18:16:12
25574         Log: Subject: PATCH: lib/Term/Cap.pm
25575              From: Norton Allen <allen@huarp.harvard.edu>
25576              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
25577              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
25578      Branch: perl
25579            ! lib/Term/Cap.pm
25580 ____________________________________________________________________________
25581 [ 14023] By: ams                                   on 2002/01/02  18:12:31
25582         Log: Subject: PATCH: lib/Cwd.pm for QNX4
25583              From: Norton Allen <allen@huarp.harvard.edu>
25584              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
25585              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
25586      Branch: perl
25587            ! lib/Cwd.pm
25588 ____________________________________________________________________________
25589 [ 14022] By: nick                                  on 2002/01/02  18:01:21
25590         Log: More PPPort Makefile source dependence removal
25591      Branch: perlio
25592            ! ext/Devel/PPPort/Makefile.PL
25593 ____________________________________________________________________________
25594 [ 14021] By: nick                                  on 2002/01/02  17:44:36
25595         Log: Sort out muddle of editing on three machines ...
25596      Branch: perlio
25597           !> Changes MANIFEST cygwin/Makefile.SHs
25598           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
25599           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
25600           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
25601 ____________________________________________________________________________
25602 [ 14020] By: ams                                   on 2002/01/02  17:06:27
25603         Log: Fix misplaced application of #14016.
25604      Branch: perl
25605            ! op.c
25606 ____________________________________________________________________________
25607 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
25608         Log: Integrate perlio:
25609              
25610              [ 14017]
25611              Avoid un-init perl_debug_pad in clones
25612      Branch: perl
25613           !> sv.c
25614 ____________________________________________________________________________
25615 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
25616         Log: makedepend VOS fix from Paul Green.
25617      Branch: perl
25618            ! makedepend.SH
25619 ____________________________________________________________________________
25620 [ 14017] By: nick                                  on 2002/01/02  16:09:43
25621         Log: Avoid un-init perl_debug_pad in clones
25622      Branch: perlio
25623            ! sv.c
25624 ____________________________________________________________________________
25625 [ 14016] By: ams                                   on 2002/01/02  15:58:11
25626         Log: Subject: [PATCH] random crash in B::LISTOP::last
25627              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25628              Date: Wed, 2 Jan 2002 17:37:28 +0100
25629              Message-Id: <3C334558.3906.19CB98D@localhost>
25630      Branch: perl
25631            ! op.c
25632 ____________________________________________________________________________
25633 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
25634         Log: Update Changes.
25635      Branch: perl
25636            ! Changes patchlevel.h
25637 ____________________________________________________________________________
25638 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
25639         Log: One more iteration of the ibcmp_utf8() interface,
25640              hopefully this is a convergent iteration...
25641      Branch: perl
25642            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
25643 ____________________________________________________________________________
25644 [ 14013] By: ams                                   on 2002/01/02  13:43:58
25645         Log: Upgrade to podlators-1.19.
25646      Branch: perl
25647            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
25648            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
25649            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
25650            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
25651            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
25652 ____________________________________________________________________________
25653 [ 14012] By: ams                                   on 2002/01/02  09:48:51
25654         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
25655              From: martyn@inpharmatica.co.uk
25656              Date: Wed, 19 Dec 2001 19:05:00 +0000
25657              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
25658      Branch: perl
25659            ! lib/Pod/Usage.pm
25660 ____________________________________________________________________________
25661 [ 14011] By: nick                                  on 2002/01/02  08:38:18
25662         Log: Integrate mainline
25663      Branch: perlio
25664           !> (integrate 28 files)
25665 ____________________________________________________________________________
25666 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
25667         Log: Make ibcmp_utf8() optionally progress in either string for
25668              as long as it takes and optionally record how far it got.
25669      Branch: perl
25670            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
25671 ____________________________________________________________________________
25672 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
25673         Log: Once more try to get the PPPort Makefile right.
25674      Branch: perl
25675            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
25676 ____________________________________________________________________________
25677 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
25678         Log: -Wall silencing.
25679      Branch: perl
25680            ! utf8.c
25681 ____________________________________________________________________________
25682 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
25683         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
25684              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25685              Date: Tue, 1 Jan 2002 22:45:21 +0100       
25686              Message-ID: <20020101224521.A691@rafael>
25687      Branch: perl
25688            ! ext/B/B/Deparse.pm
25689 ____________________________________________________________________________
25690 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
25691         Log: VOS tweak from Paul Green: VOS has different O_BINARY
25692              and O_TEXT, but VOS always uses LF, never CRLF.
25693      Branch: perl
25694            ! perl.h
25695 ____________________________________________________________________________
25696 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
25697         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
25698      Branch: perl
25699            ! regexec.c utf8.c
25700 ____________________________________________________________________________
25701 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
25702         Log: Now that to_utf8_fold() was fixed.
25703      Branch: perl
25704            ! regcomp.c regexec.c
25705 ____________________________________________________________________________
25706 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
25707         Log: Integrate perlio:
25708              
25709              [ 13991]
25710              Experimental binmode() re-coding (UNIX okay - but it would be...)
25711      Branch: perl
25712           !> perlio.c
25713 ____________________________________________________________________________
25714 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
25715         Log: Document the to_utf8_*() functions.
25716      Branch: perl
25717            ! embed.pl pod/perlapi.pod utf8.c
25718 ____________________________________________________________________________
25719 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
25720         Log: Better support for multicharacter foldings.
25721              Now all but two of the CaseFold.txt cases work-- but
25722              only when the target string is single-character, more
25723              debugging needed.
25724      Branch: perl
25725            ! regexec.c
25726 ____________________________________________________________________________
25727 [ 14000] By: ams                                   on 2002/01/01  15:59:43
25728         Log: Subject: [PATCH] don't installperl pods
25729              From: Nicholas Clark <nick@unfortu.net>
25730              Date: Tue, 1 Jan 2002 16:44:12 +0000
25731              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
25732      Branch: perl
25733            ! installperl
25734 ____________________________________________________________________________
25735 [ 13999] By: ams                                   on 2002/01/01  14:34:04
25736         Log: Subject: [PATCH] perldiag.pod transposition
25737              From: Nicholas Clark <nick@unfortu.net>
25738              Date: Tue, 1 Jan 2002 15:03:52 +0000
25739              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
25740      Branch: perl
25741            ! pod/perldiag.pod
25742 ____________________________________________________________________________
25743 [ 13998] By: ams                                   on 2002/01/01  13:36:49
25744         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
25745              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25746              Date: Tue, 1 Jan 2002 15:12:36 +0100
25747              Message-Id: <20020101151236.A951@rafael>
25748      Branch: perl
25749            ! pod/perldiag.pod
25750 ____________________________________________________________________________
25751 [ 13997] By: ams                                   on 2002/01/01  13:33:06
25752         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
25753              From: Nicholas Clark <nick@unfortu.net>
25754              Date: Tue, 1 Jan 2002 13:13:17 +0000
25755              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
25756      Branch: perl
25757            ! ext/Socket/socketpair.t
25758 ____________________________________________________________________________
25759 [ 13996] By: ams                                   on 2002/01/01  04:44:28
25760         Log: Subject: [PATCH @13746] Leaner exporter
25761              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25762              Date: Mon, 31 Dec 2001 18:16:08 -0500
25763              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
25764      Branch: perl
25765            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
25766 ____________________________________________________________________________
25767 [ 13995] By: ams                                   on 2002/01/01  04:29:44
25768         Log: Subject: [PATCH @13746] h2xs broken
25769              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25770              Date: Mon, 31 Dec 2001 17:48:55 -0500
25771              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
25772      Branch: perl
25773            ! utils/h2xs.PL
25774 ____________________________________________________________________________
25775 [ 13994] By: ams                                   on 2002/01/01  04:25:46
25776         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
25777              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25778              Date: Mon, 31 Dec 2001 17:42:25 -0500
25779              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
25780      Branch: perl
25781            ! lib/ExtUtils/MM_Unix.pm
25782 ____________________________________________________________________________
25783 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
25784         Log: Rename the variables to be a bit more consistent.
25785      Branch: perl
25786            ! utf8.c
25787 ____________________________________________________________________________
25788 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
25789         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
25790              (found by Jeffrey Friedl)
25791      Branch: perl
25792            ! regexec.c t/op/pat.t utf8.c
25793 ____________________________________________________________________________
25794 [ 13991] By: nick                                  on 2001/12/31  18:08:55
25795         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
25796      Branch: perlio
25797            ! perlio.c
25798 ____________________________________________________________________________
25799 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
25800         Log: Update Changes.
25801      Branch: perl
25802            ! Changes patchlevel.h
25803 ____________________________________________________________________________
25804 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
25805         Log: Less unused ones.
25806      Branch: perl
25807            ! regexec.c
25808 ____________________________________________________________________________
25809 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
25810         Log: Unused variable.
25811      Branch: perl
25812            ! regcomp.c
25813 ____________________________________________________________________________
25814 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
25815         Log: Forgotten file.
25816      Branch: perl
25817            ! MANIFEST
25818 ____________________________________________________________________________
25819 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
25820         Log: Subject: Re: Cygwin: one down one to go 
25821              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25822              Date: Mon, 31 Dec 2001 18:34:36 +0100
25823              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
25824      Branch: perl
25825            ! cygwin/Makefile.SHs
25826 ____________________________________________________________________________
25827 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
25828         Log: Add some comments to the recent Unicode case-folding saga.
25829      Branch: perl
25830            ! regcomp.c regexec.c
25831 ____________________________________________________________________________
25832 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
25833         Log: Slight comment tweakage.
25834      Branch: perl
25835            ! ext/I18N/Langinfo/Langinfo.t
25836 ____________________________________________________________________________
25837 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
25838         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
25839      Branch: perl
25840            ! perl.h
25841 ____________________________________________________________________________
25842 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
25843         Log: Subject: [ PATCH] Cygwin: one down one to go
25844              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25845              Date: Mon, 31 Dec 2001 17:03:40 +0100
25846              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
25847      Branch: perl
25848            ! lib/Pod/t/basic.t
25849 ____________________________________________________________________________
25850 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
25851         Log: Tweak the dependencies not to recompile everytime,
25852              as suggested by NI-S.
25853      Branch: perl
25854            ! ext/Devel/PPPort/Makefile.PL
25855 ____________________________________________________________________________
25856 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
25857         Log: Planning still not right.
25858      Branch: perl
25859            ! lib/User/grent.t
25860 ____________________________________________________________________________
25861 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
25862         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
25863              From: Michael G Schwern <schwern@pobox.com>
25864              Date: Sun, 30 Dec 2001 18:07:55 -0500
25865              Message-ID: <20011230230755.GG12840@blackrider>
25866              
25867              (lib/User/grent, really)
25868      Branch: perl
25869            ! lib/User/grent.t
25870 ____________________________________________________________________________
25871 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
25872         Log: Integrate perlio:
25873              
25874              [ 13975]
25875              perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
25876              if PerlIONext is NULL.
25877      Branch: perl
25878           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
25879 ____________________________________________________________________________
25880 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
25881         Log: Subject: typo in IO::Socket::INET.pm
25882              From: mjd@plover.com
25883              Date: 31 Dec 2001 14:31:10 -0000
25884              Message-ID: <20011231143110.4989.qmail@plover.com>
25885      Branch: perl
25886            ! ext/IO/lib/IO/Socket/INET.pm
25887 ____________________________________________________________________________
25888 [ 13976] By: nick                                  on 2001/12/31  13:56:11
25889         Log: Integrate mainline
25890      Branch: perlio
25891           !> (integrate 29 files)
25892 ____________________________________________________________________________
25893 [ 13975] By: nick                                  on 2001/12/31  12:40:50
25894         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
25895              if PerlIONext is NULL.
25896      Branch: perlio
25897            ! perlio.c perliol.h
25898 ____________________________________________________________________________
25899 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
25900         Log: Subject: Re: [PATCH] Basic bad prototype detection
25901              From: Sam Tregar <sam@tregar.com>
25902              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
25903              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
25904      Branch: perl
25905            ! t/comp/proto.t toke.c
25906 ____________________________________________________________________________
25907 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
25908         Log: Subject: [PATCH] configure.com / scriptdirexp
25909              From: "Craig A. Berry" <craigberry@mac.com>
25910              Date: Sun, 30 Dec 2001 15:47:28 -0600
25911              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
25912      Branch: perl
25913            ! configure.com
25914 ____________________________________________________________________________
25915 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
25916         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
25917              From: Abe Timmerman <abe@ztreet.demon.nl>
25918              Date: Mon, 31 Dec 2001 03:55:27 +0100
25919              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
25920      Branch: perl
25921            ! lib/ExtUtils/t/MM_Win32.t
25922 ____________________________________________________________________________
25923 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
25924         Log: Subject: [PATCH] Basic bad prototype detection
25925              From: Sam Tregar <sam@tregar.com> 
25926              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
25927              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
25928      Branch: perl
25929            ! pod/perldiag.pod t/comp/proto.t toke.c
25930 ____________________________________________________________________________
25931 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
25932         Log: Makefiles are sloppy about the exe suffix
25933              (from Paul Green)
25934      Branch: perl
25935            ! Makefile.SH x2p/Makefile.SH
25936 ____________________________________________________________________________
25937 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
25938         Log: Delay folding until necessary; start of handling
25939              folding into several characters.
25940      Branch: perl
25941            ! regcomp.c regexec.c
25942 ____________________________________________________________________________
25943 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
25944         Log: gcc -Wall dewhine.
25945      Branch: perl
25946            ! regexec.c
25947 ____________________________________________________________________________
25948 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
25949         Log: More Unicode folding tweaks, avoid potential false matches.
25950      Branch: perl
25951            ! regexec.c
25952 ____________________________________________________________________________
25953 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
25954         Log: Make that six wrongs.
25955      Branch: perl
25956            ! regexec.c utf8.c
25957 ____________________________________________________________________________
25958 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
25959         Log: Four wrongs can make a right.
25960      Branch: perl
25961            ! regexec.c utf8.c
25962 ____________________________________________________________________________
25963 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
25964         Log: Fix all the I case foldings as per CaseFold.txt.
25965      Branch: perl
25966            ! regcomp.c regexec.c
25967 ____________________________________________________________________________
25968 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
25969         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
25970      Branch: perl
25971            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
25972            ! regexec.c utf8.c
25973 ____________________________________________________________________________
25974 [ 13962] By: nick                                  on 2001/12/30  18:33:41
25975         Log: Integrate 8.3 fix for PPPort fix
25976      Branch: perlio
25977           +> ext/Devel/PPPort/ppport_h.PL
25978            - ext/Devel/PPPort/ppport.h.PL
25979            ! ext/Devel/PPPort/MANIFEST
25980           !> ext/Devel/PPPort/Makefile.PL
25981 ____________________________________________________________________________
25982 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
25983         Log: Integrate perlio:
25984              
25985              [ 13959]
25986              Win32 stuff:
25987              A. Use Perl_my_socketpair()
25988              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
25989              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
25990              take special measures to set it during pseudo-fork.
25991      Branch: perl
25992           !> util.c win32/perlhost.h
25993 ____________________________________________________________________________
25994 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
25995         Log: Fix ppport.h for Unix.
25996      Branch: perl
25997            + ext/Devel/PPPort/ppport_h.PL
25998            - ext/Devel/PPPort/ppport.h.PL
25999            ! MANIFEST ext/Devel/PPPort/Makefile.PL
26000 ____________________________________________________________________________
26001 [ 13959] By: nick                                  on 2001/12/30  16:53:42
26002         Log: Win32 stuff:
26003              A. Use Perl_my_socketpair()
26004              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
26005              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
26006              take special measures to set it during pseudo-fork.
26007      Branch: perlio
26008            ! util.c win32/perlhost.h
26009 ____________________________________________________________________________
26010 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
26011         Log: Integrate perlio:
26012              
26013              [ 13950]
26014              Win32 hides some errno-oid constants in <winsock.h> under assumed names.
26015              This gets them into Errno.pm - yet to prove they end up in $!.
26016              
26017              [ 13948]
26018              remove embed.pl duplicates
26019              
26020              [ 13944]
26021              "Port" Devel::PPPort to Win32:
26022              - need to set @INC before use in the test
26023              - {} are special to dmake, so use ppport.h.PL
26024              rather than commandline 
26025      Branch: perl
26026           +> ext/Devel/PPPort/ppport.h.PL
26027           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
26028           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
26029           !> proto.h
26030 ____________________________________________________________________________
26031 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
26032         Log: metaconfig unit change for #13956.
26033      Branch: metaconfig
26034            ! U/modified/spitshell.U
26035 ____________________________________________________________________________
26036 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
26037         Log: Must look for cat also in $PATH (noticed by Philip Newton).
26038      Branch: perl
26039            ! Configure
26040 ____________________________________________________________________________
26041 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
26042         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
26043              From: Blair Zajac <blair@orcaware.com>
26044              Date: Sat, 29 Dec 2001 22:37:03 -0800
26045              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
26046      Branch: perl
26047            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
26048 ____________________________________________________________________________
26049 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
26050         Log: Regen files.
26051      Branch: perl
26052            ! embed.h global.sym pod/perlapi.pod uconfig.h
26053 ____________________________________________________________________________
26054 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
26055         Log: Subject: [PATCH] -t without -w 
26056              From: Michael G Schwern <schwern@pobox.com>
26057              Date: Sat, 29 Dec 2001 23:46:25 -0500
26058              Message-ID: <20011230044625.GA14386@blackrider>
26059      Branch: perl
26060            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
26061            ! warnings.pl
26062 ____________________________________________________________________________
26063 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
26064         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
26065              From: Dave Rolsky <autarch@urth.org>               
26066              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
26067              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
26068              
26069              $^O is NetWare, not Netware.
26070      Branch: perl
26071            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
26072 ____________________________________________________________________________
26073 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
26074         Log: Sarathy thinks undoing C++ comments from C++ files
26075              is a bit too zealous.
26076      Branch: perl
26077            ! win32/perlhost.h win32/vmem.h
26078 ____________________________________________________________________________
26079 [ 13950] By: nick                                  on 2001/12/30  14:30:02
26080         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
26081              This gets them into Errno.pm - yet to prove they end up in $!.
26082      Branch: perlio
26083            ! ext/Errno/Errno_pm.PL
26084 ____________________________________________________________________________
26085 [ 13949] By: nick                                  on 2001/12/30  12:02:21
26086         Log: Integrate Cwd muddle
26087      Branch: perlio
26088           !> MANIFEST installperl lib/Cwd.pm
26089 ____________________________________________________________________________
26090 [ 13948] By: nick                                  on 2001/12/30  11:51:40
26091         Log: remove embed.pl duplicates
26092      Branch: perlio
26093            ! embed.h embed.pl global.sym proto.h
26094 ____________________________________________________________________________
26095 [ 13947] By: nick                                  on 2001/12/30  11:35:51
26096         Log: More Cwd tidy up
26097      Branch: perl
26098            ! MANIFEST installperl
26099 ____________________________________________________________________________
26100 [ 13946] By: nick                                  on 2001/12/30  11:12:42
26101         Log: Undo a mess trying Cwd.pm in its ext directory
26102      Branch: perl
26103            + lib/Cwd.pm
26104            - ext/Cwd/Cwd.pm
26105 ____________________________________________________________________________
26106 [ 13945] By: nick                                  on 2001/12/30  10:03:43
26107         Log: Integrate mainline
26108      Branch: perl
26109           +> ext/Cwd/Cwd.pm
26110            - lib/Cwd.pm
26111            ! MANIFEST
26112      Branch: perlio
26113           !> (integrate 45 files)
26114 ____________________________________________________________________________
26115 [ 13944] By: nick                                  on 2001/12/30  09:27:16
26116         Log: "Port" Devel::PPPort to Win32:
26117              - need to set @INC before use in the test
26118              - {} are special to dmake, so use ppport.h.PL
26119              rather than commandline 
26120      Branch: perlio
26121            + ext/Devel/PPPort/ppport.h.PL
26122            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
26123 ____________________________________________________________________________
26124 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
26125         Log: Update Changes.
26126      Branch: perl
26127            ! Changes patchlevel.h
26128 ____________________________________________________________________________
26129 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
26130         Log: Subject: [PATCH] cleaner close on tests, take 2
26131              From: andreas.koenig@anima.de (Andreas J. Koenig)
26132              Date: 29 Dec 2001 21:42:37 +0100
26133              Message-ID: <m33d1tvjuq.fsf@anima.de>
26134              
26135              (the DB_File patches)
26136      Branch: perl
26137            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
26138            ! ext/DB_File/t/db-recno.t
26139 ____________________________________________________________________________
26140 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
26141         Log: Integrate perlio:
26142              
26143              [ 13936]
26144              Routine regen_config_h - no real differences other than order of crypt 
26145      Branch: perl
26146           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26147 ____________________________________________________________________________
26148 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
26149         Log: Subject: [PATCH] cleaner close on tests, take 2             
26150              From: andreas.koenig@anima.de (Andreas J. Koenig)
26151              Date: 29 Dec 2001 21:42:37 +0100
26152              Message-ID: <m33d1tvjuq.fsf@anima.de>
26153              
26154              (except for the three DB_File patch fragments)
26155      Branch: perl
26156            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
26157            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
26158            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
26159            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
26160            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
26161            ! t/op/runlevel.t t/op/write.t t/run/switches.t
26162 ____________________________________________________________________________
26163 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
26164         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
26165              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26166              Date: Sat, 29 Dec 2001 20:38:59 +0100
26167              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
26168              
26169              (NetWare tree not touched because it's very //)
26170      Branch: perl
26171            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
26172            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
26173            ! wince/include/errno.h wince/include/netdb.h
26174            ! wince/include/sys/socket.h wince/include/sys/stat.h
26175            ! wince/perllib.c wince/perlmain.c wince/win32.h
26176            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
26177            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
26178 ____________________________________________________________________________
26179 [ 13938] By: nick                                  on 2001/12/29  19:23:32
26180         Log: Integrate mainline (ok linux)
26181      Branch: perlio
26182           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
26183           !> (integrate 33 files)
26184 ____________________________________________________________________________
26185 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
26186         Log: Give up on serious testing of langinfo().  Leave the old
26187              code in place, though.
26188      Branch: perl
26189            ! ext/I18N/Langinfo/Langinfo.t
26190 ____________________________________________________________________________
26191 [ 13936] By: nick                                  on 2001/12/29  18:20:33
26192         Log: Routine regen_config_h - no real differences other than order of crypt 
26193      Branch: perlio
26194            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26195 ____________________________________________________________________________
26196 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
26197         Log: Integrate perlio:
26198              
26199              [ 13934]
26200              Fudge Config.pm so File::Spec does not croak.
26201              
26202              [ 13931]
26203              Define the two socket error numbers in terms of WSAEXXXXX equivalents
26204              (just to get util.c to compile)
26205      Branch: perl
26206           !> win32/FindExt.pm win32/win32.h
26207 ____________________________________________________________________________
26208 [ 13934] By: nick                                  on 2001/12/29  17:27:50
26209         Log: Fudge Config.pm so File::Spec does not croak.
26210      Branch: perlio
26211            ! win32/FindExt.pm
26212 ____________________________________________________________________________
26213 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
26214         Log: metaconfig unit changes for #13932.
26215      Branch: metaconfig
26216            + U/modified/Init.U
26217            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
26218 ____________________________________________________________________________
26219 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
26220         Log: VOS tweaks from Paul Green.
26221              
26222              The Configure tweaks: the _exe needs to be
26223              set after the init; VOS has fd 3 hardwired to /dev/tty;
26224              the grep/ln/make substitutions really need to stick.
26225      Branch: perl
26226            ! Configure hints/vos.sh perl.h util.c vos/build.cm
26227            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26228            ! vos/config.ga.h vos/vosish.h
26229 ____________________________________________________________________________
26230 [ 13931] By: nick                                  on 2001/12/29  17:00:38
26231         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
26232              (just to get util.c to compile)
26233      Branch: perlio
26234            ! win32/win32.h
26235 ____________________________________________________________________________
26236 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
26237         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
26238              From: coral@eekeek.org
26239              Date: Fri, 28 Dec 2001 19:58:22 -0500      
26240              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
26241      Branch: perl
26242            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
26243            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
26244            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
26245            ! pod/perlunicode.pod pod/perlxs.pod util.c
26246 ____________________________________________________________________________
26247 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
26248         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
26249      Branch: perl
26250            ! t/op/exec.t
26251 ____________________________________________________________________________
26252 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
26253         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
26254              From: Abe Timmerman <abe@ztreet.demon.nl>
26255              Date: Sat, 29 Dec 2001 13:10:06 +0100
26256              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
26257      Branch: perl
26258            + lib/Pod/t/InputObjects.t
26259 ____________________________________________________________________________
26260 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
26261         Log: Integrate perlio:
26262              
26263              [ 13926]
26264              Nick Clark's embed.pl fix for my_socketpair
26265              
26266              [ 13923]
26267              Quick fix (after couple of clever fixes failed) for
26268              "accept leaks memory" fail [ID 20011223.001]
26269      Branch: perl
26270           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
26271 ____________________________________________________________________________
26272 [ 13926] By: nick                                  on 2001/12/29  15:23:21
26273         Log: Nick Clark's embed.pl fix for my_socketpair
26274      Branch: perlio
26275            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
26276 ____________________________________________________________________________
26277 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
26278         Log: Slight tweaks on the MM_Win32.t.
26279      Branch: perl
26280            ! lib/ExtUtils/t/MM_Win32.t
26281 ____________________________________________________________________________
26282 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
26283         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
26284              From: Abe Timmerman <abe@ztreet.demon.nl>
26285              Date: Sat, 29 Dec 2001 12:51:36 +0100
26286              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
26287      Branch: perl
26288            + lib/ExtUtils/t/MM_Win32.t
26289            ! MANIFEST
26290 ____________________________________________________________________________
26291 [ 13923] By: nick                                  on 2001/12/29  15:12:07
26292         Log: Quick fix (after couple of clever fixes failed) for
26293              "accept leaks memory" fail [ID 20011223.001]
26294      Branch: perlio
26295            ! pp_sys.c
26296 ____________________________________________________________________________
26297 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
26298         Log: Subject: [PATCH] Module names and other nits
26299              From: Autrijus Tang <autrijus@autrijus.org>                 
26300              Date: Sat, 29 Dec 2001 01:59:28 +0800
26301              Message-ID: <20011229015928.A29712@geb.elixus.org>              
26302      Branch: perl
26303            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
26304            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
26305            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
26306            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
26307            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
26308 ____________________________________________________________________________
26309 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
26310         Log: socketpair tweaks from Nicholas Clark.
26311      Branch: perl
26312            ! ext/Socket/socketpair.t util.c
26313 ____________________________________________________________________________
26314 [ 13920] By: nick                                  on 2001/12/29  12:36:21
26315         Log: Integrate mainline
26316      Branch: perlio
26317           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
26318           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
26319           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
26320           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
26321           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
26322           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
26323           !> t/op/sysio.t
26324 ____________________________________________________________________________
26325 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
26326         Log: Retract #13917.
26327      Branch: perl
26328            ! doop.c
26329 ____________________________________________________________________________
26330 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
26331         Log: Subject: provisional MakeMaker patch for VMS
26332              From: "Craig A. Berry" <craigberry@mac.com> 
26333              Date: Thu, 27 Dec 2001 22:29:37 -0600
26334              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
26335      Branch: perl
26336            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
26337 ____________________________________________________________________________
26338 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
26339         Log: (retracted by #13919)
26340      Branch: perl
26341            ! doop.c
26342 ____________________________________________________________________________
26343 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
26344         Log: metaconfig unit change for #13915.
26345      Branch: metaconfig/U/perl
26346            ! d_u32align.U
26347 ____________________________________________________________________________
26348 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
26349         Log: Remove debris in any case.
26350      Branch: perl
26351            ! Configure
26352 ____________________________________________________________________________
26353 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
26354         Log: Subject: [PATCH] Re: B::walksymtable oddness
26355              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
26356              Date: Thu, 27 Dec 2001 19:14:24 +0100
26357              Message-ID: <3C2B7310.861.18820D0@localhost>
26358      Branch: perl
26359            ! ext/B/B.pm
26360 ____________________________________________________________________________
26361 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
26362         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
26363              From: Nicholas Clark <nick@unfortu.net> 
26364              Date: Fri, 28 Dec 2001 00:43:02 +0000
26365              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
26366      Branch: perl
26367            ! ext/Socket/socketpair.t
26368 ____________________________________________________________________________
26369 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
26370         Log: Fast Latin1<->UTF-8 conversion for older Perls.
26371      Branch: perl
26372            ! pod/perluniintro.pod
26373 ____________________________________________________________________________
26374 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
26375         Log: Update Changes.
26376      Branch: perl
26377            ! Changes patchlevel.h
26378 ____________________________________________________________________________
26379 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
26380         Log: More wait status trickery for BeOS.
26381      Branch: perl
26382            ! ext/POSIX/POSIX.xs
26383 ____________________________________________________________________________
26384 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
26385         Log: metaconfig unit change for #13908.
26386      Branch: metaconfig/U/perl
26387            ! d_u32align.U
26388 ____________________________________________________________________________
26389 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
26390         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
26391      Branch: perl
26392            ! Configure
26393 ____________________________________________________________________________
26394 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
26395         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
26396              From: gbarr@monty.mutatus.co.uk
26397              Date: 27 Dec 2001 14:41:36 -0000
26398              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
26399      Branch: perl
26400            ! lib/ExtUtils/t/Embed.t
26401 ____________________________________________________________________________
26402 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
26403         Log: Subject: [PATCH] Re: socketpair emulation
26404              From: Nicholas Clark <nick@unfortu.net> 
26405              Date: Wed, 26 Dec 2001 20:08:14 +0000
26406              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
26407      Branch: perl
26408            ! ext/Socket/socketpair.t
26409 ____________________________________________________________________________
26410 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
26411         Log: Subject: [DOC PATCH] left is right and right is left
26412              From: Philip Newton <Philip.Newton@gmx.net>
26413              Date: Thu, 27 Dec 2001 10:04:17 +0100
26414              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
26415      Branch: perl
26416            ! pod/perlfunc.pod pod/perlport.pod
26417 ____________________________________________________________________________
26418 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
26419         Log: Subject: [PATCH] check return of close
26420              From: andreas.koenig@anima.de (Andreas J. Koenig)            
26421              Date: 27 Dec 2001 09:47:30 +0100
26422              Message-ID: <m3ellhgicd.fsf@anima.de> 
26423              
26424              Subject: [PATCH] improve error reporting
26425              From: andreas.koenig@anima.de (Andreas J. Koenig)            
26426              Date: 27 Dec 2001 09:54:55 +0100
26427              Message-ID: <m3adw5gi00.fsf@anima.de> 
26428              
26429              Subject: [PATCH] check return value of close
26430              From: andreas.koenig@anima.de (Andreas J. Koenig)            
26431              Date: 27 Dec 2001 10:03:55 +0100
26432              Message-ID: <m3666tghl0.fsf@anima.de> 
26433              
26434              Subject: [PATCH] return of close
26435              From: andreas.koenig@anima.de (Andreas J. Koenig)            
26436              Date: 27 Dec 2001 10:22:15 +0100
26437              Message-ID: <m31yhhggqg.fsf@anima.de> 
26438      Branch: perl
26439            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
26440            ! t/io/fflush.t
26441 ____________________________________________________________________________
26442 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
26443         Log: Subject: [PATCH] check return of close
26444              From: andreas.koenig@anima.de (Andreas J. Koenig)            
26445              Date: 27 Dec 2001 09:47:30 +0100
26446              Message-ID: <m3ellhgicd.fsf@anima.de> 
26447      Branch: perl
26448            ! t/base/rs.t
26449 ____________________________________________________________________________
26450 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
26451         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
26452              From: andreas.koenig@anima.de (Andreas J. Koenig)
26453              Date: 27 Dec 2001 09:21:16 +0100
26454              Message-ID: <m3n105gjk3.fsf@anima.de>
26455      Branch: perl
26456            ! t/op/sysio.t
26457 ____________________________________________________________________________
26458 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
26459         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
26460              From: "Gerrit P. Haase" <gp@familiehaase.de>
26461              Date: Thu, 27 Dec 2001 09:23:55 +0100 
26462              Message-ID: <98211521662.20011227092355@familiehaase.de>
26463      Branch: perl
26464            ! lib/ExtUtils/t/MM_Cygwin.t
26465 ____________________________________________________________________________
26466 [ 13900] By: nick                                  on 2001/12/27  11:11:51
26467         Log: Integrate mainline
26468      Branch: perlio
26469           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
26470           +> lib/File/Spec/NW5.pm
26471           !> (integrate 52 files)
26472 ____________________________________________________________________________
26473 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
26474         Log: Replace the awful (most likely generated and not very persistent)
26475              URL with something tangible.
26476      Branch: perl
26477            ! README.hpux
26478 ____________________________________________________________________________
26479 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
26480         Log: Naughty /dev/printer (ls -l, really) of IRIX.
26481      Branch: perl
26482            ! t/op/stat.t
26483 ____________________________________________________________________________
26484 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
26485         Log: Upgrade to Net::Ping 2.10.
26486      Branch: perl
26487            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
26488            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
26489            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
26490            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
26491 ____________________________________________________________________________
26492 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
26493         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
26494              (this showed up in Benchmark.t)
26495      Branch: perl
26496            ! pp_sys.c
26497 ____________________________________________________________________________
26498 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
26499         Log: BeOS updates.
26500      Branch: perl
26501            ! README.beos beos/beos.c
26502 ____________________________________________________________________________
26503 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
26504         Log: Subject: Re: bleadperl doesn't compile
26505              From: "Gerrit P. Haase" <gp@familiehaase.de>
26506              Date: Wed, 26 Dec 2001 21:29:08 +0100
26507              Message-ID: <22168634623.20011226212908@familiehaase.de>
26508              
26509              Cygwin with multiplicity.
26510      Branch: perl
26511            ! perlio.c
26512 ____________________________________________________________________________
26513 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
26514         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
26515              From: Nicholas Clark <nick@ccl4.org>
26516              Date: Wed, 26 Dec 2001 19:07:33 +0000
26517              Message-ID: <20011226190732.J48842@plum.flirble.org>            
26518              
26519              socketpair() (un)signedness nit.
26520      Branch: perl
26521            ! util.c
26522 ____________________________________________________________________________
26523 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
26524         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
26525              From: Nicholas Clark <nick@ccl4.org>
26526              Date: Wed, 26 Dec 2001 19:19:47 +0000
26527              Message-ID: <20011226191946.K48842@plum.flirble.org>
26528              
26529              Use report_evil_fh().
26530      Branch: perl
26531            ! doio.c
26532 ____________________________________________________________________________
26533 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
26534         Log: Bad $? assumptions.
26535      Branch: perl
26536            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
26537 ____________________________________________________________________________
26538 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
26539         Log: Net::Ping isn't going to work much without
26540              the Socket extension; fail more gracefully.
26541      Branch: perl
26542            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26543            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26544            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
26545            ! lib/Net/Ping/t/300_ping_stream.t
26546 ____________________________________________________________________________
26547 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
26548         Log: metaconfig unit change for #13888.
26549      Branch: metaconfig
26550            ! U/modified/Oldconfig.U
26551 ____________________________________________________________________________
26552 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
26553         Log: test -d /system is a bit too generic test for VOS
26554              (false hit in BeOS)
26555      Branch: perl
26556            ! Configure
26557 ____________________________________________________________________________
26558 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
26559         Log: No AF_UNIX in BeOS.
26560      Branch: perl
26561            ! util.c
26562 ____________________________________________________________________________
26563 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
26564         Log: FAQ sync.
26565      Branch: perl
26566            ! pod/perlfaq5.pod
26567 ____________________________________________________________________________
26568 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
26569         Log: Update Changes.
26570      Branch: perl
26571            ! Changes patchlevel.h
26572 ____________________________________________________________________________
26573 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
26574         Log: Make -t equal -tw.
26575      Branch: perl
26576            ! perl.c pod/perlrun.pod
26577 ____________________________________________________________________________
26578 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
26579         Log: Subject: Re: Not OK 13881
26580              From: John Peacock <jpeacock@rowman.com>
26581              Date: Tue, 25 Dec 2001 06:02:12 -0500
26582              Message-ID: <3C285CB4.8040006@rowman.com>
26583      Branch: perl
26584            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
26585 ____________________________________________________________________________
26586 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
26587         Log: Subject: Re: Not OK 13881
26588              From: andreas.koenig@anima.de (Andreas J. Koenig)
26589              Date: 25 Dec 2001 07:33:23 +0100
26590              Message-ID: <m3bsgnajws.fsf@anima.de>
26591      Branch: perl
26592            ! op.c
26593 ____________________________________________________________________________
26594 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
26595         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
26596              From: Mark-Jason Dominus <mjd@plover.com>    
26597              Date: Mon, 24 Dec 2001 18:14:48 -0500
26598              Message-ID: <20011224231448.25826.qmail@plover.com>
26599      Branch: perl
26600            ! op.c t/op/eval.t
26601 ____________________________________________________________________________
26602 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
26603         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
26604              From: Dave Rolsky <autarch@urth.org>
26605              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
26606              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
26607      Branch: perl
26608            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
26609            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
26610            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
26611            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
26612            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
26613 ____________________________________________________________________________
26614 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
26615         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
26616              From: Jeffrey Friedl <jfriedl@yahoo.com>
26617              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
26618              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
26619              
26620              The rest of the tests for plus few extras.
26621      Branch: perl
26622            ! t/op/pat.t
26623 ____________________________________________________________________________
26624 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
26625         Log: metaconfig unit change for #13877.
26626      Branch: metaconfig
26627            ! U/modified/Unix.U
26628 ____________________________________________________________________________
26629 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
26630         Log: No-op.
26631      Branch: perl
26632            ! Configure
26633 ____________________________________________________________________________
26634 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
26635         Log: More constant casting.
26636      Branch: perl
26637            ! regexec.c
26638 ____________________________________________________________________________
26639 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
26640         Log: Subject: perlhack.pod 
26641              From: "John P. Linderman" <jpl@research.att.com>
26642              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
26643              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
26644      Branch: perl
26645            ! pod/perlhack.pod
26646 ____________________________________________________________________________
26647 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
26648         Log: File::Find patch patches from Thomas Wegner.
26649      Branch: perl
26650            ! lib/File/Find.pm
26651 ____________________________________________________________________________
26652 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
26653         Log: Subject: Re: socketpair emulation 
26654              From: Nicholas Clark <nick@unfortu.net>                 
26655              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
26656              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
26657      Branch: perl
26658            ! ext/Socket/socketpair.t
26659 ____________________________________________________________________________
26660 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
26661         Log: Must cast constants if they can be quads.
26662      Branch: perl
26663            ! regcomp.c
26664 ____________________________________________________________________________
26665 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
26666         Log: Promote the e/uid to wide enough un/signed integers
26667              and printf them as such.
26668      Branch: perl
26669            ! taint.c
26670 ____________________________________________________________________________
26671 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
26672         Log: metaconfig unit change for #13869.
26673      Branch: metaconfig/U/perl
26674            ! d_u32align.U
26675 ____________________________________________________________________________
26676 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
26677         Log: The U32 alignment test wasn't really working, noticed
26678              by Paul Green.  Now the test works, but this means that
26679              we may see coredumps from the test.   I sure hope MMUless
26680              places don't crash on the test.
26681      Branch: perl
26682            ! Configure
26683 ____________________________________________________________________________
26684 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
26685         Log: metaconfig unit changes for #13867.
26686      Branch: metaconfig
26687            ! U/compline/nblock_io.U U/modified/Unix.U
26688            ! U/modified/spitshell.U
26689 ____________________________________________________________________________
26690 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
26691         Log: More VOS tweaks.
26692      Branch: perl
26693            ! Configure
26694 ____________________________________________________________________________
26695 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
26696         Log: The funky final sigma casefolding.
26697      Branch: perl
26698            ! regcomp.c regexec.c t/op/pat.t utf8.h
26699 ____________________________________________________________________________
26700 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
26701         Log: Update Changes.
26702      Branch: perl
26703            ! Changes patchlevel.h
26704 ____________________________________________________________________________
26705 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
26706         Log: Move the \C and \X to pat.t.
26707      Branch: perl
26708            ! t/op/pat.t t/op/re_tests
26709 ____________________________________________________________________________
26710 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
26711         Log: More logical test ordering.
26712      Branch: perl
26713            ! perl.h
26714 ____________________________________________________________________________
26715 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
26716         Log: Integrate perlio:
26717              
26718              [ 13854]
26719              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
26720              
26721              [ 13853]
26722              Put PerlIO stuff inside EXTERN C
26723              
26724              [ 13852]
26725              Add at least the "important" PerlIO_xxxx functions to embed.pl
26726              so that they get implicit pTHX_ and we can avoid slow dTHX.
26727      Branch: perl
26728           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
26729           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
26730           !> win32/win32.c
26731 ____________________________________________________________________________
26732 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
26733         Log: Even more \X fixing.
26734      Branch: perl
26735            ! regexec.c t/op/pat.t
26736 ____________________________________________________________________________
26737 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
26738         Log: More \X fixing.
26739      Branch: perl
26740            ! regexec.c t/op/pat.t
26741 ____________________________________________________________________________
26742 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
26743         Log: Fix encoding pragma.
26744      Branch: perl
26745            ! regcomp.c
26746 ____________________________________________________________________________
26747 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
26748         Log: Subject: socketpair emulation
26749              From: Nicholas Clark <nick@unfortu.net>
26750              Date: Sat, 22 Dec 2001 18:38:18 +0000
26751              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
26752      Branch: perl
26753            + ext/Socket/socketpair.t
26754            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
26755            ! pp_sys.c proto.h util.c
26756 ____________________________________________________________________________
26757 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
26758         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
26759              From: Jeffrey Friedl <jfriedl@yahoo.com>
26760              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
26761              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
26762              
26763              (partially applied, most of the new tests need to be rethought)
26764      Branch: perl
26765            ! regcomp.c t/op/re_tests
26766 ____________________________________________________________________________
26767 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
26768         Log: Small tweaks.
26769      Branch: perl
26770            ! handy.h regexec.c
26771 ____________________________________________________________________________
26772 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
26773         Log: Unicode casefolding continues.
26774              (lib/encoding.t still failing.)
26775      Branch: perl
26776            ! regexec.c t/op/pat.t
26777 ____________________________________________________________________________
26778 [ 13854] By: nick                                  on 2001/12/22  20:01:27
26779         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
26780      Branch: perlio
26781            ! makedef.pl perlio.h perlio.sym win32/win32.c
26782 ____________________________________________________________________________
26783 [ 13853] By: nick                                  on 2001/12/22  19:58:53
26784         Log: Put PerlIO stuff inside EXTERN C
26785      Branch: perlio
26786            ! embed.pl proto.h
26787 ____________________________________________________________________________
26788 [ 13852] By: nick                                  on 2001/12/22  18:04:34
26789         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
26790              so that they get implicit pTHX_ and we can avoid slow dTHX.
26791      Branch: perlio
26792            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
26793            ! perlio.h pod/perlapi.pod proto.h
26794 ____________________________________________________________________________
26795 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
26796         Log: metaconfig unit change for #13850.
26797      Branch: metaconfig
26798            ! U/modified/Loc.U
26799 ____________________________________________________________________________
26800 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
26801         Log: Rework the make logic (again).
26802      Branch: perl
26803            ! Configure
26804 ____________________________________________________________________________
26805 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
26806         Log: Integrate perlio:
26807              
26808              [ 13848]
26809              The CR at EOF fix earlier broke CR at end-of-buffer.
26810              This should be okay for both?
26811              
26812              [ 13847]
26813              Correct checking code which Ilya spotted was tripped by CR at EOF.
26814              Also tone down perl -DP tracing of sv_gets.
26815              
26816              [ 13846]
26817              Fix mis-parse of autoloaded usage code by declaring the sub
26818      Branch: perl
26819            ! regexec.c
26820           !> ext/POSIX/POSIX.pm perlio.c sv.c
26821 ____________________________________________________________________________
26822 [ 13848] By: nick                                  on 2001/12/22  15:11:17
26823         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
26824              This should be okay for both?
26825      Branch: perlio
26826            ! perlio.c
26827 ____________________________________________________________________________
26828 [ 13847] By: nick                                  on 2001/12/22  12:26:32
26829         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
26830              Also tone down perl -DP tracing of sv_gets.
26831      Branch: perlio
26832            ! perlio.c sv.c
26833 ____________________________________________________________________________
26834 [ 13846] By: nick                                  on 2001/12/22  10:49:27
26835         Log: Fix mis-parse of autoloaded usage code by declaring the sub
26836      Branch: perlio
26837            ! ext/POSIX/POSIX.pm
26838 ____________________________________________________________________________
26839 [ 13845] By: nick                                  on 2001/12/22  10:44:11
26840         Log: Integrate mainline - some fails:
26841              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
26842              -------------------------------------------------------------------------------
26843              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
26844              ../lib/encoding.t                    19    2  10.53%  17-18
26845              op/pat.t                            770    3   0.39%  754-755 757
26846      Branch: perlio
26847           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
26848           !> (integrate 36 files)
26849 ____________________________________________________________________________
26850 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
26851         Log: More Unicode casing fixes.
26852      Branch: perl
26853            ! regexec.c t/op/pat.t
26854 ____________________________________________________________________________
26855 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
26856         Log: Unicode casefolding fixes.
26857      Branch: perl
26858            ! op.c regcomp.c regexec.c t/op/pat.t
26859 ____________________________________________________________________________
26860 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
26861         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
26862              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
26863              Date: Sat, 22 Dec 2001 00:01:29 +0100
26864              Message-ID: <20011222000129.A713@rafael>
26865      Branch: perl
26866            ! ext/B/B/Deparse.pm
26867 ____________________________________________________________________________
26868 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
26869         Log: VOS config from Paul Green.
26870      Branch: perl
26871            ! hints/vos.sh
26872 ____________________________________________________________________________
26873 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
26874         Log: Subject: [PATCH @13746] CreateTTY on OS/2
26875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26876              Date: Fri, 21 Dec 2001 15:59:45 -0500
26877              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
26878      Branch: perl
26879            ! lib/perl5db.pl
26880 ____________________________________________________________________________
26881 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
26882         Log: Subject: [PATCH @13746] uninstalled build of modules broken
26883              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26884              Date: Fri, 21 Dec 2001 15:49:09 -0500
26885              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
26886      Branch: perl
26887            ! lib/ExtUtils/MM_Unix.pm
26888 ____________________________________________________________________________
26889 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
26890         Log: Subject: [PATCH @13746] OS/2 File::* modules
26891              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26892              Date: Fri, 21 Dec 2001 15:43:24 -0500
26893              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
26894      Branch: perl
26895            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
26896 ____________________________________________________________________________
26897 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
26898         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
26899              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
26900              Date: Fri, 21 Dec 2001 17:29:07 +0100
26901              Message-ID: <3C236353.6625C4C0@alcatel.at>
26902      Branch: perl
26903            ! pod/perltie.pod
26904 ____________________________________________________________________________
26905 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
26906         Log: metaconfig unit changes for #13835
26907      Branch: metaconfig
26908            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
26909            ! U/modified/sh.U
26910 ____________________________________________________________________________
26911 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
26912         Log: Further VOS tweaks: the _exe needs to be introduced
26913              in the very beginning, and the make/gmake needs special
26914              VOS logic.
26915      Branch: perl
26916            ! Configure Makefile.SH
26917 ____________________________________________________________________________
26918 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
26919         Log: Update Changes.
26920      Branch: perl
26921            ! Changes patchlevel.h
26922 ____________________________________________________________________________
26923 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
26924         Log: metaconfig unit change for #13832.
26925      Branch: metaconfig
26926            ! U/modified/spitshell.U
26927 ____________________________________________________________________________
26928 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
26929         Log: Also the search for cat needs to be _exe-aware.
26930      Branch: perl
26931            ! Configure
26932 ____________________________________________________________________________
26933 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
26934         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
26935              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
26936              Date: Fri, 21 Dec 2001 14:02:01 +0100
26937              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
26938      Branch: perl
26939            ! ext/B/B/Xref.pm
26940 ____________________________________________________________________________
26941 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
26942         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
26943      Branch: perl
26944            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
26945            ! ext/B/t/assembler.t
26946 ____________________________________________________________________________
26947 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
26948         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
26949              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26950              Date: Fri, 21 Dec 2001 11:15:38 +0100
26951              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
26952      Branch: perl
26953            ! hv.c
26954 ____________________________________________________________________________
26955 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
26956         Log: A plan is good.
26957      Branch: perl
26958            ! ext/re/re.t
26959 ____________________________________________________________________________
26960 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
26961         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
26962              From: chromatic <chromatic@rmci.net>
26963              Date: Thu, 20 Dec 2001 16:16:48 -0700
26964              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
26965      Branch: perl
26966            + ext/re/re.t
26967            ! MANIFEST
26968 ____________________________________________________________________________
26969 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
26970         Log: Synchronize the skippage message.
26971      Branch: perl
26972            ! lib/ExtUtils/t/MM_OS2.t
26973 ____________________________________________________________________________
26974 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
26975         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
26976              From: chromatic <chromatic@rmci.net>
26977              Date: Thu, 20 Dec 2001 16:09:10 -0700
26978              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
26979      Branch: perl
26980            + lib/ExtUtils/t/MM_OS2.t
26981            ! MANIFEST
26982 ____________________________________________________________________________
26983 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
26984         Log: Subject: perlfunc.pod patch re flock via fcntl
26985              From: "Tye McQueen" <tye@metronet.com>
26986              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
26987              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
26988      Branch: perl
26989            ! pod/perlfunc.pod
26990 ____________________________________________________________________________
26991 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
26992         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
26993              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
26994              (the Unicode maximum code point) warnable offenses.
26995      Branch: perl
26996            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
26997            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
26998 ____________________________________________________________________________
26999 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
27000         Log: Sterner admonishment on -t.
27001      Branch: perl
27002            ! pod/perlrun.pod
27003 ____________________________________________________________________________
27004 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
27005         Log: Subject: [PATCH B::Dpparse] minor qr// fix
27006              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27007              Date: Thu, 20 Dec 2001 22:53:34 +0100
27008              Message-ID: <20011220225334.A735@rafael>
27009      Branch: perl
27010            ! ext/B/B/Deparse.pm
27011 ____________________________________________________________________________
27012 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
27013         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
27014              From: Robert Spier <rspier@pobox.com>
27015              Date: Thu, 20 Dec 2001 08:10:00 -0800
27016              Message-ID: <15394.3416.693353.107334@rls.cx>
27017      Branch: perl
27018            ! lib/Carp/Heavy.pm
27019 ____________________________________________________________________________
27020 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
27021         Log: Integrate perlio:
27022              
27023              [ 13815]
27024              pTHX_ fixes for :win32 layer
27025      Branch: perl
27026           !> win32/win32io.c
27027 ____________________________________________________________________________
27028 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
27029         Log: Subject: Re: [PATCH pod/perliol.pod] resend
27030              From: Stas Bekman <stas@stason.org>
27031              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
27032              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
27033      Branch: perl
27034            ! pod/perliol.pod
27035 ____________________________________________________________________________
27036 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
27037         Log: Fix up the APIs noone hopefully uses.
27038      Branch: perl
27039            ! utf8.c
27040 ____________________________________________________________________________
27041 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
27042         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
27043              Date: Wed, 19 Dec 2001 14:13:38 -0800
27044              From: Robert Spier <rspier@pobox.com>
27045              Message-ID: <15393.4370.605214.548582@rls.cx>
27046      Branch: perl
27047            ! lib/Carp.t lib/Carp/Heavy.pm
27048 ____________________________________________________________________________
27049 [ 13815] By: nick                                  on 2001/12/20  10:23:42
27050         Log: pTHX_ fixes for :win32 layer
27051      Branch: perlio
27052            ! win32/win32io.c
27053 ____________________________________________________________________________
27054 [ 13814] By: nick                                  on 2001/12/20  08:20:11
27055         Log: Integrate mainline (mostly) utf8.c does not compile.
27056      Branch: perlio
27057           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
27058           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
27059           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
27060           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
27061           +> lib/Net/Ping/t/300_ping_stream.t
27062           !> Changes MANIFEST embed.h embed.pl embedvar.h
27063           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
27064           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
27065           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
27066           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
27067           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
27068 ____________________________________________________________________________
27069 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
27070         Log: Some bincompat clawbacks.
27071      Branch: perl
27072            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
27073            ! wince/perldll.def
27074 ____________________________________________________________________________
27075 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
27076         Log: gcc pacifying (RH 7.1/ia64).
27077      Branch: perl
27078            ! pp.c
27079 ____________________________________________________________________________
27080 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
27081         Log: Update Changes.
27082      Branch: perl
27083            ! Changes patchlevel.h
27084 ____________________________________________________________________________
27085 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
27086         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
27087              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27088              Date: Wed, 19 Dec 2001 12:35:07 +0100
27089              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
27090              
27091              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
27092              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27093              Date: Wed, 19 Dec 2001 17:34:51 +0000
27094              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
27095      Branch: perl
27096            ! pod/perlre.pod
27097 ____________________________________________________________________________
27098 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
27099         Log: Integrate perlio:
27100              
27101              [ 13808]
27102              Add pTHX to all vtable functions for future-proofing and
27103              consistency of PerlIO layers.
27104              
27105              [ 13797]
27106              Remove the sometimes-lvalue cast
27107              
27108              [ 13796]
27109              alarm.t with -Uuseperlio fix
27110              - SA_RESTART should only be function of PERL_OLD_SIGNALS
27111              not USE_PERLIO
27112              
27113              [ 13795]
27114              Fix READONLY hashes:
27115              1. Discovered need for disabled scope.c part of Jeff's patch.
27116              2. Corrected hv_delete* - entry was being de-linked from
27117              chain (patch program not smart enough?)
27118      Branch: perl
27119           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27120           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
27121 ____________________________________________________________________________
27122 [ 13808] By: nick                                  on 2001/12/19  16:08:27
27123         Log: Add pTHX to all vtable functions for future-proofing and
27124              consistency of PerlIO layers.
27125      Branch: perlio
27126            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27127            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
27128 ____________________________________________________________________________
27129 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
27130         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
27131      Branch: perl
27132            ! ext/B/B/Assembler.pm
27133 ____________________________________________________________________________
27134 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
27135         Log: Reword the alarm explanation.
27136      Branch: perl
27137            ! pod/perlfunc.pod
27138 ____________________________________________________________________________
27139 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
27140         Log: Subject: [PATCH @13746] OS/2 build
27141              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
27142              Date: Wed, 19 Dec 2001 02:45:41 -0500
27143              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
27144              
27145              (skipped the t/TEST change)
27146      Branch: perl
27147            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
27148            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
27149            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
27150 ____________________________________________________________________________
27151 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
27152         Log: Upgrade to Net::Ping 2.09.
27153      Branch: perl
27154            + lib/Net/Ping/CHANGES lib/Net/Ping/README
27155            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
27156            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
27157            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
27158            + lib/Net/Ping/t/300_ping_stream.t
27159            ! MANIFEST lib/Net/Ping.pm
27160 ____________________________________________________________________________
27161 [ 13803] By: nick                                  on 2001/12/19  14:43:24
27162         Log: Integrate mainline
27163      Branch: perlio
27164           +> ext/B/t/assembler.t lib/lib.t
27165           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
27166           !> lib/lib_pm.PL t/op/glob.t utf8.c
27167 ____________________________________________________________________________
27168 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
27169         Log: B::Assembler/B::Disassembler patches and test;
27170              from Wolfgang Laun.
27171              
27172              TODO: getting perlcc working.
27173      Branch: perl
27174            + ext/B/t/assembler.t
27175            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
27176 ____________________________________________________________________________
27177 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
27178         Log: Can't printf U8s as UVs.
27179      Branch: perl
27180            ! utf8.c
27181 ____________________________________________________________________________
27182 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
27183         Log: Subject: Re: [PATCH] ...while $var = glob(...)
27184              From: Robin Houston <robin@kitsite.com> 
27185              Date: Wed, 19 Dec 2001 13:48:55 +0000
27186              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
27187              
27188              Not exactly a glob test but internal-logically correct.
27189      Branch: perl
27190            ! t/op/glob.t
27191 ____________________________________________________________________________
27192 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
27193         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
27194              From: Michael G Schwern <schwern@pobox.com> 
27195              Date: Wed, 19 Dec 2001 07:42:54 -0500
27196              Message-ID: <20011219124254.GF8630@blackrider>
27197      Branch: perl
27198            + lib/lib.t
27199            ! MANIFEST lib/lib_pm.PL
27200 ____________________________________________________________________________
27201 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
27202         Log: Integrate with perlio.
27203      Branch: perl
27204           !> hv.c hv.h scope.c util.c
27205 ____________________________________________________________________________
27206 [ 13797] By: nick                                  on 2001/12/19  12:03:21
27207         Log: Remove the sometimes-lvalue cast
27208      Branch: perlio
27209            ! hv.h
27210 ____________________________________________________________________________
27211 [ 13796] By: nick                                  on 2001/12/19  11:02:27
27212         Log: alarm.t with -Uuseperlio fix
27213              - SA_RESTART should only be function of PERL_OLD_SIGNALS
27214              not USE_PERLIO
27215      Branch: perlio
27216            ! util.c
27217 ____________________________________________________________________________
27218 [ 13795] By: nick                                  on 2001/12/19  10:19:40
27219         Log: Fix READONLY hashes:
27220              1. Discovered need for disabled scope.c part of Jeff's patch.
27221              2. Corrected hv_delete* - entry was being de-linked from
27222              chain (patch program not smart enough?)
27223      Branch: perlio
27224            ! hv.c scope.c
27225 ____________________________________________________________________________
27226 [ 13794] By: nick                                  on 2001/12/19  09:35:13
27227         Log: Integrate mainline
27228      Branch: perlio
27229           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
27230           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
27231           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
27232           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
27233           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
27234 ____________________________________________________________________________
27235 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
27236         Log: Regen toc.
27237      Branch: perl
27238            ! pod/perltoc.pod
27239 ____________________________________________________________________________
27240 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
27241         Log: FAQ sync.
27242      Branch: perl
27243            ! pod/perlfaq5.pod
27244 ____________________________________________________________________________
27245 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
27246         Log: Reformat round.
27247      Branch: perl
27248            ! pod/perlunicode.pod
27249 ____________________________________________________________________________
27250 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
27251         Log: Subject: [PATCH] pod/perlunicode.pod
27252              From: Jeffrey Friedl <jfriedl@yahoo.com>
27253              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
27254              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
27255      Branch: perl
27256            ! pod/perlunicode.pod
27257 ____________________________________________________________________________
27258 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
27259         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
27260              From: Jeffrey Friedl <jfriedl@yahoo.com>
27261              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
27262              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
27263      Branch: perl
27264            ! pod/perluniintro.pod
27265 ____________________________________________________________________________
27266 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
27267         Log: Slight pod reformatting.
27268      Branch: perl
27269            ! pod/perluniintro.pod
27270 ____________________________________________________________________________
27271 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
27272         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
27273              From: Jeffrey Friedl <jfriedl@yahoo.com>    
27274              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
27275              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
27276      Branch: perl
27277            ! pod/perluniintro.pod
27278 ____________________________________________________________________________
27279 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
27280         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
27281              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27282              Date: Wed, 19 Dec 2001 01:45:23 +0000
27283              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
27284      Branch: perl
27285            ! sv.c
27286 ____________________________________________________________________________
27287 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
27288         Log: Subject: Porting/checkURL.pl
27289              From: abigail@foad.org
27290              Date: Tue, 18 Dec 2001 19:03:22 +0100          
27291              Message-ID: <20011218180322.8278.qmail@foad.org> 
27292      Branch: perl
27293            ! Porting/checkURL.pl
27294 ____________________________________________________________________________
27295 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
27296         Log: metaconfig unit change for #13783.
27297      Branch: metaconfig
27298            ! U/modified/Loc.U
27299 ____________________________________________________________________________
27300 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
27301         Log: A bit too oversweeping matching in #13778.
27302      Branch: perl
27303            ! Configure
27304 ____________________________________________________________________________
27305 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
27306         Log: Re-gen Configure based on #13778..13781.
27307      Branch: perl
27308            ! Configure config_h.SH
27309 ____________________________________________________________________________
27310 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
27311         Log: First assume that crypt() can live happy normal life in
27312              the libc or the moral equivalent; only then try magic.
27313      Branch: metaconfig
27314            + U/modified/d_crypt.U
27315 ____________________________________________________________________________
27316 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
27317         Log: In VOS ACLs confuse the testing.
27318      Branch: metaconfig
27319            ! U/modified/Findhdr.U
27320 ____________________________________________________________________________
27321 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
27322         Log: Either make or gmake.
27323      Branch: metaconfig
27324            ! U/modified/Loc.U
27325 ____________________________________________________________________________
27326 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
27327         Log: If your _exe is different from .exe and your test -f $foo
27328              doesn't do magic to recognize $foo$_exe, you will need to
27329              specify -D_exe=... on command line-- and this patch.
27330      Branch: metaconfig
27331            + U/modified/sh.U
27332            ! U/modified/Loc.U
27333 ____________________________________________________________________________
27334 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
27335         Log: Fix the bugs in #13768..13776, and regen Configure.
27336      Branch: metaconfig
27337            ! U/compline/nblock_io.U U/modified/Findhdr.U
27338            ! U/modified/spitshell.U
27339      Branch: metaconfig/U/perl
27340            ! issymlink.U perlpath.U
27341      Branch: perl
27342            ! Configure config_h.SH
27343 ____________________________________________________________________________
27344 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
27345         Log: Must test with $_exe. (There are plenty of similar
27346              spots earlier but they are a tad more complex to fix
27347              since they come before the hints are run.)
27348      Branch: metaconfig
27349            + U/modified/yacc.U
27350 ____________________________________________________________________________
27351 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
27352         Log: F_SETFL might require <fcntl.h>
27353      Branch: metaconfig
27354            ! U/compline/nblock_io.U
27355 ____________________________________________________________________________
27356 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
27357         Log: Don't require make; have both make and gmake optional.
27358              (Maybe have a check that at least one of them is available?)
27359      Branch: metaconfig
27360            ! U/modified/Loc.U
27361 ____________________________________________________________________________
27362 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
27363         Log: cat might be farther than /bin or /usr/bin.
27364      Branch: metaconfig
27365            ! U/modified/spitshell.U
27366 ____________________________________________________________________________
27367 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
27368         Log: In VOS the path component separator is >, not /.
27369      Branch: metaconfig
27370            ! U/modified/Findhdr.U
27371 ____________________________________________________________________________
27372 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
27373         Log: The VOS shell doesn't implement the ? wildcard
27374              (? is used for other purposes, I assume); but
27375              it does implement the * wildcard, and that works
27376              in the general case just fine.
27377      Branch: metaconfig/U/perl
27378            ! d_dlsymun.U
27379 ____________________________________________________________________________
27380 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
27381         Log: VOS detection.
27382      Branch: metaconfig
27383            ! U/modified/Oldconfig.U
27384 ____________________________________________________________________________
27385 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
27386         Log: Proper path for VOS.
27387      Branch: metaconfig
27388            ! U/modified/Head.U
27389 ____________________________________________________________________________
27390 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
27391         Log: Change s/>& 4/>&4/g for consistency.
27392      Branch: metaconfig
27393            + U/modified/d_dosuid.U
27394            ! U/modified/d_socket.U
27395      Branch: metaconfig/U/perl
27396            ! issymlink.U perlxvf.U
27397 ____________________________________________________________________________
27398 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
27399         Log: Subject: Re: Benchmark.t failure on Linux
27400              From: Nicholas Clark <nick@ccl4.org>
27401              Date: Tue, 18 Dec 2001 22:51:25 +0000
27402              Message-ID: <20011218225124.N21702@plum.flirble.org>
27403      Branch: perl
27404            ! lib/Benchmark.t
27405 ____________________________________________________________________________
27406 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
27407         Log: Re-applying #13752 until a better solution can be found.
27408      Branch: perl
27409            ! lib/ExtUtils/t/MM_Unix.t
27410 ____________________________________________________________________________
27411 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
27412         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
27413              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
27414              Date: Tue, 18 Dec 2001 12:05:40 -0500
27415              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
27416      Branch: perl
27417            ! lib/Exporter.pm
27418 ____________________________________________________________________________
27419 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
27420         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
27421              findings -- some of the warnings I can't explain except
27422              by NVgf being detected wrong, though.
27423      Branch: perl
27424            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
27425 ____________________________________________________________________________
27426 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
27427         Log: Subject: [PATCH] pod/perluniintro.pod
27428              From: Jeffrey Friedl <jfriedl@yahoo.com>
27429              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
27430              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
27431      Branch: perl
27432            ! pod/perluniintro.pod
27433 ____________________________________________________________________________
27434 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
27435         Log: ".pm" is the native executable suffix in VOS.
27436      Branch: perl
27437            ! hints/vos.sh
27438 ____________________________________________________________________________
27439 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
27440         Log: Integrate perlio:
27441              
27442              [ 13760]
27443              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
27444              - added delete of READONLY value inhibit & test for same
27445              - re-tabbed
27446      Branch: perl
27447           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
27448 ____________________________________________________________________________
27449 [ 13760] By: nick                                  on 2001/12/18  15:55:22
27450         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
27451              - added delete of READONLY value inhibit & test for same
27452              - re-tabbed
27453      Branch: perlio
27454            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
27455 ____________________________________________________________________________
27456 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
27457         Log: (Undone by #13766.)
27458              Retract #13752.
27459      Branch: perl
27460            ! lib/ExtUtils/t/MM_Unix.t
27461 ____________________________________________________________________________
27462 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
27463         Log: Echoes of #13757.
27464      Branch: perl
27465            ! t/lib/warnings/utf8
27466 ____________________________________________________________________________
27467 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
27468         Log: Make the utf8 malformedness messages more verbose.
27469      Branch: perl
27470            ! lib/utf8.t utf8.c
27471 ____________________________________________________________________________
27472 [ 13756] By: nick                                  on 2001/12/18  14:43:58
27473         Log: Integrate mainline
27474      Branch: perlio
27475           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
27476           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
27477           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
27478           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
27479           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
27480           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
27481            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
27482            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
27483            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
27484            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
27485            - lib/ExtUtils/testlib.t
27486           !> (integrate 28 files)
27487 ____________________________________________________________________________
27488 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
27489         Log: README.aix updates from Jens-Uwe Mager.
27490      Branch: perl
27491            ! README.aix
27492 ____________________________________________________________________________
27493 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
27494         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
27495              From: Michael G Schwern <schwern@pobox.com>
27496              Date: Tue, 18 Dec 2001 00:58:18 -0500
27497              Message-ID: <20011218055818.GC4362@blackrider>
27498      Branch: perl
27499            ! lib/Benchmark.t
27500 ____________________________________________________________________________
27501 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
27502         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
27503              From: Michael G Schwern <schwern@pobox.com>
27504              Date: Tue, 18 Dec 2001 00:40:38 -0500
27505              Message-ID: <20011218054038.GB4362@blackrider>
27506      Branch: perl
27507            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
27508 ____________________________________________________________________________
27509 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
27510         Log: (reintroduced by #13766)
27511              (retracted by #13759)
27512              
27513              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
27514              From: Michael G Schwern <schwern@pobox.com>  
27515              Date: Tue, 18 Dec 2001 00:00:23 -0500
27516              Message-ID: <20011218050023.GA27893@blackrider>
27517      Branch: perl
27518            ! lib/ExtUtils/t/MM_Unix.t
27519 ____________________________________________________________________________
27520 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
27521         Log: Re-patch #13749.
27522      Branch: perl
27523            ! t/op/glob.t
27524 ____________________________________________________________________________
27525 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
27526         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
27527              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27528              Date: Tue, 18 Dec 2001 12:55:43 +0000
27529              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
27530      Branch: perl
27531            ! ext/Devel/Peek/Peek.pm
27532 ____________________________________________________________________________
27533 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
27534         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
27535              From: Robin Houston <robin@kitsite.com> 
27536              Date: Tue, 18 Dec 2001 14:54:33 +0000
27537              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
27538      Branch: perl
27539            ! t/op/glob.t
27540 ____________________________________________________________________________
27541 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
27542         Log: Subject: [PATCH] slightly more for Exporter.pm
27543              From: Nicholas Clark <nick@ccl4.org>
27544              Date: Tue, 18 Dec 2001 00:22:03 +0000
27545              Message-ID: <20011218002203.M21702@plum.flirble.org>
27546      Branch: perl
27547            ! lib/Exporter.pm
27548 ____________________________________________________________________________
27549 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
27550         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
27551              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27552              Date: Mon, 17 Dec 2001 16:37:18 +0100
27553              Message-ID: <20011217163718.A2292@rafael>
27554              
27555              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
27556              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27557              Date: Mon, 17 Dec 2001 23:17:06 +0100
27558              Message-ID: <20011217231706.A730@rafael>
27559      Branch: perl
27560            ! pod/perlsub.pod pp.c toke.c
27561 ____________________________________________________________________________
27562 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
27563         Log: Update Changes.
27564      Branch: perl
27565            ! Changes patchlevel.h
27566 ____________________________________________________________________________
27567 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
27568         Log: New test warrants a MANIFEST entry.
27569      Branch: perl
27570            ! MANIFEST
27571 ____________________________________________________________________________
27572 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
27573         Log: Subject: Re: [PATCH] ...while $var = glob(...)
27574              From: Robin Houston <robin@kitsite.com>
27575              Date: Mon, 17 Dec 2001 20:27:30 +0000
27576              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
27577              
27578              Can't portably unlink open files.
27579      Branch: perl
27580            ! t/op/glob.t
27581 ____________________________________________________________________________
27582 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
27583         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
27584      Branch: perl
27585            ! pod/perluniintro.pod
27586 ____________________________________________________________________________
27587 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
27588         Log: Move typeglob test from glob.t to gv.t.
27589      Branch: perl
27590            ! t/op/glob.t t/op/gv.t
27591 ____________________________________________________________________________
27592 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
27593         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
27594              From: Robin Houston <robin@kitsite.com> 
27595              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
27596              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
27597      Branch: perl
27598            ! t/op/glob.t
27599 ____________________________________________________________________________
27600 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
27601         Log: Demote the surrogate and non-character errors to warnings.
27602      Branch: perl
27603            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
27604 ____________________________________________________________________________
27605 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
27606         Log: Subject: [PATCH] more POSIX tests, and more autoloading
27607              From: Nicholas Clark <nick@ccl4.org>
27608              Date: Mon, 17 Dec 2001 18:27:47 +0000
27609              Message-ID: <20011217182747.D21702@plum.flirble.org>
27610      Branch: perl
27611            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
27612 ____________________________________________________________________________
27613 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
27614         Log: Subject: [PATCH] ...while $var = glob(...)
27615              From: Robin Houston <robin@kitsite.com> 
27616              Date: Mon, 17 Dec 2001 15:51:54 +0000
27617              Message-ID: <20011217155153.A311@robin.kitsite.com>
27618      Branch: perl
27619            ! op.c
27620 ____________________________________________________________________________
27621 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
27622         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
27623              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27624              Date: Mon, 17 Dec 2001 15:23:01 +0100
27625              Message-ID: <20011217152301.A704@rafael>
27626      Branch: perl
27627            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
27628 ____________________________________________________________________________
27629 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
27630         Log: The system() vs $SIG{ARLM} is no more a todo.
27631      Branch: perl
27632            ! t/op/alarm.t
27633 ____________________________________________________________________________
27634 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
27635         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
27636              From: Michael G Schwern <schwern@pobox.com>
27637              Date: Sun, 16 Dec 2001 23:59:01 -0500
27638              Message-ID: <20011217045901.GL17232@blackrider>
27639      Branch: perl
27640            + t/op/alarm.t
27641            ! MANIFEST
27642 ____________________________________________________________________________
27643 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
27644         Log: s/UNIX/Unix/
27645      Branch: perl
27646            ! MANIFEST
27647 ____________________________________________________________________________
27648 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
27649         Log: Move ExtUtils tests to lib/ExtUtils/t.
27650      Branch: perl
27651            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
27652            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
27653            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
27654            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
27655            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
27656            + lib/ExtUtils/t/testlib.t
27657            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
27658            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
27659            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
27660            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
27661            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
27662            ! MANIFEST
27663 ____________________________________________________________________________
27664 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
27665         Log: Subject: [PATCH] MM_Unix tests, and some questions
27666              From: Tels <perl_dummy@bloodgate.com>
27667              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
27668              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
27669              
27670              Subject: Re: [PATCH] MM_Unix tests, and some questions
27671              From: Tels <perl_dummy@bloodgate.com>
27672              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
27673              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
27674      Branch: perl
27675            + lib/ExtUtils/MM_Unix.t
27676            ! MANIFEST lib/ExtUtils/MM_Unix.pm
27677 ____________________________________________________________________________
27678 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
27679         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
27680              From: Michael G Schwern <schwern@pobox.com>
27681              Date: Sun, 16 Dec 2001 17:53:55 -0500
27682              Message-ID: <20011216225354.GE8900@blackrider>
27683      Branch: perl
27684            ! lib/ExtUtils/MM_Unix.pm
27685 ____________________________________________________________________________
27686 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
27687         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
27688              From: Michael G Schwern <schwern@pobox.com>                
27689              Date: Sun, 16 Dec 2001 16:12:55 -0500
27690              Message-ID: <20011216211255.GV8900@blackrider>
27691      Branch: perl
27692            ! ext/B/B/Deparse.pm
27693 ____________________________________________________________________________
27694 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
27695         Log: Subject: [PATCH] Exporter.pm
27696              From: Nicholas Clark <nick@ccl4.org>
27697              Date: Sun, 16 Dec 2001 19:24:25 +0000
27698              Message-ID: <20011216192425.R21702@plum.flirble.org>
27699      Branch: perl
27700            ! lib/Exporter.pm
27701 ____________________________________________________________________________
27702 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
27703         Log: Subject: [PATCH] Exporter.t (and question)
27704              From: Nicholas Clark <nick@ccl4.org>
27705              Date: Sun, 16 Dec 2001 17:24:55 +0000
27706              Message-ID: <20011216172455.P21702@plum.flirble.org>
27707      Branch: perl
27708            ! lib/Exporter.t
27709 ____________________________________________________________________________
27710 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
27711         Log: Subject: Re: perl@13661
27712              From: "John P. Linderman" <jpl@research.att.com>              
27713              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
27714              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
27715      Branch: perl
27716            ! pp_sort.c
27717 ____________________________________________________________________________
27718 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
27719         Log: Subject: Will the real Unicode encoding please stand up?
27720              From: Jeffrey Friedl <jfriedl@yahoo.com>
27721              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
27722              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
27723      Branch: perl
27724            ! pod/perluniintro.pod
27725 ____________________________________________________________________________
27726 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
27727         Log: Integrate perlio:
27728              
27729              [ 13724]
27730              Fix for alarm() breaking into wait*().
27731              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
27732              signal handler before caller re-does the system call.
27733      Branch: perl
27734           !> util.c
27735 ____________________________________________________________________________
27736 [ 13724] By: nick                                  on 2001/12/17  09:16:50
27737         Log: Fix for alarm() breaking into wait*().
27738              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
27739              signal handler before caller re-does the system call.
27740      Branch: perlio
27741            ! util.c
27742 ____________________________________________________________________________
27743 [ 13723] By: nick                                  on 2001/12/17  07:45:13
27744         Log: Integrate mainline
27745      Branch: perlio
27746           +> (branch 26 files)
27747           !> (integrate 47 files)
27748 ____________________________________________________________________________
27749 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
27750         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
27751              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
27752              and characters beyond 0x10FFF should be disallowed, too,
27753              but some tests would need changing, but more importantly some
27754              APIs would need remodeling since one can easily generate such
27755              characters either by bitwise complements, tr complements, or
27756              v-strings.
27757      Branch: perl
27758            ! pod/perldiag.pod utf8.c
27759 ____________________________________________________________________________
27760 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
27761         Log: Make surrogates illegal also on EBCDIC.
27762      Branch: perl
27763            ! utf8.c
27764 ____________________________________________________________________________
27765 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
27766         Log: Subject: [patch @13687] Unicode::Collate 0.10
27767              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
27768              Date: Sun, 16 Dec 2001 21:22:12 +0900
27769              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
27770      Branch: perl
27771            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
27772            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
27773 ____________________________________________________________________________
27774 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
27775         Log: More documentation for the encoding pragma.
27776      Branch: perl
27777            ! lib/encoding.pm
27778 ____________________________________________________________________________
27779 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
27780         Log: Subject: [PATCH] lib/open.pm 
27781              From: Jeffrey Friedl <jfriedl@yahoo.com>
27782              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
27783              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
27784      Branch: perl
27785            ! lib/open.pm
27786 ____________________________________________________________________________
27787 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
27788         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
27789              From: chromatic <chromatic@rmci.net>
27790              Date: Sat, 15 Dec 2001 23:24:40 -0700
27791              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
27792      Branch: perl
27793            + lib/ExtUtils/Installed.t
27794            ! MANIFEST
27795 ____________________________________________________________________________
27796 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
27797         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
27798              From: Michael G Schwern <schwern@pobox.com>
27799              Date: Sun, 16 Dec 2001 01:14:00 -0500
27800              Message-ID: <20011216061400.GC8900@blackrider>
27801      Branch: perl
27802            ! lib/diagnostics.pm
27803 ____________________________________________________________________________
27804 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
27805         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
27806              From: Michael G Schwern <schwern@pobox.com>
27807              Date: Sun, 16 Dec 2001 01:12:42 -0500
27808              Message-ID: <20011216061242.GB8900@blackrider>
27809      Branch: perl
27810            ! t/test.pl
27811 ____________________________________________________________________________
27812 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
27813         Log: I sometimes outsmart myself.
27814      Branch: perl
27815            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
27816 ____________________________________________________________________________
27817 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
27818         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
27819              From: Michael G Schwern <schwern@pobox.com>
27820              Date: Sat, 15 Dec 2001 15:08:29 -0500
27821              Message-ID: <20011215200829.GK1548@blackrider>
27822      Branch: perl
27823            ! lib/AutoSplit.pm
27824 ____________________________________________________________________________
27825 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
27826         Log: perlunicode enchancements suggested by Jeffrey Friedl.
27827      Branch: perl
27828            ! pod/perlunicode.pod
27829 ____________________________________________________________________________
27830 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
27831         Log: Subject: [PATCH] perlunicode.pod
27832              From: Jeffrey Friedl <jfriedl@yahoo.com>
27833              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
27834              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
27835      Branch: perl
27836            ! pod/perlunicode.pod
27837 ____________________________________________________________________________
27838 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
27839         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
27840              From: Jeffrey Friedl <jfriedl@yahoo.com>
27841              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
27842              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
27843      Branch: perl
27844            ! lib/utf8_heavy.pl
27845 ____________________________________________________________________________
27846 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
27847         Log: Can't create surrogates; so can't match them, either.
27848      Branch: perl
27849            ! pod/perlunicode.pod
27850 ____________________________________________________________________________
27851 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
27852         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
27853              From: Michael G Schwern <schwern@pobox.com>
27854              Date: Sat, 15 Dec 2001 21:20:35 -0500
27855              Message-ID: <20011216022035.GE5672@blackrider>
27856      Branch: perl
27857            ! t/test.pl
27858 ____________________________________________________________________________
27859 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
27860         Log: Make creating UTF-8 surrogates a punishable act.
27861      Branch: perl
27862            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
27863 ____________________________________________________________________________
27864 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
27865         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
27866      Branch: perl
27867            + lib/unicore/In/172.pl lib/unicore/In/173.pl
27868            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
27869            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
27870            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
27871            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
27872            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
27873 ____________________________________________________________________________
27874 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
27875         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
27876              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27877              Date: Sat, 15 Dec 2001 23:21:43 +0100
27878              Message-ID: <20011215232143.A11790@rafael>
27879      Branch: perl
27880            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
27881 ____________________________________________________________________________
27882 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
27883         Log: Make charnames more robust.
27884      Branch: perl
27885            ! lib/charnames.pm
27886 ____________________________________________________________________________
27887 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
27888         Log: The hoops one has to jump through.
27889      Branch: perl
27890            ! ext/I18N/Langinfo/Langinfo.pm
27891 ____________________________________________________________________________
27892 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
27893         Log: Subject: [PATCH] perlstyle.pod nit on warnings
27894              From: Autrijus Tang <autrijus@egb.elixus.org>
27895              Date: Sat, 15 Dec 2001 04:24:34 -0800
27896              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
27897      Branch: perl
27898            ! pod/perlstyle.pod
27899 ____________________________________________________________________________
27900 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
27901         Log: I don't think we are in FooOS, Toto.
27902      Branch: perl
27903            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
27904 ____________________________________________________________________________
27905 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
27906         Log: Subject: Re: Untested modules update:  There's more than we thought
27907              From: chromatic <chromatic@rmci.net>
27908              Date: Fri, 14 Dec 2001 17:20:24 -0700
27909              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
27910      Branch: perl
27911            + lib/ExtUtils/MM_Cygwin.t
27912            ! MANIFEST
27913 ____________________________________________________________________________
27914 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
27915         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
27916              From: Michael G Schwern <schwern@pobox.com> 
27917              Date: Fri, 14 Dec 2001 20:59:42 -0500
27918              Message-ID: <20011215015942.GF28596@blackrider>
27919      Branch: perl
27920            ! t/TEST
27921 ____________________________________________________________________________
27922 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
27923         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
27924              From: Michael G Schwern <schwern@pobox.com> 
27925              Date: Fri, 14 Dec 2001 20:03:46 -0500
27926              Message-ID: <20011215010346.GD28596@blackrider>
27927      Branch: perl
27928            + ext/B/t/bblock.t
27929            ! MANIFEST
27930 ____________________________________________________________________________
27931 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
27932         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
27933              From: Michael G Schwern <schwern@pobox.com> 
27934              Date: Fri, 14 Dec 2001 19:59:13 -0500
27935              Message-ID: <20011215005913.GC28596@blackrider>
27936      Branch: perl
27937            ! ext/B/B/Bblock.pm
27938 ____________________________________________________________________________
27939 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
27940         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
27941              From: Michael G Schwern <schwern@pobox.com> 
27942              Date: Fri, 14 Dec 2001 19:36:12 -0500
27943              Message-ID: <20011215003611.GA28596@blackrider>
27944      Branch: perl
27945            + ext/B/t/asmdata.t
27946            ! MANIFEST
27947 ____________________________________________________________________________
27948 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
27949         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
27950              From: Michael G Schwern <schwern@pobox.com> 
27951              Date: Fri, 14 Dec 2001 19:14:14 -0500
27952              Message-ID: <20011215001414.GA25077@blackrider>
27953      Branch: perl
27954            ! bytecode.pl ext/B/B/Asmdata.pm
27955 ____________________________________________________________________________
27956 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
27957         Log: Permissions.
27958      Branch: perl
27959            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
27960            ! ext/Devel/PPPort/module3.c
27961 ____________________________________________________________________________
27962 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
27963         Log: Benchmark test from Nicholas Clark.
27964      Branch: perl
27965            + lib/Benchmark.t
27966            ! MANIFEST lib/Benchmark.pm
27967 ____________________________________________________________________________
27968 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
27969         Log: Mithing.
27970      Branch: perl
27971            + lib/Attribute/Handlers/demo/demo2.pl
27972            + lib/Attribute/Handlers/demo/demo3.pl
27973            + lib/Attribute/Handlers/demo/demo4.pl
27974 ____________________________________________________________________________
27975 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
27976         Log: Silence compiler worries found by Schwern/Digital cc.
27977      Branch: perl
27978            ! perlio.c sv.c x2p/str.c
27979 ____________________________________________________________________________
27980 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
27981         Log: User may not have a valid home directory even if
27982              getpwuid() succedds.
27983      Branch: perl
27984            ! ext/File/Glob/t/basic.t
27985 ____________________________________________________________________________
27986 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
27987         Log: Integrate with perlio.  (No changes, but that's okay.)
27988      Branch: perl
27989           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
27990 ____________________________________________________________________________
27991 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
27992         Log: Add a Configure hints file for VOS: the POSIX support
27993              of VOS is getting close to the point where it can run
27994              Configure (some Configure tweaks will be required).
27995      Branch: perl
27996            + hints/vos.sh
27997            ! MANIFEST
27998 ____________________________________________________________________________
27999 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
28000         Log: Update Changes.
28001      Branch: perl
28002            ! Changes patchlevel.h
28003 ____________________________________________________________________________
28004 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
28005         Log: Reintroduce Attribute::Handlers with Spider's fixes.
28006      Branch: perl
28007            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
28008            + lib/Attribute/Handlers/README
28009            + lib/Attribute/Handlers/demo/Demo.pm
28010            + lib/Attribute/Handlers/demo/Descriptions.pm
28011            + lib/Attribute/Handlers/demo/MyClass.pm
28012            + lib/Attribute/Handlers/demo/demo.pl
28013            + lib/Attribute/Handlers/demo/demo_call.pl
28014            + lib/Attribute/Handlers/demo/demo_chain.pl
28015            + lib/Attribute/Handlers/demo/demo_cycle.pl
28016            + lib/Attribute/Handlers/demo/demo_hashdir.pl
28017            + lib/Attribute/Handlers/demo/demo_phases.pl
28018            + lib/Attribute/Handlers/demo/demo_range.pl
28019            + lib/Attribute/Handlers/demo/demo_rawdata.pl
28020            + lib/Attribute/Handlers/t/multi.t
28021            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
28022 ____________________________________________________________________________
28023 [ 13685] By: nick                                  on 2001/12/14  15:57:00
28024         Log: Integrate mainline
28025      Branch: perlio
28026           +> t/run/switcht.t
28027           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
28028           !> perlapi.h pod/perlrun.pod t/TEST taint.c
28029 ____________________________________________________________________________
28030 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
28031         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
28032              From: Michael G Schwern <schwern@pobox.com> 
28033              Date: Thu, 13 Dec 2001 19:27:08 -0500
28034              Message-ID: <20011214002707.GA10532@blackrider>
28035              
28036              (reword the perlrun -t description a bit,
28037              and move the Itaint_warn to the bottom of
28038              the intrpvar.h for binary compatibility)
28039      Branch: perl
28040            + t/run/switcht.t
28041            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
28042            ! perlapi.h pod/perlrun.pod t/TEST taint.c
28043 ____________________________________________________________________________
28044 [ 13683] By: nick                                  on 2001/12/14  12:29:41
28045         Log: Integrate mainline
28046      Branch: perlio
28047           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
28048           +> lib/Term/ReadLine.t t/op/hashassign.t
28049            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
28050            - lib/Attribute/Handlers/README
28051            - lib/Attribute/Handlers/demo/Demo.pm
28052            - lib/Attribute/Handlers/demo/Descriptions.pm
28053            - lib/Attribute/Handlers/demo/MyClass.pm
28054            - lib/Attribute/Handlers/demo/demo.pl
28055            - lib/Attribute/Handlers/demo/demo2.pl
28056            - lib/Attribute/Handlers/demo/demo3.pl
28057            - lib/Attribute/Handlers/demo/demo4.pl
28058            - lib/Attribute/Handlers/demo/demo_call.pl
28059            - lib/Attribute/Handlers/demo/demo_chain.pl
28060            - lib/Attribute/Handlers/demo/demo_cycle.pl
28061            - lib/Attribute/Handlers/demo/demo_hashdir.pl
28062            - lib/Attribute/Handlers/demo/demo_phases.pl
28063            - lib/Attribute/Handlers/demo/demo_range.pl
28064            - lib/Attribute/Handlers/demo/demo_rawdata.pl
28065            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
28066           !> (integrate 101 files)
28067 ____________________________________________________________________________
28068 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
28069         Log: Detypo.
28070      Branch: perl
28071            ! utf8.c
28072 ____________________________________________________________________________
28073 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
28074         Log: Buffer overflow checks.
28075      Branch: perl
28076            ! utf8.c
28077 ____________________________________________________________________________
28078 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
28079         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
28080              From: Spider Boardman <spider@leggy.zk3.dec.com>
28081              Date: Thu, 13 Dec 2001 15:32:51 -0500
28082              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
28083      Branch: perl
28084            ! lib/ExtUtils/Embed.t
28085 ____________________________________________________________________________
28086 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
28087         Log: More on the Unicode "line" definition.
28088      Branch: perl
28089            ! pod/perlunicode.pod
28090 ____________________________________________________________________________
28091 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
28092         Log: Open-ended VERSION?
28093      Branch: perl
28094            ! lib/ExtUtils/Install.pm
28095 ____________________________________________________________________________
28096 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
28097         Log: Subject: [PATCH] Better make distclean
28098              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28099              Date: Thu, 13 Dec 2001 21:10:18 +0100
28100              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
28101      Branch: perl
28102            ! Makefile.SH
28103 ____________________________________________________________________________
28104 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
28105         Log: Remove Memoize::Saves as requested by mjd.
28106      Branch: perl
28107            - lib/Memoize/Saves.pm
28108            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
28109 ____________________________________________________________________________
28110 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
28111         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
28112              From: Michael G Schwern <schwern@pobox.com>
28113              Date: Tue, 11 Dec 2001 23:17:32 -0500
28114              Message-ID: <20011212041732.GS17250@blackrider>
28115      Branch: perl
28116            ! lib/ExtUtils/Install.pm
28117 ____________________________________________________________________________
28118 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
28119         Log: Subject: [PATCH] Re: use utf8; with bad utf8
28120              From: Nicholas Clark <nick@ccl4.org>
28121              Date: Thu, 13 Dec 2001 17:09:39 +0000
28122              Message-ID: <20011213170939.L21702@plum.flirble.org>
28123      Branch: perl
28124            ! t/lib/1_compile.t
28125 ____________________________________________________________________________
28126 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
28127         Log: Subject: (LONG!) Sort benchmarks and patch
28128              From: "John P. Linderman" <jpl@research.att.com>
28129              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
28130              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
28131      Branch: perl
28132            ! pp_sort.c
28133 ____________________________________________________________________________
28134 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
28135         Log: Unadorned numbers evil.
28136      Branch: perl
28137            ! pp.c regcomp.c regexec.c utf8.c utf8.h
28138 ____________________________________________________________________________
28139 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
28140         Log: "preprocessing directive not recognized within macro arg"
28141      Branch: perl
28142            ! ext/Data/Dumper/Dumper.xs
28143 ____________________________________________________________________________
28144 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
28145         Log: Subject: Clarifying the documentation of goto            
28146              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
28147              Date: Thu, 13 Dec 2001 08:57:38 -0500
28148              Message-ID: <3C18BD8B@operamail.com>
28149      Branch: perl
28150            ! pod/perlfunc.pod
28151 ____________________________________________________________________________
28152 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
28153         Log: It could be possible for the case-insensitive
28154              Unicode-aware string comparison to wander off
28155              to the la-la land.
28156      Branch: perl
28157            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
28158            ! regexec.c utf8.c
28159 ____________________________________________________________________________
28160 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
28161         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
28162              From: Michael G Schwern <schwern@pobox.com> 
28163              Date: Wed, 12 Dec 2001 21:53:46 -0500
28164              Message-ID: <20011213025346.GH25129@blackrider>
28165      Branch: perl
28166            ! lib/Net/hostent.t t/op/stat.t t/test.pl
28167 ____________________________________________________________________________
28168 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
28169         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
28170              From: Michael G Schwern <schwern@pobox.com> 
28171              Date: Wed, 12 Dec 2001 20:33:42 -0500
28172              Message-ID: <20011213013342.GX25129@blackrider>
28173      Branch: perl
28174            ! t/io/fs.t
28175 ____________________________________________________________________________
28176 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
28177         Log: Subject: Re: [PATCH] use utf8; tests
28178              From: Nicholas Clark <nick@ccl4.org>
28179              Date: Thu, 13 Dec 2001 00:16:58 +0000
28180              Message-ID: <20011213001658.I21702@plum.flirble.org>
28181      Branch: perl
28182            ! lib/utf8.t
28183 ____________________________________________________________________________
28184 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
28185         Log: EPOC fixes from Olaf Flebbe.
28186      Branch: perl
28187            ! README.epoc epoc/config.sh epoc/createpkg.pl
28188            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
28189 ____________________________________________________________________________
28190 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
28191         Log: Subject: [PATCH perl@13661] VMS test fix-ups
28192              From: "Craig A. Berry" <craigberry@mac.com>
28193              Date: Wed, 12 Dec 2001 16:27:48 -0600
28194              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
28195      Branch: perl
28196            ! lib/Net/hostent.t t/io/fs.t
28197 ____________________________________________________________________________
28198 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
28199         Log: Subject: Re: Next cygwin round.
28200              From: "Gerrit P. Haase" <gp@familiehaase.de>
28201              Date: Wed, 12 Dec 2001 21:59:00 +0100
28202              Message-ID: <122343874595.20011212215900@familiehaase.de>
28203      Branch: perl
28204            ! t/io/fs.t
28205 ____________________________________________________________________________
28206 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
28207         Log: Subject: [PATCH] use utf8; tests
28208              From: Nicholas Clark <nick@ccl4.org>
28209              Date: Wed, 12 Dec 2001 20:07:04 +0000
28210              Message-ID: <20011212200704.E21702@plum.flirble.org>
28211      Branch: perl
28212            ! lib/utf8.t t/test.pl
28213 ____________________________________________________________________________
28214 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
28215         Log: Update Changes.
28216      Branch: perl
28217            ! Changes patchlevel.h
28218 ____________________________________________________________________________
28219 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
28220         Log: Subject: [PATCH] Passing in env to perl_parse did not work
28221              From: Gisle Aas <gisle@ActiveState.com>
28222              Date: 11 Dec 2001 20:52:57 -0800
28223              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
28224      Branch: perl
28225            ! perl.c perl.h
28226 ____________________________________________________________________________
28227 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
28228         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
28229              mostly gcc -Wall complaining about the argument of %p not
28230              being a void *.
28231      Branch: perl
28232            ! perlio.c regcomp.c taint.c toke.c
28233 ____________________________________________________________________________
28234 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
28235         Log: metaconfig unit change for #13657.
28236      Branch: metaconfig
28237            ! U/modified/nis.U
28238 ____________________________________________________________________________
28239 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
28240         Log: Try YP/NIS also from /usr/lib/yp.
28241      Branch: perl
28242            ! Configure
28243 ____________________________________________________________________________
28244 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
28245         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
28246              From: Michael G Schwern <schwern@pobox.com>                
28247              Date: Wed, 12 Dec 2001 05:27:02 -0500      
28248              Message-ID: <20011212102702.GW17250@blackrider>
28249              
28250              (the op/grent part)
28251      Branch: perl
28252            ! t/op/grent.t
28253 ____________________________________________________________________________
28254 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
28255         Log: Weed out .files from ls and readdir() results.
28256      Branch: perl
28257            ! t/op/stat.t
28258 ____________________________________________________________________________
28259 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
28260         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
28261              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
28262              Date: Wed, 12 Dec 2001 10:52:21 +0100
28263              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
28264      Branch: perl
28265            ! lib/File/Find.pm
28266 ____________________________________________________________________________
28267 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
28268         Log: Subject: [PATCH] doio fatal on cygwin for 13651
28269              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
28270              Date: Wed, 12 Dec 2001 11:28:13 +0100      
28271              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
28272      Branch: perl
28273            ! doio.c
28274 ____________________________________________________________________________
28275 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
28276         Log: Get the whole line of ls, makes debugging easier
28277              (from Schwern)
28278      Branch: perl
28279            ! t/op/stat.t
28280 ____________________________________________________________________________
28281 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
28282         Log: rename() must be tested even without link()
28283              or the utime() and rename-directory tests fail.
28284              (Also got the BeOS utime atime/time the wrong way round.)
28285      Branch: perl
28286            ! t/io/fs.t
28287 ____________________________________________________________________________
28288 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
28289         Log: Now that the beos.c is compiled at the main level
28290              the header is in the beos/
28291      Branch: perl
28292            ! beos/beos.c
28293 ____________________________________________________________________________
28294 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
28295         Log: Must remember to require Socket.
28296      Branch: perl
28297            ! ext/Sys/Syslog/syslog.t
28298 ____________________________________________________________________________
28299 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
28300         Log: In BeOS Errno must resort to actual compilation
28301              and execution for some of the error constants.
28302      Branch: perl
28303            ! ext/Errno/Errno_pm.PL
28304 ____________________________________________________________________________
28305 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
28306         Log: BeOS still has no good sockets.
28307      Branch: perl
28308            ! ext/IO/lib/IO/t/io_sel.t
28309 ____________________________________________________________________________
28310 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
28311         Log: BeOS sockets are not true sockets.
28312      Branch: perl
28313            ! ext/IO/lib/IO/t/io_poll.t
28314 ____________________________________________________________________________
28315 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
28316         Log: No Socket, no Syslog.
28317      Branch: perl
28318            ! ext/Sys/Syslog/syslog.t
28319 ____________________________________________________________________________
28320 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
28321         Log: (On some platforms) missing truncate FH.
28322      Branch: perl
28323            ! pod/perltodo.pod
28324 ____________________________________________________________________________
28325 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
28326         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
28327              and vms would be muchly appreciated.
28328      Branch: perl
28329            ! t/io/fs.t
28330 ____________________________________________________________________________
28331 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
28332         Log: utime() updates only the mtime in BeOS. 
28333      Branch: perl
28334            ! pod/perlport.pod
28335 ____________________________________________________________________________
28336 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
28337         Log: No link(), no need to dSP.
28338      Branch: perl
28339            ! pp_sys.c
28340 ____________________________________________________________________________
28341 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
28342         Log: Missing argument.
28343      Branch: perl
28344            ! utf8.c
28345 ____________________________________________________________________________
28346 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
28347         Log: (1) To assume any setuid programs is silly.
28348              (2) Chaining tests with booleans means that some
28349              of them may not get run which means getting out
28350              of test count sync.
28351      Branch: perl
28352            ! t/op/stat.t
28353 ____________________________________________________________________________
28354 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
28355         Log: The beos.c needs to be in the main directory.
28356      Branch: perl
28357            ! hints/beos.sh
28358 ____________________________________________________________________________
28359 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
28360         Log: Detypo and rename.
28361      Branch: perl
28362            ! doio.c perl.h perlio.c perliol.h
28363 ____________________________________________________________________________
28364 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
28365         Log: This time I test compiled.  Honest.
28366      Branch: perl
28367            ! beos/beos.c
28368 ____________________________________________________________________________
28369 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
28370         Log: Subject: [PATCH] slightly more pack tests
28371              From: Nicholas Clark <nick@ccl4.org>
28372              Date: Tue, 11 Dec 2001 23:41:23 +0000
28373              Message-ID: <20011211234123.Y21702@plum.flirble.org>
28374      Branch: perl
28375            ! t/op/pack.t
28376 ____________________________________________________________________________
28377 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
28378         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
28379              From: "Craig A. Berry" <craigberry@mac.com>
28380              Date: Tue, 11 Dec 2001 16:39:13 -0600
28381              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
28382      Branch: perl
28383            ! configure.com
28384 ____________________________________________________________________________
28385 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
28386         Log: metaconfig unit change for #13632.
28387      Branch: metaconfig/U/perl
28388            ! perlpath.U
28389 ____________________________________________________________________________
28390 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
28391         Log: Subject: $Config{perlpath} and -Dversiononly
28392              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28393              Date: Tue, 11 Dec 2001 23:32:33 +0100
28394              Message-ID: <20011211233233.A11587@rafael>
28395      Branch: perl
28396            ! Configure
28397 ____________________________________________________________________________
28398 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
28399         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
28400              From: Nicholas Clark <nick@ccl4.org>
28401              Date: Tue, 11 Dec 2001 21:59:36 +0000
28402              Message-ID: <20011211215935.W21702@plum.flirble.org>
28403      Branch: perl
28404            ! t/op/pack.t
28405 ____________________________________________________________________________
28406 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
28407         Log: More UTF-8 API docs.
28408      Branch: perl
28409            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
28410 ____________________________________________________________________________
28411 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
28412         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
28413              From: Nicholas Clark <nick@ccl4.org>
28414              Date: Tue, 11 Dec 2001 20:08:59 +0000
28415              Message-ID: <20011211200859.S21702@plum.flirble.org>
28416      Branch: perl
28417            ! t/op/pack.t
28418 ____________________________________________________________________________
28419 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
28420         Log: Subject: Re: use utf8; with bad utf8
28421              From: Nicholas Clark <nick@ccl4.org>
28422              Date: Tue, 11 Dec 2001 19:49:21 +0000
28423              Message-ID: <20011211194921.R21702@plum.flirble.org>
28424      Branch: perl
28425            ! lib/utf8.t
28426 ____________________________________________________________________________
28427 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
28428         Log: Can't spell worth a dam.  (Try Three Gorges.)
28429      Branch: perl
28430            ! beos/beos.c
28431 ____________________________________________________________________________
28432 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
28433         Log: We need DWIM cpps.
28434      Branch: perl
28435            ! perlio.c
28436 ____________________________________________________________________________
28437 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
28438         Log: The unixish.h needs to be found and the waitpid wrapper
28439              could use a proto.
28440      Branch: perl
28441            ! beos/beosish.h
28442 ____________________________________________________________________________
28443 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
28444         Log: The BeOS waitpid() seems to be broken,
28445              have a wrapper for it.
28446      Branch: perl
28447            + beos/beos.c beos/beosish.h
28448            ! MANIFEST hints/beos.sh perl.h
28449 ____________________________________________________________________________
28450 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
28451         Log: Unlean the leaning tower of Babel.
28452      Branch: perl
28453            ! perl.h
28454 ____________________________________________________________________________
28455 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
28456         Log: Retract #13607 until we figure out what to do with autouse.
28457      Branch: perl
28458            ! lib/Carp.pm
28459 ____________________________________________________________________________
28460 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
28461         Log: Try to handle platforms that have O_TEXT != O_BINARY but
28462              which are not DOSish, BeOS being one of such platforms.
28463              Ideally this should be a Configure test, not a hardwired
28464              cpp symbol test... 
28465      Branch: perl
28466            ! doio.c perl.h perlio.c perliol.h
28467 ____________________________________________________________________________
28468 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
28469         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
28470              From: Jonathan Stowe <gellyfish@gellyfish.com>
28471              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
28472              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
28473      Branch: perl
28474            ! lib/Term/Cap.pm lib/Term/Cap.t
28475 ____________________________________________________________________________
28476 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
28477         Log: Subject: [patch perlio.c] test for NULL before derefencing
28478              From: Stas Bekman <stas@stason.org>
28479              Date: Tue, 11 Dec 2001 16:17:55 +0800
28480              Message-ID: <3C15C133.8@stason.org>
28481      Branch: perl
28482            ! perlio.c
28483 ____________________________________________________________________________
28484 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
28485         Log: metaconfig unit change for #13617.
28486      Branch: metaconfig/U/perl
28487            ! Extensions.U
28488 ____________________________________________________________________________
28489 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
28490         Log: BeOS has socket() but not enough to build a working Socket.
28491              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
28492              new networking implementation, which is rumored to fix the
28493              non-standardness of sockets, but it's apparently not publicly
28494              available, and anything to do with BeOS has become quite
28495              complicated with the sale of the Be assets to Palm.)
28496      Branch: perl
28497            ! Configure
28498 ____________________________________________________________________________
28499 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
28500         Log: Update changes
28501      Branch: maint-5.6/macperl
28502            ! macos/Changes
28503 ____________________________________________________________________________
28504 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
28505         Log: Add extra pod to help
28506      Branch: maint-5.6/macperl
28507            ! macos/macperl/MacPerl.podhelp
28508 ____________________________________________________________________________
28509 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
28510         Log: Return DoAppleScript errors in $@
28511      Branch: maint-5.6/macperl
28512            ! macos/ext/MacPerl/OSA.xs
28513 ____________________________________________________________________________
28514 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
28515         Log: Clear out $^E before each script run
28516      Branch: maint-5.6/macperl
28517            ! macos/macperl/MPScript.c
28518 ____________________________________________________________________________
28519 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
28520         Log: Integrate various changes from maint-5.6/perl/.
28521      Branch: maint-5.6/macperl
28522           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
28523           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
28524 ____________________________________________________________________________
28525 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
28526         Log: Subject: Exporter's documentation shouldn't lie               
28527              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
28528              Date: Mon, 10 Dec 2001 21:30:20 -0500
28529              Message-ID: <3C4AA201@operamail.com>
28530      Branch: perl
28531            ! lib/Exporter.pm
28532 ____________________________________________________________________________
28533 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
28534         Log: Make Errno better in BeOS (the second hunk is
28535              good on any platform).  Still not working in BeOS
28536              are the E constants that refer BeOS native error
28537              constants (B_...) which are enums (*groan*).
28538      Branch: perl
28539            ! ext/Errno/Errno_pm.PL
28540 ____________________________________________________________________________
28541 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
28542         Log: The BeOS linker seems to link the last seen symbol,
28543              not the first (so the symbols of op.o from libperl.so
28544              would get linked to miniperl instead of the symbols of
28545              opmini.o)-- use the same trick as for NeXT4 for linking
28546              miniperl.
28547      Branch: perl
28548            ! Makefile.SH
28549 ____________________________________________________________________________
28550 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
28551         Log: Subject: Re: [PATCH] tests for hash assignment
28552              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28553              Date: Tue, 11 Dec 2001 01:48:55 +0000
28554              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
28555      Branch: perl
28556            ! utf8.c
28557 ____________________________________________________________________________
28558 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
28559         Log: (retracted by #13622)
28560              
28561              Subject: RE: More verbose POD for Carp
28562              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
28563              Date: Mon, 10 Dec 2001 20:23:20 -0500
28564              Message-ID: <3C4A3566@operamail.com>
28565      Branch: perl
28566            ! lib/Carp.pm
28567 ____________________________________________________________________________
28568 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
28569         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
28570              From: "Craig A. Berry" <craigberry@mac.com>
28571              Date: Mon, 10 Dec 2001 18:25:37 -0600
28572              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
28573      Branch: perl
28574            ! t/op/write.t t/test.pl
28575 ____________________________________________________________________________
28576 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
28577         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
28578              From: Michael G Schwern <schwern@pobox.com>
28579              Date: Mon, 10 Dec 2001 08:00:01 -0500
28580              Message-ID: <20011210130000.GK1770@blackrider>
28581      Branch: perl
28582            ! t/comp/multiline.t
28583 ____________________________________________________________________________
28584 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
28585         Log: Subject: Re: [PATCH] tests for hash assignment
28586              From: Nicholas Clark <nick@ccl4.org>
28587              Date: Mon, 10 Dec 2001 23:22:28 +0000
28588              Message-ID: <20011210232228.M21702@plum.flirble.org>
28589      Branch: perl
28590            + t/op/hashassign.t
28591            ! MANIFEST t/op/each.t t/test.pl
28592 ____________________________________________________________________________
28593 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
28594         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
28595              From: "Craig A. Berry" <craigberry@mac.com>
28596              Date: Mon, 10 Dec 2001 16:38:14 -0600
28597              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
28598      Branch: perl
28599            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
28600 ____________________________________________________________________________
28601 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
28602         Log: Subject: [PATCH perl@13600] configure.com fixes
28603              From: "Craig A. Berry" <craigberry@mac.com>
28604              Date: Mon, 10 Dec 2001 14:40:20 -0600
28605              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
28606      Branch: perl
28607            ! configure.com
28608 ____________________________________________________________________________
28609 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
28610         Log: Silence BeOS compilation moaning.
28611      Branch: perl
28612            ! perl.h
28613 ____________________________________________________________________________
28614 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
28615         Log: Update Changes.
28616      Branch: perl
28617            ! Changes patchlevel.h
28618 ____________________________________________________________________________
28619 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
28620         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
28621              From: Michael G Schwern <schwern@pobox.com>
28622              Date: Mon, 10 Dec 2001 01:21:03 -0500
28623              Message-ID: <20011210062103.GC1770@blackrider>
28624      Branch: perl
28625            ! lib/ExtUtils/Command.t
28626 ____________________________________________________________________________
28627 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
28628         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
28629              From: Michael G Schwern <schwern@pobox.com>
28630              Date: Mon, 10 Dec 2001 01:10:57 -0500
28631              Message-ID: <20011210061057.GB1770@blackrider>
28632      Branch: perl
28633            ! t/op/groups.t
28634 ____________________________________________________________________________
28635 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
28636         Log: Retract #13596, #13593 should do the trick.
28637      Branch: perl
28638            ! t/op/stat.t
28639 ____________________________________________________________________________
28640 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
28641         Log: (retracted by #13597, #13593 does the job better)
28642              
28643              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
28644              From: Michael G Schwern <schwern@pobox.com>
28645              Date: Mon, 10 Dec 2001 00:53:16 -0500
28646              Message-ID: <20011210055316.GA1770@blackrider>
28647      Branch: perl
28648            ! t/op/stat.t
28649 ____________________________________________________________________________
28650 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
28651         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
28652              From: Michael G Schwern <schwern@pobox.com> 
28653              Date: Mon, 10 Dec 2001 02:19:14 -0500
28654              Message-ID: <20011210071914.GF1770@blackrider>
28655      Branch: perl
28656            ! lib/AutoSplit.t
28657 ____________________________________________________________________________
28658 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
28659         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
28660              From: Michael G Schwern <schwern@pobox.com>
28661              Date: Mon, 10 Dec 2001 02:47:40 -0500
28662              Message-ID: <20011210074739.GH1770@blackrider>
28663      Branch: perl
28664            ! t/op/pack.t
28665 ____________________________________________________________________________
28666 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
28667         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
28668              From: Michael G Schwern <schwern@pobox.com>
28669              Date: Mon, 10 Dec 2001 02:54:22 -0500
28670              Message-ID: <20011210075422.GI1770@blackrider>
28671      Branch: perl
28672            ! t/test.pl
28673 ____________________________________________________________________________
28674 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
28675         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
28676              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28677              Date: Mon, 10 Dec 2001 08:45:20 +0100
28678              Message-ID: <3C146810.60B5B7C0@alcatel.at>
28679      Branch: perl
28680            ! pp_pack.c
28681 ____________________________________________________________________________
28682 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
28683         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
28684              From: Michael G Schwern <schwern@pobox.com>
28685              Date: Mon, 10 Dec 2001 03:27:02 -0500
28686              Message-ID: <20011210082702.GN1770@blackrider>
28687      Branch: perl
28688            ! t/io/openpid.t
28689 ____________________________________________________________________________
28690 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
28691         Log: More chmod +w.
28692      Branch: perl
28693            ! Porting/makerel
28694 ____________________________________________________________________________
28695 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
28696         Log: Just skip the readability test if running as root.
28697      Branch: perl
28698            ! lib/Net/t/netrc.t
28699 ____________________________________________________________________________
28700 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
28701         Log: Tell about the downside of safe signals.
28702      Branch: perl
28703            ! pod/perldelta.pod
28704 ____________________________________________________________________________
28705 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
28706         Log: Make the whole -lperl thing NetBSD only until we
28707              find some other platform that needs the same.
28708      Branch: perl
28709            ! lib/ExtUtils/MM_Unix.pm
28710 ____________________________________________________________________________
28711 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
28712         Log: Subject: [PATCH t/op/pack.t] Cleanup
28713              From: Michael G Schwern <schwern@pobox.com> 
28714              Date: Sun, 9 Dec 2001 23:08:26 -0500
28715              Message-ID: <20011210040826.GD660@blackrider>
28716      Branch: perl
28717            ! t/op/pack.t
28718 ____________________________________________________________________________
28719 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
28720         Log: Add threads support for NetBSD.
28721              
28722              This is also the first (I think) Perl threads build with
28723              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
28724              NetBSD does not as of yet have true kernel POSIX threads,
28725              but the user-level pth seems to be doing pretty well--
28726              the only failure is that threads/t/basic okays 6 and 7
28727              consistently seem be arriving in the reverse order.
28728              Well, gdbm.t is also failing: 'Undefined PLT symbol
28729              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
28730              guessing that GDBM would need a threaded rebuild.
28731      Branch: perl
28732            ! hints/netbsd.sh
28733 ____________________________________________________________________________
28734 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
28735         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
28736              potential performance hit and change in semantics of closure
28737              lookups after C<undef &foo>)
28738      Branch: maint-5.6/perl
28739            ! op.c
28740 ____________________________________________________________________________
28741 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
28742         Log: metaconfig unit change for #13582.
28743      Branch: metaconfig
28744            ! U/threads/usethreads.U
28745 ____________________________________________________________________________
28746 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
28747         Log: Update the ithreads selection info in Configure,
28748              as suggested by Michael Schwern.
28749      Branch: perl
28750            ! Configure
28751 ____________________________________________________________________________
28752 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
28753         Log: Clearing locale environment simply doesn't seem to
28754              guarantee that (nl_)langinfo(CODESET) would return nil.
28755              (I for example get "ISO8859-1", so <guess>maybe there can
28756              be per-system default settings at work</guess>.)
28757      Branch: perl
28758            ! lib/open.t
28759 ____________________________________________________________________________
28760 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
28761         Log: Subject: RE: Exporter fixes reversed in 13540?
28762              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
28763              Date: Sun, 9 Dec 2001 12:55:15 -0500
28764              Message-ID: <3C13F455@operamail.com>
28765      Branch: perl
28766            ! lib/open.pm
28767 ____________________________________________________________________________
28768 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
28769         Log: Root is the lizard king.
28770      Branch: perl
28771            ! lib/Net/t/netrc.t
28772 ____________________________________________________________________________
28773 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
28774         Log: Telling how many tests we are expecting helps.
28775      Branch: perl
28776            ! ext/POSIX/t/waitpid.t
28777 ____________________________________________________________________________
28778 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
28779         Log: Add a test case for waitpid(): from Rocco Caputo.
28780      Branch: perl
28781            + ext/POSIX/t/waitpid.t
28782            ! MANIFEST
28783 ____________________________________________________________________________
28784 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
28785         Log: Subject: [PATCH] Term::ReadLine tweaks and test
28786              From: Richard Clamp <richardc@unixbeard.net>
28787              Date: Mon, 10 Dec 2001 00:51:47 +0000
28788              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
28789      Branch: perl
28790            + lib/Term/ReadLine.t
28791            ! MANIFEST lib/Term/ReadLine.pm
28792 ____________________________________________________________________________
28793 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
28794         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
28795              From: Rocco Caputo <troc@netrus.net>
28796              Date: Sun, 9 Dec 2001 18:12:38 -0500
28797              Message-ID: <20011209181238.A803@eyrie.homenet>
28798      Branch: perl
28799            ! win32/win32.c
28800 ____________________________________________________________________________
28801 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
28802         Log: make sure that va_start() has matching va_end();
28803              from OpenBSD 3.0.
28804      Branch: perl
28805            ! x2p/util.c
28806 ____________________________________________________________________________
28807 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
28808         Log: h2ph updates from OpenBSD 3.0.
28809      Branch: perl
28810            ! utils/h2ph.PL
28811 ____________________________________________________________________________
28812 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
28813         Log: OpenBSD hints update from OpenBSD 3.0.
28814      Branch: perl
28815            ! hints/openbsd.sh
28816 ____________________________________________________________________________
28817 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
28818         Log: DJGPP tweaks from Laszlo Molnar.
28819      Branch: perl
28820            ! djgpp/config.over lib/File/Find/t/find.t
28821            ! lib/File/Find/t/taint.t t/pod/find.t
28822 ____________________________________________________________________________
28823 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
28824         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
28825              From: Michael G Schwern <schwern@pobox.com> 
28826              Date: Sun, 9 Dec 2001 19:28:12 -0500
28827              Message-ID: <20011210002812.GF13586@blackrider>
28828      Branch: perl
28829            ! README.cygwin
28830 ____________________________________________________________________________
28831 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
28832         Log: README.cygwin update from Gerrit P. Haase.
28833      Branch: perl
28834            ! README.cygwin
28835 ____________________________________________________________________________
28836 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
28837         Log: Apply NetBSD patch-ag: shared/static linking,
28838              but make the change less intrusive on non-NetBSD.
28839      Branch: perl
28840            ! lib/ExtUtils/MM_Unix.pm
28841 ____________________________________________________________________________
28842 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
28843         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
28844      Branch: perl
28845            ! lib/ExtUtils/Liblist.pm
28846 ____________________________________________________________________________
28847 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
28848         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
28849      Branch: perl
28850            ! regcomp.c
28851 ____________________________________________________________________________
28852 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
28853         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
28854      Branch: perl
28855            ! pp.c
28856 ____________________________________________________________________________
28857 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
28858         Log: Apply NetBSD patch-ac.
28859              (the fix has already been done: change #9706, fully qualified
28860              pathnames in packlists)
28861      Branch: perl
28862            ! lib/ExtUtils/Install.pm
28863 ____________________________________________________________________________
28864 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
28865         Log: Apply NetBSD patch-ab: NetBSD hints update.
28866      Branch: perl
28867            ! hints/netbsd.sh
28868 ____________________________________________________________________________
28869 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
28870         Log: metaconfig unit changes for #13560.
28871      Branch: metaconfig/U/perl
28872            ! dlsrc.U i_ieeefp.U libperl.U
28873 ____________________________________________________________________________
28874 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
28875         Log: NetBSD has <ieeefp.h> but hidden.
28876      Branch: perl
28877            ! hints/netbsd.sh
28878 ____________________________________________________________________________
28879 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
28880         Log: Implement NetBSD patch-aa.
28881      Branch: perl
28882            ! Configure
28883 ____________________________________________________________________________
28884 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
28885         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
28886              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
28887              Date: Sun, 09 Dec 2001 13:40:58 +0100
28888              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
28889              
28890              (The lstat()s were there in 5.6.1: what happened to them?)
28891      Branch: perl
28892            ! lib/File/Find.pm
28893 ____________________________________________________________________________
28894 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
28895         Log: Quickie documentation of the C UTF-8 API.
28896      Branch: perl
28897            ! pod/perlunicode.pod
28898 ____________________________________________________________________________
28899 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
28900         Log: Subject: bleadperl on cygwin weirdness...
28901              From: "Gerrit P. Haase" <gp@familiehaase.de>
28902              Date: Sun, 9 Dec 2001 20:31:28 +0100
28903              Message-ID: <13779422183.20011209203128@familiehaase.de>          
28904              
28905              (plus libperl*.dll version portability tweaks)
28906      Branch: perl
28907            ! lib/ExtUtils/Embed.t
28908 ____________________________________________________________________________
28909 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
28910         Log: Instead of muting symbol export error if under eval,
28911              delay the errors until the croak().
28912              
28913              (replaces #13408)
28914      Branch: perl
28915            ! lib/Exporter/Heavy.pm
28916 ____________________________________________________________________________
28917 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
28918         Log: Basegroup 0 is a cygwin_nt thing.
28919      Branch: perl
28920            ! t/op/groups.t
28921 ____________________________________________________________________________
28922 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
28923         Log: Also WinME is LoseLink.
28924      Branch: perl
28925            ! t/op/stat.t
28926 ____________________________________________________________________________
28927 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
28928         Log: Forgotten checkin.
28929      Branch: perl
28930            ! lib/User/grent.t
28931 ____________________________________________________________________________
28932 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
28933         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
28934              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
28935              Date: Sun, 09 Dec 2001 13:45:06 +0100
28936              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
28937      Branch: perl
28938            ! lib/File/Find.pm
28939 ____________________________________________________________________________
28940 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
28941         Log: Tweakback.
28942      Branch: perl
28943            ! lib/Net/hostent.t
28944 ____________________________________________________________________________
28945 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
28946         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
28947              From: Michael G Schwern <schwern@pobox.com>
28948              Date: Sat, 8 Dec 2001 14:48:38 -0500
28949              Message-ID: <20011208194838.GA8650@blackrider>
28950      Branch: perl
28951            ! t/op/grent.t
28952 ____________________________________________________________________________
28953 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
28954         Log: Subject: [README.cygwin] Removing old expected test failures
28955              From: Michael G Schwern <schwern@pobox.com>
28956              Date: Sat, 8 Dec 2001 15:38:28 -0500
28957              Message-ID: <20011208203828.GB9017@blackrider>
28958      Branch: perl
28959            ! README.cygwin
28960 ____________________________________________________________________________
28961 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
28962         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
28963              From: Michael G Schwern <schwern@pobox.com>                
28964              Date: Sat, 8 Dec 2001 15:26:59 -0500
28965              Message-ID: <20011208202659.GA9017@blackrider> 
28966      Branch: perl
28967            ! lib/Net/hostent.t
28968 ____________________________________________________________________________
28969 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
28970         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
28971              From: Michael G Schwern <schwern@pobox.com> 
28972              Date: Sat, 8 Dec 2001 15:06:16 -0500
28973              Message-ID: <20011208200616.GA8915@blackrider>
28974      Branch: perl
28975            ! t/op/stat.t
28976 ____________________________________________________________________________
28977 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
28978         Log: Developer deprecations and an incompatibility.
28979      Branch: perl
28980            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
28981 ____________________________________________________________________________
28982 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
28983         Log: Shoo.
28984      Branch: perl
28985            - lib/Attribute/Handlers.pm
28986 ____________________________________________________________________________
28987 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
28988         Log: Remove Attribute::Handlers, as per Damian's request.
28989              (Because of fixing the my variables to be now handled
28990              in run-time, the whole internals of the A::H needs to
28991              be rewritten and Damian will not have time for that
28992              for months.)
28993      Branch: perl
28994            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
28995            - lib/Attribute/Handlers/demo/Demo.pm
28996            - lib/Attribute/Handlers/demo/Descriptions.pm
28997            - lib/Attribute/Handlers/demo/MyClass.pm
28998            - lib/Attribute/Handlers/demo/demo.pl
28999            - lib/Attribute/Handlers/demo/demo2.pl
29000            - lib/Attribute/Handlers/demo/demo3.pl
29001            - lib/Attribute/Handlers/demo/demo4.pl
29002            - lib/Attribute/Handlers/demo/demo_call.pl
29003            - lib/Attribute/Handlers/demo/demo_chain.pl
29004            - lib/Attribute/Handlers/demo/demo_cycle.pl
29005            - lib/Attribute/Handlers/demo/demo_hashdir.pl
29006            - lib/Attribute/Handlers/demo/demo_phases.pl
29007            - lib/Attribute/Handlers/demo/demo_range.pl
29008            - lib/Attribute/Handlers/demo/demo_rawdata.pl
29009            - lib/Attribute/Handlers/t/multi.t
29010            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
29011            ! pod/perlmodlib.pod pod/perltoc.pod
29012 ____________________________________________________________________________
29013 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
29014         Log: Subject: Re: attributes are broken
29015              From: Spider Boardman <spider@Orb.Nashua.NH.US>
29016              Date: Sun, 09 Dec 2001 00:09:23 -0500
29017              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
29018      Branch: perl
29019            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
29020            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
29021            ! xsutils.c
29022 ____________________________________________________________________________
29023 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
29024         Log: Forgotten checkin.
29025      Branch: perl
29026            ! lib/Pod/Text.pm
29027 ____________________________________________________________________________
29028 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
29029         Log: uconfig.h update.
29030      Branch: perl
29031            ! uconfig.h
29032 ____________________________________________________________________________
29033 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
29034         Log: Update Changes.
29035      Branch: perl
29036            ! Changes patchlevel.h
29037 ____________________________________________________________________________
29038 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
29039         Log: Note that some of the Unicode features are
29040              dependent on perlio.
29041      Branch: perl
29042            ! pod/perluniintro.pod
29043 ____________________________________________________________________________
29044 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
29045         Log: Regen perlapi, regen toc.
29046      Branch: perl
29047            ! pod/perlapi.pod pod/perltoc.pod
29048 ____________________________________________________________________________
29049 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
29050         Log: FAQ sync.
29051      Branch: perl
29052            ! pod/perlfaq4.pod pod/perlfaq6.pod
29053 ____________________________________________________________________________
29054 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
29055         Log: Subject: [PATCH] Fix odd language in an sv.c comment
29056              From: coral@eekeek.org
29057              Date: Sat, 8 Dec 2001 12:19:39 -0500
29058              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
29059      Branch: perl
29060            ! sv.c
29061 ____________________________________________________________________________
29062 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
29063         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
29064              From: Michael G Schwern <schwern@pobox.com>
29065              Date: Fri, 7 Dec 2001 20:03:45 -0500
29066              Message-ID: <20011208010345.GD642@blackrider>
29067              
29068              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
29069              From: Michael G Schwern <schwern@pobox.com>
29070              Date: Fri, 7 Dec 2001 20:13:54 -0500
29071              Message-ID: <20011208011354.GE642@blackrider>
29072              
29073              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
29074              From: Michael G Schwern <schwern@pobox.com>
29075              Date: Fri, 7 Dec 2001 21:47:36 -0500
29076              Message-ID: <20011208024736.GH642@blackrider>
29077              
29078              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
29079              From: Michael G Schwern <schwern@pobox.com>
29080              Date: Fri, 7 Dec 2001 23:09:43 -0500
29081              Message-ID: <20011208040943.GK642@blackrider>
29082              
29083              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
29084              Message-Id: <a05101004b83754903506@[172.16.52.1]>
29085              Date: Fri, 7 Dec 2001 23:28:15 -0600
29086              From: "Craig A. Berry" <craigberry@mac.com>
29087      Branch: perl
29088            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
29089 ____________________________________________________________________________
29090 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
29091         Log: Integrate perlio:
29092              
29093              [ 13531]
29094              Tweak multi-arg open error messages
29095              
29096              [ 13530]
29097              Allow multi-arg open() if opening layer declares this legal.
29098      Branch: perl
29099           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
29100           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
29101 ____________________________________________________________________________
29102 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
29103         Log: Retract #11156 since Sarathy has found that it breaks code:
29104              http://bugs.ActiveState.com/show_bug.cgi?id=18457
29105              http://bugs.ActiveState.com/show_bug.cgi?id=18858
29106      Branch: perl
29107            ! op.c sv.c t/op/pos.t
29108 ____________________________________________________________________________
29109 [ 13532] By: nick                                  on 2001/12/08  14:11:12
29110         Log: Integrate mainline
29111      Branch: perlio
29112           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
29113           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
29114 ____________________________________________________________________________
29115 [ 13531] By: nick                                  on 2001/12/08  13:48:21
29116         Log: Tweak multi-arg open error messages
29117      Branch: perlio
29118            ! perlio.c
29119 ____________________________________________________________________________
29120 [ 13530] By: nick                                  on 2001/12/08  10:20:06
29121         Log: Allow multi-arg open() if opening layer declares this legal.
29122      Branch: perlio
29123            ! doio.c perlio.c perliol.h
29124 ____________________________________________________________________________
29125 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
29126         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
29127              From: Michael G Schwern <schwern@pobox.com>       
29128              Date: Fri, 7 Dec 2001 19:41:31 -0500
29129              Message-ID: <20011208004131.GC642@blackrider>
29130      Branch: perl
29131            ! t/run/switches.t t/test.pl
29132 ____________________________________________________________________________
29133 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
29134         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
29135              From: Michael G Schwern <schwern@pobox.com>       
29136              Date: Fri, 7 Dec 2001 19:12:44 -0500
29137              Message-ID: <20011208001244.GB642@blackrider>
29138      Branch: perl
29139            ! t/op/stat.t
29140 ____________________________________________________________________________
29141 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
29142         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
29143              From: Michael G Schwern <schwern@pobox.com>
29144              Date: Fri, 7 Dec 2001 17:28:57 -0500
29145              Message-ID: <20011207222857.GI23210@blackrider>
29146      Branch: perl
29147            ! t/op/magic.t
29148 ____________________________________________________________________________
29149 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
29150         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
29151      Branch: perl
29152            ! t/test.pl
29153 ____________________________________________________________________________
29154 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
29155         Log: which_perl: delay as much a possible till runtime.
29156      Branch: perl
29157            ! t/test.pl
29158 ____________________________________________________________________________
29159 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
29160         Log: Further tweakage to which_perl().
29161      Branch: perl
29162            ! t/test.pl
29163 ____________________________________________________________________________
29164 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
29165         Log: perluniintro tweaks.
29166      Branch: perl
29167            ! pod/perluniintro.pod
29168 ____________________________________________________________________________
29169 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
29170         Log: Tweak the $Perl computation.
29171      Branch: perl
29172            ! t/test.pl
29173 ____________________________________________________________________________
29174 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
29175         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
29176              From: Nicholas Clark <nick@ccl4.org>
29177              Date: Fri, 7 Dec 2001 17:06:56 +0000
29178              Message-ID: <20011207170656.G21702@plum.flirble.org>
29179      Branch: perl
29180            ! doop.c t/op/chop.t
29181 ____________________________________________________________________________
29182 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
29183         Log: Update Changes.
29184      Branch: perl
29185            ! Changes patchlevel.h
29186 ____________________________________________________________________________
29187 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
29188         Log: Missing ).
29189      Branch: perl
29190            ! t/test.pl
29191 ____________________________________________________________________________
29192 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
29193         Log: Allow several arguments to display().
29194      Branch: perl
29195            ! t/test.pl
29196 ____________________________________________________________________________
29197 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
29198         Log: /dev/stdout could be either a character special file
29199              or a named pipe, so let's pretend it doesn't exist.
29200      Branch: perl
29201            ! t/op/stat.t
29202 ____________________________________________________________________________
29203 [ 13516] By: nick                                  on 2001/12/07  15:09:23
29204         Log: Integrate again - can I catch up ?
29205      Branch: perlio
29206           !> t/test.pl
29207 ____________________________________________________________________________
29208 [ 13515] By: nick                                  on 2001/12/07  15:08:17
29209         Log: Integrate mainline some more
29210      Branch: perlio
29211           !> README.hpux hints/linux.sh pod/perlfunc.pod
29212 ____________________________________________________________________________
29213 [ 13514] By: nick                                  on 2001/12/07  15:07:15
29214         Log: Integrate mainline
29215      Branch: perlio
29216           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
29217           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
29218           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
29219           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
29220           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
29221           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
29222           +> t/lib/Math/BigInt/BareCalc.pm
29223            - ext/Devel/PPPort/harness/Harness.pm
29224            - ext/Devel/PPPort/harness/Harness.xs
29225            - ext/Devel/PPPort/harness/Makefile.PL
29226            - ext/Devel/PPPort/harness/module2.c
29227            - ext/Devel/PPPort/harness/module3.c
29228            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
29229            - lib/File/Spec/Functions.t
29230           !> (integrate 103 files)
29231 ____________________________________________________________________________
29232 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
29233         Log: Add display() for displaying icky scalars.
29234      Branch: perl
29235            ! t/test.pl
29236 ____________________________________________________________________________
29237 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
29238         Log: Subject: [ID 20011207.001] documentation bug for waitpid
29239              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
29240              Date: Fri, 7 Dec 2001 12:44:56 +0100
29241              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
29242      Branch: perl
29243            ! pod/perlfunc.pod
29244 ____________________________________________________________________________
29245 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
29246         Log: gcc version matching didn't.
29247      Branch: perl
29248            ! hints/linux.sh
29249 ____________________________________________________________________________
29250 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
29251         Log: Subject: HP renamed their servers              
29252              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29253              Date: Fri, 07 Dec 2001 12:07:22 +0100
29254              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
29255      Branch: perl
29256            ! README.hpux
29257 ____________________________________________________________________________
29258 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
29259         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
29260              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
29261              Date: Fri, 7 Dec 2001 00:24:55 -0500
29262              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
29263      Branch: perl
29264            ! pod/perlport.pod
29265 ____________________________________________________________________________
29266 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
29267         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
29268              From: Michael G Schwern <schwern@pobox.com> 
29269              Date: Thu, 6 Dec 2001 22:56:34 -0500
29270              Message-ID: <20011207035634.GO22648@blackrider>
29271      Branch: perl
29272            ! t/base/lex.t t/op/exec.t
29273 ____________________________________________________________________________
29274 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
29275         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
29276              From: Michael G Schwern <schwern@pobox.com>
29277              Date: Thu, 6 Dec 2001 22:45:44 -0500
29278              Message-ID: <20011207034544.GN22648@blackrider>
29279              
29280              (plus op/ref tweak)
29281      Branch: perl
29282            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
29283            ! t/run/kill_perl.t t/test.pl
29284 ____________________________________________________________________________
29285 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
29286         Log: Upgrade to Math::BigInt 1.48.
29287      Branch: perl
29288            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
29289            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
29290            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
29291            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
29292            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
29293            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
29294            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
29295 ____________________________________________________________________________
29296 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
29297         Log: Mention also perl56delta in case someone is upgrading from
29298              Perl 5.005_03.
29299      Branch: perl
29300            ! pod/perldelta.pod
29301 ____________________________________________________________________________
29302 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
29303         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
29304              From: Michael G Schwern <schwern@pobox.com>
29305              Date: Thu, 6 Dec 2001 15:15:28 -0500
29306              Message-ID: <20011206201528.GF16414@blackrider>
29307              
29308              (just the term.t, not the lex.t)
29309              
29310              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
29311              From: Michael G Schwern <schwern@pobox.com>
29312              Date: Thu, 6 Dec 2001 15:22:22 -0500
29313              Message-ID: <20011206202222.GG16414@blackrider>
29314              
29315              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
29316              From: Michael G Schwern <schwern@pobox.com>
29317              Date: Thu, 6 Dec 2001 15:31:58 -0500
29318              Message-ID: <20011206203158.GI16414@blackrider>
29319              
29320              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
29321              From: Michael G Schwern <schwern@pobox.com>
29322              Date: Thu, 6 Dec 2001 17:38:55 -0500
29323              Message-ID: <20011206223855.GC22648@blackrider>
29324      Branch: perl
29325            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
29326            ! t/test.pl
29327 ____________________________________________________________________________
29328 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
29329         Log: Update the thr5005 situation.
29330      Branch: perl
29331            ! pod/perldelta.pod
29332 ____________________________________________________________________________
29333 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
29334         Log: perldelta borrowings from perl561delta.
29335      Branch: perl
29336            ! pod/perldelta.pod
29337 ____________________________________________________________________________
29338 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
29339         Log: Add the 5.6.1 perldelta as perl561delta.
29340              (Makes it easier to steal stuff for perldelta :-)
29341      Branch: perl
29342            + pod/perl561delta.pod
29343            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29344 ____________________________________________________________________________
29345 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
29346         Log: Retract #13496 for now.
29347      Branch: perl
29348            ! t/base/lex.t t/base/term.t
29349 ____________________________________________________________________________
29350 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
29351         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
29352              From: "Craig A. Berry" <craigberry@mac.com>
29353              Date: Thu, 6 Dec 2001 14:54:36 -0600
29354              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
29355      Branch: perl
29356            ! vms/ext/filespec.t
29357 ____________________________________________________________________________
29358 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
29359         Log: (retracted by #13499)
29360              
29361              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
29362              From: Michael G Schwern <schwern@pobox.com>
29363              Date: Thu, 6 Dec 2001 15:15:28 -0500
29364              Message-ID: <20011206201528.GF16414@blackrider>
29365      Branch: perl
29366            ! t/base/lex.t t/base/term.t
29367 ____________________________________________________________________________
29368 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
29369         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
29370              From: Michael G Schwern <schwern@pobox.com>
29371              Date: Thu, 6 Dec 2001 13:54:48 -0500
29372              Message-ID: <20011206185448.GC16414@blackrider>
29373      Branch: perl
29374            ! t/op/stat.t
29375 ____________________________________________________________________________
29376 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
29377         Log: The #4 has nothing to do with Unicode.
29378      Branch: perl
29379            ! t/op/tr.t
29380 ____________________________________________________________________________
29381 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
29382         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
29383              From: Michael G Schwern <schwern@pobox.com>
29384              Date: Thu, 6 Dec 2001 13:45:48 -0500
29385              Message-ID: <20011206184548.GB16414@blackrider>
29386      Branch: perl
29387            ! t/op/tr.t
29388 ____________________________________________________________________________
29389 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
29390         Log: Update Changes.
29391      Branch: perl
29392            ! Changes patchlevel.h
29393 ____________________________________________________________________________
29394 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
29395         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
29396              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29397              Date: Thu, 6 Dec 2001 11:41:25 EST
29398              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
29399      Branch: perl
29400            ! vms/vms.c vms/vmsish.h
29401 ____________________________________________________________________________
29402 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
29403         Log: Subject: [PATCH] Re: weirdness in regexps
29404              From: Robin Houston <robin@kitsite.com> 
29405              Date: Thu, 6 Dec 2001 14:44:01 +0000
29406              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
29407      Branch: perl
29408            ! op.c t/lib/strict/subs
29409 ____________________________________________________________________________
29410 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
29411         Log: Make the -b -c -S tests count all of the /dev, not just
29412              check the first one, as suggested by Benjamin Goldberg.
29413      Branch: perl
29414            ! t/op/stat.t
29415 ____________________________________________________________________________
29416 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
29417         Log: Subject: Re: [PATCH: bleadperl] casefold backref
29418              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
29419              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
29420              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
29421      Branch: perl
29422            ! regexec.c
29423 ____________________________________________________________________________
29424 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
29425         Log: Nits noticed by Philip Newton, and de-tab DB.t.
29426      Branch: perl
29427            ! lib/DB.t
29428 ____________________________________________________________________________
29429 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
29430         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
29431              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
29432              Date: 6 Dec 2001 11:06:01 -0000
29433              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
29434      Branch: perl
29435            ! op.c t/op/tr.t
29436 ____________________________________________________________________________
29437 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
29438         Log: Subject: [PATCH: bleadperl] casefold backref
29439              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
29440              Date: Wed, 05 Dec 2001 17:27:05 +0000
29441              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
29442      Branch: perl
29443            ! regexec.c t/op/re_tests
29444 ____________________________________________________________________________
29445 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
29446         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
29447              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29448              Date: Wed, 5 Dec 2001 22:34:53 EST
29449              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
29450      Branch: perl
29451            ! mg.c vms/vms.c vms/vmsish.h
29452 ____________________________________________________________________________
29453 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
29454         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
29455              From: Michael G Schwern <schwern@pobox.com>
29456              Date: Wed, 5 Dec 2001 19:52:58 -0500
29457              Message-ID: <20011205195257.A903@blackrider>
29458      Branch: perl
29459            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
29460            + lib/File/Spec/t/rel2abs2rel.t
29461            - lib/File/Spec.t lib/File/Spec/Functions.t
29462            ! MANIFEST
29463 ____________________________________________________________________________
29464 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
29465         Log: Subject: Re: Silly stat() portability questions                
29466              From: Benjamin Goldberg <goldbb2@earthlink.net>
29467              Date: Wed, 05 Dec 2001 22:52:35 -0500
29468              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
29469      Branch: perl
29470            ! pod/perlport.pod
29471 ____________________________________________________________________________
29472 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
29473         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
29474              From: "Craig A. Berry" <craigberry@mac.com>
29475              Date: Wed, 05 Dec 2001 16:41:59 -0600
29476              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
29477      Branch: perl
29478            ! README.vms configure.com lib/File/Spec/VMS.pm
29479            ! vms/ext/filespec.t
29480 ____________________________________________________________________________
29481 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
29482         Log: $apply->('club', $glibc_maintainers);
29483              
29484              (Nick Clark just reported that <langinfo.h> YESSTR
29485              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
29486      Branch: perl
29487            ! ext/I18N/Langinfo/Langinfo.t
29488 ____________________________________________________________________________
29489 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
29490         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
29491      Branch: perl
29492            ! pod/perlport.pod
29493 ____________________________________________________________________________
29494 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
29495         Log: tweak change#13474 (pad entries can apparently be null in some
29496              situations)
29497      Branch: maint-5.6/perl
29498            ! op.c
29499 ____________________________________________________________________________
29500 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
29501         Log: Restore the /dev -b -c -S part of the test.
29502      Branch: perl
29503            ! t/op/stat.t
29504 ____________________________________________________________________________
29505 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
29506         Log: Retract #13475 until Arthur gets back to the mine.
29507      Branch: perl
29508            ! op.c t/run/kill_perl.t
29509 ____________________________________________________________________________
29510 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
29511         Log: (retracted by #13476)
29512              
29513              Manually apply #13474; fixes stale reference to dead
29514              CvOUTSIDE(); this can happen when anonymous subroutines
29515              that aren't closures are returned from an eval""
29516              
29517              (threads/shared/sv_refs.t is coredump-unhappy about this change)
29518      Branch: perl
29519            ! op.c t/run/kill_perl.t
29520 ____________________________________________________________________________
29521 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
29522         Log: replacement for change#10451
29523              
29524              fixes stale reference to dead CvOUTSIDE(); this can happen when
29525              anonymous subroutines that aren't closures are returned from an
29526              eval""
29527      Branch: maint-5.6/perl
29528            ! op.c t/op/misc.t
29529 ____________________________________________________________________________
29530 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
29531         Log: revert change#10451,10472; it was a naive fix that simply
29532              reintroduced the memory leak!
29533      Branch: maint-5.6/perl
29534            ! op.c t/op/misc.t
29535 ____________________________________________________________________________
29536 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
29537         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
29538              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
29539              Date: Wed, 05 Dec 2001 10:49:20 +0100
29540              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
29541      Branch: perl
29542            ! lib/File/Basename.pm lib/File/Basename.t
29543 ____________________________________________________________________________
29544 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
29545         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
29546              From: Michael G Schwern <schwern@pobox.com> 
29547              Date: Wed, 5 Dec 2001 02:47:59 -0500
29548              Message-ID: <20011205024759.H14333@blackrider>
29549      Branch: perl
29550            ! t/op/magic.t
29551 ____________________________________________________________________________
29552 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
29553         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
29554              From: Michael G Schwern <schwern@pobox.com>              
29555              Date: Wed, 5 Dec 2001 02:22:05 -0500
29556              Message-ID: <20011205022205.F14333@blackrider>
29557      Branch: perl
29558            ! t/op/stat.t vms/test.com
29559 ____________________________________________________________________________
29560 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
29561         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
29562              From: Michael G Schwern <schwern@pobox.com> 
29563              Date: Tue, 4 Dec 2001 23:40:10 -0500
29564              Message-ID: <20011204234010.B14333@blackrider>
29565      Branch: perl
29566            ! t/op/stat.t
29567 ____________________________________________________________________________
29568 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
29569         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
29570              From: Michael G Schwern <schwern@pobox.com> 
29571              Date: Tue, 4 Dec 2001 21:09:18 -0500           
29572              Message-ID: <20011204210918.D13279@blackrider>
29573              
29574              t/test.
29575      Branch: perl
29576            ! t/test.pl
29577 ____________________________________________________________________________
29578 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
29579         Log: (accidentally empty check-in)
29580      Branch: perl
29581            ! t/op/stat.t
29582 ____________________________________________________________________________
29583 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
29584         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
29585              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29586              Date: Tue, 04 Dec 2001 23:40:27 +0100
29587              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
29588      Branch: perl
29589            ! mg.c
29590 ____________________________________________________________________________
29591 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
29592         Log: Subject: [PATCH] minor pod fix in Safe.pm
29593              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29594              Date: Tue, 4 Dec 2001 22:02:34 +0100
29595              Message-ID: <20011204220234.A17293@rafael>
29596      Branch: perl
29597            ! ext/Opcode/Safe.pm
29598 ____________________________________________________________________________
29599 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
29600         Log: CRLF GRRR.
29601      Branch: perl
29602            ! djgpp/configure.bat
29603 ____________________________________________________________________________
29604 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
29605         Log: DJGPP fixes from Laszlo Molnar.
29606      Branch: perl
29607            ! djgpp/configure.bat djgpp/djgpp.h
29608 ____________________________________________________________________________
29609 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
29610         Log: Update Changes.
29611      Branch: perl
29612            ! Changes patchlevel.h
29613 ____________________________________________________________________________
29614 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
29615         Log: Must wipe out the memory of real Socket before starting
29616              to use the new fake one.
29617      Branch: perl
29618            ! lib/Net/t/config.t
29619 ____________________________________________________________________________
29620 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
29621         Log: LC_ALL might trump LANG.
29622      Branch: perl
29623            ! lib/open.t
29624 ____________________________________________________________________________
29625 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
29626         Log: Make the eval runtime.
29627      Branch: perl
29628            ! lib/open.pm
29629 ____________________________________________________________________________
29630 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
29631         Log: Make the Langinfo test both more lenient (allow
29632              for any symbol not to exists) and stricter (add
29633              more symbols).
29634      Branch: perl
29635            ! ext/I18N/Langinfo/Langinfo.t
29636 ____________________________________________________________________________
29637 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
29638         Log: integrate change#13453 from maint-5.6
29639              
29640              tweak change#11399 to use an explicit flag rather than
29641              ass_u_ming w32_pseudo_id will only be zero for the real
29642              toplevel interpreter; avoids multiple hosts from diddling
29643              the environment at the same time
29644      Branch: perl
29645           !> win32/perlhost.h
29646 ____________________________________________________________________________
29647 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
29648         Log: Subject: [PATCH] VMS update for perldelta.pod
29649              From: "Craig A. Berry" <craigberry@mac.com> 
29650              Date: Tue, 4 Dec 2001 00:23:12 -0600
29651              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
29652      Branch: perl
29653            ! pod/perldelta.pod
29654 ____________________________________________________________________________
29655 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
29656         Log: NetWare tweak from Ananth Kesari.
29657      Branch: perl
29658            ! NetWare/Makefile
29659 ____________________________________________________________________________
29660 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
29661         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
29662              Not adding the test suite because of its many assumptions.
29663      Branch: perl
29664            ! lib/Net/Ping.pm
29665 ____________________________________________________________________________
29666 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
29667         Log: tweak change#11399 to use an explicit flag rather than
29668              ass_u_ming w32_pseudo_id will only be zero for the real
29669              toplevel interpreter; avoids multiple hosts from diddling
29670              the environment at the same time
29671      Branch: maint-5.6/perl
29672            ! win32/perlhost.h
29673 ____________________________________________________________________________
29674 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
29675         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
29676              from Len Makin.
29677      Branch: perl
29678            + hints/super-ux.sh
29679            ! MANIFEST
29680 ____________________________________________________________________________
29681 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
29682         Log: Add Mac OS X known failures to perldelta.
29683      Branch: perl
29684            ! pod/perldelta.pod
29685 ____________________________________________________________________________
29686 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
29687         Log: I think it's time to call the utf8 code non-test.
29688      Branch: perl
29689            ! utf8.c
29690 ____________________________________________________________________________
29691 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
29692         Log: Retract #13303, need rethink.
29693      Branch: perl
29694            ! utf8.c
29695 ____________________________________________________________________________
29696 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
29697         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
29698              From: "Craig A. Berry" <craigberry@mac.com>
29699              Date: Mon, 03 Dec 2001 16:28:06 -0600
29700              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
29701      Branch: perl
29702            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
29703 ____________________________________________________________________________
29704 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
29705         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
29706              From: Andy Dougherty <doughera@lafayette.edu>
29707              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
29708              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
29709      Branch: perl
29710            ! hints/solaris_2.sh
29711 ____________________________________________________________________________
29712 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
29713         Log: This test is not very robust on 8.3-constrained systems:
29714              all the "with truncated name" lines between "Autosplitting ..."
29715              and "some names are not unique" lines are unexpected,
29716              and the truncation message becomes:
29717              testtest.al, testtest.al truncate to testtest 
29718      Branch: perl
29719            ! lib/AutoSplit.t
29720 ____________________________________________________________________________
29721 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
29722         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
29723      Branch: perl
29724            ! ext/I18N/Langinfo/Langinfo.t
29725 ____________________________________________________________________________
29726 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
29727         Log: Test::Morify UCD.t
29728      Branch: perl
29729            ! lib/Unicode/UCD.t
29730 ____________________________________________________________________________
29731 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
29732         Log: If Socket has not been built (e.g. DJGPP) the libnet
29733              tests fall over with (too) much noise.
29734      Branch: perl
29735            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
29736            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
29737            ! lib/Net/t/smtp.t lib/Net/t/time.t
29738 ____________________________________________________________________________
29739 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
29740         Log: Subject: [PATCH] shared hash keys and ++/--
29741              From: Nicholas Clark <nick@ccl4.org>
29742              Date: Mon, 3 Dec 2001 16:37:16 +0000
29743              Message-ID: <20011203163716.C21702@plum.flirble.org>
29744      Branch: perl
29745            ! pp.c pp_hot.c sv.c t/op/inc.t
29746 ____________________________________________________________________________
29747 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
29748         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
29749              From: Jonathan Stowe <jns@gellyfish.com>
29750              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
29751              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
29752      Branch: perl
29753            ! lib/Term/Cap.pm
29754 ____________________________________________________________________________
29755 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
29756         Log: Update Changes.
29757      Branch: perl
29758            ! Changes patchlevel.h
29759 ____________________________________________________________________________
29760 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
29761         Log: perldelta tweaks.
29762      Branch: perl
29763            ! pod/perldelta.pod
29764 ____________________________________________________________________________
29765 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
29766         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
29767              From: Sam Tregar <sam@tregar.com> 
29768              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
29769              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
29770      Branch: perl
29771            ! pod/perlnewmod.pod
29772 ____________________________________________________________________________
29773 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
29774         Log: microperl casting nit.
29775      Branch: perl
29776            ! utf8.c
29777 ____________________________________________________________________________
29778 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
29779         Log: Make sharepvn a macro since all it does is a deref.
29780      Branch: perl
29781            ! embed.h embed.pl global.sym hv.c hv.h proto.h
29782 ____________________________________________________________________________
29783 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
29784         Log: perldelta updates.
29785      Branch: perl
29786            ! pod/perldelta.pod
29787 ____________________________________________________________________________
29788 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
29789         Log: PPPort update from Paul Marquess.
29790      Branch: perl
29791            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
29792            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
29793            + ext/Devel/PPPort/t/test.t
29794            - ext/Devel/PPPort/harness/Harness.pm
29795            - ext/Devel/PPPort/harness/Harness.xs
29796            - ext/Devel/PPPort/harness/Makefile.PL
29797            - ext/Devel/PPPort/harness/module2.c
29798            - ext/Devel/PPPort/harness/module3.c
29799            - ext/Devel/PPPort/harness/t/test.t
29800            ! MANIFEST ext/Devel/PPPort/MANIFEST
29801            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
29802            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
29803            ! ext/Devel/PPPort/soak
29804 ____________________________________________________________________________
29805 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
29806         Log: No use talking about dynamic library search patch
29807              unless we are having a dynamic build.
29808      Branch: perl
29809            ! t/TEST
29810 ____________________________________________________________________________
29811 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
29812         Log: Be more explicit on the List::Util build trick,
29813              should also stop unneeded rebuilds on static builds.
29814      Branch: perl
29815            ! ext/List/Util/Makefile.PL
29816 ____________________________________________________________________________
29817 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
29818         Log: We need to replace the optimize (-O1) with
29819              the -h scalar0 -h vector0, not append them
29820              to the ccflags.
29821      Branch: perl
29822            ! hints/unicos.sh hints/unicosmk.sh
29823 ____________________________________________________________________________
29824 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
29825         Log: Subject: [PATCH] Shared hash keys 
29826              From: Nicholas Clark <nick@ccl4.org>
29827              Date: Sun, 2 Dec 2001 20:52:32 +0000
29828              Message-ID: <20011202205232.U21702@plum.flirble.org>
29829      Branch: perl
29830            ! doop.c t/op/tr.t
29831 ____________________________________________________________________________
29832 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
29833         Log: Better add new files to MANIFEST, too.
29834      Branch: perl
29835            ! MANIFEST
29836 ____________________________________________________________________________
29837 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
29838         Log: Subject: {PATCH] perlpacktut.pod
29839              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
29840              Date: Sun, 02 Dec 2001 19:55:06 +0100
29841              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
29842      Branch: perl
29843            ! pod/perlpacktut.pod
29844 ____________________________________________________________________________
29845 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
29846         Log: Various small nits found by DJGPP build.
29847      Branch: perl
29848            ! doio.c mg.c pp.c util.c
29849 ____________________________________________________________________________
29850 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
29851         Log: Subject: RE: More verbose POD for Carp
29852              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
29853              Date: Sun, 2 Dec 2001 11:32:51 -0500
29854              Message-ID: <3C0A9748@operamail.com>
29855      Branch: perl
29856            ! lib/Carp.pm
29857 ____________________________________________________________________________
29858 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
29859         Log: Add a header for DJGPP with the function prototypes.
29860      Branch: perl
29861            + djgpp/djgpp.h
29862            ! MANIFEST djgpp/djgpp.c
29863 ____________________________________________________________________________
29864 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
29865         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
29866              From: Abe Timmerman <abe@ztreet.demon.nl>
29867              Date: Sun, 02 Dec 2001 02:41:25 +0100
29868              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
29869      Branch: perl
29870            ! pp_sys.c
29871 ____________________________________________________________________________
29872 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
29873         Log: There isn't PTR2INT(), there's PTR2IV().
29874      Branch: perl
29875            ! ext/Time/HiRes/HiRes.xs
29876 ____________________________________________________________________________
29877 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
29878         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
29879              From: Marc Lehmann <root@schmorp.de>
29880              Date: Sun, 02 Dec 2001 02:44:53 +0100
29881              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
29882      Branch: perl
29883            ! ext/Time/HiRes/HiRes.xs
29884 ____________________________________________________________________________
29885 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
29886         Log: encode()/decode() examples.
29887      Branch: perl
29888            ! ext/Encode/Encode.pm
29889 ____________________________________________________________________________
29890 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
29891         Log: DJGPP tweaks from Laszlo Molnar.
29892      Branch: perl
29893            ! djgpp/config.over djgpp/djgppsed.sh
29894 ____________________________________________________________________________
29895 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
29896         Log: Update Changes.
29897      Branch: perl
29898            ! Changes patchlevel.h
29899 ____________________________________________________________________________
29900 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
29901         Log: Integrate perlio:
29902              
29903              [ 13409]
29904              Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
29905              have file descriptors. Noticed a possibly worse problem in the process ...
29906      Branch: perl
29907           !> doio.c
29908 ____________________________________________________________________________
29909 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
29910         Log: Non-VMS-fixed and Win32-skipped version of
29911              
29912              Subject: [PATCH t/op/exec.t] Portabilty fix 
29913              From: Michael G Schwern <schwern@pobox.com> 
29914              Date: Fri, 30 Nov 2001 16:09:27 -0500
29915              Message-ID: <20011130160927.A10406@blackrider>
29916      Branch: perl
29917            ! t/op/exec.t
29918 ____________________________________________________________________________
29919 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
29920         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
29921              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
29922              Date: Sat, 1 Dec 2001 07:01:09 -0500
29923              Message-ID: <3C0D2E39@operamail.com>
29924              
29925              Subject: More verbose POD for Carp
29926              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
29927              Date: Sat, 1 Dec 2001 08:04:16 -0500
29928              Message-ID: <3C285C2B@operamail.com>
29929      Branch: perl
29930            ! lib/Carp.pm lib/Carp/Heavy.pm
29931 ____________________________________________________________________________
29932 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
29933         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
29934              From: chromatic <chromatic@rmci.net>
29935              Date: Sat, 01 Dec 2001 12:41:58 -0700
29936              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
29937      Branch: perl
29938            ! lib/DB.t
29939 ____________________________________________________________________________
29940 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
29941         Log: Try to make a missing RADIXCHAR a softer kinder error.
29942      Branch: perl
29943            ! ext/I18N/Langinfo/Langinfo.t
29944 ____________________________________________________________________________
29945 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
29946         Log: Have a little faith on nl_langinfo() itself.
29947      Branch: perl
29948            ! ext/I18N/Langinfo/Langinfo.xs
29949 ____________________________________________________________________________
29950 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
29951         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
29952              the max, not max plus one)
29953      Branch: perl
29954            ! ext/I18N/Langinfo/Langinfo.xs
29955 ____________________________________________________________________________
29956 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
29957         Log: Make reality agree with the comment.
29958      Branch: perl
29959            ! ext/I18N/Langinfo/Langinfo.xs
29960 ____________________________________________________________________________
29961 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
29962         Log: Try to protect against wild langinfo() arguments.
29963      Branch: perl
29964            ! ext/I18N/Langinfo/Langinfo.xs
29965 ____________________________________________________________________________
29966 [ 13409] By: nick                                  on 2001/12/01  18:19:59
29967         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
29968              have file descriptors. Noticed a possibly worse problem in the process ...
29969      Branch: perlio
29970            ! doio.c
29971 ____________________________________________________________________________
29972 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
29973         Log: (replaced by #13556)
29974              
29975              If we are inside an eval, let's be silent about
29976              separate symbols and just croak() in the end.
29977      Branch: perl
29978            ! lib/Exporter/Heavy.pm
29979 ____________________________________________________________________________
29980 [ 13407] By: nick                                  on 2001/12/01  17:14:05
29981         Log: Integrate mainline
29982      Branch: perlio
29983           !> (integrate 26 files)
29984 ____________________________________________________________________________
29985 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
29986         Log: Subject: Fix for Exporter error reporting behaviour
29987              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
29988              Date: Sat, 1 Dec 2001 06:34:48 -0500
29989              Message-ID: <3C0D1B9A@operamail.com>
29990      Branch: perl
29991            ! lib/Exporter.pm lib/Exporter/Heavy.pm
29992 ____________________________________________________________________________
29993 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
29994         Log: Need to hide behind an eval to avoid a warning
29995              about :utf8 on non-perlio configs.
29996      Branch: perl
29997            ! lib/open.t
29998 ____________________________________________________________________________
29999 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
30000         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
30001              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30002              Date: Fri, 30 Nov 2001 23:46:58 +0100
30003              Message-ID: <20011130234658.A717@rafael>
30004      Branch: perl
30005            ! op.c t/op/method.t
30006 ____________________________________________________________________________
30007 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
30008         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
30009              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30010              Date: Thu, 29 Nov 2001 22:46:12 +0100
30011              Message-ID: <20011129224612.A699@rafael>
30012      Branch: perl
30013            ! ext/B/B/Xref.pm
30014 ____________________________________________________________________________
30015 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
30016         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
30017              From: Tels <perl_dummy@bloodgate.com>
30018              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
30019              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
30020      Branch: perl
30021            ! pod/perlfunc.pod
30022 ____________________________________________________________________________
30023 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
30024         Log: Subject: [REPATCH] reference pointer comparison
30025              From: Nicholas Clark <nick@ccl4.org>
30026              Date: Sat, 1 Dec 2001 13:00:17 +0000
30027              Message-ID: <20011201130017.I21702@plum.flirble.org>
30028      Branch: perl
30029            ! pp.c
30030 ____________________________________________________________________________
30031 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
30032         Log: Upgrade to Storable 1.0.14.
30033      Branch: perl
30034            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
30035 ____________________________________________________________________________
30036 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
30037         Log: Add simple caches for ::viacode() and ::vianame().
30038      Branch: perl
30039            ! lib/charnames.pm lib/charnames.t
30040 ____________________________________________________________________________
30041 [ 13398] By: nick                                  on 2001/12/01  10:36:24
30042         Log: Integrate mainline.
30043      Branch: perlio
30044           +> (branch 44 files)
30045            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
30046            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
30047            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
30048           !> (integrate 250 files)
30049 ____________________________________________________________________________
30050 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
30051         Log: Regen toc and modlib.
30052      Branch: perl
30053            ! pod/perlmodlib.pod pod/perltoc.pod
30054 ____________________________________________________________________________
30055 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
30056         Log: Upgrade to podlators-1.18.
30057      Branch: perl
30058            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
30059 ____________________________________________________________________________
30060 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
30061         Log: -h scalar0 -h vector0 seems to help for both
30062              UNICOS and UNICOS/mk on the unpack %65c problems.
30063              
30064              (replaces #13393)
30065      Branch: perl
30066            ! hints/unicos.sh hints/unicosmk.sh
30067 ____________________________________________________________________________
30068 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
30069         Log: More Socket constants.
30070      Branch: perl
30071            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
30072 ____________________________________________________________________________
30073 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
30074         Log: (replaced by #13395)
30075      Branch: perl
30076            ! hints/unicosmk.sh
30077 ____________________________________________________________________________
30078 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
30079         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
30080              From: Andy Dougherty <doughera@lafayette.edu>
30081              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
30082              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
30083              
30084              Simplify the test skippage criterion now that we are
30085              no more dependent on sed.
30086      Branch: perl
30087            ! t/comp/cpp.t t/run/switchPx.t
30088 ____________________________________________________________________________
30089 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
30090         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
30091              From: Michael G Schwern <schwern@pobox.com>
30092              Date: Fri, 30 Nov 2001 11:48:44 -0500
30093              Message-ID: <20011130114844.C1303@blackrider>
30094              
30095              (replaces #13381)
30096      Branch: perl
30097            ! t/op/stat.t
30098 ____________________________________________________________________________
30099 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
30100         Log: Let's not assume how much memory has been allocated
30101              to PVs.
30102      Branch: perl
30103            ! ext/Devel/Peek/Peek.t
30104 ____________________________________________________________________________
30105 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
30106         Log: VOS needs to know the modules, including pp_sort.
30107      Branch: perl
30108            ! vos/perl.bind
30109 ____________________________________________________________________________
30110 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
30111         Log: Unused variables.
30112      Branch: perl
30113            ! ext/Unicode/Normalize/Normalize.xs
30114 ____________________________________________________________________________
30115 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
30116         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
30117              From: John Peacock <jpeacock@rowman.com>     
30118              Date: Fri, 30 Nov 2001 10:24:00 -0500        
30119              Message-ID: <3C07A490.A22A76B0@rowman.com>   
30120      Branch: perl
30121            ! lib/ExtUtils/Embed.t
30122 ____________________________________________________________________________
30123 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
30124         Log: Tweak for the VOS building script from Paul Green.
30125      Branch: perl
30126            ! vos/configure_perl.cm
30127 ____________________________________________________________________________
30128 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
30129         Log: Update Changes.
30130      Branch: perl
30131            ! Changes patchlevel.h
30132 ____________________________________________________________________________
30133 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
30134         Log: Cannot test if cppstdin has not yet been installed.
30135      Branch: perl
30136            ! t/run/switchPx.t
30137 ____________________________________________________________________________
30138 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
30139         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
30140              From: Michael G Schwern <schwern@pobox.com> 
30141              Date: Thu, 29 Nov 2001 22:05:11 -0500
30142              Message-ID: <20011129220510.A18869@blackrider>
30143              
30144              TODO 1: if cppstdin is used and not yet installed,
30145              the Px.t will fail (must do the same as in cpp.t)
30146              
30147              TODO 2: does this work if no Perl whatsoever has
30148              yet been installed?  That is, we should be using
30149              the Perl we are building to execute the one-liner.
30150      Branch: perl
30151            + t/run/switchPx.aux t/run/switchPx.t
30152            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
30153            ! vms/test.com
30154 ____________________________________________________________________________
30155 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
30156         Log: Upgrade to Unicode::Normalize 0.12.
30157      Branch: perl
30158            ! ext/Unicode/Normalize/Changes
30159            ! ext/Unicode/Normalize/Normalize.pm
30160            ! ext/Unicode/Normalize/Normalize.xs
30161            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
30162            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
30163            ! ext/Unicode/Normalize/t/test.t
30164 ____________________________________________________________________________
30165 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
30166         Log: (replaced by #13391)
30167              
30168              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
30169              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
30170              Date: 30 Nov 2001 11:41:53 -0000             
30171              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
30172              
30173              No need to die if we have high-paranoia (non-chdirable)
30174              system directories.
30175      Branch: perl
30176            ! t/op/stat.t
30177 ____________________________________________________________________________
30178 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
30179         Log: Paragraph rewrapping.
30180      Branch: perl
30181            ! pod/perliol.pod
30182 ____________________________________________________________________________
30183 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
30184         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
30185              From: Stas Bekman <stas@stason.org>
30186              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
30187              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
30188      Branch: perl
30189            ! pod/perliol.pod
30190 ____________________________________________________________________________
30191 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
30192         Log: Whether select() gets restarted on signals is
30193              implementation dependent.
30194      Branch: perl
30195            ! ext/Time/HiRes/HiRes.t
30196 ____________________________________________________________________________
30197 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
30198         Log: More forgotten checkins.
30199      Branch: perl
30200            ! embed.h embed.pl proto.h
30201 ____________________________________________________________________________
30202 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
30203         Log: Add a note about folding vs lowercase.
30204      Branch: perl
30205            ! regexec.c
30206 ____________________________________________________________________________
30207 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
30208         Log: Use to_uni_fold (and add changed global.sym)
30209      Branch: perl
30210            ! global.sym utf8.c
30211 ____________________________________________________________________________
30212 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
30213         Log: Make to Unicode character functions to use UVs
30214              instead of U32s and add to_uni_fold().
30215      Branch: perl
30216            ! embed.pl proto.h utf8.c
30217 ____________________________________________________________________________
30218 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
30219         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
30220              From: Nicholas Clark <nick@ccl4.org>
30221              Date: Thu, 29 Nov 2001 22:47:32 +0000
30222              Message-ID: <20011129224732.W37621@plum.flirble.org>
30223      Branch: perl
30224            ! pod/perlpacktut.pod
30225 ____________________________________________________________________________
30226 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
30227         Log: README.vos updates from Paul Green.
30228      Branch: perl
30229            ! README.vos
30230 ____________________________________________________________________________
30231 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
30232         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
30233              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30234              Date: Thu, 29 Nov 2001 14:18:51 EST
30235              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
30236      Branch: perl
30237            ! mg.c vms/vms.c vms/vmsish.h
30238 ____________________________________________________________________________
30239 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
30240         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
30241              From: Michael G Schwern <schwern@pobox.com>
30242              Date: Thu, 29 Nov 2001 13:12:31 -0500
30243              Message-ID: <20011129131231.E11300@blackrider>
30244      Branch: perl
30245            ! README.vms
30246 ____________________________________________________________________________
30247 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
30248         Log: BGET_IV was missing.
30249      Branch: perl
30250            ! ext/ByteLoader/bytecode.h
30251 ____________________________________________________________________________
30252 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
30253         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
30254              From: Jonathan Stowe <gellyfish@gellyfish.com>
30255              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
30256              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
30257      Branch: perl
30258            ! lib/Term/Cap.pm
30259 ____________________________________________________________________________
30260 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
30261         Log: Porting/checkURL.pl was missing.
30262      Branch: perl
30263            ! MANIFEST
30264 ____________________________________________________________________________
30265 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
30266         Log: Subject: INSTALL and READMEs should be reviewed
30267              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30268              Date: Thu, 29 Nov 2001 16:49:36 +0100
30269              Message-ID: <20011129164936.A17492@rafael>         
30270      Branch: perl
30271            ! README.cygwin
30272 ____________________________________________________________________________
30273 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
30274         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
30275              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
30276              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
30277              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
30278      Branch: perl
30279            ! README.os390
30280 ____________________________________________________________________________
30281 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
30282         Log: Update Changes.
30283      Branch: perl
30284            ! Changes patchlevel.h
30285 ____________________________________________________________________________
30286 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
30287         Log: The changes to the curliffed files didn't stick in #13348.
30288      Branch: perl
30289            ! README.dos README.win32
30290 ____________________________________________________________________________
30291 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
30292         Log: Subject: Re: Found the rev where File::Glob broke
30293              From: Andy Dougherty <doughera@lafayette.edu>
30294              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
30295              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
30296      Branch: perl
30297            ! lib/ExtUtils/MM_Unix.pm
30298 ____________________________________________________________________________
30299 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
30300         Log: Use __DATA__ instead of __END__.
30301      Branch: perl
30302            ! lib/Term/Cap.pm
30303 ____________________________________________________________________________
30304 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
30305         Log: Subject: [PATCH toke.c] autosplit into @F fix
30306              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30307              Date: Thu, 29 Nov 2001 14:52:23 +0100
30308              Message-ID: <20011129145223.A25817@rafael>         
30309      Branch: perl
30310            ! toke.c
30311 ____________________________________________________________________________
30312 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
30313         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
30314              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30315              Date: Thu, 29 Nov 2001 15:48:15 +0100
30316              Message-ID: <20011129154815.C25817@rafael>         
30317      Branch: perl
30318            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
30319 ____________________________________________________________________________
30320 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
30321         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
30322              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
30323              Date: Wed, 28 Nov 2001 20:35:29 +0100
30324              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
30325      Branch: perl
30326            ! pod/perlpacktut.pod
30327 ____________________________________________________________________________
30328 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
30329         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
30330              From: Stas Bekman <stas@stason.org>
30331              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
30332              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
30333              
30334              (with tweaks)
30335      Branch: perl
30336            ! pod/perlapio.pod
30337 ____________________________________________________________________________
30338 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
30339         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
30340              From: Tels <perl_dummy@bloodgate.com>
30341              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
30342              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
30343              
30344              (plus paragraph rewrapping)
30345      Branch: perl
30346            ! lib/Exporter.pm
30347 ____________________________________________________________________________
30348 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
30349         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
30350              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
30351              Date: Wed, 28 Nov 2001 21:47:59 +0000
30352              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
30353      Branch: perl
30354            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
30355 ____________________________________________________________________________
30356 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
30357         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
30358              From: Andy Dougherty <doughera@lafayette.edu>
30359              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
30360              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
30361      Branch: perl
30362            ! INSTALL ext/Time/HiRes/HiRes.t
30363 ____________________________________________________________________________
30364 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
30365         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
30366              From: Michael G Schwern <schwern@pobox.com> 
30367              Date: Wed, 28 Nov 2001 16:37:01 -0500
30368              Message-ID: <20011128163701.H676@blackrider>
30369      Branch: perl
30370            ! t/run/kill_perl.t
30371 ____________________________________________________________________________
30372 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
30373         Log: @INC tweak.
30374      Branch: perl
30375            ! t/op/ref.t
30376 ____________________________________________________________________________
30377 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
30378         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
30379              From: Nicholas Clark <nick@ccl4.org>
30380              Date: Wed, 28 Nov 2001 23:38:43 +0000
30381              Message-ID: <20011128233843.N37621@plum.flirble.org>  
30382      Branch: perl
30383            ! installman
30384 ____________________________________________________________________________
30385 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
30386         Log: Tweak the forking logic.
30387      Branch: perl
30388            ! Porting/checkURL.pl
30389 ____________________________________________________________________________
30390 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
30391         Log: Update perlmodlib.PL as per #13348.  The L<> got
30392              changed back because that is coming from ParseLink.pm.
30393      Branch: perl
30394            ! pod/perlmodlib.PL pod/perlmodlib.pod
30395 ____________________________________________________________________________
30396 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
30397         Log: URL fixups from Michael Schwern.
30398      Branch: perl
30399            ! README.cygwin README.dos README.hpux README.mint README.mpeix
30400            ! README.os390 README.qnx README.solaris README.vos README.win32
30401            ! pod/perlmodlib.pod
30402 ____________________________________________________________________________
30403 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
30404         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
30405              From: Barrie Slaymaker <barries@slaysys.com>
30406              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
30407              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
30408      Branch: perl
30409            ! lib/Exporter.pm
30410 ____________________________________________________________________________
30411 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
30412         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
30413      Branch: perl
30414            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
30415 ____________________________________________________________________________
30416 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
30417         Log: Subject: [PATCH] Re: $\ very broken
30418              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30419              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
30420              Message-ID: <20011128223308.E732@rafael>   
30421              
30422              Subject: Re: [PATCH] Re: $\ very broken     
30423              From: Nicholas Clark <nick@ccl4.org>
30424              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
30425              Message-ID: <20011128222859.K37621@plum.flirble.org>
30426      Branch: perl
30427            ! mg.c t/op/ref.t
30428 ____________________________________________________________________________
30429 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
30430         Log: Add Abigail's link checker with the following tweaks:
30431              - known dummy URLs (Peter Prymmer)
30432              - do also READMEs and INSTALL (Michael Schwern)
30433              - do also ftp URLs
30434              - add fork retry loop in case the allowed number
30435              of processes per user is low
30436      Branch: perl
30437            + Porting/checkURL.pl
30438            ! MANIFEST
30439 ____________________________________________________________________________
30440 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
30441         Log: Update Changes.
30442      Branch: perl
30443            ! Changes patchlevel.h
30444 ____________________________________________________________________________
30445 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
30446         Log: In Linux if we have modern enough gcc and supported
30447              enough CPU, crank up the optimization level to -O3.
30448      Branch: perl
30449            ! hints/linux.sh
30450 ____________________________________________________________________________
30451 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
30452         Log: Add perlpacktut from Wolfgang Laun; regen toc.
30453      Branch: perl
30454            + pod/perlpacktut.pod
30455            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
30456            ! pod/perltoc.pod
30457 ____________________________________________________________________________
30458 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
30459         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
30460              From: PPrymmer@factset.com
30461              Date: Wed, 28 Nov 2001 07:51:26 -0500
30462              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
30463      Branch: perl
30464            ! vms/test.com
30465 ____________________________________________________________________________
30466 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
30467         Log: Test cases for the first half of #13338.
30468      Branch: perl
30469            ! t/lib/h2ph.h t/lib/h2ph.pht
30470 ____________________________________________________________________________
30471 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
30472         Log: Subject: Re: h2ph confused by comments in an enum.
30473              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
30474              Date: Wed, 28 Nov 2001 04:19:21 +0000
30475              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
30476              
30477              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
30478              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
30479              Date: Wed, 28 Nov 2001 13:36:35 +0000
30480              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
30481      Branch: perl
30482            ! utils/h2ph.PL
30483 ____________________________________________________________________________
30484 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
30485         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
30486              From: Jonathan Stowe <gellyfish@gellyfish.com>
30487              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
30488              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
30489              
30490              (replace #13327)
30491      Branch: perl
30492            ! lib/Term/Cap.pm
30493 ____________________________________________________________________________
30494 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
30495         Log: Replace #13335 with
30496              
30497              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
30498              From: Russ Allbery <rra@stanford.edu>
30499              Date: 27 Nov 2001 20:42:49 -0800
30500              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
30501      Branch: perl
30502            ! lib/Pod/Text/Termcap.pm
30503 ____________________________________________________________________________
30504 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
30505         Log: (replaced by #13336)
30506              
30507              Subject: [PATCH perl@13323] Termcap.pm with no termios
30508              From: "Craig A. Berry" <craigberry@mac.com> 
30509              Date: Tue, 27 Nov 2001 22:28:50 -0600
30510              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
30511      Branch: perl
30512            ! lib/Pod/Text/Termcap.pm
30513 ____________________________________________________________________________
30514 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
30515         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
30516              From: "Craig A. Berry" <craigberry@mac.com> 
30517              Date: Tue, 27 Nov 2001 21:46:45 -0600
30518              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
30519      Branch: perl
30520            ! configure.com
30521 ____________________________________________________________________________
30522 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
30523         Log: Upgrade to podlators 1.17.
30524      Branch: perl
30525            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
30526            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
30527 ____________________________________________________________________________
30528 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
30529         Log: Fix for "a\x{100}" =~ /A/i.
30530      Branch: perl
30531            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
30532            ! utf8.c
30533 ____________________________________________________________________________
30534 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
30535         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
30536              From: "Craig A. Berry" <craigberry@mac.com>
30537              Date: Tue, 27 Nov 2001 17:11:49 -0600
30538              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
30539      Branch: perl
30540            ! lib/DB.t
30541 ____________________________________________________________________________
30542 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
30543         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
30544              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30545              Date: Tue, 27 Nov 2001 14:55:23 -0500
30546              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
30547              
30548              Subject: [PATCH: perl@13324] updates to perldelta.pod 
30549              From: PPrymmer@factset.com
30550              Date: Tue, 27 Nov 2001 18:06:04 -0500
30551              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
30552              
30553              plus added some known problems.
30554      Branch: perl
30555            ! pod/perldelta.pod
30556 ____________________________________________________________________________
30557 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
30558         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
30559              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30560              Date: Tue, 27 Nov 2001 15:38:02 EST 
30561              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
30562      Branch: perl
30563            ! configure.com vms/vms.c vms/vmsish.h
30564 ____________________________________________________________________________
30565 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
30566         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
30567              From: Michael G Schwern <schwern@pobox.com> 
30568              Date: Tue, 27 Nov 2001 15:31:12 -0500
30569              Message-ID: <20011127153112.G20929@blackrider>
30570      Branch: perl
30571            ! t/run/kill_perl.t
30572 ____________________________________________________________________________
30573 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
30574         Log: (replaced by #13337)
30575              
30576              VMS can safely hardcode a termcap entry for VT100.
30577      Branch: perl
30578            ! lib/Term/Cap.pm
30579 ____________________________________________________________________________
30580 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
30581         Log: VMS piping fixes from Charles Lane (perl -P should
30582              be working now).
30583      Branch: perl
30584            ! vms/vms.c
30585 ____________________________________________________________________________
30586 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
30587         Log: Subject: [PATCH] perlvar.pod fix
30588              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30589              Date: Tue, 27 Nov 2001 13:11:47 -0500
30590              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
30591      Branch: perl
30592            ! pod/perlvar.pod
30593 ____________________________________________________________________________
30594 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
30595         Log: Update Changes.
30596      Branch: perl
30597            ! Changes patchlevel.h
30598 ____________________________________________________________________________
30599 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
30600         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
30601              From: "Craig A. Berry" <craigberry@mac.com> 
30602              Date: Tue, 27 Nov 2001 10:21:18 -0600
30603              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
30604      Branch: perl
30605            ! lib/ExtUtils/MM_VMS.pm
30606 ____________________________________________________________________________
30607 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
30608         Log: Protect against accumulating -options -options -options.
30609      Branch: perl
30610            ! hints/hpux.sh
30611 ____________________________________________________________________________
30612 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
30613         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
30614              From: Barrie Slaymaker <barries@slaysys.com>
30615              Date: Tue, 27 Nov 2001 10:58:54 -0500
30616              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
30617      Branch: perl
30618            ! lib/Benchmark.pm
30619 ____________________________________________________________________________
30620 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
30621         Log: Tiny fix from John P. Linderman.
30622      Branch: perl
30623            ! lib/sort.pm
30624 ____________________________________________________________________________
30625 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
30626         Log: The Story of sort(), from John P. Linderman.
30627      Branch: perl
30628            ! pod/perldelta.pod
30629 ____________________________________________________________________________
30630 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
30631         Log: Add information what to do if you are reading
30632              perluniintro but using some older Perl.
30633      Branch: perl
30634            ! pod/perluniintro.pod
30635 ____________________________________________________________________________
30636 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
30637         Log: Update the 'wide characters' FAQ entry.
30638      Branch: perl
30639            ! pod/perlfaq6.pod
30640 ____________________________________________________________________________
30641 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
30642         Log: Fix for
30643              
30644              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
30645              From: Marc Lehmann <root@schmorp.de>
30646              Date: Tue, 27 Nov 2001 14:27:14 +0100
30647              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
30648      Branch: perl
30649            ! ext/Encode.t ext/Encode/Encode.xs
30650 ____________________________________________________________________________
30651 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
30652         Log: Subject: [PATCH] DB_File 1.801
30653              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30654              Date: Tue, 27 Nov 2001 15:06:45 -0000
30655              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
30656      Branch: perl
30657            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30658            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
30659 ____________________________________________________________________________
30660 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
30661         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
30662      Branch: perl
30663            ! pod/perlmodlib.pod
30664 ____________________________________________________________________________
30665 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
30666         Log: sort() doc tweaks from John P. Linderman.
30667      Branch: perl
30668            ! pod/perlfunc.pod
30669 ____________________________________________________________________________
30670 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
30671         Log: Subject: [PATCH] More perldelta.pod nits
30672              From: Simon Glover <scog@roe.ac.uk>
30673              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
30674              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
30675      Branch: perl
30676            ! pod/perldelta.pod
30677 ____________________________________________________________________________
30678 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
30679         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
30680              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30681              Date: Tue, 27 Nov 2001 11:52:31 -0000
30682              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
30683      Branch: perl
30684            ! ext/Devel/PPPort/harness/Makefile.PL
30685 ____________________________________________________________________________
30686 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
30687         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
30688              From: Michael G Schwern <schwern@pobox.com>
30689              Date: Tue, 27 Nov 2001 03:38:24 -0500
30690              Message-ID: <20011127033824.A17775@blackrider>
30691      Branch: perl
30692            ! t/TEST
30693 ____________________________________________________________________________
30694 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
30695         Log: Subject: Re: perlcc very broken
30696              From: John Peacock <jpeacock@rowman.com>
30697              Date: Tue, 27 Nov 2001 06:48:01 -0500
30698              Message-ID: <3C037D71.4030508@rowman.com>
30699      Branch: perl
30700            ! utils/perlcc.PL
30701 ____________________________________________________________________________
30702 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
30703         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
30704              From: David Dyck <dcd@tc.fluke.com>
30705              Date: Mon, 26 Nov 2001 22:04:38 -0800
30706              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
30707      Branch: perl
30708            ! t/op/pack.t
30709 ____________________________________________________________________________
30710 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
30711         Log: Subject: [ID 20011126.149] t/op/split fails step 37
30712              From: David Dyck <dcd@tc.fluke.com>
30713              Date: Mon, 26 Nov 2001 21:52:35 -0800
30714              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
30715      Branch: perl
30716            ! t/op/split.t
30717 ____________________________________________________________________________
30718 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
30719         Log: incorporate last minute change from libnet 1.0901-tobe
30720      Branch: perl
30721            ! lib/Net/SMTP.pm
30722 ____________________________________________________________________________
30723 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
30724         Log: Pass 7 at perldelta - random edits.
30725      Branch: perl
30726            ! pod/perldelta.pod
30727 ____________________________________________________________________________
30728 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
30729         Log: Portability and skippage tweaks.
30730      Branch: perl
30731            ! t/op/split.t
30732 ____________________________________________________________________________
30733 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
30734         Log: (retracted by #13449)
30735              Try to make Unicode casemapping to work for EBCDIC, too.
30736      Branch: perl
30737            ! utf8.c
30738 ____________________________________________________________________________
30739 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
30740         Log: Just printing 1..0 is not quite enough...
30741      Branch: perl
30742            ! lib/Dumpvalue.t
30743 ____________________________________________________________________________
30744 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
30745         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
30746              Delay the match until runtime.
30747      Branch: perl
30748            ! t/op/append.t
30749 ____________________________________________________________________________
30750 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
30751         Log: UTF-EBCDIC.
30752      Branch: perl
30753            ! ext/Devel/Peek/Peek.t
30754 ____________________________________________________________________________
30755 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
30756         Log: Be UTF-EBCDIC aware.
30757      Branch: perl
30758            ! lib/bytes.t
30759 ____________________________________________________________________________
30760 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
30761         Log: Bad assumption which way digits and letters sort.
30762      Branch: perl
30763            ! lib/English.t
30764 ____________________________________________________________________________
30765 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
30766         Log: If in EBCDIC but no Convert::EBCDIC
30767              the libnet tests will all fail.
30768      Branch: perl
30769            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
30770            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
30771            ! lib/Net/t/smtp.t lib/Net/t/time.t
30772 ____________________________________________________________________________
30773 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
30774         Log: Just sorting to guarantee order is not enough.
30775              (Think EBCDIC.) 
30776      Branch: perl
30777            ! lib/ExtUtils/Manifest.t
30778 ____________________________________________________________________________
30779 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
30780         Log: OS/390 cleanable gunk.
30781      Branch: perl
30782            ! lib/ExtUtils/MM_Unix.pm
30783 ____________________________________________________________________________
30784 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
30785         Log: Update the EBCDIC MD5 checksums.
30786      Branch: perl
30787            ! ext/Digest/MD5/t/files.t
30788 ____________________________________________________________________________
30789 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
30790         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
30791              From: Nicholas Clark <nick@ccl4.org>
30792              Date: Mon, 26 Nov 2001 23:06:34 +0000
30793              Message-ID: <20011126230633.Q37621@plum.flirble.org>
30794      Branch: perl
30795            ! installman
30796 ____________________________________________________________________________
30797 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
30798         Log: sort tweaks from John P. Linderman.
30799      Branch: perl
30800            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
30801 ____________________________________________________________________________
30802 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
30803         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
30804              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
30805              Date: Mon, 26 Nov 2001 18:47:25 -0600
30806              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
30807              
30808              Craig Berry submitted half of this patch just yesterday.
30809              Spooky cosmic resonance.
30810      Branch: perl
30811            ! ext/Socket/Socket.xs
30812 ____________________________________________________________________________
30813 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
30814         Log: Subject: [PATCH] doio slightly smaller
30815              From: Nicholas Clark <nick@ccl4.org>
30816              Date: Tue, 27 Nov 2001 00:40:23 +0000      
30817              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
30818      Branch: perl
30819            ! doio.c
30820 ____________________________________________________________________________
30821 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
30822         Log: perldelta nits from Autrijus Tang and Ron Kimball.
30823      Branch: perl
30824            ! pod/perldelta.pod
30825 ____________________________________________________________________________
30826 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
30827         Log: Subject: [PATCH] unpack P* uses random length for item
30828              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
30829              Date: Mon, 26 Nov 2001 19:56:32 +0100
30830              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
30831      Branch: perl
30832            ! pod/perldiag.pod pp_pack.c t/op/pack.t
30833 ____________________________________________________________________________
30834 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
30835         Log: Subject: [PATCH current] system and taintedness
30836              From: Radu Greab <radu@netsoft.ro>
30837              Date: Mon, 26 Nov 2001 18:42:29 +0200
30838              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
30839      Branch: perl
30840            ! pp_sys.c t/op/taint.t
30841 ____________________________________________________________________________
30842 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
30843         Log: Subject: [PATCH @ 13283] Devel::PPPort
30844              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30845              Date: Mon, 26 Nov 2001 14:37:17 -0000
30846              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
30847      Branch: perl
30848            + ext/Devel/PPPort/MANIFEST
30849            ! MANIFEST ext/Devel/PPPort/Makefile.PL
30850            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
30851            ! ext/Devel/PPPort/harness/Harness.xs
30852            ! ext/Devel/PPPort/harness/Makefile.PL
30853            ! ext/Devel/PPPort/harness/module2.c
30854            ! ext/Devel/PPPort/harness/module3.c
30855            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
30856 ____________________________________________________________________________
30857 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
30858         Log: Update the test list.
30859      Branch: perl
30860            ! t/lib/1_compile.t
30861 ____________________________________________________________________________
30862 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
30863         Log: Sync-up tests with libnet distribution
30864      Branch: perl
30865            + lib/Net/t/netrc.t
30866            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
30867 ____________________________________________________________________________
30868 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
30869         Log: Update Changes.
30870      Branch: perl
30871            ! Changes patchlevel.h
30872 ____________________________________________________________________________
30873 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
30874         Log: Upgrade to podlators 1.16.
30875      Branch: perl
30876            + lib/Pod/t/basic.cap
30877            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
30878            ! lib/Pod/t/basic.t pod/pod2man.PL
30879 ____________________________________________________________________________
30880 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
30881         Log: Pass 6 at perldelta - sort enhancements, generic and
30882              platform specific bug fixes.
30883      Branch: perl
30884            ! pod/perldelta.pod
30885 ____________________________________________________________________________
30886 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
30887         Log: PROPAGATE documentation from Tony Cook.
30888      Branch: perl
30889            ! pod/perlfunc.pod
30890 ____________________________________________________________________________
30891 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
30892         Log: DJGPP cannot do signals that well.
30893      Branch: perl
30894            ! ext/POSIX/t/sigaction.t
30895 ____________________________________________________________________________
30896 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
30897         Log: Can't do subsecond alarms without ualarm; and break out
30898              early if alarms do not seem to be coming in as expected.
30899      Branch: perl
30900            ! ext/Time/HiRes/HiRes.t
30901 ____________________________________________________________________________
30902 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
30903         Log: No Socket, little Net.
30904      Branch: perl
30905            ! t/lib/1_compile.t
30906 ____________________________________________________________________________
30907 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
30908         Log: Take the taint brush to the getcwds.
30909      Branch: perl
30910            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
30911 ____________________________________________________________________________
30912 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
30913         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
30914              From: "Craig A. Berry" <craigberry@mac.com>
30915              Date: Sun, 25 Nov 2001 16:20:45 -0600
30916              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
30917      Branch: perl
30918            ! ext/Socket/Socket.xs
30919 ____________________________________________________________________________
30920 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
30921         Log: Since in some DOS filesystems the timestamp granularity
30922              may be only two seconds, better sleep for three to play safe.
30923              (Helps CygWin, at least.)
30924      Branch: perl
30925            ! lib/Memoize/t/expire_file.t
30926 ____________________________________________________________________________
30927 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
30928         Log: For some reason CygWin wasn't collapsing multiple
30929              slashes into one, which made some Spec.t tests to fail.
30930              Either CygWin was being too prudish or the collapsing
30931              logic needs to be rethunk.
30932      Branch: perl
30933            ! lib/File/Spec/Unix.pm
30934 ____________________________________________________________________________
30935 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
30936         Log: Cygwin needs to have libperl.dll around if trying to link
30937              with -lperl.  Note: this change cures the test but whether
30938              it cures CygPerl installation, I don't know: hopefully the
30939              libperl5_7_2.dll, or the version equivalent, gets installed
30940              also as libperl.dll to the proper place(s).
30941      Branch: perl
30942            ! lib/ExtUtils/Embed.t
30943 ____________________________________________________________________________
30944 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
30945         Log: -I../lib/.. and -L../lib/..?  Strange.
30946      Branch: perl
30947            ! lib/ExtUtils/Embed.t
30948 ____________________________________________________________________________
30949 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
30950         Log: $MM?
30951      Branch: perl
30952            ! lib/ExtUtils/Embed.pm
30953 ____________________________________________________________________________
30954 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
30955         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
30956              From: Dave Rolsky <autarch@urth.org>
30957              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
30958              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
30959      Branch: perl
30960            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
30961            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
30962 ____________________________________________________________________________
30963 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
30964         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
30965              From: chromatic <chromatic@rmci.net>
30966              Date: Sat, 24 Nov 2001 14:56:57 -0700
30967              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
30968              
30969              plus a tweak for ithreads builds.
30970      Branch: perl
30971            + lib/DB.t
30972            ! MANIFEST lib/DB.pm
30973 ____________________________________________________________________________
30974 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
30975         Log: Win32 compilation tweaks for Blair Zajac.
30976      Branch: perl
30977            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
30978 ____________________________________________________________________________
30979 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
30980         Log: I don't think trying to bracket the hires time with lores
30981              times is going to be portable enough: Cygwin seems to be
30982              capable of getting hires ones rather consistently lower
30983              than the lores ones.  So let's try average difference instead.
30984      Branch: perl
30985            ! ext/Time/HiRes/HiRes.t
30986 ____________________________________________________________________________
30987 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
30988         Log: Subject: Re: benchmarks, sorts and reproducibility
30989              From: "John P. Linderman" <jpl@research.att.com>
30990              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
30991              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
30992              
30993              Randomize large partitions for quicksort to dodge the
30994              angry gods of quadratic.
30995      Branch: perl
30996            ! pp_sort.c
30997 ____________________________________________________________________________
30998 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
30999         Log: The joys of portable quoting.
31000      Branch: perl
31001            ! ext/Devel/PPPort/harness/Makefile.PL
31002 ____________________________________________________________________________
31003 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
31004         Log: sort pragma tweaks.
31005      Branch: perl
31006            ! lib/sort.pm
31007 ____________________________________________________________________________
31008 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
31009         Log: Skip the link= directives of utils.lst if no mandir
31010              (if no manpages).
31011      Branch: perl
31012            ! installman
31013 ____________________________________________________________________________
31014 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
31015         Log: integrate changes#8340,13260 from mainline
31016              
31017              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
31018              
31019              change#3373 introduced a handle leak in backticks and piped open()s
31020              that fail
31021      Branch: maint-5.6/perl
31022            ! t/io/pipe.t util.c
31023 ____________________________________________________________________________
31024 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
31025         Log: change#3373 introduced a handle leak in backticks and piped open()s
31026              that fail
31027      Branch: perl
31028            ! util.c
31029 ____________________________________________________________________________
31030 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
31031         Log: metaconfig unit change for #13258.
31032      Branch: metaconfig/U/perl
31033            ! d_procselfexe.U
31034 ____________________________________________________________________________
31035 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
31036         Log: Extraenous breaks noticed by David Dyck.
31037      Branch: perl
31038            ! Configure
31039 ____________________________________________________________________________
31040 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
31041         Log: Revert the /proc/self/auxv experiment for now.
31042      Branch: perl
31043            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
31044 ____________________________________________________________________________
31045 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
31046         Log: Also ExtUtils.t had $^X assumptions.
31047      Branch: perl
31048            ! lib/ExtUtils.t
31049 ____________________________________________________________________________
31050 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
31051         Log: Now is Solaris if you start the t/perl in the t/
31052              as "./perl", the $^X will be "../perl", not "./perl".
31053      Branch: perl
31054            ! t/lib/1_compile.t
31055 ____________________________________________________________________________
31056 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
31057         Log: The new way of finding out $^X in Solaris
31058              requires a little tweak if the executable
31059              pathname is *not* absolute: prepend "./"
31060              (otherwise `$^X ...` will start perl from PATH...)
31061      Branch: perl
31062            ! perl.c
31063 ____________________________________________________________________________
31064 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
31065         Log: Avoid "will not stay shared" warnings.
31066      Branch: perl
31067            ! lib/ExtUtils/MM_Unix.pm
31068 ____________________________________________________________________________
31069 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
31070         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
31071              From: Michael G Schwern <schwern@pobox.com>
31072              Date: Sat, 24 Nov 2001 19:56:18 -0500
31073              Message-ID: <20011124195618.A14614@blackrider>            
31074      Branch: perl
31075            ! perl.c pp_sys.c t/op/magic.t util.c
31076 ____________________________________________________________________________
31077 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
31078         Log: In the MakeMaker pm_to_blib target don't copy all
31079              the files in one fell swoop, deal with them hunkwise,
31080              helps for CLIs with limited line lengths.
31081              (This seems to help for DJGPP building Encode,
31082              where there are dozens of files to copy.)
31083      Branch: perl
31084            ! lib/ExtUtils/MM_Unix.pm
31085 ____________________________________________________________________________
31086 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
31087         Log: testsuite leaves stray files behind on windows
31088      Branch: perl
31089            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
31090 ____________________________________________________________________________
31091 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
31092         Log: xsubpp produces a spurious warning on directories called 'typemap'
31093      Branch: perl
31094            ! lib/ExtUtils/xsubpp
31095 ____________________________________________________________________________
31096 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
31097         Log: xsubpp treats invalid (indented) cpp directives as comments
31098      Branch: perl
31099            ! ext/IO/IO.xs
31100 ____________________________________________________________________________
31101 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
31102         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
31103      Branch: perl
31104            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
31105 ____________________________________________________________________________
31106 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
31107         Log: The debug_pag needs to be visible at all times
31108              because of the re extension.
31109      Branch: perl
31110            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
31111 ____________________________________________________________________________
31112 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
31113         Log: Subject: Re: [PATCH] Tests are good
31114              From: Philip Newton <Philip.Newton@gmx.net>
31115              Date: Sat, 24 Nov 2001 21:24:00 +0100
31116              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
31117      Branch: perl
31118            ! pod/perlhack.pod
31119 ____________________________________________________________________________
31120 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
31121         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
31122              From: "Craig A. Berry" <craigberry@mac.com> 
31123              Date: Sat, 24 Nov 2001 12:45:44 -0600
31124              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
31125              
31126              (with tweaks, and combined with Sarathy's #13242)
31127      Branch: perl
31128            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
31129 ____________________________________________________________________________
31130 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
31131         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
31132              From: John Peacock <jpeacock@rowman.com>
31133              Date: Sat, 24 Nov 2001 14:27:46 -0500
31134              Message-ID: <3BFFF4B2.40509@rowman.com> 
31135      Branch: perl
31136            ! lib/Exporter/Heavy.pm
31137 ____________________________________________________________________________
31138 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
31139         Log: use portable quotes
31140      Branch: perl
31141            ! ext/Devel/PPPort/harness/Makefile.PL
31142 ____________________________________________________________________________
31143 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
31144         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
31145              From: Nicholas Clark <nick@ccl4.org>
31146              Date: Sat, 24 Nov 2001 18:06:26 +0000
31147              Message-ID: <20011124180626.T37621@plum.flirble.org>
31148      Branch: perl
31149            ! installman
31150 ____________________________________________________________________________
31151 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
31152         Log: Subject: [PATCH] perl5005delta.pod L<>
31153              From: Nicholas Clark <nick@ccl4.org>
31154              Date: Sat, 24 Nov 2001 18:04:21 +0000
31155              Message-ID: <20011124180421.S37621@plum.flirble.org>
31156      Branch: perl
31157            ! pod/perl5005delta.pod
31158 ____________________________________________________________________________
31159 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
31160         Log: fix typo in config.vc; regenerate win32 config_H.* files
31161      Branch: perl
31162            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31163            ! win32/config_H.vc
31164 ____________________________________________________________________________
31165 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
31166         Log: Mention the charnames::vianame().
31167      Branch: perl
31168            ! pod/perluniintro.pod
31169 ____________________________________________________________________________
31170 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
31171         Log: Add charnames::vianame() in case people want to access
31172              the codes in run-time (as opposed to the compile-timeness
31173              of \N{...}).
31174      Branch: perl
31175            ! lib/charnames.pm lib/charnames.t
31176 ____________________________________________________________________________
31177 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
31178         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
31179              From: Nicholas Clark <nick@ccl4.org>
31180              Date: Sat, 24 Nov 2001 16:30:42 +0000
31181              Message-ID: <20011124163042.R37621@plum.flirble.org>
31182      Branch: perl
31183            ! regcomp.c regcomp.h
31184 ____________________________________________________________________________
31185 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
31186         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
31187              From: Nicholas Clark <nick@ccl4.org>
31188              Date: Sat, 24 Nov 2001 16:24:33 +0000
31189              Message-ID: <20011124162433.Q37621@plum.flirble.org>
31190              
31191              cmp fixes.
31192      Branch: perl
31193            ! pp.c
31194 ____________________________________________________________________________
31195 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
31196         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
31197              (It seems that "./perl" gets resolved to "perl" now.)
31198      Branch: perl
31199            ! perl.c
31200 ____________________________________________________________________________
31201 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
31202         Log: Subject: [PATCH] DB_File 1.800        
31203              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
31204              Date: Sat, 24 Nov 2001 11:41:41 -0000
31205              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
31206      Branch: perl
31207            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31208            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
31209            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
31210            ! ext/DB_File/t/db-recno.t
31211 ____________________________________________________________________________
31212 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
31213         Log: Tweak the PUSHED documentation.
31214      Branch: perl
31215            ! ext/PerlIO/Via/Via.pm
31216 ____________________________________________________________________________
31217 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
31218         Log: Update 1_compile for new known tests.
31219      Branch: perl
31220            ! t/lib/1_compile.t
31221 ____________________________________________________________________________
31222 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
31223         Log: Move the MBF/MBI test modules to t/lib.
31224      Branch: perl
31225            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
31226            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
31227            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
31228            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
31229            ! lib/Math/BigInt/t/sub_mbi.t
31230 ____________________________________________________________________________
31231 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
31232         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
31233              From: "Craig A. Berry" <craigberry@mac.com> 
31234              Date: Fri, 23 Nov 2001 18:05:35 -0600
31235              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
31236      Branch: perl
31237            ! configure.com
31238 ____________________________________________________________________________
31239 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
31240         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
31241              From: PPrymmer@factset.com 
31242              Date: Fri, 23 Nov 2001 17:03:07 -0500
31243              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
31244      Branch: perl
31245            ! ext/Unicode/Normalize/mkheader
31246 ____________________________________________________________________________
31247 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
31248         Log: Here are the right helper files.
31249      Branch: perl
31250            + t/lib/Filter/Simple/ExportTest.pm
31251            + t/lib/Filter/Simple/FilterOnlyTest.pm
31252            + t/lib/Filter/Simple/FilterTest.pm
31253            + t/lib/Filter/Simple/ImportTest.pm
31254            ! MANIFEST
31255 ____________________________________________________________________________
31256 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
31257         Log: Update Changes.
31258      Branch: perl
31259            ! Changes patchlevel.h
31260 ____________________________________________________________________________
31261 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
31262         Log: Never mind.
31263      Branch: perl
31264            - lib/Filter/Simple/lib/ExportTest.pm
31265            - lib/Filter/Simple/lib/ImportTest.pm
31266 ____________________________________________________________________________
31267 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
31268         Log: Mis-add.
31269      Branch: perl
31270            + lib/Filter/Simple/lib/ExportTest.pm
31271            + lib/Filter/Simple/lib/ImportTest.pm
31272 ____________________________________________________________________________
31273 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
31274         Log: Upgrade to Filter::Simple 0.77.
31275      Branch: perl
31276            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
31277            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
31278            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
31279            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
31280            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
31281 ____________________________________________________________________________
31282 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
31283         Log: Missing p4 add.
31284      Branch: perl
31285            + lib/ExtUtils/MM_VMS.t
31286 ____________________________________________________________________________
31287 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
31288         Log: Pass 5 at perldelta - module and utility updates cleanup.
31289      Branch: perl
31290            ! pod/perldelta.pod
31291 ____________________________________________________________________________
31292 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
31293         Log: metaconfig unit change for #13219.
31294      Branch: metaconfig/U/perl
31295            ! d_procselfexe.U
31296 ____________________________________________________________________________
31297 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
31298         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
31299      Branch: perl
31300            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31301            ! pod/buildtoc.PL pod/perltoc.pod
31302 ____________________________________________________________________________
31303 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
31304         Log: Add procselfexe and d_dirfd to strange lands.
31305      Branch: perl
31306            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
31307            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31308            ! vos/config.ga.def vos/config.ga.h win32/config.bc
31309            ! win32/config.gc win32/config.vc win32/config.win64
31310            ! wince/config.ce
31311 ____________________________________________________________________________
31312 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
31313         Log: metaconfig unit change for #13216.
31314      Branch: metaconfig/U/perl
31315            ! d_procselfexe.U
31316 ____________________________________________________________________________
31317 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
31318         Log: Better to "quote" the pathname.
31319      Branch: perl
31320            ! Configure config_h.SH
31321 ____________________________________________________________________________
31322 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
31323         Log: Use PROCSELFEXE_PATH.
31324      Branch: perl
31325            ! perl.c
31326 ____________________________________________________________________________
31327 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
31328         Log: metaconfig unit change for #13213.
31329      Branch: metaconfig/U/perl
31330            ! d_procselfexe.U
31331 ____________________________________________________________________________
31332 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
31333         Log: Add probing for BSD-like /proc/curproc/file.
31334      Branch: perl
31335            ! Configure config_h.SH
31336 ____________________________________________________________________________
31337 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
31338         Log: metaconfig unit change for 13211.
31339      Branch: metaconfig/U/perl
31340            + d_dirfd.U
31341 ____________________________________________________________________________
31342 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
31343         Log: Add probing for dirfd() so that it can be added it IO::Dir.
31344      Branch: perl
31345            ! Configure config_h.SH perl.h
31346 ____________________________________________________________________________
31347 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
31348         Log: ...and update the test count.
31349      Branch: perl
31350            ! lib/Pod/t/basic.t
31351 ____________________________________________________________________________
31352 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
31353         Log: Must remove the cap test also from the test script.
31354      Branch: perl
31355            ! lib/Pod/t/basic.t
31356 ____________________________________________________________________________
31357 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
31358         Log: Subject: [PATCH] Tests are good
31359              From: Nicholas Clark <nick@ccl4.org>
31360              Date: Fri, 23 Nov 2001 18:12:21 +0000
31361              Message-ID: <20011123181220.F37621@plum.flirble.org>
31362      Branch: perl
31363            ! pod/perlhack.pod
31364 ____________________________________________________________________________
31365 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
31366         Log: The basic.cap from podlators 1.14 is not very portable.
31367      Branch: perl
31368            - lib/Pod/t/basic.cap
31369            ! MANIFEST
31370 ____________________________________________________________________________
31371 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
31372         Log: Subject: Re: [DOC PATCHES] pod cleanups
31373              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
31374              Date: 22 Nov 2001 12:54:16 -0000
31375              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
31376      Branch: perl
31377            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
31378            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
31379 ____________________________________________________________________________
31380 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
31381         Log: FAQ sync.
31382      Branch: perl
31383            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
31384 ____________________________________________________________________________
31385 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
31386         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
31387              From: PPrymmer@factset.com
31388              Date: Fri, 23 Nov 2001 11:43:45 -0500
31389              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
31390      Branch: perl
31391            ! MANIFEST lib/ExtUtils/MM_VMS.pm
31392 ____________________________________________________________________________
31393 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
31394         Log: Corify podlators 1.14 test.
31395      Branch: perl
31396            ! lib/Pod/t/basic.t
31397 ____________________________________________________________________________
31398 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
31399         Log: Output tweak needed because of podlators 1.14.
31400      Branch: perl
31401            ! t/pod/multiline_items.xr
31402 ____________________________________________________________________________
31403 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
31404         Log: Upgrade to podlators 1.14.
31405      Branch: perl
31406            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
31407            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
31408            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
31409            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
31410            ! lib/Pod/Text/Overstrike.pm
31411 ____________________________________________________________________________
31412 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
31413         Log: perlmodinstall tweaks from Philip Newton.
31414      Branch: perl
31415            ! pod/perlmodinstall.pod
31416 ____________________________________________________________________________
31417 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
31418         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
31419              From: Autrijus Tang <autrijus@autrijus.org>           
31420              Date: Fri, 23 Nov 2001 23:55:53 +0800
31421              Message-ID: <20011123235553.A2310@not.autrijus.org>
31422      Branch: perl
31423            ! Porting/genlog
31424 ____________________________________________________________________________
31425 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
31426         Log: Subject: Re: regex oddness with \Z and $&
31427              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
31428              Date: Fri, 23 Nov 2001 15:15:24 +0000
31429              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
31430      Branch: perl
31431            ! regcomp.c t/op/re_tests
31432 ____________________________________________________________________________
31433 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
31434         Log: regen_headers.
31435      Branch: perl
31436            ! embed.h global.sym pod/perlapi.pod proto.h
31437 ____________________________________________________________________________
31438 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
31439         Log: Forgotten check-in.
31440      Branch: perl
31441            ! pod/perlapi.pod
31442 ____________________________________________________________________________
31443 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
31444         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
31445      Branch: perl
31446            ! lib/Test/Simple.pm
31447 ____________________________________________________________________________
31448 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
31449         Log: Retract #13173 (effectively retract Net::Ping 2.06,
31450              go back to 2.04, the 2.06 hasn't seen the patches
31451              that have gone to the blead version.)
31452      Branch: perl
31453            - lib/Net/Ping/CHANGES lib/Net/Ping/README
31454            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
31455            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
31456            - lib/Net/Ping/t/200_ping_tcp.t
31457            ! MANIFEST lib/Net/Ping.pm
31458 ____________________________________________________________________________
31459 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
31460         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
31461              From: Robin Barker <rmb1@cise.npl.co.uk>
31462              Date: Thu, 22 Nov 2001 11:00:38 GMT
31463              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
31464      Branch: perl
31465            ! utils/perldoc.PL
31466 ____________________________________________________________________________
31467 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
31468         Log: metaconfig unit change for #13191.
31469      Branch: metaconfig/U/perl
31470            ! d_procselfexe.U
31471 ____________________________________________________________________________
31472 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
31473         Log: procselfexe tweak: for some reason I had a ls in
31474              /proc/self/exe, not the ls Configure thought it
31475              would found.
31476      Branch: perl
31477            ! Configure
31478 ____________________________________________________________________________
31479 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
31480         Log: Corify the Net::Ping tests; skip the tests
31481              unless $ENV{PERL_TEST_Net_Ping} is true.
31482      Branch: perl
31483            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
31484            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
31485            ! lib/Net/Ping/t/200_ping_tcp.t
31486 ____________________________________________________________________________
31487 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
31488         Log: metaconfig units changes for #13188.
31489      Branch: metaconfig
31490            ! U/modified/Head.U
31491      Branch: metaconfig/U/perl
31492            ! issymlink.U
31493 ____________________________________________________________________________
31494 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
31495         Log: The #13182 didn't really help.  The real problem
31496              seems to be that 'sh' can in AIX mean at least three
31497              different things, and we can't know which one it is
31498              unless we export $newsh from an earlier run (and it's
31499              the 'bsh' aka 'sh' that has the the broken test -h).
31500      Branch: perl
31501            ! Configure
31502 ____________________________________________________________________________
31503 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
31504         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
31505      Branch: perl
31506            ! op.c t/op/override.t
31507 ____________________________________________________________________________
31508 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
31509         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
31510              From: PPrymmer@factset.com 
31511              Date: Wed, 21 Nov 2001 20:17:25 -0500
31512              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
31513      Branch: perl
31514            ! lib/Shell.t
31515 ____________________________________________________________________________
31516 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
31517         Log: Reapply perlmodinstall parts of #12897.
31518      Branch: perl
31519            ! pod/perlmodinstall.pod
31520 ____________________________________________________________________________
31521 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
31522         Log: perlmodinstall 2.01 from Jon Orwant.
31523      Branch: perl
31524            ! pod/perlmodinstall.pod
31525 ____________________________________________________________________________
31526 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
31527         Log: Subject: [PATCH @10907] REXX on OS/2
31528              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31529              Date: Wed, 21 Nov 2001 15:26:11 -0500
31530              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
31531      Branch: perl
31532            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
31533            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
31534 ____________________________________________________________________________
31535 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
31536         Log: metaconfig unit change for #13181.
31537      Branch: metaconfig/U/perl
31538            ! issymlink.U
31539 ____________________________________________________________________________
31540 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
31541         Log: AIX has broken builtin 'test'.
31542      Branch: perl
31543            ! Configure
31544 ____________________________________________________________________________
31545 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
31546         Log: Subject: [PATCH 5.7.x] INSTALL size update
31547              From: Andy Dougherty <doughera@lafayette.edu>
31548              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
31549              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
31550      Branch: perl
31551            ! INSTALL
31552 ____________________________________________________________________________
31553 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
31554         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
31555              to pp_sort.c.  Includes the quicksort stabilizing layer
31556              from John P. Linderman.  -Msort=qsort or -Msort=fast is
31557              faster than without (or with -Msort=mergesort or -Msort=safe)
31558              for short random inputs, but for some reason not quite as fast
31559              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
31560              optimizing definitely needed.
31561      Branch: perl
31562            + lib/sort.pm lib/sort.t pp_sort.c
31563            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
31564            ! embed.pl global.sym perl.h pp_ctl.c proto.h
31565            ! vms/descrip_mms.template vos/build.cm win32/Makefile
31566            ! win32/makefile.mk wince/Makefile.ce
31567 ____________________________________________________________________________
31568 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
31569         Log: Sync file with libnet-1.0901-tobe
31570      Branch: perl
31571            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
31572            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
31573            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
31574            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
31575            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
31576 ____________________________________________________________________________
31577 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
31578         Log: Subject: [PATCH perldoc] problems with pod2man
31579              From: Robin Barker <rmb1@cise.npl.co.uk>
31580              Date: Wed, 21 Nov 2001 17:48:51 GMT
31581              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
31582      Branch: perl
31583            ! utils/perldoc.PL
31584 ____________________________________________________________________________
31585 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
31586         Log: debug_pad only visible when debugging.
31587      Branch: perl
31588            ! makedef.pl
31589 ____________________________________________________________________________
31590 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
31591         Log: metaconfig units changes for #13174.
31592      Branch: metaconfig/U/perl
31593            + d_procselfexe.U
31594            - procselfexe.U
31595 ____________________________________________________________________________
31596 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
31597         Log: procselfexe tweaks.
31598      Branch: perl
31599            ! Configure config_h.SH
31600 ____________________________________________________________________________
31601 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
31602         Log: Upgrade to Net::Ping 2.06.
31603      Branch: perl
31604            + lib/Net/Ping/CHANGES lib/Net/Ping/README
31605            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
31606            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
31607            + lib/Net/Ping/t/200_ping_tcp.t
31608            ! MANIFEST lib/Net/Ping.pm
31609 ____________________________________________________________________________
31610 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
31611         Log: Upgrade to Math::BigInt 1.47.
31612      Branch: perl
31613            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31614            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
31615            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
31616            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
31617            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
31618            ! lib/Math/BigInt/t/sub_mbi.t
31619 ____________________________________________________________________________
31620 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
31621         Log: Dynaloading for POSIX-BC from Thomas Dorner.
31622      Branch: perl
31623            ! hints/posix-bc.sh
31624 ____________________________________________________________________________
31625 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
31626         Log: Strange: the same mysterious regex study bug
31627              seems to be present both in OS/390 and POSIX-BC.
31628              Deep EBCDIC magic that regex engine gets wrong,
31629              or a bug in some compiler/library shared by the
31630              two platforms?  From Thomas Dorner.
31631      Branch: perl
31632            ! t/op/study.t
31633 ____________________________________________________________________________
31634 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
31635         Log: More lost and found.
31636      Branch: perl
31637            + lib/Test/Simple/README
31638            ! MANIFEST
31639 ____________________________________________________________________________
31640 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
31641         Log: MANIFESTly missing.
31642      Branch: perl
31643            ! MANIFEST
31644 ____________________________________________________________________________
31645 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
31646         Log: Subject: Re: PERFORCE change 13162 for review               
31647              From: Philip Newton <Philip.Newton@gmx.net> 
31648              Date: Wed, 21 Nov 2001 16:44:30 +0100
31649              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
31650      Branch: perl
31651            ! ext/Devel/PPPort/PPPort.pm
31652 ____________________________________________________________________________
31653 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
31654         Log: Update Changes.
31655      Branch: perl
31656            ! Changes patchlevel.h
31657 ____________________________________________________________________________
31658 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
31659         Log: Small doc tweaks.
31660      Branch: perl
31661            ! ext/PerlIO/Via/Via.pm
31662 ____________________________________________________________________________
31663 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
31664         Log: Redundant return.
31665      Branch: perl
31666            ! ext/MIME/Base64/QuotedPrint.pm
31667 ____________________________________________________________________________
31668 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
31669         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
31670              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
31671              Date: Wed, 21 Nov 2001 10:23:16 +0100
31672              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
31673      Branch: perl
31674            ! pp_pack.c t/op/pack.t
31675 ____________________________________________________________________________
31676 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
31677         Log: Add Devel::PPPort originally from Kenneth Albanowski,
31678              revigorated by Paul Marquess: gives h2xs a Perl version
31679              portability boost.
31680      Branch: perl
31681            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
31682            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
31683            + ext/Devel/PPPort/harness/Harness.pm
31684            + ext/Devel/PPPort/harness/Harness.xs
31685            + ext/Devel/PPPort/harness/Makefile.PL
31686            + ext/Devel/PPPort/harness/module2.c
31687            + ext/Devel/PPPort/harness/module3.c
31688            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
31689            ! MANIFEST lib/h2xs.t utils/h2xs.PL
31690 ____________________________________________________________________________
31691 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
31692         Log: Oops.
31693      Branch: perl
31694            ! lib/Test/Simple/t/filehandles.t
31695 ____________________________________________________________________________
31696 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
31697         Log: Subject: Re: PERFORCE change 13152 for review               
31698              From: Philip Newton <Philip.Newton@gmx.net> 
31699              Date: Wed, 21 Nov 2001 09:04:05 +0100
31700              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
31701      Branch: perl
31702            ! lib/Test/Builder.pm
31703 ____________________________________________________________________________
31704 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
31705         Log: Subject: Re: PERFORCE change 13142 for review
31706              From: Philip Newton <Philip.Newton@gmx.net>
31707              Date: Wed, 21 Nov 2001 09:04:03 +0100
31708              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
31709              
31710              plus rewrap few paragraphs.
31711      Branch: perl
31712            ! lib/Pod/LaTeX.pm
31713 ____________________________________________________________________________
31714 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
31715         Log: Integrate #13154 from macperl; Remove comments.
31716      Branch: perl
31717           !> lib/File/Spec/Mac.pm
31718 ____________________________________________________________________________
31719 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
31720         Log: Update the list of modules having tests.
31721      Branch: perl
31722            ! t/lib/1_compile.t
31723 ____________________________________________________________________________
31724 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
31725         Log: Slight doc changes.
31726      Branch: maint-5.6/macperl
31727            ! macos/macperl/MacPerl.podhelp
31728 ____________________________________________________________________________
31729 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
31730         Log: Add UTF-16 coercion.
31731      Branch: maint-5.6/macperl
31732            ! macos/lib/Mac/AppleEvents/Simple.pm
31733 ____________________________________________________________________________
31734 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
31735         Log: Remove comments.
31736      Branch: maint-5.6/macperl
31737            ! lib/File/Spec/Mac.pm
31738 ____________________________________________________________________________
31739 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
31740         Log: Fix FSpGetCatInfo (and other functions) corrupting
31741              memory with bad filespecs (bug #471867)
31742      Branch: maint-5.6/macperl
31743            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
31744 ____________________________________________________________________________
31745 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
31746         Log: Upgrade to Test::Simple 0.33.
31747      Branch: perl
31748            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
31749            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
31750            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
31751 ____________________________________________________________________________
31752 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
31753         Log: Upgrade to Test::Harness 1.26.
31754      Branch: perl
31755            ! lib/Test/Harness.pm lib/Test/Harness/Changes
31756 ____________________________________________________________________________
31757 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
31758         Log: Integrate change #13145 from maintperl;
31759              another compatibility tweak to change#12559: avoid quoting
31760              arguments that already have quotes; add test case
31761      Branch: perl
31762           !> t/op/system_tests win32/win32.c
31763 ____________________________________________________________________________
31764 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
31765         Log: integrate change#13147 from mainline (fixes nit in change#10091)
31766              
31767              Subject: [PATCH] spaceship and refs
31768      Branch: maint-5.6/perl
31769            ! pp.c pp_hot.c t/op/cmp.t
31770 ____________________________________________________________________________
31771 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
31772         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
31773              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
31774              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
31775              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
31776      Branch: perl
31777            + lib/Pod/t/utils.t
31778            ! MANIFEST
31779 ____________________________________________________________________________
31780 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
31781         Log: Subject: [PATCH] spaceship and refs
31782              From: Nicholas Clark <nick@ccl4.org>
31783              Date: Tue, 20 Nov 2001 21:59:51 +0000
31784              Message-ID: <20011120215951.U62891@plum.flirble.org> 
31785      Branch: perl
31786            ! pp.c pp_hot.c t/op/cmp.t
31787 ____________________________________________________________________________
31788 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
31789         Log: Try to clarify which I/O call operates on bytes,
31790              which on characters, which on either.
31791      Branch: perl
31792            ! pod/perlfunc.pod
31793 ____________________________________________________________________________
31794 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
31795         Log: another compatibility tweak to change#12559: avoid quoting
31796              arguments that already have quotes; add test case
31797      Branch: maint-5.6/perl
31798            ! t/op/system_tests win32/win32.c
31799 ____________________________________________________________________________
31800 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
31801         Log: Give a simple example of writing PerlIO::Via handlers
31802              in Perl.
31803      Branch: perl
31804            ! ext/PerlIO/Via/Via.pm
31805 ____________________________________________________________________________
31806 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
31807         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
31808      Branch: perl
31809            + lib/Pod/t/latex.t
31810            ! MANIFEST
31811 ____________________________________________________________________________
31812 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
31813         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
31814              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31815              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
31816              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
31817      Branch: perl
31818            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
31819 ____________________________________________________________________________
31820 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
31821         Log: Spread d_procselfexe to far-off lands (undefined).
31822      Branch: perl
31823            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
31824            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31825            ! vos/config.ga.def vos/config.ga.h win32/config.bc
31826            ! win32/config.gc win32/config.vc win32/config.win64
31827            ! wince/config.ce
31828 ____________________________________________________________________________
31829 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
31830         Log: Integrate perlio:
31831              
31832              [ 13138]
31833              perl.c change to use HAS_PROCSELFEXE, also
31834              tweak to $^X test to comprehend full path to real executable
31835              being returned (like Cygwin as it happens...)
31836      Branch: perl
31837           !> Configure config_h.SH perl.c t/op/magic.t
31838 ____________________________________________________________________________
31839 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
31840         Log: Really define do_report_used() only if DEBUGGING.
31841      Branch: perl
31842            ! sv.c
31843 ____________________________________________________________________________
31844 [ 13138] By: nick                                  on 2001/11/20  20:01:05
31845         Log: perl.c change to use HAS_PROCSELFEXE, also
31846              tweak to $^X test to comprehend full path to real executable
31847              being returned (like Cygwin as it happens...)
31848      Branch: perlio
31849            ! perl.c t/op/magic.t
31850 ____________________________________________________________________________
31851 [ 13137] By: nick                                  on 2001/11/20  19:46:00
31852         Log: Integrate mainline
31853      Branch: perlio
31854           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
31855           +> lib/NEXT/t/unseen.t
31856            - lib/NEXT/test.pl
31857           !> (integrate 34 files)
31858 ____________________________________________________________________________
31859 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
31860         Log: Subject: [?PATCH] terser pp_eq
31861              From: Nicholas Clark <nick@ccl4.org>
31862              Date: Mon, 19 Nov 2001 23:09:02 +0000
31863              Message-ID: <20011119230901.O62891@plum.flirble.org>
31864      Branch: perl
31865            ! pp_hot.c
31866 ____________________________________________________________________________
31867 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
31868         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
31869      Branch: perl
31870            ! pod/perldelta.pod
31871 ____________________________________________________________________________
31872 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
31873         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
31874              From: Andy Dougherty <doughera@lafayette.edu>
31875              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
31876              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
31877      Branch: perl
31878            ! ext/re/Makefile.PL ext/re/re.xs
31879 ____________________________________________________________________________
31880 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
31881         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
31882              From: Andy Dougherty <doughera@lafayette.edu>
31883              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
31884              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
31885      Branch: perl
31886            ! ext/re/re.xs
31887 ____________________________________________________________________________
31888 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
31889         Log: Integrate change #13119 from macperl.
31890              (No changes since already applied the patch,
31891              just keep perforce happy and well-fed.)
31892      Branch: perl
31893           !> lib/Pod/Html.pm
31894 ____________________________________________________________________________
31895 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
31896         Log: Subject: [PATCH] filter-util.pl for Mac OS
31897              From: Chris Nandor <pudge@pobox.com>
31898              Date: Tue, 20 Nov 2001 00:16:11 -0500
31899              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
31900      Branch: perl
31901            ! t/lib/filter-util.pl
31902 ____________________________________________________________________________
31903 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
31904         Log: Subject: [PATCH] Portability fix for Pod::Html
31905              From: Chris Nandor <pudge@pobox.com>
31906              Date: Tue, 20 Nov 2001 00:01:05 -0500
31907              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
31908      Branch: perl
31909            ! lib/Pod/Html.pm
31910 ____________________________________________________________________________
31911 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
31912         Log: Need to skip more tests if not perlio.
31913      Branch: perl
31914            ! lib/open.t
31915 ____________________________________________________________________________
31916 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
31917         Log: Pass 3 at perldelta - sort the lists of new modules,
31918              module improvements, and new platforms.
31919      Branch: perl
31920            ! pod/perldelta.pod
31921 ____________________________________________________________________________
31922 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
31923         Log: Document ${^OPEN}.
31924      Branch: perl
31925            ! pod/perlvar.pod
31926 ____________________________________________________________________________
31927 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
31928         Log: Make configpm work with extra keys
31929      Branch: maint-5.6/macperl
31930            ! macos/configpm
31931 ____________________________________________________________________________
31932 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
31933         Log: Version and doc updates
31934      Branch: maint-5.6/macperl
31935            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
31936 ____________________________________________________________________________
31937 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
31938         Log: More fixes for error message parsing (bug #470316)
31939      Branch: maint-5.6/macperl
31940            ! macos/macish.c
31941 ____________________________________________________________________________
31942 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
31943         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
31944              remove obsolete function (bug #465225)
31945      Branch: maint-5.6/macperl
31946            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
31947            ! macos/macperl/MPScript.c
31948 ____________________________________________________________________________
31949 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
31950         Log: Add p2as droplet to distribution.
31951      Branch: maint-5.6/macperl
31952            + macos/macperl/Droplets/p2as.plx
31953 ____________________________________________________________________________
31954 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
31955         Log: Bundle File::Sort.
31956      Branch: maint-5.6/macperl
31957            + macos/bundled_lib/blib/lib/File/Sort.pm
31958 ____________________________________________________________________________
31959 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
31960         Log: Various bundled module fixes.
31961      Branch: maint-5.6/macperl
31962            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
31963            ! macos/bundled_ext/Digest/MD5/t/files.t
31964            ! macos/bundled_ext/Filter/t/filter-util.pl
31965            ! macos/bundled_lib/blib/lib/Net/Config.pm
31966            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
31967 ____________________________________________________________________________
31968 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
31969         Log: Portability fix for Pod::Html.
31970      Branch: maint-5.6/macperl
31971            ! lib/Pod/Html.pm
31972 ____________________________________________________________________________
31973 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
31974         Log: Upgrade to Text::Balanced 1.89.
31975      Branch: perl
31976            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
31977            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
31978            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
31979            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
31980            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
31981            ! lib/Text/Balanced/t/gentag.t
31982 ____________________________________________________________________________
31983 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
31984         Log: Upgrade to NEXT 0.50.
31985      Branch: perl
31986            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
31987            + lib/NEXT/t/unseen.t
31988            - lib/NEXT/test.pl
31989            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
31990 ____________________________________________________________________________
31991 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
31992         Log: Integrate with maint-5.6/perl.
31993      Branch: maint-5.6/macperl
31994           !> win32/win32.c
31995 ____________________________________________________________________________
31996 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
31997         Log: Update the README.threads scary header a bit.
31998      Branch: perl
31999            ! README.threads
32000 ____________________________________________________________________________
32001 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
32002         Log: Pass 2 at perldelta: add some changes since 5.7.2.
32003      Branch: perl
32004            ! pod/perldelta.pod
32005 ____________________________________________________________________________
32006 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
32007         Log: Subject: [DOC PATCH] perlfaq4.pod 
32008              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32009              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
32010              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
32011      Branch: perl
32012            ! pod/perlfaq4.pod
32013 ____________________________________________________________________________
32014 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
32015         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
32016              From: Michael G Schwern <schwern@pobox.com> 
32017              Date: Mon, 19 Nov 2001 19:53:12 -0500
32018              Message-ID: <20011119195311.I11883@blackrider>
32019      Branch: perl
32020            ! perl.c
32021 ____________________________________________________________________________
32022 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
32023         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
32024              From: PPrymmer@factset.com
32025              Date: Mon, 19 Nov 2001 17:08:59 -0500
32026              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
32027      Branch: perl
32028            ! vms/descrip_mms.template
32029 ____________________________________________________________________________
32030 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
32031         Log: Create a per-interpeter debug scratchpad container
32032              and use that for the regexec debugging.
32033      Branch: perl
32034            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
32035 ____________________________________________________________________________
32036 [ 13109] By: nick                                  on 2001/11/19  22:01:45
32037         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
32038              Configure unit detects the feature).
32039      Branch: metaconfig/U/perl
32040            + procselfexe.U
32041      Branch: perlio
32042            ! Configure config_h.SH
32043 ____________________________________________________________________________
32044 [ 13108] By: nick                                  on 2001/11/19  20:39:17
32045         Log: Integrate mainline
32046      Branch: perlio
32047           +> t/op/or.t
32048           !> (integrate 44 files)
32049 ____________________________________________________________________________
32050 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
32051         Log: sysseek tweak.
32052      Branch: perl
32053            ! pod/perlfunc.pod
32054 ____________________________________________________________________________
32055 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
32056         Log: Move the sysio tests from io/utf8 to lib/open.
32057      Branch: perl
32058            ! lib/open.t t/io/utf8.t
32059 ____________________________________________________________________________
32060 [ 13105] By: nick                                  on 2001/11/19  20:15:39
32061         Log: Add a .package and a README to //depot/metaconfig
32062      Branch: metaconfig
32063            + .package README
32064 ____________________________________________________________________________
32065 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
32066         Log: Thou shalt not mix stdio and sysio.
32067      Branch: perl
32068            ! t/io/utf8.t
32069 ____________________________________________________________________________
32070 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
32071         Log: Update Changes.
32072      Branch: perl
32073            ! Changes patchlevel.h
32074 ____________________________________________________________________________
32075 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
32076         Log: The runops_debug needs to be present always, otherwise
32077              places like AIX which need an explicit symbol export list
32078              will croak when trying to build Devel::Peek (which uses
32079              the runops_debug).
32080      Branch: perl
32081            ! makedef.pl
32082 ____________________________________________________________________________
32083 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
32084         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
32085              From: PPrymmer@factset.com 
32086              Date: Mon, 19 Nov 2001 11:34:22 -0500
32087              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
32088      Branch: perl
32089            ! lib/Memoize/t/tie_sdbm.t
32090 ____________________________________________________________________________
32091 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
32092         Log: Retract #13088: it seems that unless dump.c is extensively
32093              reorganized as to what symbols it shows, when, and to whom,
32094              we are stuck with having the dump.o symbols in the libperl
32095              and thusly in the main Perl binary.
32096      Branch: perl
32097            ! embedvar.h perlapi.h perlvars.h
32098 ____________________________________________________________________________
32099 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
32100         Log: The _uni_display should not be in dump.c since they
32101              are used under normal operation (S_not_a_number()).
32102      Branch: perl
32103            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
32104 ____________________________________________________________________________
32105 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
32106         Log: Protect sv_dump() from being included unless DEBUGGING,
32107              as noticed by Ilya.
32108      Branch: perl
32109            ! sv.c
32110 ____________________________________________________________________________
32111 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
32112         Log: Pending further investigation skip the tell() tests.
32113              The tell() is okay on Solaris, HP-UX and Tru64, but fails
32114              (by returning too much) in Linux.
32115      Branch: perl
32116            ! t/io/utf8.t
32117 ____________________________________________________________________________
32118 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
32119         Log: Retract #13082 until a better solution is found:
32120              statics break ithreads.
32121      Branch: perl
32122            ! regexec.c
32123 ____________________________________________________________________________
32124 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
32125         Log: Figures 1 and 2 for UTF-8.
32126      Branch: perl
32127            ! pod/perlunicode.pod
32128 ____________________________________________________________________________
32129 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
32130         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
32131              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32132              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
32133              Message-ID: <20011119132645.A15034@rafael>
32134      Branch: perl
32135            ! op.c pod/perldiag.pod t/lib/warnings/op
32136 ____________________________________________________________________________
32137 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
32138         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
32139              From: Michael G Schwern <schwern@pobox.com> 
32140              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
32141              Message-ID: <20011119031112.E786@blackrider>
32142      Branch: perl
32143            ! t/op/closure.t
32144 ____________________________________________________________________________
32145 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
32146         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
32147              From: Michael G Schwern <schwern@pobox.com>
32148              Date: Mon, 19 Nov 2001 03:42:56 -0500
32149              Message-ID: <20011119034256.I786@blackrider>
32150      Branch: perl
32151            + t/op/or.t
32152            ! MANIFEST
32153 ____________________________________________________________________________
32154 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
32155         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
32156              From: "Craig A. Berry" <craigberry@mac.com>
32157              Date: Sun, 18 Nov 2001 14:33:48 -0600
32158              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
32159      Branch: perl
32160            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
32161 ____________________________________________________________________________
32162 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
32163         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
32164              From: Dave Rolsky <autarch@urth.org>
32165              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
32166              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
32167      Branch: perl
32168            ! lib/ExtUtils/Manifest.pm
32169 ____________________________________________________________________________
32170 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
32171         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
32172              From: Dave Rolsky <autarch@urth.org>
32173              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
32174              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
32175      Branch: perl
32176            ! lib/ExtUtils/Install.pm
32177 ____________________________________________________________________________
32178 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
32179         Log: The runops_dbg should not be needed.
32180      Branch: perl
32181            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
32182 ____________________________________________________________________________
32183 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
32184         Log: do_spawn() cleanup from Charles Lane.
32185      Branch: perl
32186            ! vms/vms.c
32187 ____________________________________________________________________________
32188 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
32189         Log: Update the list of tests.
32190      Branch: perl
32191            ! t/lib/1_compile.t
32192 ____________________________________________________________________________
32193 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
32194         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
32195              From: Michael G Schwern <schwern@pobox.com> 
32196              Date: Fri, 16 Nov 2001 17:37:04 -0500
32197              Message-ID: <20011116173703.L30160@blackrider>
32198      Branch: perl
32199            ! t/lib/warnings/sv
32200 ____________________________________________________________________________
32201 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
32202         Log: FAQ sync.
32203      Branch: perl
32204            ! pod/perlfaq4.pod
32205 ____________________________________________________________________________
32206 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
32207         Log: Integrate perlio:
32208              
32209              [ 13081]
32210              Win32 layer has a dup which needs to match new prototype.
32211              
32212              [ 13080]
32213              Wrong way to get stdio mode used.
32214              
32215              [ 13072]
32216              Allow dup'ing of PerlIO::Scalar etc.
32217      Branch: perl
32218           !> perlio.c win32/win32io.c
32219 ____________________________________________________________________________
32220 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
32221         Log: (retracted by #13096)
32222              Debugging would be badly skewed by a malloc per regex dump.
32223      Branch: perl
32224            ! regexec.c
32225 ____________________________________________________________________________
32226 [ 13081] By: nick                                  on 2001/11/18  19:08:40
32227         Log: Win32 layer has a dup which needs to match new prototype.
32228      Branch: perlio
32229            ! win32/win32io.c
32230 ____________________________________________________________________________
32231 [ 13080] By: nick                                  on 2001/11/18  19:05:02
32232         Log: Wrong way to get stdio mode used.
32233      Branch: perlio
32234            ! perlio.c
32235 ____________________________________________________________________________
32236 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
32237         Log: Retract #13048: that introduced a malloc() (through savepvn())
32238              to *every* m//, which killed the performance quite badly.
32239      Branch: perl
32240            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
32241 ____________________________________________________________________________
32242 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
32243         Log: Pass 1 at perldelta.pod: sort the section contents
32244              together, drop all but the 5.7.2 known problems,
32245              leave the 5.7.1 security note since that's the
32246              fullest explanation (update the date on that).
32247      Branch: perl
32248            ! pod/perldelta.pod
32249 ____________________________________________________________________________
32250 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
32251         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
32252              
32253              Tiny problem in the test for 20011113.110: I hope
32254              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
32255      Branch: perl
32256            ! pp.c t/op/repeat.t
32257 ____________________________________________________________________________
32258 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
32259         Log: All of syswrite/send/sendto need to return character counts,
32260              and character counts from the offset, not the beginning of
32261              the scalar.
32262      Branch: perl
32263            ! pp_sys.c
32264 ____________________________________________________________________________
32265 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
32266         Log: Integrate PerlIO: duping fixes.
32267      Branch: perl
32268           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
32269           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
32270           !> perliol.h sv.c
32271 ____________________________________________________________________________
32272 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
32273         Log: syswrite() was still returning byte counts, not character counts.
32274      Branch: perl
32275            ! pp_sys.c t/io/utf8.t
32276 ____________________________________________________________________________
32277 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
32278         Log: Add test for sysread().
32279      Branch: perl
32280            ! t/io/utf8.t
32281 ____________________________________________________________________________
32282 [ 13072] By: nick                                  on 2001/11/18  16:15:31
32283         Log: Allow dup'ing of PerlIO::Scalar etc.
32284      Branch: perlio
32285            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
32286            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
32287            ! perliol.h sv.c
32288 ____________________________________________________________________________
32289 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
32290         Log: Prepend a null byte to the test set.
32291      Branch: perl
32292            ! t/io/utf8.t
32293 ____________________________________________________________________________
32294 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
32295         Log: Document how "no utf8;" can become handy.
32296      Branch: perl
32297            ! lib/utf8.pm
32298 ____________________________________________________________________________
32299 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
32300         Log: Integrate perlio:
32301              
32302              [ 13068]
32303              embed.pl generated changes I forgot to include
32304              
32305              [ 13067]
32306              Force inclusion of both Perl_runops_* in perl itself,
32307              so they are available for Peek.xs etc.
32308              
32309              [ 12874]
32310              Keep It Simple and Stupid version of readonly hash support.
32311              - Test for SvREAONLY(hv) at a few spots in hv.c
32312              - add the error message to perldiag.pod
32313              - (dubious) add access::readonly() to univeral.c
32314              - add test using above
32315              - fixup ext/B/t/stash.t to account for access:: existing
32316      Branch: perl
32317           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
32318 ____________________________________________________________________________
32319 [ 13068] By: nick                                  on 2001/11/18  13:23:33
32320         Log: embed.pl generated changes I forgot to include
32321      Branch: perlio
32322            ! embedvar.h perlapi.h pod/perlapi.pod
32323 ____________________________________________________________________________
32324 [ 13067] By: nick                                  on 2001/11/18  12:50:19
32325         Log: Force inclusion of both Perl_runops_* in perl itself,
32326              so they are available for Peek.xs etc.
32327      Branch: perlio
32328            ! perlvars.h
32329 ____________________________________________________________________________
32330 [ 13066] By: nick                                  on 2001/11/18  11:00:34
32331         Log: Integrate mainline - a few Devel::Peak fails.
32332      Branch: perlio
32333           +> (branch 29 files)
32334            - ext/Thread/Thread.pm lib/Benchmark.t
32335            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
32336            - lib/Lingua/KO/Hangul/Util/README
32337            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
32338            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
32339            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
32340            - vms/ext/vmsish.pm vms/ext/vmsish.t
32341            ! hv.c
32342           !> (integrate 389 files)
32343 ____________________________________________________________________________
32344 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
32345         Log: Start working on perldelta.  This is not yet any sort of
32346              editing; just concatenating perl570delta, perl571delta,
32347              and perl572delta.  Any sorting not done, any duplicate
32348              removal not done, any removal or update of obsolete items
32349              not done, any changes since 5.7.2 not included.  So there.
32350      Branch: perl
32351            ! pod/perldelta.pod
32352 ____________________________________________________________________________
32353 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
32354         Log: Banish "use utf8".
32355      Branch: perl
32356            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
32357 ____________________________________________________________________________
32358 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
32359         Log: Tweak from Charles Lane.
32360      Branch: perl
32361            ! vms/vms.c
32362 ____________________________________________________________________________
32363 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
32364         Log: Integrate change #13058 from maintperl;
32365              change#12559 breaks things on Win9x because command.com doesn't
32366              grok dquotes at all; disable all the system() smarts for
32367              command.com
32368      Branch: perl
32369           !> win32/win32.c
32370 ____________________________________________________________________________
32371 [ 13061] By: ams                                   on 2001/11/17  13:46:11
32372         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
32373              From: Jonathan Stowe <gellyfish@gellyfish.com>
32374              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
32375              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
32376      Branch: perl
32377            ! lib/Term/Cap.pm
32378 ____________________________________________________________________________
32379 [ 13060] By: ams                                   on 2001/11/17  09:49:10
32380         Log: Subject: [PATCH9 File/Find.pm doc nits
32381              From: Tels <perl_dummy@bloodgate.com>
32382              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
32383      Branch: perl
32384            ! lib/File/Find.pm
32385 ____________________________________________________________________________
32386 [ 13059] By: ams                                   on 2001/11/17  09:38:38
32387         Log: Subject: [PATCH] Benchmark.pm nit
32388              From: Tels <perl_dummy@bloodgate.com>
32389              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
32390      Branch: perl
32391            ! lib/Benchmark.pm
32392 ____________________________________________________________________________
32393 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
32394         Log: change#12559 breaks things on Win9x because command.com doesn't
32395              grok dquotes at all; disable all the system() smarts for
32396              command.com
32397      Branch: maint-5.6/perl
32398            ! win32/win32.c
32399 ____________________________________________________________________________
32400 [ 13057] By: ams                                   on 2001/11/16  20:30:03
32401         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
32402              From: Andy Dougherty <doughera@lafayette.edu>
32403              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
32404              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
32405      Branch: perl
32406            ! lib/Unicode/UCD.t
32407 ____________________________________________________________________________
32408 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
32409         Log: Subject: [Patch Perl@13023] VMS system() warning
32410              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32411              Date: Fri, 16 Nov 2001 15:20:11 EST
32412              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
32413      Branch: perl
32414            ! vms/vms.c
32415 ____________________________________________________________________________
32416 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
32417         Log: It's neither-nor, and protect against the impossible.
32418      Branch: perl
32419            ! lib/Thread.pm
32420 ____________________________________________________________________________
32421 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
32422         Log: 5005threads didn't work because $Thread::VERSION wasn't
32423              visible.  Oops.
32424      Branch: perl
32425            ! ext/Thread/Makefile.PL lib/Thread.pm
32426 ____________________________________________________________________________
32427 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
32428         Log: Robustness against Linux using something else than gcc;
32429              based on
32430              
32431              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
32432              From: Charles Randall <cfriv@yahoo.com>
32433              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
32434              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
32435      Branch: perl
32436            ! ext/Errno/Errno_pm.PL
32437 ____________________________________________________________________________
32438 [ 13052] By: ams                                   on 2001/11/16  16:46:39
32439         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
32440              From: Russ Allbery <rra@stanford.edu>
32441              Date: 16 Nov 2001 09:44:21 -0800
32442              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
32443      Branch: perl
32444            ! lib/Pod/ParseLink.pm
32445 ____________________________________________________________________________
32446 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
32447         Log: Update perluniintro on the UTF-8 output matters
32448              (that -w will warn unless the stream is explicitly UTF-8-ified).
32449      Branch: perl
32450            ! pod/perluniintro.pod
32451 ____________________________________________________________________________
32452 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
32453         Log: Adding new files to MANIFEST is nice.
32454      Branch: perl
32455            ! MANIFEST
32456 ____________________________________________________________________________
32457 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
32458         Log: Update Changes.
32459      Branch: perl
32460            ! Changes patchlevel.h
32461 ____________________________________________________________________________
32462 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
32463         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
32464              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
32465              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
32466              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
32467      Branch: perl
32468            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
32469 ____________________________________________________________________________
32470 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
32471         Log: Rename perlunintro to perluniintro; regen toc.
32472      Branch: perl
32473            + pod/perluniintro.pod
32474            - pod/perlunintro.pod
32475            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32476 ____________________________________________________________________________
32477 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
32478         Log: Document the negated lookahead trick to emulate
32479              character class subtraction.
32480      Branch: perl
32481            ! pod/perlunicode.pod
32482 ____________________________________________________________________________
32483 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
32484         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
32485              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32486              Date: Fri, 16 Nov 2001 23:31:04 +0900
32487              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
32488              
32489              (with the tweak that Cntrl is not C, it's Cc)
32490      Branch: perl
32491            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
32492            ! lib/unicore/mktables
32493 ____________________________________________________________________________
32494 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
32495         Log: Subject: [PATCH current] runtime runops switch
32496              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32497              Date: Fri, 16 Nov 2001 00:48:09 -0500
32498              Message-ID: <20011116004809.A934@math.ohio-state.edu>
32499      Branch: perl
32500            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
32501            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
32502            ! pod/perlintern.pod proto.h run.c
32503 ____________________________________________________________________________
32504 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
32505         Log: Further discourage old Thread code; tell how to tell
32506              the difference.
32507      Branch: perl
32508            ! lib/Thread.pm
32509 ____________________________________________________________________________
32510 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
32511         Log: A missing return; from Charles Lane.
32512      Branch: perl
32513            ! vms/vms.c
32514 ____________________________________________________________________________
32515 [ 13041] By: ams                                   on 2001/11/16  12:11:14
32516         Log: Subject: [PATCH] Doc spellcheck + podcheck
32517              From: Autrijus Tang <autrijus@egb.elixus.org>
32518              Date: Thu, 15 Nov 2001 22:49:05 -0800
32519              Message-Id: <20011116064905.GA44092@egb.elixus.org>
32520              
32521              Subject: [PATCH] podcheck+spellcheck, the rest of the story
32522              From: Autrijus Tang <autrijus@egb.elixus.org>
32523              Date: Fri, 16 Nov 2001 00:42:20 -0800
32524              Message-Id: <20011116084220.GA44295@egb.elixus.org>
32525              
32526              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
32527              From: Nicholas Clark <nick@ccl4.org>
32528              Date: Fri, 16 Nov 2001 10:32:01 +0000
32529              Message-Id: <20011116103200.F62891@plum.flirble.org>
32530              (Applied after suitable de-mangling.)
32531      Branch: perl
32532            ! README.aix README.dgux README.dos README.epoc README.hpux
32533            ! README.mint README.mpeix README.netware README.os2
32534            ! README.os390 README.plan9 README.qnx README.solaris
32535            ! README.threads doio.c pod/perl571delta.pod
32536            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
32537            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
32538            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
32539            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
32540            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
32541            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
32542 ____________________________________________________________________________
32543 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
32544         Log: Avoid redefinedness warning for now.
32545      Branch: perl
32546            ! lib/Thread.pm
32547 ____________________________________________________________________________
32548 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
32549         Log: use strict.
32550      Branch: perl
32551            ! lib/Thread.pm
32552 ____________________________________________________________________________
32553 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
32554         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
32555              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
32556              Date: Thu, 15 Nov 2001 22:54:47 EST 
32557              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
32558      Branch: perl
32559            ! vms/vms.c vms/vmspipe.com
32560 ____________________________________________________________________________
32561 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
32562         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
32563              From: "chromatic" <chromatic@rmci.net>
32564              Date: Thu, 15 Nov 2001 19:54:23 -0700
32565              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
32566      Branch: perl
32567            ! lib/File/stat.t
32568 ____________________________________________________________________________
32569 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
32570         Log: Make Thread a wrapper for both ithreads and 5005threads.
32571              Needs a lot of work and Arthur's eyeballing (and finishing
32572              few missing odds and ends of threads.pm).  Now Thread
32573              is an extension without its own .pm.
32574              
32575              If there are people who have experience working with
32576              either the 5005threads or the ithreads: cleaning up
32577              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
32578              and porting the various Thread::* modules, like Thread::Queue,
32579              to work also with ithreads, is needed.
32580              
32581              Removed the 5005threads requirement from the 5005 tests
32582              for easier testing (not all of them work yet since
32583              they use the Thread::* modules that have not been made
32584              to work with ithreads).  Leave the 5005 tests named as
32585              *.tx so that they are not run by "make test".
32586      Branch: perl
32587            + lib/Thread.pm
32588            - ext/Thread/Thread.pm
32589            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
32590            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
32591            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
32592            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
32593            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
32594            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
32595            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
32596 ____________________________________________________________________________
32597 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
32598         Log: $VERSION "a5" doesn't quite work.
32599      Branch: perl
32600            ! ext/B/Makefile.PL
32601 ____________________________________________________________________________
32602 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
32603         Log: Add the fruits of Larry Shatzer's version verifying script.
32604              (There are some straddlers, but they will be fixed in the
32605              upcoming releases of the modules.)
32606      Branch: perl
32607            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
32608            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
32609            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
32610            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
32611            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
32612            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
32613            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
32614            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
32615            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
32616            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
32617            ! wince/FindExt.pm
32618 ____________________________________________________________________________
32619 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
32620         Log: Add Larry Shatzer's VERSION verifying script.
32621      Branch: perl
32622            + Porting/checkVERSION.pl
32623            ! MANIFEST Porting/pumpkin.pod
32624 ____________________________________________________________________________
32625 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
32626         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
32627              From: Michael G Schwern <schwern@pobox.com>
32628              Date: Thu, 15 Nov 2001 19:26:40 -0500
32629              Message-ID: <20011115192640.R31399@blackrider>
32630      Branch: perl
32631            ! t/test.pl
32632 ____________________________________________________________________________
32633 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
32634         Log: Document the MY_CXT business; from Paul Marquess.
32635      Branch: perl
32636            ! pod/perlxs.pod
32637 ____________________________________________________________________________
32638 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
32639         Log: VMSCMD synch attempt.
32640      Branch: perl
32641            ! vms/vms.c vms/vmsish.h
32642 ____________________________________________________________________________
32643 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
32644         Log: Advise against -P as instructed by Schwern.
32645      Branch: perl
32646            ! pod/perlrun.pod
32647 ____________________________________________________________________________
32648 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
32649         Log: Subject: [PATCH] v-strings as Objects Step 1
32650              From: John Peacock <jpeacock@rowman.com>
32651              Date: Thu, 15 Nov 2001 12:41:04 -0500
32652              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
32653      Branch: perl
32654            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
32655            ! util.c
32656 ____________________________________________________________________________
32657 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
32658         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
32659              From: Michael G Schwern <schwern@pobox.com>
32660              Date: Thu, 15 Nov 2001 12:47:59 -0500
32661              Message-ID: <20011115124759.E31399@blackrider>
32662      Branch: perl
32663            + t/run/switchx.aux t/run/switchx.t
32664            ! MANIFEST t/run/switches.t
32665 ____________________________________________________________________________
32666 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
32667         Log: Upgrade to Getopt::Long 2.26_03.
32668      Branch: perl
32669            ! lib/Getopt/Long.pm
32670 ____________________________________________________________________________
32671 [ 13025] By: ams                                   on 2001/11/15  20:46:22
32672         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
32673              From: Michael G Schwern <schwern@pobox.com>
32674              Date: Thu, 15 Nov 2001 16:24:11 -0500
32675              Message-Id: <20011115162411.M31399@blackrider>
32676      Branch: perl
32677            ! vms/vms.c
32678 ____________________________________________________________________________
32679 [ 13024] By: ams                                   on 2001/11/15  19:32:06
32680         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
32681              From: rspier@pobox.com (Robert Spier)
32682              Date: Thu, 15 Nov 2001 11:19:21 -0800
32683              Message-Id: <15348.5433.732364.963687@rls.cx>
32684      Branch: perl
32685            ! op.c
32686 ____________________________________________________________________________
32687 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
32688         Log: Update Changes.
32689      Branch: perl
32690            ! Changes patchlevel.h
32691 ____________________________________________________________________________
32692 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
32693         Log: Subject: [PATCH] new tests for command-line switches
32694              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32695              Date: Thu, 15 Nov 2001 17:00:30 +0100
32696              Message-ID: <20011115170030.A14193@rafael>
32697      Branch: perl
32698            + t/run/switches.t
32699            ! MANIFEST
32700 ____________________________________________________________________________
32701 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
32702         Log: Upgrade to podlators 1.13.
32703      Branch: perl
32704            + lib/Pod/ParseLink.pm
32705            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
32706            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
32707            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
32708            ! t/pod/pod2usage.xr t/pod/podselect.xr
32709 ____________________________________________________________________________
32710 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
32711         Log: skip "might be used uninitialized".
32712      Branch: perl
32713            ! pp_sys.c
32714 ____________________________________________________________________________
32715 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
32716         Log: Fix for "perlio bug in koi8-r encoding".  The problem
32717              seemed to be that binmode() always flushed the handle,
32718              which is not so good when switching encodings.  Fixed,
32719              added Matt Sergeant's testcase, documented in perlfunc/binmode,
32720              also added a pointer about disciplines to perlfunc/open,
32721              and in general cleaned up and reformatted the open entry.
32722      Branch: perl
32723            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
32724 ____________________________________________________________________________
32725 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
32726         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
32727              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32728              Date: 15 Nov 2001 08:57:06 -0000
32729              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
32730              
32731              chop() and chomp() are not real list functions,
32732              so let's not have them overrideable.  (Casey will
32733              be confused since in #7071 he patched the other way.)
32734      Branch: perl
32735            ! pod/perlfunc.pod toke.c
32736 ____________________________________________________________________________
32737 [ 13017] By: ams                                   on 2001/11/15  12:56:49
32738         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
32739              From: Robin Barker <rmb1@cise.npl.co.uk>
32740              Date: Thu, 15 Nov 2001 13:48:34 GMT
32741              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
32742              (Applied with tweaks.)
32743      Branch: perl
32744            ! pod/perltrap.pod
32745 ____________________________________________________________________________
32746 [ 13016] By: ams                                   on 2001/11/15  09:12:48
32747         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
32748              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32749              Date: Thu, 15 Nov 2001 09:06:39 +0100
32750              Message-Id: <20011115090639.A13005@rafael>
32751      Branch: perl
32752            ! pod/perlrun.pod
32753 ____________________________________________________________________________
32754 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
32755         Log: "link =" from utils.lst was being processed oddly.
32756      Branch: perl
32757            ! installman
32758 ____________________________________________________________________________
32759 [ 13014] By: ams                                   on 2001/11/15  02:52:52
32760         Log: Subject: [PATCH current] CreateTTY in -d
32761              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32762              Date: Wed, 14 Nov 2001 21:26:31 -0500
32763              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
32764      Branch: perl
32765            ! lib/perl5db.pl
32766 ____________________________________________________________________________
32767 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
32768         Log: Corify the Filter::Simple tests. 
32769      Branch: perl
32770            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
32771            ! lib/Filter/Simple/t/filter_only.t
32772 ____________________________________________________________________________
32773 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
32774         Log: Upgrade to Filter::Simple 0.70.
32775      Branch: perl
32776            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
32777            + t/lib/FilterOnlyTest.pm
32778            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
32779            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
32780            ! t/lib/FilterTest.pm
32781 ____________________________________________________________________________
32782 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
32783         Log: Cleanliness inspired by Cygwin.
32784      Branch: perl
32785            ! Makefile.SH x2p/Makefile.SH
32786 ____________________________________________________________________________
32787 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
32788         Log: Add perlunintro (formerly known as perlunitut); regen toc.
32789      Branch: perl
32790            + pod/perlunintro.pod
32791            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32792 ____________________________________________________________________________
32793 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
32794         Log: FAQ sync.
32795      Branch: perl
32796            ! pod/perlfaq6.pod
32797 ____________________________________________________________________________
32798 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
32799         Log: Quieten pgcc 2.91.66 worries.
32800      Branch: perl
32801            ! gv.c pp_ctl.c utf8.c
32802 ____________________________________________________________________________
32803 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
32804         Log: Upgrade to Switch 2.06.
32805      Branch: perl
32806            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
32807            ! lib/Switch/t/nested.t
32808 ____________________________________________________________________________
32809 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
32810         Log: Upgrade to Attribute::Handlers 0.76.
32811      Branch: perl
32812            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
32813            ! lib/Attribute/Handlers/README
32814            ! lib/Attribute/Handlers/demo/Demo.pm
32815            ! lib/Attribute/Handlers/demo/Descriptions.pm
32816            ! lib/Attribute/Handlers/demo/MyClass.pm
32817            ! lib/Attribute/Handlers/demo/demo_cycle.pl
32818            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
32819            ! lib/Attribute/Handlers/t/multi.t
32820 ____________________________________________________________________________
32821 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
32822         Log: Signedness nit.
32823      Branch: perl
32824            ! regexec.c
32825 ____________________________________________________________________________
32826 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
32827         Log: VERSIONize.
32828      Branch: perl
32829            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
32830            ! lib/integer.pm
32831 ____________________________________________________________________________
32832 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
32833         Log: No pod in internal Net::FTP classes.
32834      Branch: perl
32835            ! pod/buildtoc.PL
32836 ____________________________________________________________________________
32837 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
32838         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
32839              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
32840              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
32841              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
32842      Branch: perl
32843            ! regexec.c
32844 ____________________________________________________________________________
32845 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
32846         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
32847              Pudge correctly).
32848      Branch: perl
32849            ! t/test.pl
32850 ____________________________________________________________________________
32851 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
32852         Log: Add comments to mark where $^X is being handled.
32853      Branch: perl
32854            ! perl.c toke.c
32855 ____________________________________________________________________________
32856 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
32857         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
32858              From: Michael G Schwern <schwern@pobox.com>
32859              Date: Wed, 14 Nov 2001 16:38:25 -0500
32860              Message-ID: <20011114163825.D6519@blackrider>
32861      Branch: perl
32862            ! t/op/repeat.t
32863 ____________________________________________________________________________
32864 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
32865         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
32866              From: Michael G Schwern <schwern@pobox.com>
32867              Date: Wed, 14 Nov 2001 13:19:15 -0500
32868              Message-ID: <20011114131915.K5096@blackrider>
32869      Branch: perl
32870            ! t/op/die_exit.t
32871 ____________________________________________________________________________
32872 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
32873         Log: Subject: Re: [PATCH] new version of runperl()
32874              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32875              Date: Wed, 14 Nov 2001 15:39:12 EST
32876              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
32877              
32878              "VMS $^X pipes etc" patch.
32879      Branch: perl
32880            ! vms/vms.c
32881 ____________________________________________________________________________
32882 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
32883         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
32884              and add "verbose" option to show the final command.
32885      Branch: perl
32886            ! t/test.pl
32887 ____________________________________________________________________________
32888 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
32889         Log: Goof in some of the comment fields of #12994.
32890      Branch: perl
32891            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
32892            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
32893            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
32894            ! lib/unicore/In/9.pl
32895 ____________________________________________________________________________
32896 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
32897         Log: The First, Last ranges in the Unicode data weren't
32898              getting their general categories added properly;
32899              noticed by Jeffrey Friedl.
32900      Branch: perl
32901            ! lib/unicore/Category.pl lib/unicore/In/0.pl
32902            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
32903            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
32904            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
32905            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
32906            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
32907            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
32908            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
32909            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
32910            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
32911            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
32912            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
32913            ! lib/unicore/mktables
32914 ____________________________________________________________________________
32915 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
32916         Log: Subject: [PATCH] new version of runperl()
32917              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32918              Date: Wed, 14 Nov 2001 12:23:01 +0100
32919              Message-ID: <20011114122301.A29384@rafael>
32920      Branch: perl
32921            ! t/io/argv.t t/test.pl
32922 ____________________________________________________________________________
32923 [ 12992] By: ams                                   on 2001/11/14  13:40:39
32924         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
32925              From: Michael G Schwern <schwern@pobox.com>
32926              Date: Tue, 13 Nov 2001 23:17:54 -0500
32927              Message-Id: <20011113231754.S32567@blackrider>
32928      Branch: perl
32929            ! perl.c
32930 ____________________________________________________________________________
32931 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
32932         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
32933              From: Philip Newton <Philip.Newton@gmx.net>
32934              Date: Wed, 14 Nov 2001 10:59:53 +0100
32935              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
32936              
32937              plus a lot of paragraph reformatting because of long lines.
32938      Branch: perl
32939            ! pod/perlapio.pod
32940 ____________________________________________________________________________
32941 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
32942         Log: A bool is not a pointer.
32943      Branch: perl
32944            ! pp_sys.c
32945 ____________________________________________________________________________
32946 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
32947         Log: AUTHORS updates.
32948      Branch: perl
32949            ! AUTHORS
32950 ____________________________________________________________________________
32951 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
32952         Log: There are several MIME RFCs.
32953      Branch: perl
32954            ! ext/Encode/Encode.pm
32955 ____________________________________________________________________________
32956 [ 12987] By: ams                                   on 2001/11/14  01:09:28
32957         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
32958              From: Michael G Schwern <schwern@pobox.com>
32959              Date: Tue, 13 Nov 2001 20:59:13 -0500
32960              Message-Id: <20011113205913.H32567@blackrider>
32961      Branch: perl
32962            ! t/op/groups.t vms/test.com
32963 ____________________________________________________________________________
32964 [ 12986] By: ams                                   on 2001/11/14  01:07:06
32965         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
32966              From: Michael G Schwern <schwern@pobox.com>
32967              Date: Tue, 13 Nov 2001 20:51:34 -0500
32968              Message-Id: <20011113205134.F32567@blackrider>
32969      Branch: perl
32970            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
32971 ____________________________________________________________________________
32972 [ 12985] By: ams                                   on 2001/11/14  00:43:59
32973         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
32974              From: Michael G Schwern <schwern@pobox.com>
32975              Date: Tue, 13 Nov 2001 20:38:42 -0500
32976              Message-Id: <20011113203842.E32567@blackrider>
32977      Branch: perl
32978            ! pod/perlport.pod
32979 ____________________________________________________________________________
32980 [ 12984] By: ams                                   on 2001/11/14  00:32:15
32981         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
32982              From: Michael G Schwern <schwern@pobox.com>
32983              Date: Tue, 13 Nov 2001 20:27:02 -0500
32984              Message-Id: <20011113202702.D32567@blackrider>
32985      Branch: perl
32986            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
32987            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
32988            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
32989            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
32990 ____________________________________________________________________________
32991 [ 12983] By: ams                                   on 2001/11/14  00:00:27
32992         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
32993              From: Michael G Schwern <schwern@pobox.com>
32994              Date: Tue, 13 Nov 2001 19:51:59 -0500
32995              Message-Id: <20011113195159.B32567@blackrider>
32996      Branch: perl
32997            ! pod/perlport.pod
32998 ____________________________________________________________________________
32999 [ 12982] By: ams                                   on 2001/11/13  23:53:11
33000         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
33001              From: Larry Shatzer <fugazi@zippy.zyx.net>
33002              Date: Tue, 13 Nov 2001 17:27:59 -0700
33003              Message-Id: <20011113172759.E27768@zippy.zyx.net>
33004      Branch: perl
33005            ! pod/perlapio.pod
33006 ____________________________________________________________________________
33007 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
33008         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
33009              "large enough" Unicode characters returned more than one
33010              as their "Unicode size".
33011      Branch: perl
33012            ! pp_sys.c t/io/utf8.t
33013 ____________________________________________________________________________
33014 [ 12980] By: ams                                   on 2001/11/13  19:32:33
33015         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
33016              From: "Craig A. Berry" <craigberry@mac.com>
33017              Date: Tue, 13 Nov 2001 14:33:25 -0600
33018              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
33019      Branch: perl
33020            ! vms/gen_shrfls.pl
33021 ____________________________________________________________________________
33022 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
33023         Log: Subject: Minor patch to Encode.pm (detypo)
33024              From: "Philip Newton" <Philip.Newton@gmx.net>
33025              Date: Tue, 13 Nov 2001 20:11:01 +0100
33026              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
33027      Branch: perl
33028            ! ext/Encode/Encode.pm
33029 ____________________________________________________________________________
33030 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
33031         Log: Evil tabulators.
33032      Branch: perl
33033            ! ext/Encode/Encode.pm
33034 ____________________________________________________________________________
33035 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
33036         Log: Document the available encodings.
33037      Branch: perl
33038            ! ext/Encode/Encode.pm
33039 ____________________________________________________________________________
33040 [ 12976] By: ams                                   on 2001/11/13  17:14:07
33041         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
33042              From: Barrie Slaymaker <barries@slaysys.com>
33043              Date: Tue, 13 Nov 2001 12:41:36 -0500
33044              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
33045      Branch: perl
33046            ! t/op/universal.t
33047 ____________________________________________________________________________
33048 [ 12975] By: ams                                   on 2001/11/13  16:24:21
33049         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
33050              From: Barrie Slaymaker <barries@slaysys.com>
33051              Date: Tue, 13 Nov 2001 10:56:20 -0500
33052              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
33053              (Test applied with minor tweaks and ->isa("HASH") omission.)
33054      Branch: perl
33055            ! lib/UNIVERSAL.pm t/op/universal.t
33056 ____________________________________________________________________________
33057 [ 12974] By: ams                                   on 2001/11/13  15:46:07
33058         Log: Subject: [PATCH Benchmark.pm] docco tweaks
33059              From: Barrie Slaymaker <barries@slaysys.com>
33060              Date: Tue, 13 Nov 2001 11:34:45 -0500
33061              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
33062      Branch: perl
33063            ! lib/Benchmark.pm
33064 ____________________________________________________________________________
33065 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
33066         Log: Subject: [PATCH] Attack of the C loops, round 1
33067              From: Richard Soderberg <rs@oregonnet.com>
33068              Date: Mon, 12 Nov 2001 12:07:29 -0800
33069              Message-Id: <200111122007.MAA01994@oregonnet.com>
33070              
33071              Subject: [PATCH] bytecode.pl (tiny patch)
33072              From: Richard Soderberg <rs@oregonnet.com>
33073              Date: Mon, 12 Nov 2001 12:53:24 -0800
33074              Message-Id: <200111122053.MAA06272@oregonnet.com>
33075      Branch: perl
33076            ! bytecode.pl installhtml
33077 ____________________________________________________________________________
33078 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
33079         Log: Subject: [PATCH] Update to Filter::Util::Call
33080              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
33081              Date: Sun, 11 Nov 2001 22:33:33 -0000
33082              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
33083              
33084              Use the new CXT* macros.
33085      Branch: perl
33086            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
33087 ____________________________________________________________________________
33088 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
33089         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
33090              From: Michael G Schwern <schwern@pobox.com>
33091              Date: Mon, 12 Nov 2001 20:50:34 -0500
33092              Message-ID: <20011112205034.H2888@blackrider>
33093      Branch: perl
33094            + lib/vmsish.pm lib/vmsish.t
33095            - vms/ext/vmsish.pm vms/ext/vmsish.t
33096            ! MANIFEST vms/descrip_mms.template
33097 ____________________________________________________________________________
33098 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
33099         Log: :utf8 works only with perlio.
33100      Branch: perl
33101            ! lib/open.t
33102 ____________________________________________________________________________
33103 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
33104         Log: Subject: Re: @Config -"des" not quite working on VMS
33105              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33106              Date: Tue, 13 Nov 2001 08:35:13 EST 
33107              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
33108      Branch: perl
33109            ! configure.com
33110 ____________________________________________________________________________
33111 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
33112         Log: Subject: [PATCH] lib/charnames.pm 
33113              From: Jeffrey Friedl <jfriedl@yahoo.com>
33114              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
33115              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
33116      Branch: perl
33117            ! lib/charnames.pm
33118 ____________________________________________________________________________
33119 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
33120         Log: Docs for Mac::err.
33121      Branch: maint-5.6/macperl
33122            ! macos/ext/Mac/err/err.pm
33123 ____________________________________________________________________________
33124 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
33125         Log: Some cleanup; change some globals to references for
33126              possible persistence later.
33127      Branch: maint-5.6/macperl
33128            ! macos/lib/Mac/Glue.pm
33129 ____________________________________________________________________________
33130 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
33131         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
33132      Branch: maint-5.6/macperl
33133            ! macos/ext/Mac/Files/Files.pm
33134 ____________________________________________________________________________
33135 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
33136         Log: Get Mac::Navigation to compile (bug #464684).
33137      Branch: maint-5.6/macperl
33138            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
33139            ! macos/ext/Mac/Navigation/Makefile.PL
33140            ! macos/ext/Mac/Navigation/Navigation.xs
33141            ! macos/macperl/Makefile.mk
33142 ____________________________________________________________________________
33143 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
33144         Log: Add in modules and POD to help menu.
33145      Branch: maint-5.6/macperl
33146            ! macos/macperl/MacPerl.podhelp
33147 ____________________________________________________________________________
33148 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
33149         Log: Update bundled modules.
33150      Branch: maint-5.6/macperl
33151            + macos/bundled_ext/Filter/t/FilterTest.pm
33152            + macos/bundled_ext/List/Util/t/shuffle.t
33153            + macos/bundled_ext/Storable/t/compat06.t
33154            + macos/bundled_ext/Storable/t/st-dump.pl
33155            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
33156            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
33157            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
33158            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
33159            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
33160            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
33161            + macos/bundled_lib/blib/lib/lwpcook.pod
33162            + macos/bundled_lib/t/Filter/Simple/filter.t
33163            + macos/bundled_lib/t/Switch/t/given.t
33164            + macos/bundled_lib/t/Switch/t/nested.t
33165            + macos/bundled_lib/t/Switch/t/switch.t
33166            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
33167            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
33168            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
33169            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
33170            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
33171            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
33172            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
33173            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
33174            + macos/bundled_lib/t/URI/rfc2732.t
33175            + macos/bundled_lib/t/libnet/config.t
33176            + macos/bundled_lib/t/libnet/libnet_t.pl
33177            + macos/bundled_lib/t/libwww-perl/live/google.t
33178            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
33179            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
33180            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
33181            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
33182            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
33183            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
33184            + macos/bundled_lib/t/libwww-perl/live/validator.t
33185            - macos/bundled_ext/Filter/t/MyFilter.pm
33186            - macos/bundled_ext/Storable/t/compat-0.6.t
33187            - macos/bundled_ext/Storable/t/dump.pl
33188            - macos/bundled_ext/Time/Piece/Makefile.PL
33189            - macos/bundled_ext/Time/Piece/Piece.pm
33190            - macos/bundled_ext/Time/Piece/Piece.t
33191            - macos/bundled_ext/Time/Piece/Piece.xs
33192            - macos/bundled_ext/Time/Piece/README
33193            - macos/bundled_ext/Time/Piece/Seconds.pm
33194            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
33195            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
33196            - macos/bundled_lib/blib/lib/Net/PH.pm
33197            - macos/bundled_lib/blib/lib/Net/SNPP.pm
33198            - macos/bundled_lib/blib/lib/Text/Balanced.pod
33199            - macos/bundled_lib/t/Filter/Simple/test.pl
33200            - macos/bundled_lib/t/Switch/test.pl
33201            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
33202            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
33203            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
33204            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
33205            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
33206            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
33207            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
33208            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
33209            - macos/bundled_lib/t/libnet/ph.t
33210            ! (edit 125 files)
33211 ____________________________________________________________________________
33212 [ 12961] By: ams                                   on 2001/11/13  00:45:08
33213         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
33214              From: Michael G Schwern <schwern@pobox.com>
33215              Date: Mon, 12 Nov 2001 20:16:45 -0500
33216              Message-Id: <20011112201644.G2888@blackrider>
33217      Branch: perl
33218            ! pod/perlport.pod
33219 ____________________________________________________________________________
33220 [ 12960] By: ams                                   on 2001/11/12  23:54:00
33221         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
33222              Recoving dup tests for VMS
33223              From: Michael G Schwern <schwern@pobox.com>
33224              Date: Mon, 12 Nov 2001 19:35:33 -0500
33225              Message-Id: <20011112193533.D2888@blackrider>
33226      Branch: perl
33227            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
33228 ____________________________________________________________________________
33229 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
33230         Log: Update Changes.
33231      Branch: perl
33232            ! Changes patchlevel.h
33233 ____________________________________________________________________________
33234 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
33235         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
33236              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
33237              Date: Mon, 12 Nov 2001 12:35:18 EST 
33238              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
33239      Branch: perl
33240            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
33241            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
33242 ____________________________________________________________________________
33243 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
33244         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
33245              From: Barrie Slaymaker <barries@slaysys.com>
33246              Date: Mon, 12 Nov 2001 11:19:52 -0500
33247              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
33248      Branch: perl
33249            ! lib/File/Spec.t lib/File/Spec/Win32.pm
33250 ____________________________________________________________________________
33251 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
33252         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
33253              From: Barrie Slaymaker <barries@slaysys.com>
33254              Date: Mon, 12 Nov 2001 11:07:36 -0500
33255              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
33256      Branch: perl
33257            ! lib/Benchmark.pm
33258 ____________________________________________________________________________
33259 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
33260         Log: Misplaced test, noticed by Barrie Slaymaker.
33261              (We are missing Benchmark tests, then.)
33262      Branch: perl
33263            + ext/Devel/DProf/DProf.t
33264            - lib/Benchmark.t
33265            ! MANIFEST
33266 ____________________________________________________________________________
33267 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
33268         Log: Subject: [PATCH] a few typo fixes 
33269              From: Jeffrey Friedl <jfriedl@yahoo.com>
33270              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
33271              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
33272              
33273              Patching README.foo instead of pod/perlfoo.pod,
33274              not patching Math::BigInt (Tels will take care of that),
33275              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
33276              and perldoc.PL instead of libnetcfg and perldoc, patching
33277              ext/Digest/MD5/t/files.t since MD5.pm was changed.
33278      Branch: perl
33279            ! (edit 109 files)
33280 ____________________________________________________________________________
33281 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
33282         Log: Add a note about the dangers of bad UTF-8.
33283      Branch: perl
33284            ! pod/perlunicode.pod
33285 ____________________________________________________________________________
33286 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
33287         Log: NetWare Nit from Ananth Kesari.
33288      Branch: perl
33289            ! NetWare/config.wc
33290 ____________________________________________________________________________
33291 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
33292         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
33293      Branch: perl
33294            ! ext/Encode/Encode.pm
33295 ____________________________________________________________________________
33296 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
33297         Log: (retracted by #12951)
33298      Branch: perl
33299            ! ext/Encode/Encode.pm
33300 ____________________________________________________________________________
33301 [ 12949] By: ams                                   on 2001/11/12  06:40:18
33302         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
33303              From: Robert Spier <rspier@pobox.com>
33304              Date: Sun, 11 Nov 2001 18:50:18 -0800
33305              Message-Id: <15343.14570.121505.233336@rls.cx>
33306              
33307              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
33308              From: Rick Delaney <rick.delaney@home.com>
33309              Date: 12 Nov 2001 00:15:52 -0500
33310              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
33311      Branch: perl
33312            ! pp_hot.c t/op/taint.t
33313 ____________________________________________________________________________
33314 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
33315         Log: It seems that we actually have this detail implemented
33316              as for as Level 1 Support of Unicode regex support is
33317              concerned: at Level 1 only 1:1 support for loose
33318              (aka caseless, aka caseigoring ) matching is required.
33319      Branch: perl
33320            ! pod/perlunicode.pod
33321 ____________________________________________________________________________
33322 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
33323         Log: (retracted by #12951)
33324      Branch: perl
33325            ! ext/Encode/Encode.pm
33326 ____________________________________________________________________________
33327 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
33328         Log: BOM, bom, Bom.
33329      Branch: perl
33330            ! pod/perlunicode.pod
33331 ____________________________________________________________________________
33332 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
33333         Log: Upgrade to Math::BigInt 1.46.
33334      Branch: perl
33335            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
33336            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
33337            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
33338            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
33339            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
33340 ____________________________________________________________________________
33341 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
33342         Log: Subject: Re: PERFORCE change 12943 for review
33343              From: "Philip Newton" <Philip.Newton@gmx.net>
33344              Date: Sun, 11 Nov 2001 20:53:36 +0100
33345              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
33346      Branch: perl
33347            ! pod/perlunicode.pod
33348 ____________________________________________________________________________
33349 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
33350         Log: Doc updates; make the Unicode discussions a little
33351              bit less alarming, and add information about encodings,
33352              surrogates, and BOMs.
33353      Branch: perl
33354            ! pod/perlunicode.pod
33355 ____________________________________________________________________________
33356 [ 12942] By: ams                                   on 2001/11/11  16:45:00
33357         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
33358              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
33359              Date: Mon, 12 Nov 2001 00:22:57 +0900
33360              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
33361      Branch: perl
33362            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
33363            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
33364 ____________________________________________________________________________
33365 [ 12941] By: ams                                   on 2001/11/11  13:01:40
33366         Log: Subject: Re: PERFORCE change 12929 for review
33367              From: "Philip Newton" <Philip.Newton@gmx.net>
33368              Date: Sun, 11 Nov 2001 14:27:44 +0100
33369              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
33370      Branch: perl
33371            ! MANIFEST
33372 ____________________________________________________________________________
33373 [ 12940] By: ams                                   on 2001/11/11  05:06:43
33374         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
33375              From: Michael G Schwern <schwern@pobox.com>
33376              Date: Thu, 8 Nov 2001 22:56:45 -0500
33377              Message-Id: <20011108225645.H5587@blackrider>
33378      Branch: perl
33379            ! t/op/chdir.t
33380 ____________________________________________________________________________
33381 [ 12939] By: ams                                   on 2001/11/11  05:01:00
33382         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
33383              From: Michael G Schwern <schwern@pobox.com>
33384              Date: Sun, 11 Nov 2001 00:54:43 -0500
33385              Message-Id: <20011111005443.A24450@blackrider>
33386      Branch: perl
33387            ! ext/Cwd/t/cwd.t
33388 ____________________________________________________________________________
33389 [ 12938] By: ams                                   on 2001/11/11  03:25:13
33390         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
33391              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
33392              From: "chromatic" <chromatic@rmci.net>
33393              Date: Sat, 10 Nov 2001 21:03:20 -0700
33394              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
33395      Branch: perl
33396            ! lib/File/stat.pm lib/File/stat.t
33397 ____________________________________________________________________________
33398 [ 12937] By: ams                                   on 2001/11/11  02:05:23
33399         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
33400              From: "Craig A. Berry" <craigberry@mac.com>
33401              Date: Sat, 10 Nov 2001 17:23:52 -0600
33402              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
33403      Branch: perl
33404            ! t/op/magic.t
33405 ____________________________________________________________________________
33406 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
33407         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
33408      Branch: perl
33409            ! lib/open.pm lib/open.t
33410 ____________________________________________________________________________
33411 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
33412         Log: The Official name of ASCII.
33413      Branch: perl
33414            ! ext/Encode/Encode.pm
33415 ____________________________________________________________________________
33416 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
33417         Log: The KOI8-R example wasn't quite right.
33418      Branch: perl
33419            ! lib/open.pm lib/open.t
33420 ____________________________________________________________________________
33421 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
33422         Log: Enhance the open pragma to support :utf8, :locale,
33423              and :encoding directly as special cases, and rename
33424              the INOUT to IO.
33425      Branch: perl
33426            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
33427 ____________________________________________________________________________
33428 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
33429         Log: Document the UTF-16 surrogate encoding and decoding.
33430      Branch: perl
33431            ! ext/Encode/Encode.pm
33432 ____________________________________________________________________________
33433 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
33434         Log: A potential recursion breaker.
33435      Branch: perl
33436            ! sv.c
33437 ____________________________________________________________________________
33438 [ 12930] By: ams                                   on 2001/11/10  07:46:53
33439         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
33440              (was Re: perl@12892)
33441              From: "chromatic" <chromatic@rmci.net>
33442              Date: Sat, 10 Nov 2001 01:28:09 -0700
33443              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
33444      Branch: perl
33445            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
33446            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
33447            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
33448            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
33449 ____________________________________________________________________________
33450 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
33451         Log: Add a test for the bytes pragma.
33452      Branch: perl
33453            + lib/bytes.t
33454            ! MANIFEST
33455 ____________________________________________________________________________
33456 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
33457         Log: Doc update.
33458      Branch: perl
33459            ! lib/bytes.pm
33460 ____________________________________________________________________________
33461 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
33462         Log: Cease to exist.
33463      Branch: perl
33464            - lib/Unicode/Normalize.pm
33465 ____________________________________________________________________________
33466 [ 12926] By: ams                                   on 2001/11/10  03:23:16
33467         Log: Subject: [patch] my_setenv speedup + fixes
33468              From: Doug MacEachern <dougm@covalent.net>
33469              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
33470              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
33471      Branch: perl
33472            ! util.c
33473 ____________________________________________________________________________
33474 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
33475         Log: Newline trouble.
33476      Branch: perl
33477            ! lib/ExtUtils/Embed.t
33478 ____________________________________________________________________________
33479 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
33480         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
33481              From: "Craig A. Berry" <craigberry@mac.com>
33482              Date: Fri, 09 Nov 2001 18:13:16 -0600
33483              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
33484      Branch: perl
33485            ! vms/munchconfig.c
33486 ____________________________________________________________________________
33487 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
33488         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
33489              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33490              Date: Sat, 10 Nov 2001 00:10:45 +0100
33491              Message-ID: <20011110001045.A11945@rafael>
33492      Branch: perl
33493            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
33494            + t/run/switchn.t t/run/switchp.t
33495            ! MANIFEST
33496 ____________________________________________________________________________
33497 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
33498         Log: Subject: [PATCH] some tests not cleaning up properly               
33499              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
33500              Date: Fri, 9 Nov 2001 22:13:10 +0100
33501              Message-ID: <20011109221310.A11115@rafael>
33502      Branch: perl
33503            ! ext/Cwd/t/cwd.t t/io/argv.t
33504 ____________________________________________________________________________
33505 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
33506         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
33507              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33508              Date: Fri, 9 Nov 2001 15:07:19 EST
33509              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
33510      Branch: perl
33511            ! lib/ExtUtils/Embed.t
33512 ____________________________________________________________________________
33513 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
33514         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
33515              have been copied so it shouldn't be freed in perl_destruct()
33516      Branch: perl
33517            ! perl.c
33518 ____________________________________________________________________________
33519 [ 12919] By: ams                                   on 2001/11/09  15:36:22
33520         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
33521              From: Michael G Schwern <schwern@pobox.com>
33522              Date: Fri, 9 Nov 2001 00:38:59 -0500
33523              Message-Id: <20011109003859.K5587@blackrider>
33524              (Applied with directory name changes suggested by Craig Berry.)
33525      Branch: perl
33526            ! ext/Cwd/t/cwd.t
33527 ____________________________________________________________________________
33528 [ 12918] By: ams                                   on 2001/11/09  15:29:15
33529         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
33530              From: Michael G Schwern <schwern@pobox.com>
33531              Date: Fri, 9 Nov 2001 01:44:14 -0500
33532              Message-Id: <20011109014414.N5587@blackrider>
33533      Branch: perl
33534            ! vms/ext/filespec.t
33535 ____________________________________________________________________________
33536 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
33537         Log: Update Changes.
33538      Branch: perl
33539            ! Changes patchlevel.h
33540 ____________________________________________________________________________
33541 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
33542         Log: Regen toc.
33543      Branch: perl
33544            ! pod/perltoc.pod
33545 ____________________________________________________________________________
33546 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
33547         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
33548              see http://www.jepstone.net/bjepson//jpl/cvs.html
33549      Branch: perl
33550            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
33551 ____________________________________________________________________________
33552 [ 12914] By: ams                                   on 2001/11/09  14:05:12
33553         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
33554              From: Michael G Schwern <schwern@pobox.com>
33555              Date: Thu, 8 Nov 2001 22:05:49 -0500
33556              Message-Id: <20011108220549.F5587@blackrider>
33557      Branch: perl
33558            ! vms/test.com
33559 ____________________________________________________________________________
33560 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
33561         Log: NetWare update from Ananth Kesari.
33562      Branch: perl
33563            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
33564 ____________________________________________________________________________
33565 [ 12912] By: ams                                   on 2001/11/09  13:40:26
33566         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
33567              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33568              Date: Fri, 9 Nov 2001 14:32:28 +0100
33569              Message-Id: <20011109143228.A18996@rafael>
33570      Branch: perl
33571            ! perl.c
33572 ____________________________________________________________________________
33573 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
33574         Log: FAQ sync.
33575      Branch: perl
33576            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
33577            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
33578            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
33579 ____________________________________________________________________________
33580 [ 12910] By: ams                                   on 2001/11/09  07:33:49
33581         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
33582              From: Michael G Schwern <schwern@pobox.com>
33583              Date: Fri, 9 Nov 2001 00:41:56 -0500
33584              Message-Id: <20011109004156.L5587@blackrider>
33585      Branch: perl
33586            ! lib/File/Find/t/find.t
33587 ____________________________________________________________________________
33588 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
33589         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
33590              The CPAN distribution has both pm and XS implementations,
33591              and for performance reasons we choose the XS.
33592              Another reason to choose the XS is that it doesn't
33593              require Lingua::KO::Hangul::Util, which means that
33594              we can delete that-- which in turn means that Unicode::UCD
33595              cannot expect that: support it, but don't expect.
33596              Ditto Unicode::Collate.
33597              
33598              Note that Unicode::Normalize Makefile.PL and
33599              Normalize.xs have been modified from the CPAN 0.10
33600              versions: the first one to be simpler (no pm) and
33601              clean up the generated unf*.h files, the second one
33602              to quench compiler grumblings.  Must notify Sadahiro
33603              about these changes.
33604      Branch: perl
33605            + ext/Unicode/Normalize/Changes
33606            + ext/Unicode/Normalize/Makefile.PL
33607            + ext/Unicode/Normalize/Normalize.pm
33608            + ext/Unicode/Normalize/Normalize.pod
33609            + ext/Unicode/Normalize/Normalize.xs
33610            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
33611            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
33612            + ext/Unicode/Normalize/t/test.t
33613            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
33614            - lib/Lingua/KO/Hangul/Util/README
33615            - lib/Lingua/KO/Hangul/Util/t/test.t
33616            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
33617            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
33618            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
33619            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
33620            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
33621            ! win32/makefile.mk
33622 ____________________________________________________________________________
33623 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
33624         Log: Test miscounting.
33625      Branch: perl
33626            ! ext/POSIX/t/posix.t
33627 ____________________________________________________________________________
33628 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
33629         Log: Quote the variables in failures messages more nicely.
33630      Branch: perl
33631            ! t/test.pl
33632 ____________________________________________________________________________
33633 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
33634         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
33635              From: Michael G Schwern <schwern@pobox.com>
33636              Date: Thu, 8 Nov 2001 17:24:49 -0500
33637              Message-ID: <20011108172449.A5587@blackrider>
33638              
33639              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
33640              From: "Craig A. Berry" <craigberry@mac.com>
33641              Date: Thu, 8 Nov 2001 16:35:00 -0600
33642              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
33643      Branch: perl
33644            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
33645 ____________________________________________________________________________
33646 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
33647         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
33648              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
33649              Date: Thu, 8 Nov 2001 22:52:50 -0000
33650              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
33651      Branch: perl
33652            ! ext/DB_File/t/db-recno.t
33653 ____________________________________________________________________________
33654 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
33655         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
33656              (Probably not an EBCDIC issue the way one would think
33657              since no chr() et alia are used in UCD.pm.)
33658      Branch: perl
33659            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
33660 ____________________________________________________________________________
33661 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
33662         Log: Whether overwriting the $self->{...} values (see #12902)
33663              is a good policy or not is debatable, but let's at least
33664              be consistent.
33665      Branch: perl
33666            ! lib/ExtUtils/MM_Unix.pm
33667 ____________________________________________________________________________
33668 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
33669         Log: The MakeMaker argument () quoting patch that sneaked
33670              in at #12883 didn't handle make macros like this $(...).
33671              Leaning toothpicks, we've got them.
33672      Branch: perl
33673            ! lib/ExtUtils/MM_Unix.pm
33674 ____________________________________________________________________________
33675 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
33676         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
33677              From: Michael G Schwern <schwern@pobox.com>
33678              Date: Wed, 7 Nov 2001 02:02:29 -0500
33679              Message-ID: <20011107020229.K2858@blackrider>
33680      Branch: perl
33681            ! t/io/argv.t t/test.pl vms/test.com
33682 ____________________________________________________________________________
33683 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
33684         Log: Subject: [PATCH 20011106.084] -s on #! line 
33685              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33686              Date: Wed, 7 Nov 2001 22:23:39 +0100
33687              Message-ID: <20011107222339.E729@rafael>
33688      Branch: perl
33689            ! embed.h embed.pl perl.c proto.h toke.c
33690 ____________________________________________________________________________
33691 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
33692         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
33693              From: Michael G Schwern <schwern@pobox.com>
33694              Date: Wed, 7 Nov 2001 16:52:49 -0500
33695              Message-ID: <20011107165249.I7346@blackrider>
33696      Branch: perl
33697            ! pod/perlhack.pod
33698 ____________________________________________________________________________
33699 [ 12898] By: ams                                   on 2001/11/08  13:02:19
33700         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
33701              From: Mark-Jason Dominus <mjd@plover.com>
33702              Date: Thu, 08 Nov 2001 08:59:02 -0500
33703              Message-Id: <20011108135902.2275.qmail@plover.com>
33704      Branch: perl
33705            ! INSTALL README README.amiga README.os2 README.vms
33706            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
33707            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
33708 ____________________________________________________________________________
33709 [ 12897] By: ams                                   on 2001/11/08  12:49:28
33710         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
33711              From: mjd@plover.com
33712              Date: 8 Nov 2001 13:33:18 -0000
33713              Message-Id: <20011108133318.1786.qmail@plover.com>
33714      Branch: perl
33715            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
33716            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
33717            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
33718            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
33719            ! pod/perlport.pod pod/perlvar.pod
33720 ____________________________________________________________________________
33721 [ 12896] By: ams                                   on 2001/11/08  11:22:12
33722         Log: open(FH, $file) should strip leading and trailing whitespace.
33723      Branch: perl
33724            ! doio.c
33725 ____________________________________________________________________________
33726 [ 12895] By: ams                                   on 2001/11/08  10:17:14
33727         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
33728              From: "Craig A. Berry" <craigberry@mac.com>
33729              Date: Wed, 07 Nov 2001 13:41:50 -0600
33730              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
33731      Branch: perl
33732            ! t/op/glob.t
33733 ____________________________________________________________________________
33734 [ 12894] By: ams                                   on 2001/11/08  08:32:20
33735         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
33736              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
33737              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
33738              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
33739      Branch: perl
33740            ! makedepend.SH
33741 ____________________________________________________________________________
33742 [ 12893] By: ams                                   on 2001/11/08  08:26:31
33743         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
33744              From: mjd@plover.com
33745              Date: 8 Nov 2001 08:08:07 -0000
33746              Message-Id: <20011108080807.30147.qmail@plover.com>
33747              
33748              Subject: bleadperl perl.pod
33749              From: mjd@plover.com
33750              Date: 8 Nov 2001 08:10:47 -0000
33751              Message-Id: <20011108081047.30178.qmail@plover.com>
33752              
33753              Subject: more bleadperl perl.pod
33754              From: mjd@plover.com
33755              Date: 8 Nov 2001 08:16:28 -0000
33756              Message-Id: <20011108081628.30229.qmail@plover.com>
33757      Branch: perl
33758            ! pod/perl.pod pod/perldebug.pod
33759 ____________________________________________________________________________
33760 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
33761         Log: Tweak for Cray-friendliness from Nicholas Clark.
33762      Branch: perl
33763            ! sv.c
33764 ____________________________________________________________________________
33765 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
33766         Log: VMS patch redo from Charles Lane.
33767      Branch: perl
33768            ! vms/gen_shrfls.pl
33769 ____________________________________________________________________________
33770 [ 12890] By: ams                                   on 2001/11/07  15:16:10
33771         Log: Subject: [ID 20011107.088] two perl pod nits
33772              From: lvirden@cas.org
33773              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
33774              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
33775      Branch: perl
33776            ! pod/perl.pod pod/perlfaq3.pod
33777 ____________________________________________________________________________
33778 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
33779         Log: Update Changes.
33780      Branch: perl
33781            ! Changes patchlevel.h
33782 ____________________________________________________________________________
33783 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
33784         Log: The (emulated) "no utf8" must be in a BEGIN block
33785              to be effective.
33786      Branch: perl
33787            ! lib/CGI/t/html.t
33788 ____________________________________________________________________________
33789 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
33790         Log: "v-strings" is the right term.
33791      Branch: perl
33792            ! pod/perltodo.pod
33793 ____________________________________________________________________________
33794 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
33795         Log: Add vstrings-as-objects need to perltodo.
33796      Branch: perl
33797            ! pod/perltodo.pod
33798 ____________________________________________________________________________
33799 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
33800         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
33801              From: Nicholas Clark <nick@ccl4.org>
33802              Date: Wed, 7 Nov 2001 14:36:32 +0000
33803              Message-ID: <20011107143631.I24980@plum.flirble.org>
33804      Branch: perl
33805            ! t/op/pack.t
33806 ____________________________________________________________________________
33807 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
33808         Log: The Embed test requires a major rewrite for VMS
33809              (plus it reveals a couple of annoying glitches
33810              in buffering), so skip the test for now; from
33811              Charles Lane.
33812      Branch: perl
33813            ! lib/ExtUtils/Embed.t
33814 ____________________________________________________________________________
33815 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
33816         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
33817              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33818              Date: Wed, 7 Nov 2001 09:23:28 EST
33819              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
33820              
33821              (Also i seems that an unrelated experimental patch
33822              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
33823      Branch: perl
33824            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
33825 ____________________________________________________________________________
33826 [ 12882] By: ams                                   on 2001/11/07  05:14:04
33827         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
33828              From: Mark-Jason Dominus <mjd@plover.com>
33829              Date: Wed, 07 Nov 2001 00:43:46 -0500
33830              Message-Id: <20011107054346.14428.qmail@plover.com>
33831      Branch: perl
33832            ! gv.c op.c toke.c
33833 ____________________________________________________________________________
33834 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
33835         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
33836              From: Michael G Schwern <schwern@pobox.com>             
33837              Date: Tue, 6 Nov 2001 22:04:39 -0500
33838              Message-ID: <20011106220439.D2858@blackrider>              
33839      Branch: perl
33840            ! lib/perl5db.pl
33841 ____________________________________________________________________________
33842 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
33843         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
33844              stress))
33845              From: Jonathan Stowe <gellyfish@gellyfish.com>
33846              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
33847              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
33848              
33849              (except for one hunk where indentation differs)
33850      Branch: perl
33851            ! lib/Term/Cap.t
33852 ____________________________________________________________________________
33853 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
33854         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
33855              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33856              Date: Tue, 6 Nov 2001 21:45:01 +0100
33857              Message-ID: <20011106214501.A704@rafael>
33858      Branch: perl
33859            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
33860            ! lib/File/Spec/Win32.pm
33861 ____________________________________________________________________________
33862 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
33863         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
33864              From: Michael G Schwern <schwern@pobox.com>              
33865              Date: Tue, 6 Nov 2001 20:58:45 -0500
33866              Message-ID: <20011106205845.G29411@blackrider>
33867      Branch: perl
33868            ! t/test.pl
33869 ____________________________________________________________________________
33870 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
33871         Log: Subject: making do_sprintf public       
33872              From: Doug MacEachern <dougm@covalent.net>    
33873              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
33874              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
33875      Branch: perl
33876            ! embed.h embed.pl global.sym
33877 ____________________________________________________________________________
33878 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
33879         Log: Update to CGI.pm 2.78.
33880              
33881              TODO: the test suite needs to be merged so that
33882              when in core, the core version is tested, and when
33883              using the CPAN version, testing the CPAN version.
33884              (the changes need to be sent to Lincoln, too...)
33885      Branch: perl
33886            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
33887            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
33888            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
33889            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
33890            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
33891            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
33892 ____________________________________________________________________________
33893 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
33894         Log: Integrate with perlio; (strictly) readonly hashes via XS.
33895      Branch: perl
33896           +> t/lib/access.t
33897           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
33898 ____________________________________________________________________________
33899 [ 12874] By: nick                                  on 2001/11/06  21:05:16
33900         Log: Keep It Simple and Stupid version of readonly hash support.
33901              - Test for SvREAONLY(hv) at a few spots in hv.c
33902              - add the error message to perldiag.pod
33903              - (dubious) add access::readonly() to univeral.c
33904              - add test using above
33905              - fixup ext/B/t/stash.t to account for access:: existing
33906      Branch: perlio
33907            + t/lib/access.t
33908            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
33909 ____________________________________________________________________________
33910 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
33911         Log: Fix incorrect warnings about broken globbing;
33912              from Andy Dougherty.
33913      Branch: perl
33914            ! hints/linux.sh
33915 ____________________________________________________________________________
33916 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
33917         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
33918              toggle-on from the encoding pragma.
33919      Branch: perl
33920            ! regcomp.c regexec.c
33921 ____________________________________________________________________________
33922 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
33923         Log: Retract #12824, doesn't help and is ignored
33924              by Configure anyway.
33925      Branch: perl
33926            ! hints/beos.sh
33927 ____________________________________________________________________________
33928 [ 12870] By: ams                                   on 2001/11/06  10:40:37
33929         Log: Subject: Cosmetic change
33930              From: H.Merijn Brand <h.m.brand@hccnet.nl>
33931              Date: Tue, 06 Nov 2001 12:30:52 +0100
33932              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
33933      Branch: perl
33934            ! README.hpux
33935 ____________________________________________________________________________
33936 [ 12869] By: nick                                  on 2001/11/06  08:26:40
33937         Log: Integrate mainline
33938      Branch: perlio
33939           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
33940           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
33941 ____________________________________________________________________________
33942 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
33943         Log: The parentheses are protected enough.
33944      Branch: perl
33945            ! hints/os390.sh
33946 ____________________________________________________________________________
33947 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
33948         Log: ccflags, not ldflags.
33949      Branch: perl
33950            ! hints/os390.sh
33951 ____________________________________________________________________________
33952 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
33953         Log: ... and the proto to go with #12865.
33954      Branch: perl
33955            ! proto.h
33956 ____________________________________________________________________________
33957 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
33958         Log: Oops.  Luckily nothing was using this symbol yet.
33959      Branch: perl
33960            ! global.sym
33961 ____________________________________________________________________________
33962 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
33963         Log: Implement the encoding pragma for regex literals.
33964      Branch: perl
33965            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
33966 ____________________________________________________________________________
33967 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
33968         Log: More UTF8 EXACT fixing.
33969      Branch: perl
33970            ! regexec.c
33971 ____________________________________________________________________________
33972 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
33973         Log: More re debugging.
33974      Branch: perl
33975            ! regexec.c
33976 ____________________________________________________________________________
33977 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
33978         Log: EXACT correction attempt.  Continued in #12863.
33979      Branch: perl
33980            ! regexec.c
33981 ____________________________________________________________________________
33982 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
33983         Log: Unterminated L<.
33984      Branch: perl
33985            ! ext/DB_File/DB_File.pm
33986 ____________________________________________________________________________
33987 [ 12859] By: nick                                  on 2001/11/05  19:15:17
33988         Log: Integrate mainline
33989      Branch: perlio
33990           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
33991           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
33992           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
33993           +> lib/Math/BigInt/t/sub_mbi.t
33994            - lib/Math/BigInt/t/Math/Subclass.pm
33995            - lib/Math/BigInt/t/subclass.t
33996           !> (integrate 30 files)
33997 ____________________________________________________________________________
33998 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
33999         Log: Regex debugging fixes from Hugo.
34000      Branch: perl
34001            ! regcomp.c regexec.c
34002 ____________________________________________________________________________
34003 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
34004         Log: IRIX: at some point the cc -version has started
34005              to output to stderr, not stdout any more.
34006      Branch: perl
34007            ! hints/irix_6.sh
34008 ____________________________________________________________________________
34009 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
34010         Log: Update Changes.
34011      Branch: perl
34012            ! Changes patchlevel.h
34013 ____________________________________________________________________________
34014 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
34015         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
34016      Branch: perl
34017            ! lib/File/Spec/Unix.pm
34018 ____________________________________________________________________________
34019 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
34020         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
34021              From: rgarciasuarez@free.fr
34022              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
34023              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
34024      Branch: perl
34025            ! lib/File/Spec/Unix.pm
34026 ____________________________________________________________________________
34027 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
34028         Log: Use config.arch in OS/390 where the combination of
34029              IEEE floats and ldflags is tricky.
34030      Branch: perl
34031            ! hints/os390.sh
34032 ____________________________________________________________________________
34033 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
34034         Log: Metaconfig unit change for #12851.
34035      Branch: metaconfig
34036            ! U/modified/Config_sh.U
34037 ____________________________________________________________________________
34038 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
34039         Log: Support a config.arch file, similar to config.over,
34040              but loaded just before it.
34041      Branch: perl
34042            ! Configure INSTALL
34043 ____________________________________________________________________________
34044 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
34045         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
34046              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34047              Date: Mon, 5 Nov 2001 14:26:24 +0100
34048              Message-ID: <20011105142624.C31977@rafael>
34049      Branch: perl
34050            ! lib/Symbol.pm lib/Symbol.t
34051 ____________________________________________________________________________
34052 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
34053         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
34054              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34055              Date: Sun, 4 Nov 2001 22:28:57 +0100
34056              Message-ID: <20011104222857.C696@rafael>
34057      Branch: perl
34058            ! pod/perldebug.pod pod/perlpodspec.pod
34059 ____________________________________________________________________________
34060 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
34061         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
34062      Branch: perl
34063            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
34064 ____________________________________________________________________________
34065 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
34066         Log: Math::Big* test tweaks to work better with core:
34067              but the coast still not clear.
34068      Branch: perl
34069            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
34070            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34071 ____________________________________________________________________________
34072 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
34073         Log: Protect against high load: measure how much wall
34074              clock time went by while sleeping.  Avoids some
34075              false negatives, while may introduce some false
34076              positives.  Life is hard.
34077      Branch: perl
34078            ! ext/Time/HiRes/HiRes.t
34079 ____________________________________________________________________________
34080 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
34081         Log: More forgotten from #12843.
34082      Branch: perl
34083            ! lib/Math/BigInt/t/bigfltpm.inc
34084 ____________________________________________________________________________
34085 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
34086         Log: Forgot from #12843.
34087      Branch: perl
34088            + lib/Math/BigInt/t/bigintpm.inc
34089            ! MANIFEST
34090 ____________________________________________________________________________
34091 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
34092         Log: Upgrade to Math::BigInt 1.45; from Tels.
34093              NOTE: some of the tests are failing but that's because
34094              the core integration is not yet done.
34095      Branch: perl
34096            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
34097            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
34098            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34099            - lib/Math/BigInt/t/Math/Subclass.pm
34100            - lib/Math/BigInt/t/subclass.t
34101            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
34102            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
34103            ! lib/Math/BigInt/t/mbimbf.t
34104 ____________________________________________________________________________
34105 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
34106         Log: VMS: adds capability to control more configuration stuff with
34107              -D and -U switches; parsing config.sh to extract previous config
34108              info in VMS-form, and a rewrite of the "prompt/response" routine;
34109              from Charles Lane.
34110      Branch: perl
34111            ! configure.com
34112 ____________________________________________________________________________
34113 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
34114         Log: Subject: Typo correction in perldebguts.pod
34115              From: mjd@plover.com
34116              Date: 4 Nov 2001 16:20:05 -0000
34117              Message-ID: <20011104162005.16699.qmail@plover.com>
34118      Branch: perl
34119            ! pod/perldebguts.pod
34120 ____________________________________________________________________________
34121 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
34122         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
34123              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34124              Date: Sun, 4 Nov 2001 11:47:30 +0100
34125              Message-ID: <20011104114730.A715@rafael>
34126              
34127              Remove -T from the test, wrong place for that.
34128      Branch: perl
34129            ! lib/File/Temp/t/mktemp.t
34130 ____________________________________________________________________________
34131 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
34132         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
34133              From: Nicholas Clark <nick@ccl4.org>
34134              Date: Sun, 4 Nov 2001 10:41:24 +0000
34135              Message-ID: <20011104104123.U20123@plum.flirble.org>
34136      Branch: perl
34137            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
34138 ____________________________________________________________________________
34139 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
34140         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
34141              From: Michael G Schwern <schwern@pobox.com>
34142              Date: Sat, 3 Nov 2001 15:41:47 -0500
34143              Message-ID: <20011103154147.C600@blackrider>
34144      Branch: perl
34145            ! lib/Term/Cap.t
34146 ____________________________________________________________________________
34147 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
34148         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
34149              From: "Craig A. Berry" <craigberry@mac.com>     
34150              Date: Sat, 03 Nov 2001 16:02:28 -0600
34151              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
34152      Branch: perl
34153            ! ext/Time/HiRes/HiRes.t
34154 ____________________________________________________________________________
34155 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
34156         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
34157              From: "chromatic" <chromatic@rmci.net>
34158              Date: Sat, 03 Nov 2001 12:28:17 -0700
34159              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
34160      Branch: perl
34161            ! lib/Term/Cap.t
34162 ____________________________________________________________________________
34163 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
34164         Log: Don't bother doing POSIX charclass parsing if it
34165              possibly cannot be so.  Prepares way for charclass
34166              syntax like [[abc]||[def]] (or just [[abc][def]])
34167              for union, [[\w]&&[$a]] for intersection,
34168              and [[a-z]&&[^def]] for subtraction.
34169              
34170              Currently /[[a]/ (or /[a[]/) parses as a character
34171              class containing two characters, "[" and "a",
34172              this may have to be broken for the syntax described
34173              above, otherwise we would have to scan the whole pattern
34174              to find out whether the square brackets match pairwise.
34175              Luckily, the special case of "[" doesn't seem to be
34176              documented (as opposed to "]" and "-"), so we may have
34177              better story for breaking it...  One can always use \[
34178              if one wants a literal "[", so there.
34179      Branch: perl
34180            ! regcomp.c
34181 ____________________________________________________________________________
34182 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
34183         Log: Comment correction.
34184      Branch: perl
34185            ! regcomp.c
34186 ____________________________________________________________________________
34187 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
34188         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
34189              The latter is a RedHatism.
34190      Branch: perl
34191            ! lib/ExtUtils/MakeMaker.pm
34192 ____________________________________________________________________________
34193 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
34194         Log: Integrate perlio:
34195              
34196              [ 12830]
34197              Fix clone_leak problem.
34198              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
34199              as vestige of calling PerlLIO_dup().
34200              
34201              [ 12829]
34202              Tweaks attempting to locate Doug's clone_leak leak.
34203              - add some PerlIO_debug()
34204              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
34205              - Even if it closing stdout etc. do a fflush()
34206      Branch: perl
34207           !> perlio.c
34208 ____________________________________________________________________________
34209 [ 12831] By: nick                                  on 2001/11/03  11:42:15
34210         Log: Integrate mainline
34211      Branch: perlio
34212           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
34213           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
34214           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
34215           !> sv.c t/test.pl
34216 ____________________________________________________________________________
34217 [ 12830] By: nick                                  on 2001/11/03  10:27:34
34218         Log: Fix clone_leak problem.
34219              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
34220              as vestige of calling PerlLIO_dup().
34221      Branch: perlio
34222            ! perlio.c
34223 ____________________________________________________________________________
34224 [ 12829] By: nick                                  on 2001/11/03  09:40:46
34225         Log: Tweaks attempting to locate Doug's clone_leak leak.
34226              - add some PerlIO_debug()
34227              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
34228              - Even if it closing stdout etc. do a fflush()
34229      Branch: perlio
34230            ! perlio.c
34231 ____________________________________________________________________________
34232 [ 12828] By: nick                                  on 2001/11/03  08:34:31
34233         Log: Integrate mainline
34234      Branch: perlio
34235           !> (integrate 54 files)
34236 ____________________________________________________________________________
34237 [ 12827] By: ams                                   on 2001/11/03  03:45:19
34238         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
34239              remove this later). Based on a patch from Robert Spier in
34240              <15330.61459.14452.795263@rls.cx>.
34241      Branch: perl
34242            ! sv.c
34243 ____________________________________________________________________________
34244 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
34245         Log: microperl sync.
34246      Branch: perl
34247            ! doio.c perl.c perl.h perlio.c regexec.c
34248 ____________________________________________________________________________
34249 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
34250         Log: Definitions for the Unicode Newline Guidelines.
34251      Branch: perl
34252            ! perl.h
34253 ____________________________________________________________________________
34254 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
34255         Log: (retracted by #12871)
34256              
34257              There is no csh of any kind in default BeOS.
34258              For the purposes of miniperl globbing, bash
34259              will do.
34260      Branch: perl
34261            ! hints/beos.sh
34262 ____________________________________________________________________________
34263 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
34264         Log: Integrate change #12820 from macperl to maint and blead;
34265              
34266              Fix up (dynaloading) to work properly with multiplicity
34267      Branch: maint-5.6/perl
34268           !> ext/DynaLoader/dl_mac.xs
34269      Branch: perl
34270           !> ext/DynaLoader/dl_mac.xs
34271 ____________________________________________________________________________
34272 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
34273         Log: Several fixes for various exit problems and clearing out
34274              task queue, as well as another (incomplete) go at
34275              fixing error message handling
34276      Branch: maint-5.6/macperl
34277            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
34278 ____________________________________________________________________________
34279 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
34280         Log: Add source files for bleadperl builds
34281      Branch: maint-5.6/macperl
34282            ! macos/Makefile.mk
34283 ____________________________________________________________________________
34284 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
34285         Log: Fix up to work properly with multiplicity
34286      Branch: maint-5.6/macperl
34287            ! ext/DynaLoader/dl_mac.xs
34288 ____________________________________________________________________________
34289 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
34290         Log: Integrate with maintperl.
34291      Branch: maint-5.6/macperl
34292           +> t/op/system.t t/op/system_tests
34293           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
34294           !> pod/perltodo.pod util.c win32/win32.c
34295 ____________________________________________________________________________
34296 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
34297         Log: Locate _PATH_LOG if it's a socket even if not #defined
34298              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
34299              via Nick Clark.
34300      Branch: perl
34301            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
34302 ____________________________________________________________________________
34303 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
34304         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
34305              From: Michael G Schwern <schwern@pobox.com>
34306              Date: Fri, 2 Nov 2001 15:36:41 -0500
34307              Message-ID: <20011102153641.E23234@blackrider>
34308      Branch: perl
34309            ! t/test.pl
34310 ____________________________________________________________________________
34311 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
34312         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
34313              From: merlyn@stonehenge.com (Randal L. Schwartz)
34314              Date: 02 Nov 2001 09:33:34 -0800
34315              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
34316              
34317              (two of the changes)
34318              
34319              Better coexistence with extensions.
34320      Branch: perl
34321            ! ext/Errno/Errno_pm.PL hints/darwin.sh
34322 ____________________________________________________________________________
34323 [ 12815] By: ams                                   on 2001/11/02  16:47:43
34324         Log: Subject: Re: [PATCH] the the double double word word fix fix
34325              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
34326              Date: Fri, 02 Nov 2001 19:43:07 +0100
34327              Message-Id: <3BE2E93B.627C198E@alcatel.at>
34328      Branch: perl
34329            ! pod/perldebug.pod
34330 ____________________________________________________________________________
34331 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
34332         Log: Update Changes.
34333      Branch: perl
34334            ! Changes patchlevel.h
34335 ____________________________________________________________________________
34336 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
34337         Log: More encoding testing.
34338      Branch: perl
34339            ! lib/encoding.pm lib/encoding.t
34340 ____________________________________________________________________________
34341 [ 12812] By: ams                                   on 2001/11/02  15:07:11
34342         Log: Slight modification of #12811.
34343      Branch: perl
34344            ! op.c
34345 ____________________________________________________________________________
34346 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
34347         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
34348              From: Radu Greab <radu@netsoft.ro>
34349              Date: Fri, 2 Nov 2001 15:28:58 +0200
34350              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
34351      Branch: perl
34352            ! op.c t/op/stat.t
34353 ____________________________________________________________________________
34354 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
34355         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
34356              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34357              Date: Thu, 1 Nov 2001 22:35:50 +0100
34358              Message-ID: <20011101223550.A10849@rafael>
34359      Branch: perl
34360            ! lib/ExtUtils/Embed.t
34361 ____________________________________________________________________________
34362 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
34363         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
34364              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
34365              Date: 2 Nov 2001 14:48:51 -0000
34366              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
34367      Branch: perl
34368            ! lib/File/Find.pm
34369 ____________________________________________________________________________
34370 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
34371         Log: Add documentation.
34372      Branch: perl
34373            ! embed.pl pod/perlapi.pod utf8.c
34374 ____________________________________________________________________________
34375 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
34376         Log: Unicode: add ToFold mapping.  Not used yet; but basically
34377              a more useful mapping for caseless aka case-ignoring than
34378              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
34379              algorithm for creating the foldings uses equivalence classes,
34380              see http://www.unicode.org/unicode/reports/tr21/
34381              Hopefully this feature will be used in //i.
34382              (The folding tables were introduced by #12689.)
34383      Branch: perl
34384            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
34385            ! utf8.c
34386 ____________________________________________________________________________
34387 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
34388         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
34389              From: "Craig A. Berry" <craigberry@mac.com>
34390              Date: Fri, 02 Nov 2001 00:03:52 -0600
34391              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
34392      Branch: perl
34393            ! lib/AutoSplit.t
34394 ____________________________________________________________________________
34395 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
34396         Log: Subject: Trivial doc patch
34397              From: andreas.koenig@anima.de (Andreas J. Koenig)
34398              Date: 02 Nov 2001 06:11:35 +0100
34399              Message-ID: <m37kt94v08.fsf@anima.de>
34400      Branch: perl
34401            ! pod/perlport.pod
34402 ____________________________________________________________________________
34403 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
34404         Log: Make encoding and charnames pragmas coexist.
34405      Branch: perl
34406            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
34407 ____________________________________________________________________________
34408 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
34409         Log: The basic character classes seem to go untested with Unicode.
34410      Branch: perl
34411            ! t/op/pat.t
34412 ____________________________________________________________________________
34413 [ 12802] By: ams                                   on 2001/11/02  00:39:36
34414         Log: Subject: [PATCH] the the double double word word fix fix
34415              From: Richard Soderberg <rs@oregonnet.com>
34416              Date: Thu, 1 Nov 2001 13:12:03 -0800
34417              Message-Id: <200111012112.NAA23288@oregonnet.com>
34418              
34419              Subject: Re: [PATCH] the the double double word word fix fix
34420              From: Mark-Jason Dominus <mjd@plover.com>
34421              Date: Thu, 01 Nov 2001 16:43:40 -0500
34422              Message-Id: <20011101214340.2044.qmail@plover.com>
34423              
34424              Subject: Re: [PATCH] the the double double word word fix fix
34425              From: Mark-Jason Dominus <mjd@plover.com>
34426              Date: Thu, 01 Nov 2001 16:51:39 -0500
34427              Message-Id: <20011101215139.2196.qmail@plover.com>
34428      Branch: perl
34429            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
34430            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
34431            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
34432            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
34433            ! pod/perltodo.pod pod/perlxstut.pod
34434 ____________________________________________________________________________
34435 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
34436         Log: Comment tweaks.
34437      Branch: perl
34438            ! toke.c
34439 ____________________________________________________________________________
34440 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
34441         Log: FAQ sync.
34442      Branch: perl
34443            ! pod/perlfaq9.pod
34444 ____________________________________________________________________________
34445 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
34446         Log: If an encoding is set by -M/-m, it must be in
34447              effect only for the actual script, not any other
34448              required/-M/-m'ed module, otherwise we enter a nasty
34449              recursion in regexec.c while trying to init the simple
34450              UTF-8 charclasses like PL_utf8_alnum.
34451      Branch: perl
34452            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
34453 ____________________________________________________________________________
34454 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
34455         Log: A bit more descriptive name.
34456      Branch: perl
34457            ! mg.c
34458 ____________________________________________________________________________
34459 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
34460         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
34461              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34462              Date: Wed, 31 Oct 2001 13:47:04 EST
34463              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
34464      Branch: perl
34465            ! ext/Time/HiRes/HiRes.t
34466 ____________________________________________________________________________
34467 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
34468         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
34469              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34470              Date: Wed, 31 Oct 2001 13:43:29 EST
34471              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
34472      Branch: perl
34473            ! mg.c
34474 ____________________________________________________________________________
34475 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
34476         Log: Subject: [PATCH] Various test cleanups
34477              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34478              Date: Tue, 30 Oct 2001 21:56:26 +0100
34479              Message-ID: <20011030215626.A28503@rafael>
34480      Branch: perl
34481            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
34482            ! ext/DB_File/t/db-recno.t ext/Encode.t
34483 ____________________________________________________________________________
34484 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
34485         Log: Update Changes.
34486      Branch: perl
34487            ! Changes patchlevel.h
34488 ____________________________________________________________________________
34489 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
34490         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
34491              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
34492              Date: Wed, 31 Oct 2001 17:16:39 +0100
34493              Message-ID: <20011031171639.A32511@rafael>
34494      Branch: perl
34495            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
34496 ____________________________________________________________________________
34497 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
34498         Log: Skip message nit.
34499      Branch: perl
34500            ! t/io/fs.t
34501 ____________________________________________________________________________
34502 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
34503         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
34504              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
34505              Date: 31 Oct 2001 14:49:37 -0000
34506              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
34507      Branch: perl
34508            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
34509 ____________________________________________________________________________
34510 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
34511         Log: Extend the effect of the encoding pragma to chr() and ord().
34512              
34513              TODO: regex literals, reentrancy problems with the utf8
34514              and charnames pragmas.
34515      Branch: perl
34516            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
34517 ____________________________________________________________________________
34518 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
34519         Log: Doc tweaks.
34520      Branch: perl
34521            ! lib/encoding.pm
34522 ____________________________________________________________________________
34523 [ 12788] By: nick                                  on 2001/10/31  08:59:56
34524         Log: Integrate mainline
34525      Branch: perlio
34526           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
34527           !> (integrate 49 files)
34528 ____________________________________________________________________________
34529 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
34530         Log: Forgot new proto.
34531      Branch: perl
34532            ! proto.h
34533 ____________________________________________________________________________
34534 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
34535         Log: Clarification: use encoding cannot be used to
34536              change the default encoding of "your whole script";
34537              only the default encoding of the *data*.  Also, it
34538              seems that "use encoding" does not mix with "use utf8"
34539              (a coredumping recursion ensues).  Should not be a huge
34540              problem since "use utf8" is pretty marginal nowadays.
34541      Branch: perl
34542            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
34543 ____________________________________________________________________________
34544 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
34545         Log: More documentation for the encode pragma.
34546      Branch: perl
34547            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
34548            ! pod/perlapi.pod pod/perlunicode.pod sv.c
34549 ____________________________________________________________________________
34550 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
34551         Log: Thinko in #12783.
34552      Branch: perl
34553            ! sv.c
34554 ____________________________________________________________________________
34555 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
34556         Log: Make sv_recode_to_utf8() a real API: the encoding
34557              is a parameter, instead of a global.  Document the
34558              PERL_ENCODING.
34559      Branch: perl
34560            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
34561            ! toke.c
34562 ____________________________________________________________________________
34563 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
34564         Log: Enable -Mencoding=foobar also for string literals.
34565      Branch: perl
34566            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
34567            ! pod/perlapi.pod proto.h sv.c toke.c
34568 ____________________________________________________________________________
34569 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
34570         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
34571              From: Andy Dougherty <doughera@lafayette.edu>
34572              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
34573              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
34574      Branch: perl
34575            ! ext/POSIX/hints/svr4.pl
34576 ____________________________________________________________________________
34577 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
34578         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
34579              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34580              Date: Mon, 29 Oct 2001 23:11:58 -0000
34581              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
34582              
34583              Add compat.h.
34584      Branch: perl
34585            ! lib/h2xs.t utils/h2xs.PL
34586 ____________________________________________________________________________
34587 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
34588         Log: Subject: PerlIOBuf_dup
34589              From: Nicholas Clark <nick@ccl4.org>              
34590              Date: Mon, 29 Oct 2001 21:52:35 +0000             
34591              Message-ID: <20011029215235.K41204@plum.flirble.org>
34592              
34593              Add prototype.
34594      Branch: perl
34595            ! perliol.h
34596 ____________________________________________________________________________
34597 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
34598         Log: Subject: [PATCH] Make malloc.c errors more useful
34599              From: Richard Soderberg <rs@oregonnet.com>
34600              Date: Mon, 29 Oct 2001 22:28:02 -0800
34601              Message-Id: <200110300628.WAA11025@oregonnet.com>
34602      Branch: perl
34603            ! malloc.c
34604 ____________________________________________________________________________
34605 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
34606         Log: Retract #12776 - the bug 19990906.001 is still valid.
34607      Branch: perl
34608            ! t/run/kill_perl.t
34609 ____________________________________________________________________________
34610 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
34611         Log: (Retracted by #12777)
34612              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
34613              From: Michael G Schwern <schwern@pobox.com> 
34614              Date: Mon, 29 Oct 2001 23:01:08 -0500
34615              Message-ID: <20011029230108.G18053@blackrider>
34616      Branch: perl
34617            ! t/run/kill_perl.t
34618 ____________________________________________________________________________
34619 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
34620         Log: Comment nits.
34621      Branch: perl
34622            ! lib/encoding.t
34623 ____________________________________________________________________________
34624 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
34625         Log: integrate change#12772 from mainline
34626              
34627              Subject: [PATCH] Mommy, what's a pointer cast?
34628      Branch: maint-5.6/perl
34629            ! perl.h
34630 ____________________________________________________________________________
34631 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
34632         Log: Subject: [PATCH] Mommy, what's a pointer cast?
34633              From: Richard Soderberg <rs@oregonnet.com>
34634              Date: Mon, 29 Oct 2001 17:01:10 -0800
34635              Message-Id: <200110300101.RAA31561@oregonnet.com>
34636              
34637              (threads* parts)
34638      Branch: perl
34639            ! ext/threads/shared/shared.xs ext/threads/threads.xs
34640 ____________________________________________________________________________
34641 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
34642         Log: Subject: [PATCH] Mommy, what's a pointer cast?
34643              From: Richard Soderberg <rs@oregonnet.com>
34644              Date: Mon, 29 Oct 2001 17:01:10 -0800
34645              Message-Id: <200110300101.RAA31561@oregonnet.com>
34646              
34647              (the perl.h part)
34648      Branch: perl
34649            ! perl.h
34650 ____________________________________________________________________________
34651 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
34652         Log: Subject: [PATCH] OpenBSD likes signal.h 
34653              From: Richard Soderberg <rs@oregonnet.com>
34654              Date: Mon, 29 Oct 2001 17:00:31 -0800
34655              Message-Id: <200110300100.RAA31533@oregonnet.com>
34656      Branch: perl
34657            ! unixish.h
34658 ____________________________________________________________________________
34659 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
34660         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
34661              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34662              Date: Mon, 29 Oct 2001 23:04:23 -0000
34663              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
34664      Branch: perl
34665            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
34666            ! ext/DB_File/t/db-recno.t
34667 ____________________________________________________________________________
34668 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
34669         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
34670              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
34671              Date: Mon, 29 Oct 2001 12:34:07 -0600
34672              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
34673      Branch: perl
34674            ! ext/Time/HiRes/HiRes.t
34675 ____________________________________________________________________________
34676 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
34677         Log: Update Changes.
34678      Branch: perl
34679            ! Changes patchlevel.h
34680 ____________________________________________________________________________
34681 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
34682         Log: AIX needs an explicit symbol export list.
34683      Branch: perl
34684            ! lib/ExtUtils/Embed.t
34685 ____________________________________________________________________________
34686 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
34687         Log: The test (and the module) would require some
34688              quality hacking time to work on EBCDIC.  Based on
34689              the test results nothing seems to be majorly broken,
34690              the module just seems to have strange assumptions:
34691              got: ''\226\225\205'
34692              expected: ''one'
34693              The \226\225\205 being, of course, 'one', in EBCDIC.
34694      Branch: perl
34695            ! lib/Dumpvalue.t
34696 ____________________________________________________________________________
34697 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
34698         Log: Mark the test known to be failing in EBCDIC.
34699      Branch: perl
34700            ! t/op/tr.t
34701 ____________________________________________________________________________
34702 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
34703         Log: None of the libnet modules are going to work in
34704              EBCDIC without the Convert::EBCDIC.
34705      Branch: perl
34706            ! t/lib/1_compile.t
34707 ____________________________________________________________________________
34708 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
34709         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
34710      Branch: perl
34711            ! t/op/pack.t
34712 ____________________________________________________________________________
34713 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
34714         Log: UTF-EBCDIC ain't UTF-8.
34715      Branch: perl
34716            ! t/op/pack.t
34717 ____________________________________________________________________________
34718 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
34719         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
34720      Branch: perl
34721            ! t/lib/1_compile.t
34722 ____________________________________________________________________________
34723 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
34724         Log: Let's not assume ASCII.
34725      Branch: perl
34726            ! t/op/lc.t
34727 ____________________________________________________________________________
34728 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
34729         Log: Call the new perlio symbols differently.
34730      Branch: perl
34731            ! makedef.pl
34732 ____________________________________________________________________________
34733 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
34734         Log: Don't expect ASCII ordering.
34735      Branch: perl
34736            ! lib/ExtUtils/Manifest.t
34737 ____________________________________________________________________________
34738 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
34739         Log: Forgot from #12756.
34740      Branch: perl
34741            ! perlio.h
34742 ____________________________________________________________________________
34743 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
34744         Log: BeOS tweaks:
34745              - fseeko and ftello can be found by Configure but
34746              we do not seem to have prototypes for them so
34747              let's make up some
34748              - BeOS didn't use to have real sockets (sockets as
34749              filedescriptors) but the BONE package is supposed
34750              to fix this.  I do not know how to detect BONEness,
34751              see hints/beos.sh for a spot that needs to fixed.
34752              - BeOS has O_TEXT != O_BINARY but has no setmode()
34753      Branch: perl
34754            ! hints/beos.sh perlio.c
34755 ____________________________________________________________________________
34756 [ 12755] By: sky                                   on 2001/10/29  12:56:12
34757         Log: Ugly fix to not die when a thread creator is holding locks.
34758      Branch: perl
34759            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
34760            ! ext/threads/threads.xs
34761 ____________________________________________________________________________
34762 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
34763         Log: Integrate change #12752 from maintperl;
34764              
34765              croak(Nullch) wasn't printing the contents of ERRSV if there was
34766              no outer eval (bug in change#6125)
34767      Branch: perl
34768           !> util.c
34769 ____________________________________________________________________________
34770 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
34771         Log: Subject: [PATCH h2xs] Use of static data in XS modules
34772              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34773              Date: Sun, 28 Oct 2001 21:19:07 -0000
34774              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
34775              
34776              with nits from Sarathy.
34777      Branch: perl
34778            ! utils/h2xs.PL
34779 ____________________________________________________________________________
34780 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
34781         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
34782              no outer eval (bug in change#6125)
34783      Branch: maint-5.6/perl
34784            ! util.c
34785 ____________________________________________________________________________
34786 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
34787         Log: More todo for the encoding pragma.
34788      Branch: perl
34789            ! lib/encoding.pm
34790 ____________________________________________________________________________
34791 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
34792         Log: Add the encoding pragma to control the "upgrade"
34793              from the native eight bit data to Unicode.
34794              
34795              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
34796      Branch: perl
34797            + lib/encoding.pm lib/encoding.t
34798            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
34799            ! pod/perlunicode.pod pod/perlvar.pod sv.c
34800 ____________________________________________________________________________
34801 [ 12749] By: sky                                   on 2001/10/28  21:02:33
34802         Log: Update documentation.
34803      Branch: perl
34804            ! ext/threads/shared/shared.pm
34805 ____________________________________________________________________________
34806 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
34807         Log: Integrate change #12747 from maintperl;
34808              
34809              finishing touches to system() fixes on windows:
34810              * detect cmd shell correctly even if it had full path in it
34811              * more quoting needed for single-arg system if the argument
34812              really had multiple quoted arguments within it
34813              * be smarter about not calling the shell when the executable
34814              has spaces, but otherwise does not need shell involvement
34815              * add a testsuite (windows-specific currently)
34816      Branch: perl
34817           +> t/op/system.t t/op/system_tests
34818            ! MANIFEST pod/perltodo.pod
34819           !> win32/win32.c
34820 ____________________________________________________________________________
34821 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
34822         Log: finishing touches to system() fixes on windows:
34823              * detect cmd shell correctly even if it had full path in it
34824              * more quoting needed for single-arg system if the argument
34825              really had multiple quoted arguments within it
34826              * be smarter about not calling the shell when the executable
34827              has spaces, but otherwise does not need shell involvement
34828              * add a testsuite (windows-specific currently)
34829      Branch: maint-5.6/perl
34830            + t/op/system.t t/op/system_tests
34831            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
34832 ____________________________________________________________________________
34833 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
34834         Log: Integrate perlio:
34835              
34836              [ 12745]
34837              Mingw32 fixup for Embed.t
34838              
34839              [ 12744]
34840              GCC vs MS 64-bit constant syntax
34841      Branch: perl
34842           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
34843 ____________________________________________________________________________
34844 [ 12745] By: nick                                  on 2001/10/28  16:08:14
34845         Log: Mingw32 fixup for Embed.t
34846      Branch: perlio
34847            ! lib/ExtUtils/Embed.t
34848 ____________________________________________________________________________
34849 [ 12744] By: nick                                  on 2001/10/28  15:54:14
34850         Log: GCC vs MS 64-bit constant syntax
34851      Branch: perlio
34852            ! ext/Time/HiRes/HiRes.xs
34853 ____________________________________________________________________________
34854 [ 12743] By: nick                                  on 2001/10/28  15:42:55
34855         Log: Integrate mainline
34856      Branch: perlio
34857           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
34858 ____________________________________________________________________________
34859 [ 12742] By: sky                                   on 2001/10/28  14:47:10
34860         Log: Manpage updates.
34861      Branch: perl
34862            ! ext/threads/threads.pm
34863 ____________________________________________________________________________
34864 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
34865         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
34866      Branch: perl
34867            ! lib/ExtUtils/Embed.t
34868 ____________________________________________________________________________
34869 [ 12740] By: nick                                  on 2001/10/28  14:14:24
34870         Log: Integrate mainline
34871      Branch: perlio
34872           !> lib/ExtUtils/Embed.t win32/win32.c
34873 ____________________________________________________________________________
34874 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
34875         Log: Need to be ./executed.
34876      Branch: perl
34877            ! lib/ExtUtils/Embed.t
34878 ____________________________________________________________________________
34879 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
34880         Log: Integrate perlio:
34881              
34882              [ 12737]
34883              Tweak for build with Mingw32 - __attribute__((unused)) is not liked
34884              by gcc -xc++.
34885              
34886              [ 12736]
34887              Have :stdio layer update an honour the fd refcnt table.
34888              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
34889      Branch: perl
34890           !> perlio.c win32/win32.h
34891 ____________________________________________________________________________
34892 [ 12737] By: nick                                  on 2001/10/28  13:53:45
34893         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
34894              by gcc -xc++.
34895      Branch: perlio
34896            ! win32/win32.h
34897 ____________________________________________________________________________
34898 [ 12736] By: nick                                  on 2001/10/28  13:50:50
34899         Log: Have :stdio layer update an honour the fd refcnt table.
34900              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
34901      Branch: perlio
34902            ! perlio.c
34903 ____________________________________________________________________________
34904 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
34905         Log: Integrate changes #12724 and #12725 from maintperl;
34906              multiarg system now works.
34907      Branch: perl
34908           !> win32/win32.c
34909 ____________________________________________________________________________
34910 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
34911         Log: Integrate perlio:
34912              
34913              [ 12733]
34914              Use fd refcounts to solve the problem highlighted by new Embed.t, at
34915              least for PERLIO=perlio unthreaded case
34916              
34917              [ 12732]
34918              Typo in exe name
34919              
34920              [ 12730]
34921              Fixup Embed.t for Win32/VC++
34922              
34923              [ 12729]
34924              Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
34925              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
34926              ExtUtils::Embed.
34927              
34928              [ 12711]
34929              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
34930              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
34931              
34932              [ 12557]
34933              All tests pass (legitimately) on ithreads
34934              
34935              [ 12555]
34936              Restore non-ithreads build. Interestingly binmode test passes
34937              non-ithreads - so crlf layer is not damaged and ithreads fail
34938              is a symptom ...
34939              
34940              [ 12552]
34941              Win32 PerlIO_cleanup special cases should no longer be required.
34942              
34943              [ 12551]
34944              Multiple win32io.o is fatal for GCC (and noise with VC++)
34945              
34946              [ 12547]
34947              Convert rest of PerlIO's memory tables to per-interp and add clone functions
34948              for them. Call explicit cleanup during destruct process.
34949              - one binmode test is failing
34950              - also ext/threads/t/basic.t fails under make test, and is noisy under
34951              harness. (Threads results are intermingled and don't match order expected.)
34952              
34953              [ 12544]
34954              PerlIO layer table as PL_perlio (per-interpreter)
34955              
34956              [ 12541]
34957              Fix typos in new locking on MemShared
34958              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
34959              - seems to make segfaults more deterministic - suspect they are 
34960              attempt to free() after Interp and Host have gone.
34961              
34962              [ 12540]
34963              Remove the MemShared re-#define (again)
34964              
34965              [ 12539]
34966              Use locks on MemShared
34967      Branch: perl
34968           +> lib/ExtUtils/Embed.t
34969           !> MANIFEST perlio.c
34970 ____________________________________________________________________________
34971 [ 12733] By: nick                                  on 2001/10/28  13:07:16
34972         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
34973              least for PERLIO=perlio unthreaded case
34974      Branch: perlio
34975            ! perlio.c
34976 ____________________________________________________________________________
34977 [ 12732] By: nick                                  on 2001/10/28  11:10:24
34978         Log: Typo in exe name
34979      Branch: perlio
34980            ! lib/ExtUtils/Embed.t
34981 ____________________________________________________________________________
34982 [ 12731] By: nick                                  on 2001/10/28  11:09:59
34983         Log: Integrate Mainline
34984      Branch: perlio
34985           !> Changes configure.com ext/DB_File/DB_File.pm
34986           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
34987           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
34988           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
34989           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
34990           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
34991           !> t/TEST t/op/regexp.t win32/buildext.pl
34992 ____________________________________________________________________________
34993 [ 12730] By: nick                                  on 2001/10/28  11:05:35
34994         Log: Fixup Embed.t for Win32/VC++
34995      Branch: perlio
34996            ! lib/ExtUtils/Embed.t
34997 ____________________________________________________________________________
34998 [ 12729] By: nick                                  on 2001/10/28  09:36:20
34999         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
35000              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
35001              ExtUtils::Embed.
35002      Branch: perlio
35003            + lib/ExtUtils/Embed.t
35004            ! MANIFEST
35005 ____________________________________________________________________________
35006 [ 12728] By: sky                                   on 2001/10/28  08:12:53
35007         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
35008              line manually!
35009      Branch: perl
35010            ! lib/ExtUtils/xsubpp
35011 ____________________________________________________________________________
35012 [ 12727] By: sky                                   on 2001/10/28  08:02:09
35013         Log: And here we use the prototypes.
35014      Branch: perl
35015            ! ext/threads/shared/shared.xs
35016 ____________________________________________________________________________
35017 [ 12726] By: sky                                   on 2001/10/28  08:00:48
35018         Log: Support [] style prototypes.
35019      Branch: perl
35020            ! lib/ExtUtils/xsubpp
35021 ____________________________________________________________________________
35022 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
35023         Log: yet another multi-arg system() fix on windows: batch files as the
35024              first argument (i.e. directly executed by CreateProcess()) need
35025              extra quoting to escape shell-shock
35026      Branch: maint-5.6/perl
35027            ! win32/win32.c
35028 ____________________________________________________________________________
35029 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
35030         Log: another multi-arg system() fix on windows: passing empty arguments
35031              now works
35032      Branch: maint-5.6/perl
35033            ! win32/win32.c
35034 ____________________________________________________________________________
35035 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
35036         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
35037              No final #else #error because we do not seem to
35038              be using #error?
35039      Branch: perl
35040            ! op.h
35041 ____________________________________________________________________________
35042 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
35043         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
35044              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
35045              Date: Sat, 27 Oct 2001 23:28:44 EST 
35046              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
35047      Branch: perl
35048            ! ext/Time/HiRes/HiRes.xs
35049 ____________________________________________________________________________
35050 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
35051         Log: Regen perlapi, perltoc.
35052      Branch: perl
35053            ! pod/perlapi.pod pod/perltoc.pod
35054 ____________________________________________________________________________
35055 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
35056         Log: Subject: [PATCH] sv.h documentation
35057              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
35058              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
35059              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
35060      Branch: perl
35061            ! sv.h
35062 ____________________________________________________________________________
35063 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
35064         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
35065              system("nmake -nologo", "clean") and there is no executable
35066              called "nmake -nologo"; this used to "work" pre-change#12559 due
35067              to bugs in multiarg system() that have since been fixed
35068      Branch: perl
35069            ! win32/buildext.pl
35070 ____________________________________________________________________________
35071 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
35072         Log: Update Changes.
35073      Branch: perl
35074            ! Changes patchlevel.h
35075 ____________________________________________________________________________
35076 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
35077         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
35078              From: Richard.Foley@t-online.de (Richard Foley)            
35079              Date: Sun, 28 Oct 2001 00:48:32 +0200
35080              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
35081      Branch: perl
35082            ! pod/perlhack.pod
35083 ____________________________________________________________________________
35084 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
35085         Log: Must store pointers with the right width.
35086      Branch: perl
35087            ! op.h
35088 ____________________________________________________________________________
35089 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
35090         Log: Integrate change #12711 from perlio;
35091              
35092              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
35093              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
35094      Branch: perl
35095           !> perlio.c
35096 ____________________________________________________________________________
35097 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
35098         Log: Subject: [PATCH] make minitest
35099              From: Nicholas Clark <nick@ccl4.org>
35100              Date: Sat, 27 Oct 2001 22:56:16 +0100
35101              Message-ID: <20011027225616.L20275@plum.flirble.org>
35102      Branch: perl
35103            ! t/TEST
35104 ____________________________________________________________________________
35105 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
35106         Log: Patch #12661 missed this.
35107      Branch: perl
35108            ! ext/DB_File/DB_File.pm
35109 ____________________________________________________________________________
35110 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
35111         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
35112              From: "Craig A. Berry" <craigberry@mac.com>
35113              Date: Sat, 27 Oct 2001 16:07:47 -0500
35114              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
35115      Branch: perl
35116            ! configure.com perlio.c
35117 ____________________________________________________________________________
35118 [ 12711] By: nick                                  on 2001/10/27  19:49:25
35119         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
35120              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
35121      Branch: perlio
35122            ! perlio.c
35123 ____________________________________________________________________________
35124 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
35125         Log: Let's not replace reason if there's one already supplied.
35126      Branch: perl
35127            ! t/op/regexp.t
35128 ____________________________________________________________________________
35129 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
35130         Log: is not good.
35131      Branch: perl
35132            ! t/op/regexp.t
35133 ____________________________________________________________________________
35134 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
35135         Log: ldlibpth can exist but be unset.
35136      Branch: perl
35137            ! t/TEST
35138 ____________________________________________________________________________
35139 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
35140         Log: Unicode: property alias naming cleanup.
35141      Branch: perl
35142            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
35143 ____________________________________________________________________________
35144 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
35145         Log: FAQ sync.
35146      Branch: perl
35147            ! pod/perlfaq4.pod
35148 ____________________________________________________________________________
35149 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
35150         Log: Integrate change #12703 from maintperl;
35151              
35152              typemap stuff intervenes before declaration, move it to PREINIT
35153              section
35154              
35155              (an empty integrate, but now the files are in sync
35156              between the branches)
35157      Branch: perl
35158           !> ext/ODBM_File/ODBM_File.xs
35159 ____________________________________________________________________________
35160 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
35161         Log: More PerlIO symbols.
35162      Branch: perl
35163            ! makedef.pl
35164 ____________________________________________________________________________
35165 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
35166         Log: typemap stuff intervenes before declaration, move it to PREINIT
35167              section
35168      Branch: maint-5.6/perl
35169            ! ext/ODBM_File/ODBM_File.xs
35170 ____________________________________________________________________________
35171 [ 12702] By: nick                                  on 2001/10/27  14:09:35
35172         Log: Integrate mainline
35173      Branch: perlio
35174           +> ext/threads/shared/t/av_simple.t
35175           +> ext/threads/shared/t/hv_refs.t
35176           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
35177           !> (integrate 109 files)
35178 ____________________________________________________________________________
35179 [ 12700] By: ams                                   on 2001/10/26  21:22:23
35180         Log: Subject: [PATCH] tweak divide
35181              From: Nicholas Clark <nick@ccl4.org>
35182              Date: Fri, 26 Oct 2001 22:52:17 +0100
35183              Message-Id: <20011026225217.B20275@plum.flirble.org>
35184      Branch: perl
35185            ! pp.c
35186 ____________________________________________________________________________
35187 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
35188         Log: Integrate a buncha things from maintperl.
35189      Branch: maint-5.6/macperl
35190           !> (integrate 32 files)
35191 ____________________________________________________________________________
35192 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
35193         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
35194              From: Andy Dougherty <doughera@lafayette.edu>
35195              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
35196              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
35197      Branch: perl
35198            ! hints/svr4.sh
35199 ____________________________________________________________________________
35200 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
35201         Log: When you're root, many things become writable.
35202      Branch: perl
35203            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
35204 ____________________________________________________________________________
35205 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
35206         Log: Update Changes.
35207      Branch: perl
35208            ! Changes patchlevel.h
35209 ____________________________________________________________________________
35210 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
35211         Log: Term/Cap.t attempts to access the floppy drive for no good reason
35212              on dosish systems
35213      Branch: perl
35214            ! lib/Term/Cap.t
35215 ____________________________________________________________________________
35216 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
35217         Log: fix misleading comment on known inadequacy in B::Terse, and skip
35218              it correctly
35219      Branch: perl
35220            ! ext/B/t/terse.t
35221 ____________________________________________________________________________
35222 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
35223         Log: fix spurious AutoSplit.t failure under windows
35224      Branch: perl
35225            ! lib/AutoSplit.t
35226 ____________________________________________________________________________
35227 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
35228         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
35229      Branch: perl
35230            ! ext/Time/HiRes/HiRes.t
35231 ____________________________________________________________________________
35232 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
35233         Log: More logical to use %04"UVXf" than %"UVuf" since
35234              the Unicode standard prefers hex.
35235      Branch: perl
35236            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
35237            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
35238            ! lib/unicore/mktables utf8.c
35239 ____________________________________________________________________________
35240 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
35241         Log: change#12065 seems to have broken Encode build on windows; fix
35242      Branch: perl
35243            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
35244 ____________________________________________________________________________
35245 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
35246         Log: Unicode: add the case folding table.
35247      Branch: perl
35248            + lib/unicore/To/Fold.pl
35249            ! MANIFEST lib/unicore/mktables
35250 ____________________________________________________________________________
35251 [ 12688] By: sky                                   on 2001/10/26  13:51:29
35252         Log: Get the new functions right, do not export lock since we use builtin lock.
35253              TODO: fix xsubpp to support the new prototypes
35254      Branch: perl
35255            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35256 ____________________________________________________________________________
35257 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
35258         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
35259              as suggested by Sarathy.
35260      Branch: perl
35261            ! mg.c
35262 ____________________________________________________________________________
35263 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
35264         Log: avoid compiler warning
35265      Branch: perl
35266            ! win32/win32.c
35267 ____________________________________________________________________________
35268 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
35269         Log: WinCE update from Rainer Keuchel.
35270      Branch: perl
35271            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
35272            ! wince/wince.c
35273 ____________________________________________________________________________
35274 [ 12684] By: sky                                   on 2001/10/26  13:34:33
35275         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
35276      Branch: perl
35277            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35278 ____________________________________________________________________________
35279 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
35280         Log: More fixes that were made to the core and not in the libnet src
35281      Branch: perl
35282            ! lib/Net/Domain.pm
35283 ____________________________________________________________________________
35284 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
35285         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
35286              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
35287              Date: Fri, 26 Oct 2001 13:55:21 +0200
35288              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
35289              
35290              (plus make the db-recno.t#59 accept both \n and \r\n)
35291      Branch: perl
35292            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35293            ! ext/DB_File/t/db-recno.t
35294 ____________________________________________________________________________
35295 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
35296         Log: Fix tests to be able to run in the core and the CPAN dist
35297      Branch: perl
35298            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
35299            ! lib/Net/t/require.t lib/Net/t/smtp.t
35300 ____________________________________________________________________________
35301 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
35302         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
35303              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35304              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
35305              Date: Fri, 26 Oct 2001 08:34:46 EDT
35306      Branch: perl
35307            ! ext/Time/HiRes/HiRes.t
35308 ____________________________________________________________________________
35309 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
35310         Log: Sync libnet modules with what will be libnet-1.08
35311      Branch: perl
35312            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
35313            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
35314            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
35315            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
35316 ____________________________________________________________________________
35317 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
35318         Log: Integrate maintperl changes #12268 and #12669;
35319              
35320              final touches to the audit for statics and thread-unsafe code
35321              * make DB_File, ODBM_File thread-safe 
35322              * remove unnecessary/dangerous statics and protect others
35323              from not getting accidentally enabled under threaded perls
35324              
35325              windows support functions get_childdir() et al aren't exported
35326              correctly under vanilla build
35327              
35328              Testing under win32 appreciated since changes there had
35329              to be manually merged and I cannot test how badly did I do.
35330      Branch: perl
35331           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
35332           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
35333           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
35334           !> win32/vmem.h win32/win32.c win32/win32iop.h
35335 ____________________________________________________________________________
35336 [ 12677] By: sky                                   on 2001/10/26  12:37:17
35337         Log: More Config::threads to threads::threads changes
35338      Branch: perl
35339            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
35340 ____________________________________________________________________________
35341 [ 12676] By: sky                                   on 2001/10/26  12:31:46
35342         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
35343      Branch: perl
35344            ! ext/threads/threads.pm ext/threads/threads.xs
35345 ____________________________________________________________________________
35346 [ 12675] By: sky                                   on 2001/10/26  12:06:30
35347         Log: Allocing a TLS in runtime is not too hot.
35348      Branch: perl
35349            ! ext/threads/threads.xs
35350 ____________________________________________________________________________
35351 [ 12674] By: sky                                   on 2001/10/26  11:59:09
35352         Log: Don't display debug data.
35353      Branch: perl
35354            ! ext/threads/threads.pm
35355 ____________________________________________________________________________
35356 [ 12673] By: sky                                   on 2001/10/26  11:35:47
35357         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
35358              complete bar support for blessed objects.
35359              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
35360      Branch: perl
35361            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
35362 ____________________________________________________________________________
35363 [ 12672] By: sky                                   on 2001/10/26  11:15:28
35364         Log: Fix case where shared reference does not exist in current thread.
35365      Branch: perl
35366            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
35367 ____________________________________________________________________________
35368 [ 12671] By: sky                                   on 2001/10/26  08:48:52
35369         Log: Support for references in shared arrays.
35370      Branch: perl
35371            ! ext/threads/shared/shared.xs
35372 ____________________________________________________________________________
35373 [ 12670] By: sky                                   on 2001/10/26  08:30:11
35374         Log: Add tests for references in hashes.
35375      Branch: perl
35376            + ext/threads/shared/t/hv_refs.t
35377            ! MANIFEST
35378 ____________________________________________________________________________
35379 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
35380         Log: windows support functions get_childdir() et al aren't exported
35381              correctly under vanilla build
35382      Branch: maint-5.6/perl
35383            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
35384 ____________________________________________________________________________
35385 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
35386         Log: final touches to the audit for statics and thread-unsafe code
35387              * make DB_File, ODBM_File thread-safe 
35388              * remove unnecessary/dangerous statics and protect others
35389              from not getting accidentally enabled under threaded perls
35390      Branch: maint-5.6/perl
35391            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
35392            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
35393            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
35394            ! win32/win32.c
35395 ____________________________________________________________________________
35396 [ 12667] By: ams                                   on 2001/10/26  03:48:36
35397         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
35398              From: "Richard Soderberg" <rs@crystalflame.net>
35399              Date: Thu, 25 Oct 2001 23:42:50 -0400
35400              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
35401      Branch: perl
35402            ! sharedsv.c
35403 ____________________________________________________________________________
35404 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
35405         Log: Integrate change #12664 from maintperl;
35406              
35407              the newest GCCs don't seem to like C<"string1"##STRING2>
35408              so keep it as C<"string1" STRING2> (latter appears to
35409              work everywhere)
35410      Branch: perl
35411           !> ext/DynaLoader/dlutils.c
35412 ____________________________________________________________________________
35413 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
35414         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
35415              From: Chris Nandor <pudge@pobox.com>
35416              Date: Thu, 25 Oct 2001 22:15:03 -0400
35417              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
35418      Branch: perl
35419            ! perl.h
35420 ____________________________________________________________________________
35421 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
35422         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
35423              C<"string1" STRING2> (latter appears to work everywhere)
35424      Branch: maint-5.6/perl
35425            ! ext/DynaLoader/dlutils.c
35426 ____________________________________________________________________________
35427 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
35428         Log: AUTHORS update.
35429      Branch: perl
35430            ! AUTHORS
35431 ____________________________________________________________________________
35432 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
35433         Log: Integrate change #12660 from maintperl;
35434              
35435              make the dMY_CXT stuff available under all of
35436              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
35437      Branch: perl
35438           !> perl.h
35439 ____________________________________________________________________________
35440 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
35441         Log: Subject: [PATCH] DB_File-1.79
35442              From: "Paul Marquess" <paul.marquess@openwave.com>
35443              Date: Fri, 26 Oct 2001 00:03:54 +0100
35444              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
35445      Branch: perl
35446            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
35447            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
35448 ____________________________________________________________________________
35449 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
35450         Log: make the dMY_CXT stuff available under all of
35451              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
35452      Branch: maint-5.6/perl
35453            ! perl.h
35454 ____________________________________________________________________________
35455 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
35456         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
35457              From: Michael G Schwern <schwern@pobox.com>
35458              Date: Thu, 25 Oct 2001 18:28:12 -0400
35459              Message-ID: <20011025182812.M4811@blackrider>
35460      Branch: perl
35461            ! t/run/kill_perl.t
35462 ____________________________________________________________________________
35463 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
35464         Log: STRLEN != int.
35465      Branch: perl
35466            ! regcomp.c regexec.c
35467 ____________________________________________________________________________
35468 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
35469         Log: Subject: [PATCH] remove small IVop redundancy
35470              From: Nicholas Clark <nick@ccl4.org>
35471              Date: Thu, 25 Oct 2001 22:48:28 +0100
35472              Message-ID: <20011025224827.M66471@plum.flirble.org>
35473      Branch: perl
35474            ! pp.c pp_hot.c
35475 ____________________________________________________________________________
35476 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
35477         Log: Metaconfig unit change for #12655.
35478      Branch: metaconfig/U/perl
35479            ! Extensions.U
35480 ____________________________________________________________________________
35481 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
35482         Log: Subject: Re: Not OK @12650
35483              From: Andy Dougherty <doughera@lafayette.edu>
35484              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
35485              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
35486      Branch: perl
35487            ! Configure
35488 ____________________________________________________________________________
35489 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
35490         Log: Integrate changes #12652 and #12653 from maintperl;
35491              
35492              more tweaks to change#12626
35493              * move the boilerplate code over to perl.h and make DynaLoader
35494              use it
35495              * make re, Opcode, File::Glob and B threadsafe
35496              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
35497              C<no re;> anywhere)
35498              
35499              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
35500              
35501              File::Glob required a bit more work in bleadperl
35502              because of ExtUtils::Constant (see the Makefile.PL change)
35503      Branch: perl
35504            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
35505           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
35506           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
35507 ____________________________________________________________________________
35508 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
35509         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
35510      Branch: maint-5.6/perl
35511            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
35512            ! ext/Opcode/Opcode.xs ext/re/re.xs
35513 ____________________________________________________________________________
35514 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
35515         Log: more tweaks to change#12626
35516              * move the boilerplate code over to perl.h and make DynaLoader
35517              use it
35518              * make re, Opcode, File::Glob and B threadsafe
35519              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
35520              C<no re;> anywhere)
35521      Branch: maint-5.6/perl
35522            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
35523            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
35524 ____________________________________________________________________________
35525 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
35526         Log: Metaconfig unit change for #12650.
35527      Branch: metaconfig/U/perl
35528            ! Extensions.U
35529 ____________________________________________________________________________
35530 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
35531         Log: Subject: Re: ithreads doesn't like usedl=n
35532              From: Andy Dougherty <doughera@lafayette.edu>
35533              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
35534              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
35535              
35536              Special-case threads::shared.
35537      Branch: perl
35538            ! Configure
35539 ____________________________________________________________________________
35540 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
35541         Log: Getting fancier...
35542      Branch: perl
35543            ! t/TEST
35544 ____________________________________________________________________________
35545 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
35546         Log: csh - what a pain.
35547      Branch: perl
35548            ! t/TEST
35549 ____________________________________________________________________________
35550 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
35551         Log: Update Changes.
35552      Branch: perl
35553            ! Changes patchlevel.h
35554 ____________________________________________________________________________
35555 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
35556         Log: Allow resetting the locale system for the duration
35557              of the build (Mac OS X default setting LANG=En_US
35558              ist kaputt)
35559      Branch: perl
35560            ! Makefile.SH
35561 ____________________________________________________________________________
35562 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
35563         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
35564      Branch: perl
35565            ! ext/Digest/MD5/t/files.t
35566 ____________________________________________________________________________
35567 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
35568         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
35569              From: Andy Dougherty <doughera@lafayette.edu>
35570              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
35571              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
35572      Branch: perl
35573            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
35574            ! ext/threads/shared/Makefile.PL
35575 ____________________________________________________________________________
35576 [ 12643] By: sky                                   on 2001/10/25  12:28:26
35577         Log: Add support for reference members of hashes.
35578      Branch: perl
35579            ! ext/threads/shared/shared.xs
35580 ____________________________________________________________________________
35581 [ 12642] By: ams                                   on 2001/10/25  12:21:13
35582         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
35583              From: "Norton Allen" <nort@qnx.com>
35584              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
35585              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
35586      Branch: perl
35587            ! ext/Digest/MD5/MD5.xs
35588 ____________________________________________________________________________
35589 [ 12641] By: sky                                   on 2001/10/25  10:27:39
35590         Log: Tests shared hashes.
35591      Branch: perl
35592            + ext/threads/shared/t/hv_simple.t
35593            ! MANIFEST
35594 ____________________________________________________________________________
35595 [ 12640] By: sky                                   on 2001/10/25  10:18:23
35596         Log: Fix threadcounts for arrays and hashes.
35597      Branch: perl
35598            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35599 ____________________________________________________________________________
35600 [ 12639] By: sky                                   on 2001/10/25  10:17:26
35601         Log: Note to self, doing *src_ary++ in a macro that evaluates
35602              the value more than once is a good way to dump core.
35603      Branch: perl
35604            ! sharedsv.c
35605 ____________________________________________________________________________
35606 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
35607         Log: Integrate change #12636 from maintperl; more dl fixups.
35608      Branch: perl
35609           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
35610           !> ext/DynaLoader/dl_vms.xs
35611 ____________________________________________________________________________
35612 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
35613         Log: Like dl_hpux, like dl_dld.
35614      Branch: perl
35615            ! ext/DynaLoader/dl_dld.xs
35616 ____________________________________________________________________________
35617 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
35618         Log: followups to change#12635
35619      Branch: maint-5.6/perl
35620            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
35621            ! ext/DynaLoader/dl_vms.xs
35622 ____________________________________________________________________________
35623 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
35624         Log: add part of change#12634 to the two files that need it; dl_aix.xs
35625              in maint-5.6 doesn't have the branch that had the problem in
35626              mainline
35627      Branch: maint-5.6/perl
35628            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
35629 ____________________________________________________________________________
35630 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
35631         Log: Fixes for #12627.
35632      Branch: perl
35633            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
35634 ____________________________________________________________________________
35635 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
35636         Log: Since pv_uni_display and sv_uni_display are now used
35637              in the re extension, their symbols have to be exported.
35638      Branch: perl
35639            ! embed.pl global.sym
35640 ____________________________________________________________________________
35641 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
35642         Log: Subject:  Re: [PATCH Perl@12567] debug /list
35643              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35644              Date: Tue, 23 Oct 2001 21:40:33 EDT
35645              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
35646      Branch: perl
35647            ! configure.com
35648 ____________________________________________________________________________
35649 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
35650         Log: This takes care of some of the re 'debug' cases but
35651              not all cases since the information whether the pattern
35652              or the target are utf8 seems to be either lost or not
35653              spread widely enough, sigh.
35654      Branch: perl
35655            ! regcomp.c
35656 ____________________________________________________________________________
35657 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
35658         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
35659              From: John Peacock <jpeacock@rowman.com>
35660              Date: Wed, 24 Oct 2001 16:53:29 -0400
35661              Message-ID: <3BD72A49.1508D152@rowman.com>
35662      Branch: perl
35663            ! configure.com
35664 ____________________________________________________________________________
35665 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
35666         Log: Upgrade NetWare and WinCE as in #12626.
35667      Branch: perl
35668            ! NetWare/dl_netware.xs wince/dl_win32.xs
35669 ____________________________________________________________________________
35670 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
35671         Log: Tru64 compiler nit.
35672      Branch: perl
35673            ! ext/threads/shared/shared.xs
35674 ____________________________________________________________________________
35675 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
35676         Log: Integrate change #12626 from maintperl;
35677              make DynaLoader threadsafe by moving all statics into
35678              interpreter-local space
35679              
35680              TODO: Netware, OS/2, WinCE
35681      Branch: perl
35682           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
35683           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
35684           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
35685           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
35686           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
35687           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
35688           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
35689 ____________________________________________________________________________
35690 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
35691         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
35692              space
35693      Branch: maint-5.6/perl
35694            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
35695            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
35696            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
35697            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
35698            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
35699            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
35700            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
35701 ____________________________________________________________________________
35702 [ 12625] By: sky                                   on 2001/10/24  20:05:26
35703         Log: Change #12623 inflicted an infinite hang. Fixed.
35704      Branch: perl
35705            ! ext/threads/shared/shared.xs
35706 ____________________________________________________________________________
35707 [ 12624] By: sky                                   on 2001/10/24  19:06:55
35708         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
35709      Branch: perl
35710            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35711 ____________________________________________________________________________
35712 [ 12623] By: sky                                   on 2001/10/24  18:06:34
35713         Log: We need to do sharedsv_find in the original perl context.
35714      Branch: perl
35715            ! ext/threads/shared/shared.xs
35716 ____________________________________________________________________________
35717 [ 12622] By: sky                                   on 2001/10/24  17:26:51
35718         Log: Add support for basic support for AVs, references not supported yet.
35719              Add test for AVs.
35720              Add more tests to sv_refs
35721              Fix documentation issues.  
35722      Branch: perl
35723            + ext/threads/shared/t/av_simple.t
35724            ! MANIFEST ext/threads/shared/shared.pm
35725            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
35726 ____________________________________________________________________________
35727 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
35728         Log: Dump Unicode better for re 'debug'.  The regprop()
35729              is unfinished since have to figure out how to detect
35730              Unicodeness in there.
35731      Branch: perl
35732            ! regcomp.c regexec.c
35733 ____________________________________________________________________________
35734 [ 12620] By: sky                                   on 2001/10/24  13:18:07
35735         Log: Add support for finding shared arrays and hashes.
35736      Branch: perl
35737            ! sharedsv.c
35738 ____________________________________________________________________________
35739 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
35740         Log: Rewrite sv_uni_display() as pv_uni_display() as
35741              reimplement sv_uni_display() using that.
35742      Branch: perl
35743            ! dump.c embed.h embed.pl proto.h
35744 ____________________________________________________________________________
35745 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
35746         Log: Integrate change #12615 from maintperl;
35747              on Windows, IO::File::new_tmpfile() fails after being called
35748              32767 times because MSVCRT thinks stdio's TMP_MAX is a
35749              process-wide limit
35750      Branch: perl
35751           !> win32/win32.c
35752 ____________________________________________________________________________
35753 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
35754         Log: Don't try to print ints as IVs.
35755      Branch: perl
35756            ! ext/Time/HiRes/HiRes.xs
35757 ____________________________________________________________________________
35758 [ 12616] By: sky                                   on 2001/10/24  11:06:35
35759         Log: We only need to fetch the SV from the backend if the index
35760              is not the same as mg_private.     In theory this could be
35761              a problem if there are an exact multiple of U16 changes
35762              of a shared variable between two access in a given thread,
35763              we choose to avoid theory for now.
35764      Branch: perl
35765            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
35766 ____________________________________________________________________________
35767 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
35768         Log: on Windows, IO::File::new_tmpfile() fails after being called
35769              32767 times because MSVCRT thinks stdio's TMP_MAX is a
35770              process-wide limit
35771      Branch: maint-5.6/perl
35772            ! win32/win32.c
35773 ____________________________________________________________________________
35774 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
35775         Log: Negation and Unicode: sort of solves 20010303.010,
35776              except not quite like reported in the Subject
35777              (Perl_warner is still utf8-ignorant).
35778      Branch: perl
35779            ! pp.c t/lib/warnings/sv
35780 ____________________________________________________________________________
35781 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
35782         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
35783      Branch: perl
35784            ! sv.c t/lib/warnings/sv
35785 ____________________________________________________________________________
35786 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
35787         Log: sv_uni_display(): do not add the "...", let the caller
35788              do it if wanted, and be prepared for more display options.
35789      Branch: perl
35790            ! dump.c embed.h embed.pl proto.h
35791 ____________________________________________________________________________
35792 [ 12611] By: nick                                  on 2001/10/23  20:28:07
35793         Log: Integrate mainline
35794      Branch: perlio
35795           !> Changes configure.com cygwin/cygwin.c
35796           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
35797           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
35798           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
35799           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
35800           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
35801           !> utils/h2xs.PL utils/perldoc.PL
35802 ____________________________________________________________________________
35803 [ 12610] By: sky                                   on 2001/10/23  19:39:24
35804         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
35805              don't call themselves READONLY but still die with modification
35806              attempt. We only call bless for ext and umagic.
35807      Branch: perl
35808            ! sv.c
35809 ____________________________________________________________________________
35810 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
35811         Log: Croak() on negative time; doc tweaks.
35812      Branch: perl
35813            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
35814            ! ext/Time/HiRes/HiRes.xs
35815 ____________________________________________________________________________
35816 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
35817         Log: FAQ sync.
35818      Branch: perl
35819            ! pod/perlfaq4.pod pod/perlfaq7.pod
35820 ____________________________________________________________________________
35821 [ 12607] By: sky                                   on 2001/10/23  18:27:27
35822         Log: Call setmagic on the referent we are blessing.
35823      Branch: perl
35824            ! sv.c
35825 ____________________________________________________________________________
35826 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
35827         Log: Small test nits.
35828      Branch: perl
35829            ! t/op/lc.t
35830 ____________________________________________________________________________
35831 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
35832         Log: Update Changes.
35833      Branch: perl
35834            ! Changes patchlevel.h
35835 ____________________________________________________________________________
35836 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
35837         Log: Make the PerlIO_init() prototypes consistent.
35838      Branch: perl
35839            ! perlio.c
35840 ____________________________________________________________________________
35841 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
35842         Log: Upping the test count is a good idea.
35843      Branch: perl
35844            ! t/op/lc.t
35845 ____________________________________________________________________________
35846 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
35847         Log: Document the final sigma spot.
35848      Branch: perl
35849            ! pp.c
35850 ____________________________________________________________________________
35851 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
35852         Log: Fix multicharacter titlecase (ucfirst).
35853      Branch: perl
35854            ! pod/perlunicode.pod pp.c t/op/lc.t
35855 ____________________________________________________________________________
35856 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
35857         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
35858              From: Mikhail Zabaluev <mhz@alt-linux.org>
35859              Date: Tue, 23 Oct 2001 10:40:37 +0400
35860              Message-ID: <20011023104037.A12761@localhost.localdomain>
35861              
35862              (#12406 replaced with this)
35863      Branch: perl
35864            ! utils/perldoc.PL
35865 ____________________________________________________________________________
35866 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
35867         Log: MacOS Classic updates from Pudge.
35868      Branch: perl
35869            ! lib/File/Spec.t lib/File/Spec/Mac.pm
35870 ____________________________________________________________________________
35871 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
35872         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
35873              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
35874              Date: Sun, 14 Oct 2001 23:14:46 +0200
35875              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
35876              
35877              except for the 2->4 changes.
35878      Branch: perl
35879            ! lib/AutoSplit.t
35880 ____________________________________________________________________________
35881 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
35882         Log: integrate macperl contents into maint-5.6
35883      Branch: maint-5.6/perl
35884            ! mg.c
35885           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
35886           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
35887           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
35888           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
35889           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
35890           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
35891           !> t/lib/filefind.t t/lib/filespec.t
35892 ____________________________________________________________________________
35893 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
35894         Log: At some point the #6234 has been lost from the mainline
35895              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
35896      Branch: perl
35897            ! lib/File/Spec/Win32.pm
35898 ____________________________________________________________________________
35899 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
35900         Log: Cygwin seems to round up (or closest, but not down)
35901              for time(), so half of the time (bad pun intended)
35902              Time::HiRes::time() is less than time(), half of
35903              the time it's more.  So let's try harder in the loop.
35904      Branch: perl
35905            ! ext/Time/HiRes/HiRes.t
35906 ____________________________________________________________________________
35907 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
35908         Log: MacOS Classic timeofday(), from Chris Nandor. 
35909      Branch: perl
35910            ! ext/Time/HiRes/HiRes.xs
35911 ____________________________________________________________________________
35912 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
35913         Log: Integrate changes #12580 and #12581 from macperl;
35914              
35915              Fix path construction.
35916              
35917              (Copyright) Nit.
35918      Branch: perl
35919           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
35920 ____________________________________________________________________________
35921 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
35922         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
35923              doesn't seem to help (the error being output to console, maybe?)
35924      Branch: perl
35925            ! lib/Net/Domain.pm
35926 ____________________________________________________________________________
35927 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
35928         Log: Taint the getcwd() result also in Cygwin.
35929              (TODO: which other platforms need the same thing?)
35930      Branch: perl
35931            ! cygwin/cygwin.c
35932 ____________________________________________________________________________
35933 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
35934         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
35935      Branch: perl
35936            ! t/op/taint.t
35937 ____________________________________________________________________________
35938 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
35939         Log: getpwuid() fragility continues.
35940      Branch: perl
35941            ! utils/h2xs.PL
35942 ____________________________________________________________________________
35943 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
35944         Log: getpwuid() might succeed but that's no guarantee
35945              that the $home will be defined.
35946      Branch: perl
35947            ! ext/File/Glob/t/basic.t
35948 ____________________________________________________________________________
35949 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
35950         Log: It's safer to to expand the variable, too... (see #12571)
35951      Branch: perl
35952            ! t/TEST
35953 ____________________________________________________________________________
35954 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
35955         Log: Integrate with maintperl.
35956      Branch: maint-5.6/macperl
35957           !> win32/bin/pl2bat.pl win32/win32.c
35958 ____________________________________________________________________________
35959 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
35960         Log: Oops, forgot to include Win32 ... just as well, since it
35961              seems in bleadperl, change #7764 was not included
35962              (adding C:\temp).  Re-added.  Rip it back out if it
35963              doesn't belong.  :-)
35964      Branch: maint-5.6/macperl
35965            ! lib/File/Spec/Win32.pm
35966 ____________________________________________________________________________
35967 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
35968         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
35969              From: "Craig A. Berry" <craigberry@mac.com>
35970              Date: Mon, 22 Oct 2001 15:25:19 -0500
35971              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
35972      Branch: perl
35973            ! configure.com
35974 ____________________________________________________________________________
35975 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
35976         Log: Add in lots of File::Spec changes, from Thomas Wegner,
35977              and sync with changes from bleadperl.
35978      Branch: maint-5.6/macperl
35979            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
35980            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
35981            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
35982            ! lib/File/Spec/Win32.pm t/lib/filespec.t
35983 ____________________________________________________________________________
35984 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
35985         Log: Sync with latest File::Find and tests from bleadperl.
35986      Branch: maint-5.6/macperl
35987            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
35988 ____________________________________________________________________________
35989 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
35990         Log: Nit.
35991      Branch: maint-5.6/macperl
35992            ! perl.c
35993 ____________________________________________________________________________
35994 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
35995         Log: Fix path construction.
35996      Branch: maint-5.6/macperl
35997            ! ext/DynaLoader/DynaLoader_pm.PL
35998 ____________________________________________________________________________
35999 [ 12579] By: nick                                  on 2001/10/22  19:08:35
36000         Log: Integrate mainline (for Arthurs thread.xs fix)
36001      Branch: perlio
36002           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
36003 ____________________________________________________________________________
36004 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
36005         Log: Fix up exported symbols, move relevant docs
36006              over from macperl.pod.
36007      Branch: maint-5.6/macperl
36008            ! macos/ext/MacPerl/MacPerl.pm
36009 ____________________________________________________________________________
36010 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
36011         Log: Make ADDRESS called optionally as a method.
36012      Branch: maint-5.6/macperl
36013            ! macos/lib/Mac/Glue.pm
36014 ____________________________________________________________________________
36015 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
36016         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
36017              Apple event.
36018      Branch: maint-5.6/macperl
36019            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
36020            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
36021            ! macos/macperl/MPTerminology.aete
36022 ____________________________________________________________________________
36023 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
36024         Log: Clean up some build utilities. Change Entab to Duplicate;
36025              fix docs and error reporting; improve macify() of paths;
36026              remove requirement for Exporter.pm presence.
36027      Branch: maint-5.6/macperl
36028            ! macos/InstallBLIB macos/MacPerlTests.cmd
36029            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
36030 ____________________________________________________________________________
36031 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
36032         Log: Sync Time::HiRes with bleadperl
36033      Branch: maint-5.6/macperl
36034            ! macos/bundled_ext/Time/HiRes/HiRes.pm
36035            ! macos/bundled_ext/Time/HiRes/HiRes.t
36036            ! macos/bundled_ext/Time/HiRes/HiRes.xs
36037 ____________________________________________________________________________
36038 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
36039         Log: Fix up Changes
36040      Branch: maint-5.6/macperl
36041            ! macos/Changes
36042 ____________________________________________________________________________
36043 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
36044         Log: A user might belong to only a single group
36045              (the group equal to the group id).
36046      Branch: perl
36047            ! t/op/groups.t
36048 ____________________________________________________________________________
36049 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
36050         Log: Prepending (instead of replacing with) the pwd is safer. 
36051      Branch: perl
36052            ! t/TEST
36053 ____________________________________________________________________________
36054 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
36055         Log: Be more robust if no hostname or domainname
36056              (especially the latter)
36057      Branch: perl
36058            ! lib/Net/Domain.pm
36059 ____________________________________________________________________________
36060 [ 12569] By: sky                                   on 2001/10/22  17:41:07
36061         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
36062      Branch: perl
36063            ! ext/threads/threads.xs
36064 ____________________________________________________________________________
36065 [ 12568] By: nick                                  on 2001/10/22  16:31:24
36066         Log: Integrate mainline
36067      Branch: perlio
36068           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
36069           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36070           +> ext/threads/shared/t/sv_refs.t
36071           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
36072            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
36073            - lib/unicore/To/SpecUpper.pl
36074           !> (integrate 42 files)
36075 ____________________________________________________________________________
36076 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
36077         Log: Update Changes.
36078      Branch: perl
36079            ! Changes patchlevel.h
36080 ____________________________________________________________________________
36081 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
36082         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
36083              From: Michael G Schwern <schwern@pobox.com>
36084              Date: Mon, 22 Oct 2001 03:48:38 -0400
36085              Message-ID: <20011022034838.B1676@blackrider>
36086      Branch: perl
36087            ! pod/perlvar.pod
36088 ____________________________________________________________________________
36089 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
36090         Log: Pod nits, as suggested by Stas Bekman.
36091      Branch: perl
36092            ! ext/threads/shared/shared.pm ext/threads/threads.pm
36093 ____________________________________________________________________________
36094 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
36095         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
36096              From: "Paul Marquess" <paul.marquess@openwave.com> 
36097              Date: Sun, 21 Oct 2001 21:11:15 +0100
36098              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
36099      Branch: perl
36100            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
36101            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
36102            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
36103            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
36104            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
36105            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
36106            ! ext/SDBM_File/sdbm.t
36107 ____________________________________________________________________________
36108 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
36109         Log: Integrate change #12559 from maintperl;
36110              various fixes for system() and backticks under windows
36111      Branch: perl
36112           !> win32/win32.c
36113 ____________________________________________________________________________
36114 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
36115         Log: Integrate change #12560 from maintperl;
36116              make pl2bat use %0 rather than "%0" (the latter fails to work
36117              in a lot of common cases)
36118      Branch: perl
36119           !> win32/bin/pl2bat.pl
36120 ____________________________________________________________________________
36121 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
36122         Log: Integrate changes #12549 and #12550 from maintperl;
36123              
36124              readline() doesn't work with our variables; it confuses them with
36125              my variables (change#4227 was incomplete)
36126      Branch: perl
36127            ! t/lib/strict/vars
36128           !> t/base/rs.t toke.c
36129 ____________________________________________________________________________
36130 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
36131         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
36132              in a lot of common cases)
36133      Branch: maint-5.6/perl
36134            ! win32/bin/pl2bat.pl
36135 ____________________________________________________________________________
36136 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
36137         Log: various fixes for system() and backticks under windows:
36138              
36139              * avoid munging whitespace that is passed within quotes
36140              * work around a cmd.exe misfeature that made multi-arg
36141              system() unreliable when there is more than one quoted
36142              argument
36143              * make multi-arg system() autoquote arguments as needed
36144              before passing them to the shell (this avoids having to
36145              second guess the shell quoting)
36146              * perl's -Dp switch can be used to trace the innards
36147      Branch: maint-5.6/perl
36148            ! win32/win32.c
36149 ____________________________________________________________________________
36150 [ 12558] By: nick                                  on 2001/10/22  08:58:42
36151         Log: Integrate ithreads buffer flush fix from perlio
36152      Branch: perl
36153           !> ext/threads/t/basic.t perl.c
36154 ____________________________________________________________________________
36155 [ 12557] By: nick                                  on 2001/10/22  08:35:09
36156         Log: All tests pass (legitimately) on ithreads
36157      Branch: perlio
36158            ! ext/threads/t/basic.t perl.c
36159 ____________________________________________________________________________
36160 [ 12556] By: nick                                  on 2001/10/22  06:51:22
36161         Log: Integrate non-ithreads fix to mainline
36162      Branch: perl
36163           !> perlio.c
36164 ____________________________________________________________________________
36165 [ 12555] By: nick                                  on 2001/10/22  06:48:33
36166         Log: Restore non-ithreads build. Interestingly binmode test passes
36167              non-ithreads - so crlf layer is not damaged and ithreads fail
36168              is a symptom ...
36169      Branch: perlio
36170            ! perlio.c
36171 ____________________________________________________________________________
36172 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
36173         Log: Integrate from perlio; restructuring.
36174      Branch: perl
36175           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
36176           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
36177           !> win32/perlhost.h
36178 ____________________________________________________________________________
36179 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
36180         Log: Integrate from maintperl
36181              (Changes 12350, 12496, 12548, 12549, 12550)
36182      Branch: maint-5.6/macperl
36183           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
36184           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
36185 ____________________________________________________________________________
36186 [ 12552] By: nick                                  on 2001/10/21  19:18:12
36187         Log: Win32 PerlIO_cleanup special cases should no longer be required.
36188      Branch: perlio
36189            ! perl.c
36190 ____________________________________________________________________________
36191 [ 12551] By: nick                                  on 2001/10/21  19:16:56
36192         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
36193      Branch: perlio
36194            ! win32/makefile.mk
36195 ____________________________________________________________________________
36196 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
36197         Log: change#12549 wasn't aware of strictures
36198      Branch: maint-5.6/perl
36199            ! t/pragma/strict-vars toke.c
36200 ____________________________________________________________________________
36201 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
36202         Log: readline() doesn't work with our variables; it confuses them with
36203              my variables (change#4227 was incomplete)
36204      Branch: maint-5.6/perl
36205            ! t/base/rs.t toke.c
36206 ____________________________________________________________________________
36207 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
36208         Log: change#12220 appears to have pulled in a mainline change that
36209              isn't applicable to maint-5.6 (some platforms don't taint
36210              cwd)
36211      Branch: maint-5.6/perl
36212            ! t/lib/filefind-taint.t
36213 ____________________________________________________________________________
36214 [ 12547] By: nick                                  on 2001/10/21  17:15:54
36215         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
36216              for them. Call explicit cleanup during destruct process.
36217              - one binmode test is failing
36218              - also ext/threads/t/basic.t fails under make test, and is noisy under
36219              harness. (Threads results are intermingled and don't match order expected.)
36220      Branch: perlio
36221            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
36222            ! perlio.h perliol.h pod/perlapi.pod sv.c
36223 ____________________________________________________________________________
36224 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
36225         Log: Implement multicharacter case mappings where a single
36226              Unicode character can be mapped into several.
36227      Branch: perl
36228            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
36229            - lib/unicore/To/SpecUpper.pl
36230            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
36231            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
36232            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
36233            ! proto.h t/op/lc.t utf8.c
36234 ____________________________________________________________________________
36235 [ 12545] By: sky                                   on 2001/10/21  15:25:16
36236         Log: First support of threads::shared, support shared svs and references.
36237      Branch: perl
36238            + ext/threads/shared/Makefile.PL ext/threads/shared/README
36239            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36240            + ext/threads/shared/t/sv_refs.t
36241            + ext/threads/shared/t/sv_simple.t
36242            ! MANIFEST sharedsv.c
36243 ____________________________________________________________________________
36244 [ 12544] By: nick                                  on 2001/10/21  14:52:35
36245         Log: PerlIO layer table as PL_perlio (per-interpreter)
36246      Branch: perlio
36247            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
36248            ! pod/perlapi.pod sv.c
36249 ____________________________________________________________________________
36250 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
36251         Log: Prettyprinting.
36252      Branch: perl
36253            ! pod/perlunicode.pod
36254 ____________________________________________________________________________
36255 [ 12542] By: ams                                   on 2001/10/21  03:50:25
36256         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
36257              From: "Sean M. Burke" <sburke@cpan.org>
36258              Date: Sat, 20 Oct 2001 17:51:09 -0600
36259              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
36260      Branch: perl
36261            + pod/perlpodspec.pod
36262            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
36263            ! pod/perltoc.pod
36264 ____________________________________________________________________________
36265 [ 12541] By: nick                                  on 2001/10/20  22:23:53
36266         Log: Fix typos in new locking on MemShared
36267              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
36268              - seems to make segfaults more deterministic - suspect they are 
36269              attempt to free() after Interp and Host have gone.
36270      Branch: perlio
36271            ! perlio.c win32/perlhost.h
36272 ____________________________________________________________________________
36273 [ 12540] By: nick                                  on 2001/10/20  21:50:46
36274         Log: Remove the MemShared re-#define (again)
36275      Branch: perlio
36276            ! perlio.c
36277 ____________________________________________________________________________
36278 [ 12539] By: nick                                  on 2001/10/20  21:49:06
36279         Log: Use locks on MemShared
36280      Branch: perlio
36281            ! win32/perlhost.h
36282 ____________________________________________________________________________
36283 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
36284         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
36285              From: "chromatic" <chromatic@rmci.net>
36286              Date: Sat, 20 Oct 2001 11:13:47 -0600
36287              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
36288      Branch: perl
36289            ! installhtml
36290 ____________________________________________________________________________
36291 [ 12537] By: nick                                  on 2001/10/20  16:44:03
36292         Log: Integrate mainline
36293      Branch: perlio
36294           !> (integrate 48 files)
36295 ____________________________________________________________________________
36296 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
36297         Log: Update Changes.
36298      Branch: perl
36299            ! Changes patchlevel.h
36300 ____________________________________________________________________________
36301 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
36302         Log: Upgrade to podlators 1.11, from Russ Allbery.
36303      Branch: perl
36304            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
36305            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
36306            ! pod/pod2man.PL pod/pod2text.PL
36307 ____________________________________________________________________________
36308 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
36309         Log: Integrate perlio:
36310              
36311              [ 12532]
36312              Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
36313              Use for non-PERLIO fdupopen().
36314      Branch: perl
36315           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
36316 ____________________________________________________________________________
36317 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
36318         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
36319      Branch: perl
36320            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
36321 ____________________________________________________________________________
36322 [ 12532] By: nick                                  on 2001/10/20  14:25:37
36323         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
36324              Use for non-PERLIO fdupopen().
36325      Branch: perlio
36326            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
36327 ____________________________________________________________________________
36328 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
36329         Log: Integrate perlio:
36330              
36331              [ 12530]
36332              Fixed in two places - p4 resolve
36333              
36334              [ 12529]
36335              Fix for ithreads/stdio build
36336              
36337              [ 12525]
36338              Avoid calling (now non-existant) Perl_sv_setsv(), by calling
36339              Perl_sv_setsv_flags directly.
36340              
36341              [ 12524]
36342              Add a new flag character 'm' to embed.pl set to represent
36343              "functions" which are really macros. Use it foe the troublesome
36344              sv_setsv() etc. macros in sv.h - changing latter to define
36345              sv_setsv rather than sv_setsv_macro etc.
36346              
36347              [ 12523]
36348              Add comments explaining why win32.h/embed.h are included where they are
36349              in perl.h 
36350              
36351              [ 12522]
36352              Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
36353              being used yet.
36354              
36355              [ 12511]
36356              Fix gross win32 build issues
36357      Branch: perl
36358           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
36359           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
36360           !> proto.h sv.h win32/win32io.c
36361 ____________________________________________________________________________
36362 [ 12530] By: nick                                  on 2001/10/20  12:53:30
36363         Log: Fixed in two places - p4 resolve
36364      Branch: perlio
36365            ! perlsdio.h
36366 ____________________________________________________________________________
36367 [ 12529] By: nick                                  on 2001/10/20  12:51:05
36368         Log: Fix for ithreads/stdio build
36369      Branch: perlio
36370            ! perlio.c perlsdio.h
36371 ____________________________________________________________________________
36372 [ 12528] By: ams                                   on 2001/10/20  12:13:25
36373         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
36374              From: Michael G Schwern <schwern@pobox.com>
36375              Date: Sat, 20 Oct 2001 01:41:21 -0400
36376              Message-Id: <20011020014121.I3681@blackrider>
36377      Branch: perl
36378            ! installman
36379 ____________________________________________________________________________
36380 [ 12527] By: ams                                   on 2001/10/20  12:09:41
36381         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
36382              From: Michael G Schwern <schwern@pobox.com>
36383              Date: Sat, 20 Oct 2001 02:04:21 -0400
36384              Message-Id: <20011020020421.A11732@blackrider>
36385      Branch: perl
36386            ! lib/Pod/Checker.pm
36387 ____________________________________________________________________________
36388 [ 12526] By: ams                                   on 2001/10/20  11:59:41
36389         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
36390              From: "chromatic" <chromatic@rmci.net>
36391              Date: Fri, 19 Oct 2001 22:46:39 -0600
36392              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
36393      Branch: perl
36394            ! lib/Net/Config.pm
36395 ____________________________________________________________________________
36396 [ 12525] By: nick                                  on 2001/10/20  11:16:18
36397         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
36398              Perl_sv_setsv_flags directly.
36399      Branch: perlio
36400            ! ext/threads/threads.xs
36401 ____________________________________________________________________________
36402 [ 12524] By: nick                                  on 2001/10/20  10:28:17
36403         Log: Add a new flag character 'm' to embed.pl set to represent
36404              "functions" which are really macros. Use it foe the troublesome
36405              sv_setsv() etc. macros in sv.h - changing latter to define
36406              sv_setsv rather than sv_setsv_macro etc.
36407      Branch: perlio
36408            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
36409            ! pod/perlapi.pod proto.h sv.h
36410 ____________________________________________________________________________
36411 [ 12523] By: nick                                  on 2001/10/20  09:17:17
36412         Log: Add comments explaining why win32.h/embed.h are included where they are
36413              in perl.h 
36414      Branch: perlio
36415            ! perl.h
36416 ____________________________________________________________________________
36417 [ 12522] By: nick                                  on 2001/10/20  08:27:44
36418         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
36419              being used yet.
36420      Branch: perlio
36421            ! win32/win32io.c
36422 ____________________________________________________________________________
36423 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
36424         Log: Wording tweaks.
36425      Branch: perl
36426            ! t/TEST
36427 ____________________________________________________________________________
36428 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
36429         Log: Subject: IO module with nonblocking socket connect patch 
36430              From: Raul Dias <raul@dias.com.br>
36431              Date: Fri, 19 Oct 2001 22:45:32 -0300
36432              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
36433      Branch: perl
36434            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
36435 ____________________________________________________________________________
36436 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
36437         Log: Test vertical whitespace combined with /x in \p{}.
36438      Branch: perl
36439            ! t/op/pat.t
36440 ____________________________________________________________________________
36441 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
36442         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
36443              From: Gisle Aas <gisle@ActiveState.com> 
36444              Date: 19 Oct 2001 16:46:02 -0700
36445              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
36446      Branch: perl
36447            ! lib/ExtUtils/MakeMaker.pm
36448 ____________________________________________________________________________
36449 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
36450         Log: No more this symbol.
36451      Branch: perl
36452            ! makedef.pl
36453 ____________________________________________________________________________
36454 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
36455         Log: Integrate change #12511; fix gross win32 build issues.
36456      Branch: perl
36457           !> makedef.pl sv.c
36458 ____________________________________________________________________________
36459 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
36460         Log: Unpack in scalar context should return the first value
36461              returned in list context, as pointed out by Ton Hospel
36462              in 2001-05-21 (this is how it works already in blead,
36463              just adding the test).
36464      Branch: perl
36465            ! t/op/pack.t
36466 ____________________________________________________________________________
36467 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
36468         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
36469              From: "Craig A. Berry" <craigberry@mac.com>
36470              Date: Fri, 19 Oct 2001 16:59:30 -0500
36471              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
36472      Branch: perl
36473            ! utils/perldoc.PL
36474 ____________________________________________________________________________
36475 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
36476         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
36477              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36478              Date: Fri, 19 Oct 2001 17:45:23 EDT
36479              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
36480      Branch: perl
36481            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
36482            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
36483            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
36484            ! vms/vmsish.h
36485 ____________________________________________________________________________
36486 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
36487         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
36488              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36489              Date: Fri, 19 Oct 2001 17:26:35 EDT
36490              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
36491      Branch: perl
36492            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
36493 ____________________________________________________________________________
36494 [ 12511] By: nick                                  on 2001/10/19  19:55:36
36495         Log: Fix gross win32 build issues
36496      Branch: perlio
36497            ! makedef.pl sv.c
36498 ____________________________________________________________________________
36499 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
36500         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
36501              From: David Dyck <dcd@tc.fluke.com>
36502              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
36503              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
36504      Branch: perl
36505            ! lib/File/Find.pm
36506 ____________________________________________________________________________
36507 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
36508         Log: Subject: Re: PerlIO and Encode
36509              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36510              Date: Tue, 16 Oct 2001 01:50:16 +0900
36511              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
36512      Branch: perl
36513            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
36514            ! ext/Encode/Encode/Tcl.t
36515 ____________________________________________________________________________
36516 [ 12508] By: ams                                   on 2001/10/19  17:59:16
36517         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
36518              (See #12499)
36519      Branch: perl
36520            ! pod/perlintro.pod
36521 ____________________________________________________________________________
36522 [ 12507] By: nick                                  on 2001/10/19  16:30:43
36523         Log: Integrate mainline
36524      Branch: perlio
36525           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
36526           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
36527           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
36528           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
36529           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
36530           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
36531           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
36532           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
36533           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
36534           +> win32/config_H.win64
36535            - lib/Test/Utils.pm lib/unicore/mktables.PL
36536            - t/lib/Test/Simple/Catch/More.pm
36537           !> (integrate 84 files)
36538 ____________________________________________________________________________
36539 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
36540         Log: Retract the #10451 which seems to be the cause
36541              of the major leakage from while(){eval"sub{}"}
36542      Branch: perl
36543            ! op.c t/run/kill_perl.t
36544 ____________________________________________________________________________
36545 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
36546         Log: Regen toc.
36547      Branch: perl
36548            ! pod/perltoc.pod
36549 ____________________________________________________________________________
36550 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
36551         Log: Tiny tweaks.
36552      Branch: perl
36553            ! pod/perl.pod
36554 ____________________________________________________________________________
36555 [ 12503] By: ams                                   on 2001/10/19  13:34:24
36556         Log: Subject: Re: perlintro.pod
36557              From: Abe Timmerman <abe@ztreet.demon.nl>
36558              Date: Fri, 19 Oct 2001 14:12:40 +0200
36559              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
36560      Branch: perl
36561            ! pod/perlintro.pod
36562 ____________________________________________________________________________
36563 [ 12502] By: ams                                   on 2001/10/19  13:24:12
36564         Log: Slight reorganisation of references.
36565      Branch: perl
36566            ! pod/perl.pod
36567 ____________________________________________________________________________
36568 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
36569         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
36570              From: Kay Röpke <kroepke@dolphin-services.de>
36571              Date: Fri, 19 Oct 2001 14:04:01 +0200 
36572              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
36573      Branch: perl
36574            ! lib/ExtUtils/MakeMaker.pm
36575 ____________________________________________________________________________
36576 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
36577         Log: Unicode categories continue:
36578              implement Category=, Script=, Block=
36579              (these are based on an upcoming update of TR#18)
36580              Fix a bug where we got two In categories named "old italic",
36581              and another where shortcut for the Is categories wasn't taken.
36582      Branch: perl
36583            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
36584            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
36585            ! pod/perlunicode.pod t/op/pat.t
36586 ____________________________________________________________________________
36587 [ 12499] By: ams                                   on 2001/10/19  01:42:29
36588         Log: Subject: a small patch to perlintro.pod.
36589              From: Autrijus Tang <autrijus@autrijus.org>
36590              Date: Fri, 19 Oct 2001 01:45:51 +0800
36591              Message-Id: <20011019014551.A35625@not.autrijus.org>
36592              (Applied by hand with nits.)
36593      Branch: perl
36594            ! pod/perlintro.pod
36595 ____________________________________________________________________________
36596 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
36597         Log: Subject: [PATCH] OpenBSD hints for ithreads
36598              From: Andy Dougherty <doughera@lafayette.edu>
36599              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
36600              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
36601      Branch: perl
36602            ! hints/openbsd.sh
36603 ____________________________________________________________________________
36604 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
36605         Log: Retract #12446; the problem solved by #12474.
36606      Branch: perl
36607            ! hints/aix.sh
36608 ____________________________________________________________________________
36609 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
36610         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
36611              message and suppress line number info (from Steve Hay
36612              <Steve.Hay@uk.radan.com>)
36613      Branch: maint-5.6/perl
36614            ! lib/Carp/Heavy.pm
36615 ____________________________________________________________________________
36616 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
36617         Log: More documented In categories.
36618      Branch: perl
36619            ! pod/perlunicode.pod
36620 ____________________________________________________________________________
36621 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
36622         Log: Update Changes.
36623      Branch: perl
36624            ! Changes patchlevel.h
36625 ____________________________________________________________________________
36626 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
36627         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
36628      Branch: perl
36629            ! MANIFEST
36630 ____________________________________________________________________________
36631 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
36632         Log: Wrong skip() arguments.
36633      Branch: perl
36634            ! ext/B/t/terse.t
36635 ____________________________________________________________________________
36636 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
36637         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
36638              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36639              Date: Wed, 17 Oct 2001 09:10:53 EDT 
36640              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
36641      Branch: perl
36642            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
36643            ! pod/perlapi.pod vms/vms.c
36644 ____________________________________________________________________________
36645 [ 12490] By: ams                                   on 2001/10/18  09:31:00
36646         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
36647              From: Mark-Jason Dominus <mjd@plover.com>
36648              Date: Thu, 18 Oct 2001 06:25:35 -0400
36649              Message-Id: <20011018102535.19264.qmail@plover.com>
36650      Branch: perl
36651            ! pod/perl.pod
36652 ____________________________________________________________________________
36653 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
36654         Log: Prettyprinting.
36655      Branch: perl
36656            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
36657 ____________________________________________________________________________
36658 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
36659         Log: Regen toc.
36660      Branch: perl
36661            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
36662 ____________________________________________________________________________
36663 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
36664         Log: Add perlintro, from Skud.
36665      Branch: perl
36666            + pod/perlintro.pod
36667            ! MANIFEST
36668 ____________________________________________________________________________
36669 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
36670         Log: FAQ sync.
36671      Branch: perl
36672            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
36673            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
36674            ! pod/perlfaq8.pod pod/perlfaq9.pod
36675 ____________________________________________________________________________
36676 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
36677         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
36678              in speed (upto 20% speedup in certain operations) but meanwhile
36679              regexps and arithmetics got slower (5-10%) (according to
36680              perlbench average speedup is negligible, and within measuring
36681              flutter, 1%).  Therefore retracting all the changes
36682              aimed at getting -std1 to compile cleanly:  #12475, #12476,
36683              #12479, #12480, #12481, #12482, #12483, #12484.
36684      Branch: perl
36685            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
36686            ! pp_hot.c pp_sys.c toke.c
36687 ____________________________________________________________________________
36688 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
36689         Log: (retracted by #12485)
36690              Strict ANSI doesn't like the third argument of main()
36691              so enable ignoring it if using ultra picky compiler.
36692      Branch: perl
36693            ! miniperlmain.c
36694 ____________________________________________________________________________
36695 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
36696         Log: (retracted by #12485)
36697              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
36698      Branch: perl
36699            ! perl.h
36700 ____________________________________________________________________________
36701 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
36702         Log: (retracted by #12485)
36703              Add explanatory comment.
36704      Branch: perl
36705            ! mg.c
36706 ____________________________________________________________________________
36707 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
36708         Log: (retracted by #12485)
36709              More dollar$hiding.
36710      Branch: perl
36711            ! doio.c perl.h pp_sys.c
36712 ____________________________________________________________________________
36713 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
36714         Log: (retracted by #12485)
36715              KISS.
36716      Branch: perl
36717            ! mg.c
36718 ____________________________________________________________________________
36719 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
36720         Log: (retracted by #12485)
36721              Thou shalt not #ifdef inside macro invocations,
36722              noticed by Rafael Garcia-Suarez.
36723      Branch: perl
36724            ! mg.c
36725 ____________________________________________________________________________
36726 [ 12478] By: ams                                   on 2001/10/17  18:50:55
36727         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
36728              From: Anton Berezin <tobez@tobez.org>
36729              Date: Wed, 17 Oct 2001 18:25:48 +0200
36730              Message-Id: <20011017182548.A12082@heechee.tobez.org>
36731      Branch: perl
36732            ! pp_sys.c
36733 ____________________________________________________________________________
36734 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
36735         Log: (retracted by #12485)
36736              Unterminated #ifdef.
36737      Branch: perl
36738            ! mg.c
36739 ____________________________________________________________________________
36740 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
36741         Log: (retracted by #12485)
36742              Avoid dollar signs in identifiers (in non-VMS) to
36743              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
36744      Branch: perl
36745            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
36746            ! toke.c
36747 ____________________________________________________________________________
36748 [ 12474] By: ams                                   on 2001/10/17  15:14:50
36749         Log: Subject: Two AIX patches
36750              From: H.Merijn Brand <h.m.brand@hccnet.nl>
36751              Date: Wed, 17 Oct 2001 18:04:35 +0200
36752              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
36753      Branch: perl
36754            ! hints/aix.sh makedef.pl
36755 ____________________________________________________________________________
36756 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
36757         Log: Limiting the Time::HiRes::sleep and usleep to
36758              one second is not a good policy if drop-in
36759              replacement is still a goal.
36760      Branch: perl
36761            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
36762            ! ext/Time/HiRes/HiRes.xs
36763 ____________________________________________________________________________
36764 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
36765         Log: Subject: [PATCH] Test::Simple 0.32
36766              From: Michael G Schwern <schwern@pobox.com> 
36767              Date: Wed, 17 Oct 2001 03:42:41 -0400
36768              Message-ID: <20011017034241.A25038@blackrider>
36769      Branch: perl
36770            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
36771            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
36772            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
36773            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
36774            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
36775            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
36776            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
36777            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
36778            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
36779            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
36780            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
36781            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
36782            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
36783            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
36784            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
36785            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
36786            ! t/lib/Test/Simple/Catch.pm
36787            ! t/lib/Test/Simple/sample_tests/five_fail.plx
36788 ____________________________________________________________________________
36789 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
36790         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
36791              From: Michael G Schwern <schwern@pobox.com> 
36792              Date: Wed, 17 Oct 2001 04:04:13 -0400
36793              Message-ID: <20011017040413.C25550@blackrider>
36794      Branch: perl
36795            ! t/TEST t/harness vms/test.com
36796 ____________________________________________________________________________
36797 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
36798         Log: Regen doc with perlmodstyle added.
36799      Branch: perl
36800            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
36801 ____________________________________________________________________________
36802 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
36803         Log: Pod cleanup.
36804      Branch: perl
36805            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
36806 ____________________________________________________________________________
36807 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
36808         Log: Subject: perlmodstyle as a patch
36809              From: Kirrily Robert <skud@infotrope.net>
36810              Date: Tue, 16 Oct 2001 22:47:23 -0400
36811              Message-ID: <20011016224723.A20673@infotrope.net>
36812      Branch: perl
36813            + pod/perlmodstyle.pod
36814            ! MANIFEST
36815 ____________________________________________________________________________
36816 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
36817         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
36818              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
36819              Date: Thu, 6 Sep 2001 11:09:40 +0100
36820              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
36821              
36822              Mention also the develooper p5p archive.
36823      Branch: perl
36824            ! pod/perlhack.pod
36825 ____________________________________________________________________________
36826 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
36827         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
36828              From: Kay Röpke <kroepke@dolphin-services.de>
36829              Date: Tue, 16 Oct 2001 17:23:52 +0200
36830              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
36831      Branch: perl
36832            ! lib/ExtUtils/MakeMaker.pm
36833 ____________________________________________________________________________
36834 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
36835         Log: Add the special casing mappings (from SpecCase.txt)
36836              (except for the hyper special case mappings that have
36837              the condition list); the special casing mappings are
36838              unused for now.  Small tidying up on mktables.
36839      Branch: perl
36840            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
36841            + lib/unicore/To/SpecUpper.pl
36842            ! lib/unicore/mktables
36843 ____________________________________________________________________________
36844 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
36845         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
36846              From: "David H. Adler" <dha@panix.com>       
36847              Date: Tue, 16 Oct 2001 11:59:35 -0400
36848              Message-ID: <20011016115935.A13078@panix.com>
36849              
36850              Subject: [ PATCH ] perldata patch, revised
36851              From: "David H. Adler" <dha@panix.com>     
36852              Date: Tue, 16 Oct 2001 18:26:49 -0400
36853              Message-ID: <20011016182649.C23970@panix.com>
36854      Branch: perl
36855            ! pod/perldata.pod pod/perlop.pod
36856 ____________________________________________________________________________
36857 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
36858         Log: Integrate perlio:
36859              
36860              [ 12462]
36861              PerlIOXxxx_dups for all but Win32
36862              
36863              [ 12461]
36864              Implement PerlIOStdio_dup (explains core dumps - dup
36865              was not setting up a FILE * to be fclosed()).
36866              
36867              [ 12460]
36868              When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
36869              overflow.
36870              
36871              [ 12456]
36872              Builds under ithreads (but fails all threads tests)
36873              
36874              [ 12451]
36875              Skeleton of "PerlIO_dup" coded.
36876              Still-passes all tests non-threaded (well it would wouldn't it!)
36877              
36878              [ 12447]
36879              Beginings of PerlIO_dup support (unstable)
36880              
36881              [ 11615]
36882              Avoid testing for (non-)existance of "encoding(xxxx)"
36883              layer is called "encoding" the (xxxx) is an argument.
36884      Branch: perl
36885           !> embed.h embed.pl ext/Encode/Encode.xs
36886           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
36887           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
36888           !> win32/win32io.c
36889 ____________________________________________________________________________
36890 [ 12462] By: nick                                  on 2001/10/16  19:11:30
36891         Log: PerlIOXxxx_dups for all but Win32
36892      Branch: perlio
36893            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
36894            ! ext/PerlIO/Via/Via.xs
36895 ____________________________________________________________________________
36896 [ 12461] By: nick                                  on 2001/10/16  18:28:48
36897         Log: Implement PerlIOStdio_dup (explains core dumps - dup
36898              was not setting up a FILE * to be fclosed()).
36899      Branch: perlio
36900            ! perlio.c
36901 ____________________________________________________________________________
36902 [ 12460] By: nick                                  on 2001/10/16  17:31:47
36903         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
36904              overflow.
36905      Branch: perlio
36906            ! perlio.c
36907 ____________________________________________________________________________
36908 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
36909         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
36910              From: "Craig A. Berry" <craigberry@mac.com>
36911              Date: Tue, 16 Oct 2001 13:08:38 -0500
36912              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
36913      Branch: perl
36914            ! configure.com
36915 ____________________________________________________________________________
36916 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
36917         Log: Can't expect too much accuracy from a sleep of one second.
36918              (I think this will also fail with high load.)
36919      Branch: perl
36920            ! ext/Time/HiRes/HiRes.t
36921 ____________________________________________________________________________
36922 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
36923         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
36924              From: "Werner, Randolf" <randolf.werner@sap.com>
36925              Date: Tue, 16 Oct 2001 18:33:02 +0200
36926              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
36927      Branch: perl
36928            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
36929            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
36930 ____________________________________________________________________________
36931 [ 12456] By: nick                                  on 2001/10/16  14:08:16
36932         Log: Builds under ithreads (but fails all threads tests)
36933      Branch: perlio
36934            ! hv.c perlio.c sv.c
36935 ____________________________________________________________________________
36936 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
36937         Log: I think the Perl_sortsv needs *not* be skipped?
36938      Branch: perl
36939            ! makedef.pl
36940 ____________________________________________________________________________
36941 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
36942         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
36943              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
36944              Date: Tue, 16 Oct 2001 15:32:44 +0200
36945              Message-ID: <3BCC531C.11494.3E433F@localhost>
36946      Branch: perl
36947            ! t/op/groups.t
36948 ____________________________________________________________________________
36949 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
36950         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
36951              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
36952              Date: Tue, 16 Oct 2001 15:01:04 +0200
36953              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
36954      Branch: perl
36955            ! t/io/fs.t
36956 ____________________________________________________________________________
36957 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
36958         Log: A forgotten deletion.
36959      Branch: perl
36960            - lib/unicore/mktables.PL
36961 ____________________________________________________________________________
36962 [ 12451] By: nick                                  on 2001/10/16  11:32:48
36963         Log: Skeleton of "PerlIO_dup" coded.
36964              Still-passes all tests non-threaded (well it would wouldn't it!)
36965      Branch: perlio
36966            ! embed.h embed.pl ext/Encode/Encode.xs
36967            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
36968            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
36969            ! win32/win32io.c
36970 ____________________________________________________________________________
36971 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
36972         Log: Document the problem with the swash_fetch() API that affects
36973              more complex case conversions.
36974      Branch: perl
36975            ! lib/utf8_heavy.pl utf8.c
36976 ____________________________________________________________________________
36977 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
36978         Log: Make Time::HiRes::sleep() and usleep() to return
36979              the number of seconds (a floating point value) and 
36980              microseconds (an integer) actually slept (well,
36981              modulo the time spent in measuring the time actually
36982              slept...), to be a better drop-in replacement for
36983              the builtin sleep().  Noticed by Chris Nandor.
36984              
36985              Also make usleep() to croak if fed illegal number
36986              of useconds (anything greater than 1_000_000).
36987      Branch: perl
36988            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
36989            ! ext/Time/HiRes/HiRes.xs
36990 ____________________________________________________________________________
36991 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
36992         Log: A missing SvREFCNT_dec.
36993      Branch: perl
36994            ! perl.c
36995 ____________________________________________________________________________
36996 [ 12447] By: nick                                  on 2001/10/15  20:27:53
36997         Log: Beginings of PerlIO_dup support (unstable)
36998      Branch: perlio
36999            ! perlio.c perliol.h
37000 ____________________________________________________________________________
37001 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
37002         Log: (retracted by #12497)
37003              In AIX vac 5 just can't seem to get regcomp right.
37004      Branch: perl
37005            ! hints/aix.sh
37006 ____________________________________________________________________________
37007 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
37008         Log: Bump the version number to agree with the maintperl one.
37009      Branch: perl
37010            ! lib/Tie/RefHash.pm
37011 ____________________________________________________________________________
37012 [ 12444] By: nick                                  on 2001/10/15  15:59:57
37013         Log: Integrate mainline
37014      Branch: perlio
37015           +> lib/Math/BigInt/t/Math/Subclass.pm
37016           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
37017           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
37018           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
37019           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
37020           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
37021           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
37022           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
37023           +> lib/unicore/mktables
37024            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
37025            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
37026            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
37027            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
37028            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
37029            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
37030            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
37031            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
37032            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
37033            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
37034            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
37035            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
37036            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
37037            - lib/unicore/syllables.txt
37038           !> (integrate 344 files)
37039 ____________________________________________________________________________
37040 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
37041         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
37042      Branch: perl
37043            ! ext/DB_File/DB_File.xs
37044 ____________________________________________________________________________
37045 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
37046         Log: Sync the skip() amounts with the number of tests.
37047      Branch: perl
37048            ! lib/Term/Complete.t
37049 ____________________________________________________________________________
37050 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
37051         Log: Update Changes.
37052      Branch: perl
37053            ! Changes patchlevel.h
37054 ____________________________________________________________________________
37055 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
37056         Log: MacOS Classic catdir() rewrite from Thomas Wegner
37057              (backward incompatibility, but a deliberate one,
37058              the old version simply is broken in its logic),
37059              also documentation updates, and as suggested replicated
37060              the File::Spec::Unix documentation updates also on the
37061              File::Spec documentation.
37062              
37063              TODO: there seems to be duplication of documentation
37064              between File::Spec and File::Spec::Unix.  I think
37065              the ::Unix should be left only with specific UNIXisms,
37066              and all the generic documentation should be in ::Spec.
37067      Branch: perl
37068            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
37069            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
37070            ! lib/File/Spec/Unix.pm
37071 ____________________________________________________________________________
37072 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
37073         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
37074              From: Blair Zajac <blair@orcaware.com>
37075              Date: Mon, 24 Sep 2001 11:48:58 -0700
37076              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
37077              
37078              (the skip() messages)
37079      Branch: perl
37080            ! t/op/magic.t
37081 ____________________________________________________________________________
37082 [ 12438] By: ams                                   on 2001/10/14  23:43:59
37083         Log: Subject: [PATCH] make PerlIO default on VMS
37084              From: "Craig A. Berry" <craigberry@mac.com>
37085              Date: Sun, 14 Oct 2001 15:27:18 -0500
37086              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
37087      Branch: perl
37088            ! configure.com
37089 ____________________________________________________________________________
37090 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
37091         Log: Retract #12436 (Abhijit already did this at #12426)
37092      Branch: perl
37093            ! lib/ExtUtils/MM_Unix.pm
37094 ____________________________________________________________________________
37095 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
37096         Log: (retracted by #12437)
37097              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
37098              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
37099              Date: Sat, 13 Oct 2001 20:33:55 +0200
37100              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
37101      Branch: perl
37102            ! lib/ExtUtils/MM_Unix.pm
37103 ____________________________________________________________________________
37104 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
37105         Log: Subject: h2xs grammar nit
37106              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37107              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
37108              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
37109      Branch: perl
37110            ! utils/h2xs.PL
37111 ____________________________________________________________________________
37112 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
37113         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
37114              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
37115              Date: Sun, 14 Oct 2001 11:25:08 +0100
37116              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
37117      Branch: perl
37118            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
37119            ! warnings.pl
37120 ____________________________________________________________________________
37121 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
37122         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
37123              for File::Spec::Mac::catfile)
37124      Branch: perl
37125            ! lib/h2xs.t
37126 ____________________________________________________________________________
37127 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
37128         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
37129              From: Nicholas Clark <nick@ccl4.org>
37130              Date: Sat, 13 Oct 2001 00:07:31 +0100
37131              Message-ID: <20011013000731.D67535@plum.flirble.org>
37132      Branch: perl
37133            ! lib/h2xs.t utils/h2xs.PL
37134 ____________________________________________________________________________
37135 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
37136         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
37137              before DEFINE and INC), and repent by taking DEFINE and
37138              INC away from PASTHRU.
37139      Branch: perl
37140            ! lib/ExtUtils/MM_Unix.pm
37141 ____________________________________________________________________________
37142 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
37143         Log: More MANIFEST anomalies.
37144      Branch: perl
37145            ! MANIFEST
37146 ____________________________________________________________________________
37147 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
37148         Log: Not that many.
37149      Branch: perl
37150            ! MANIFEST
37151 ____________________________________________________________________________
37152 [ 12428] By: sky                                   on 2001/10/13  20:59:27
37153         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
37154              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37155              Date: Sat, 13 Oct 2001 23:15:55 +0200
37156              Message-ID: <20011013231555.A18071@rafael>
37157      Branch: perl
37158            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
37159            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
37160 ____________________________________________________________________________
37161 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
37162         Log: Rewrite mktables from scratch.
37163              - Cleaner.
37164              - Faster: 15-20 seconds as opposed to several minutes.
37165              - More dynamic: the names of the various categories
37166              such as the linebreak ones are dynamic, not static.
37167              - Is.pl: long names for the general category properties
37168              are now available.
37169              - Ranges (<... ,First>, <..., Last>) from the general
37170              categories work now.
37171              - No more mktables.PL because the mktables.PL is not
37172              and never has been run to create a mktables.
37173              - syllables.txt and Is/Syl*.pl removed: non-standard
37174              (not part of the Unicode), and the whole concept is
37175              being reworked (http://syllabary.sourceforge.net/),
37176              the old way wouldn't even work with the new Syllables.txt
37177              (it would result in 1000+ new categories)
37178      Branch: perl
37179            + lib/unicore/In/163.pl lib/unicore/In/164.pl
37180            + lib/unicore/In/165.pl lib/unicore/In/166.pl
37181            + lib/unicore/In/167.pl lib/unicore/In/168.pl
37182            + lib/unicore/In/169.pl lib/unicore/In/170.pl
37183            + lib/unicore/In/171.pl lib/unicore/Is.pl
37184            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
37185            + lib/unicore/mktables
37186            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
37187            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
37188            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
37189            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
37190            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
37191            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
37192            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
37193            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
37194            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
37195            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
37196            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
37197            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
37198            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
37199            - lib/unicore/syllables.txt
37200            ! (edit 304 files)
37201 ____________________________________________________________________________
37202 [ 12426] By: ams                                   on 2001/10/13  18:05:36
37203         Log: ExtUtils::MM_Unix should ignore comments when searching for
37204              $VERSION.
37205      Branch: perl
37206            ! lib/ExtUtils/MM_Unix.pm
37207 ____________________________________________________________________________
37208 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
37209         Log: Subject: Re: New module XML::Clean
37210              From: andreas.koenig@anima.de (Andreas J. Koenig)
37211              Date: 13 Oct 2001 10:17:09 +0200
37212              Message-ID: <m37ku0t0my.fsf@anima.de>
37213      Branch: perl
37214            ! pod/perlnewmod.pod
37215 ____________________________________________________________________________
37216 [ 12424] By: sky                                   on 2001/10/13  09:39:59
37217         Log: Set thread stack size if needed.
37218      Branch: perl
37219            ! ext/threads/threads.xs
37220 ____________________________________________________________________________
37221 [ 12423] By: sky                                   on 2001/10/13  09:36:49
37222         Log: We do want to set the attribute to joinable even on modern posix
37223              platforms.
37224      Branch: perl
37225            ! ext/threads/threads.xs
37226 ____________________________________________________________________________
37227 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
37228         Log: Subject: [PATCH ext/Data/Dumper.xs]
37229              From: Brian Ingerson <ingy@ttul.org>
37230              Date: Fri, 12 Oct 2001 19:32:35 -0700
37231              Message-ID: <20011012193235.B889@ttul.org>
37232      Branch: perl
37233            ! ext/Data/Dumper/Dumper.xs
37234 ____________________________________________________________________________
37235 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
37236         Log: Update Changes.
37237      Branch: perl
37238            ! Changes patchlevel.h
37239 ____________________________________________________________________________
37240 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
37241         Log: FAQ sync.
37242      Branch: perl
37243            ! pod/perlfaq3.pod pod/perlfaq4.pod
37244 ____________________________________________________________________________
37245 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
37246         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
37247              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
37248              Date: Fri, 12 Oct 2001 11:51:05 -0700
37249              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
37250      Branch: perl
37251            ! lib/File/Copy.pm
37252 ____________________________________________________________________________
37253 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
37254         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
37255              From: "chromatic" <chromatic@rmci.net>     
37256              Date: Thu, 11 Oct 2001 10:57:55 -0600
37257              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
37258              
37259              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
37260              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37261              Date: Thu, 11 Oct 2001 22:34:21 +0200
37262              Message-ID: <20011011223421.A693@rafael>     
37263              
37264              plus undef $Term::Complete::stty as suggested by Rafael.
37265      Branch: perl
37266            ! lib/Term/Complete.pm lib/Term/Complete.t
37267 ____________________________________________________________________________
37268 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
37269         Log: UUnndduupplleexx..
37270      Branch: perl
37271            ! perl.h
37272 ____________________________________________________________________________
37273 [ 12416] By: sky                                   on 2001/10/12  20:16:19
37274         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
37275              From: Andy Dougherty <doughera@lafayette.edu>
37276              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
37277              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
37278              (Potentially only band-aid)
37279      Branch: perl
37280            ! sv.c
37281 ____________________________________________________________________________
37282 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
37283         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
37284              mishandles kill(), and therefore the sigaction test
37285              should be skipped, from Charles Lane.
37286      Branch: perl
37287            ! ext/POSIX/t/sigaction.t
37288 ____________________________________________________________________________
37289 [ 12414] By: sky                                   on 2001/10/12  18:47:49
37290         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
37291      Branch: perl
37292            ! op.h
37293 ____________________________________________________________________________
37294 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
37295         Log: Upgrade to Math::BigInt 1.44 from Tels and
37296              further fixes from John Peacock.
37297      Branch: perl
37298            + lib/Math/BigInt/t/Math/Subclass.pm
37299            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
37300            + lib/Math/BigInt/t/subclass.t
37301            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
37302            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
37303            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
37304            ! lib/Math/BigInt/t/mbimbf.t
37305 ____________________________________________________________________________
37306 [ 12412] By: sky                                   on 2001/10/12  18:28:23
37307         Log: perhaps pthread_attr_t really needs to be set for the old api
37308      Branch: perl
37309            ! ext/threads/threads.xs
37310 ____________________________________________________________________________
37311 [ 12411] By: sky                                   on 2001/10/12  18:11:45
37312         Log: pthread_keycreate not pthread_key_create under the here be dragons API
37313      Branch: perl
37314            ! ext/threads/threads.h
37315 ____________________________________________________________________________
37316 [ 12410] By: sky                                   on 2001/10/12  18:07:37
37317         Log: Apperently OLD PTHREADS API is a bit retarded.
37318              This should fix another set of compile failures in HP-UX 10.20.
37319      Branch: perl
37320            ! ext/threads/threads.h ext/threads/threads.xs
37321 ____________________________________________________________________________
37322 [ 12409] By: nick                                  on 2001/10/12  15:30:01
37323         Log: Blind integrate of mainline
37324      Branch: perlio
37325           +> (branch 32 files)
37326            - lib/unicode/README
37327           !> (integrate 121 files)
37328 ____________________________________________________________________________
37329 [ 12408] By: sky                                   on 2001/10/12  14:55:08
37330         Log: Let us avoid being smart for now.
37331      Branch: perl
37332            ! ext/threads/threads.h
37333 ____________________________________________________________________________
37334 [ 12407] By: sky                                   on 2001/10/12  14:38:12
37335         Log: (void*) the argument to make sure we work with picky compilers
37336      Branch: perl
37337            ! ext/threads/threads.xs
37338 ____________________________________________________________________________
37339 [ 12406] By: ams                                   on 2001/10/12  13:26:04
37340         Log: (replaced with #12600)
37341              
37342              Subject: [PATCH 5.6.1 perldoc] use File::Temp
37343              From: Mikhail Zabaluev <mhz@alt-linux.org>
37344              Date: Fri, 12 Oct 2001 12:47:47 +0400
37345              Message-Id: <20011012124747.E13918@localhost.localdomain>
37346      Branch: perl
37347            ! utils/perldoc.PL
37348 ____________________________________________________________________________
37349 [ 12405] By: ams                                   on 2001/10/12  13:05:32
37350         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
37351              From: andreas.koenig@anima.de (Andreas J. Koenig)
37352              Date: 12 Oct 2001 11:12:07 +0200
37353              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
37354      Branch: perl
37355            ! lib/Memoize/t/speed.t
37356 ____________________________________________________________________________
37357 [ 12404] By: sky                                   on 2001/10/12  12:46:15
37358         Log: A) Support OLD_PTHREADS_API
37359              B) Change from using pthread_t to using a TLS to store the
37360              index of the thread in an hash, this is to avoid problems when
37361              in fact pthread_t was not a seralizable type.
37362              Both these changes are because of HP-UX 10.20
37363              This has not been tested on win32 but should work there.
37364              Need to add support for NetWare.
37365      Branch: perl
37366            ! ext/threads/threads.h ext/threads/threads.xs
37367 ____________________________________________________________________________
37368 [ 12403] By: ams                                   on 2001/10/12  07:34:19
37369         Log: Subject: Re: New module XML::Clean
37370              From: andreas.koenig@anima.de (Andreas J. Koenig)
37371              Date: 12 Oct 2001 10:20:35 +0200
37372              Message-Id: <m3elo9uv58.fsf@anima.de>
37373      Branch: perl
37374            ! pod/perlnewmod.pod
37375 ____________________________________________________________________________
37376 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
37377         Log: More HP model tweaks from Merijn.
37378      Branch: perl
37379            ! README.hpux
37380 ____________________________________________________________________________
37381 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
37382         Log: Update Changes.
37383      Branch: perl
37384            ! Changes patchlevel.h
37385 ____________________________________________________________________________
37386 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
37387         Log: HP-UX update from H.Merijn Brand.
37388      Branch: perl
37389            ! README.hpux
37390 ____________________________________________________________________________
37391 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
37392         Log: Subject: [PATCH] fix link rot in README.vms
37393              From: "Craig A. Berry" <craigberry@mac.com>
37394              Date: Wed, 10 Oct 2001 17:17:00 -0500
37395              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
37396      Branch: perl
37397            ! README.vms
37398 ____________________________________________________________________________
37399 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
37400         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
37401              From: "chromatic" <chromatic@rmci.net>
37402              Date: Wed, 10 Oct 2001 15:50:30 -0600
37403              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
37404      Branch: perl
37405            ! lib/Term/Complete.t
37406 ____________________________________________________________________________
37407 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
37408         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
37409              From: "chromatic" <chromatic@rmci.net>
37410              Date: Wed, 10 Oct 2001 15:45:42 -0600
37411              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
37412      Branch: perl
37413            + lib/ExtUtils/Packlist.t
37414            ! MANIFEST
37415 ____________________________________________________________________________
37416 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
37417         Log: VMS needs quotes around the -I option to keep it from
37418              being downcased, from Charles Lane.
37419      Branch: perl
37420            ! t/run/kill_perl.t
37421 ____________________________________________________________________________
37422 [ 12395] By: ams                                   on 2001/10/10  16:22:32
37423         Log: Subject: [PATCH lib/FindBin.pm]
37424              From: Stas Bekman <stas@stason.org>
37425              Date: Tue, 09 Oct 2001 23:57:10 +0800
37426              Message-Id: <3BC31E56.60805@stason.org>
37427      Branch: perl
37428            ! lib/FindBin.pm
37429 ____________________________________________________________________________
37430 [ 12394] By: ams                                   on 2001/10/10  16:09:53
37431         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
37432              From: Abhijit Menon-Sen <ams@wiw.org>
37433              Date: Wed, 10 Oct 2001 21:59:33 +0530
37434              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
37435      Branch: perl
37436            ! ext/Data/Dumper/Dumper.xs
37437 ____________________________________________________________________________
37438 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
37439         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
37440              from Charles Lane.
37441      Branch: perl
37442            ! lib/File/Spec/VMS.pm
37443 ____________________________________________________________________________
37444 [ 12392] By: ams                                   on 2001/10/10  14:49:43
37445         Log: Subject: [PATCH] two s/// bugfixes
37446              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37447              Date: Wed, 10 Oct 2001 17:23:44 +0200
37448              Message-Id: <20011010172344.C22440@rafael>
37449      Branch: perl
37450            ! pp_ctl.c regexec.c t/op/subst.t
37451 ____________________________________________________________________________
37452 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
37453         Log: Fix/improve handling of the [000000] special "root"
37454              directory, by putting cwd in canonical form when doing
37455              abs2rel, and prepending a 000000 to directory "chunks"
37456              if missing from base or path.  Also adjust test to
37457              reflect the (improved) output from abs2rel.
37458              From Charles Lane.
37459      Branch: perl
37460            ! lib/File/Spec.t lib/File/Spec/VMS.pm
37461 ____________________________________________________________________________
37462 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
37463         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
37464              all of the extra VMSish attributes (such as "treat this logical
37465              as a device name") that are necessary to make programs run.
37466              A tainted %ENV does not hinder VMS.  From Charles Lane.
37467      Branch: perl
37468            ! lib/File/Find/t/taint.t
37469 ____________________________________________________________________________
37470 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
37471         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
37472              
37473              o  VMS is case-insensitive, RTL downcases filenames read
37474              by perl... so need to re-upcase filenames like MANIFEST
37475              and MANIFEST.SKIP
37476              
37477              o  Need to convert VMS-style to Unix-style filenames when comparing
37478              names in MANIFEST to names in filesystem.
37479              
37480              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
37481              since VMS won't let you (easily) delete non-empty directories.
37482              
37483              From Charles Lane.
37484      Branch: perl
37485            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
37486 ____________________________________________________________________________
37487 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
37488         Log: Unix and VMS agree on "*" as a "match any number of any chars"
37489              wildcards, but differ ("?"  vs.  "%") for their "match any single
37490              char" wildcard.  This patch changes "?"  chars to "%" before doing a
37491              VMS glob...at no loss of functionality, since "?"  isn't a valid
37492              filename char on VMS.  From Charles Lane.
37493      Branch: perl
37494            ! doio.c
37495 ____________________________________________________________________________
37496 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
37497         Log: (accidentally empty submit; new life as #12390)
37498      Branch: perl
37499            ! lib/File/Find/t/taint.t
37500 ____________________________________________________________________________
37501 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
37502         Log: Even more VMS tweakage from Charles Lane:
37503              
37504              Tweak #1:  splitdir only works on directory part of filespec,
37505              split off volume first
37506              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
37507              (it's a horrible kludge in the run-time library,
37508              improved in later versions). Check the
37509              $Config{'d_setenv'} flag before attempting to set it.
37510      Branch: perl
37511            ! t/op/chdir.t
37512 ____________________________________________________________________________
37513 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
37514         Log: VMS tweakage from Charles Lane.
37515              
37516              . command.com doubles an output line when prompting for extensions
37517              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
37518              . perl5db doesn't clean up after itself
37519      Branch: perl
37520            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
37521 ____________________________________________________________________________
37522 [ 12384] By: sky                                   on 2001/10/09  19:16:11
37523         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
37524              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37525              Date: Tue, 9 Oct 2001 22:10:26 +0200
37526              Message-ID: <20011009221026.A8579@rafael>
37527      Branch: perl
37528            ! pod/perldata.pod
37529 ____________________________________________________________________________
37530 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
37531         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
37532              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
37533              Date: 9 Oct 2001 15:15:06 -0000
37534              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
37535      Branch: perl
37536            ! t/op/subst.t
37537 ____________________________________________________________________________
37538 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
37539         Log: Update Changes.
37540      Branch: perl
37541            ! Changes patchlevel.h
37542 ____________________________________________________________________________
37543 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
37544         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
37545              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
37546              when a NULL is passed for the filename string pointer.
37547              From Charles Lane.
37548      Branch: perl
37549            ! vms/vms.c
37550 ____________________________________________________________________________
37551 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
37552         Log: Subject: HP systems update
37553              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37554              Date: Tue, 09 Oct 2001 15:59:22 +0200
37555              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
37556      Branch: perl
37557            ! README.hpux
37558 ____________________________________________________________________________
37559 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
37560         Log: CPAN::Nox does now have a test.
37561      Branch: perl
37562            ! t/lib/1_compile.t
37563 ____________________________________________________________________________
37564 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
37565         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
37566              From: David Dyck <dcd@tc.fluke.com>
37567              Date: Mon, 1 Oct 2001 12:17:36 -0700
37568              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
37569      Branch: perl
37570            ! installperl
37571 ____________________________________________________________________________
37572 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
37573         Log: NetWare update from Ananth Kesari.
37574      Branch: perl
37575            ! NetWare/nwperlsys.h makedef.pl
37576 ____________________________________________________________________________
37577 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
37578         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
37579              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37580              Date: Tue, 9 Oct 2001 08:40:57 EDT
37581              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
37582      Branch: perl
37583            ! lib/File/Find/t/find.t
37584 ____________________________________________________________________________
37585 [ 12374] By: ams                                   on 2001/10/09  05:31:45
37586         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
37587              ExtUtils::Mkbootstrap
37588              From: "chromatic" <chromatic@rmci.net>
37589              Date: Tue, 09 Oct 2001 00:08:37 -0600
37590              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
37591      Branch: perl
37592            + lib/ExtUtils/Mkbootstrap.t
37593            ! MANIFEST
37594 ____________________________________________________________________________
37595 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
37596         Log: Enable more debugging.
37597      Branch: perl
37598            ! lib/utf8_heavy.pl
37599 ____________________________________________________________________________
37600 [ 12372] By: ams                                   on 2001/10/09  02:11:59
37601         Log: #12370 forgot to modify is_gv_magical().
37602      Branch: perl
37603            ! gv.c
37604 ____________________________________________________________________________
37605 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
37606         Log: Make the toupper/lower/title API for Unicode not right
37607              but at least less wrong: prepare for the mapping being
37608              more than just one-character-to-one-character.
37609      Branch: perl
37610            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
37611            ! regexec.c utf8.c
37612 ____________________________________________________________________________
37613 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
37614         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
37615              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
37616              Date: Mon, 8 Oct 2001 22:18:23 -0400
37617              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
37618      Branch: perl
37619            ! pod/perlvar.pod t/op/taint.t
37620 ____________________________________________________________________________
37621 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
37622         Log: FAQ sync.
37623      Branch: perl
37624            ! pod/perlfaq3.pod pod/perlfaq4.pod
37625 ____________________________________________________________________________
37626 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
37627         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
37628              From: "chromatic" <chromatic@rmci.net>
37629              Date: Mon, 08 Oct 2001 14:05:32 -0600
37630              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
37631      Branch: perl
37632            ! lib/Term/Cap.t
37633 ____________________________________________________________________________
37634 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
37635         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
37636              From: Michael G Schwern <schwern@pobox.com>
37637              Date: Mon, 8 Oct 2001 17:00:14 -0400
37638              Message-ID: <20011008170014.L17083@blackrider>
37639      Branch: perl
37640            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
37641 ____________________________________________________________________________
37642 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
37643         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
37644              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37645              Date: Mon, 8 Oct 2001 16:01:33 EDT
37646              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
37647      Branch: perl
37648            ! ext/Time/HiRes/HiRes.xs
37649 ____________________________________________________________________________
37650 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
37651         Log: Subject: [PATCH] Autosplit patch for VMS
37652              From: "Craig A. Berry" <craigberry@mac.com>
37653              Date: Mon, 08 Oct 2001 15:40:43 -0500
37654              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
37655      Branch: perl
37656            ! lib/AutoSplit.pm lib/AutoSplit.t
37657 ____________________________________________________________________________
37658 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
37659         Log: Don't assume that everybody is running OS X 10.1 yet;
37660              from Kay Röpke.
37661      Branch: perl
37662            ! hints/darwin.sh
37663 ____________________________________________________________________________
37664 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
37665         Log: Update Changes.
37666      Branch: perl
37667            ! Changes patchlevel.h
37668 ____________________________________________________________________________
37669 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
37670         Log: Retract #12358 for now.
37671      Branch: perl
37672            ! lib/Term/Cap.t
37673 ____________________________________________________________________________
37674 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
37675         Log: Can't figure out what this is testing.
37676              (If it is trying to catch SIGKILL, it should stop
37677              trying because that is by definition impossible.)
37678      Branch: perl
37679            ! lib/sigtrap.t
37680 ____________________________________________________________________________
37681 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
37682         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
37683              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
37684              Date: Sun, 30 Sep 2001 21:15:13 +0200
37685              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
37686      Branch: perl
37687            ! lib/ExtUtils/MM_Win32.pm
37688 ____________________________________________________________________________
37689 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
37690         Log: Clarify the ldlibpth part and condense the overall text.
37691      Branch: perl
37692            ! t/TEST
37693 ____________________________________________________________________________
37694 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
37695         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
37696              From: "chromatic" <chromatic@rmci.net>
37697              Date: Sun, 07 Oct 2001 16:59:26 -0600
37698              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
37699      Branch: perl
37700            ! lib/Term/Cap.t
37701 ____________________________________________________________________________
37702 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
37703         Log: Update the list because fo #12265.
37704      Branch: perl
37705            ! t/lib/1_compile.t
37706 ____________________________________________________________________________
37707 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
37708         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
37709              From: Nicholas Clark <nick@ccl4.org>
37710              Date: Sun, 7 Oct 2001 20:53:33 +0100
37711              Message-ID: <20011007205333.S38756@plum.flirble.org>   
37712      Branch: perl
37713            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
37714            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
37715            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
37716            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
37717            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
37718            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
37719            ! lib/Switch/t/switch.t lib/Term/Complete.t
37720            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
37721            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
37722            ! t/op/my_stash.t
37723 ____________________________________________________________________________
37724 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
37725         Log: Integrate patch #12350 from maintperl; typo in
37726              IO::Seekable doc.
37727      Branch: perl
37728           !> ext/IO/lib/IO/Seekable.pm
37729 ____________________________________________________________________________
37730 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
37731         Log: Detypo.
37732      Branch: perl
37733            ! hints/darwin.sh
37734 ____________________________________________________________________________
37735 [ 12353] By: sky                                   on 2001/10/07  17:16:14
37736         Log: Change 12349 didn't really get it right.
37737      Branch: perl
37738            ! lib/Unicode/README
37739 ____________________________________________________________________________
37740 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
37741         Log: If running the harness the dynamic library search path
37742              may need setting.
37743      Branch: perl
37744            ! t/TEST
37745 ____________________________________________________________________________
37746 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
37747         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
37748              in ldflags.
37749      Branch: perl
37750            ! hints/darwin.sh
37751 ____________________________________________________________________________
37752 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
37753         Log: typo in IO::Seekable doc
37754      Branch: maint-5.6/perl
37755            ! ext/IO/lib/IO/Seekable.pm
37756 ____________________________________________________________________________
37757 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
37758         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
37759              doesn't work on Mac OS X 10.1 (when unpacking the tar the
37760              latter gets renamed as lib/unicode:1, assumedly for security
37761              reasons not to overwrite stuff)
37762      Branch: perl
37763            + lib/Unicode/README
37764            - lib/unicode/README
37765            ! MANIFEST
37766 ____________________________________________________________________________
37767 [ 12348] By: ams                                   on 2001/10/07  05:33:40
37768         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
37769              From: "chromatic" <chromatic@rmci.net>
37770              Date: Sat, 06 Oct 2001 21:42:03 -0600
37771              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
37772      Branch: perl
37773            + lib/CPAN/t/Nox.t
37774            ! MANIFEST
37775 ____________________________________________________________________________
37776 [ 12347] By: ams                                   on 2001/10/07  00:48:10
37777         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
37778              From: "chromatic" <chromatic@rmci.net>
37779              Date: Sat, 06 Oct 2001 18:52:10 -0600
37780              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
37781      Branch: perl
37782            + lib/sigtrap.t
37783            ! MANIFEST
37784 ____________________________________________________________________________
37785 [ 12346] By: ams                                   on 2001/10/06  23:14:01
37786         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
37787              h2xs write?)
37788              From: Nicholas Clark <nick@ccl4.org>
37789              Date: Sat, 6 Oct 2001 21:46:43 +0100
37790              Message-Id: <20011006214643.L38756@plum.flirble.org>
37791      Branch: perl
37792            ! utils/h2xs.PL
37793 ____________________________________________________________________________
37794 [ 12345] By: ams                                   on 2001/10/06  17:39:53
37795         Log: Subject: [PATCH] Memoize tests
37796              From: Nicholas Clark <nick@ccl4.org>
37797              Date: Sat, 6 Oct 2001 18:04:21 +0100
37798              Message-Id: <20011006180421.J38756@plum.flirble.org>
37799      Branch: perl
37800            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
37801            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
37802            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
37803            ! lib/Memoize/t/expire_module_n.t
37804            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
37805            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
37806            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
37807            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
37808            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
37809            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
37810 ____________________________________________________________________________
37811 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
37812         Log: Retract the latter part of #12343.
37813      Branch: perl
37814            ! ext/IO/lib/IO/Socket/INET.pm
37815 ____________________________________________________________________________
37816 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
37817         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
37818              From: David Dyck <dcd@tc.fluke.com>
37819              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
37820              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
37821              
37822              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
37823              From: David Dyck <dcd@tc.fluke.com>
37824              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
37825              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
37826      Branch: perl
37827            ! ext/IO/lib/IO/Socket/INET.pm
37828 ____________________________________________________________________________
37829 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
37830         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
37831              From: Robin Barker <rmb1@cise.npl.co.uk>
37832              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
37833              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
37834      Branch: perl
37835            ! t/TEST
37836 ____________________________________________________________________________
37837 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
37838         Log: Don't assume that %x is good for displaying UVs.
37839      Branch: perl
37840            ! dump.c
37841 ____________________________________________________________________________
37842 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
37843         Log: Update Changes.
37844      Branch: perl
37845            ! Changes patchlevel.h
37846 ____________________________________________________________________________
37847 [ 12339] By: ams                                   on 2001/10/05  10:22:34
37848         Log: Subject: [PATCH] perlfunc/select
37849              From: Nicholas Clark <nick@ccl4.org>
37850              Date: Fri, 5 Oct 2001 11:33:58 +0100
37851              Message-Id: <20011005113358.Z38756@plum.flirble.org>
37852      Branch: perl
37853            ! pod/perlfunc.pod
37854 ____________________________________________________________________________
37855 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
37856         Log: Retract #12313 and #12249.
37857      Branch: perl
37858            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
37859            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
37860            ! pod/perlebcdic.pod
37861 ____________________________________________________________________________
37862 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
37863         Log: Subject: [PATCH] perlvms.pod update
37864              From: "Craig A. Berry" <craigberry@mac.com>
37865              Date: Thu, 04 Oct 2001 12:55:52 -0500
37866              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
37867      Branch: perl
37868            ! vms/perlvms.pod
37869 ____________________________________________________________________________
37870 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
37871         Log: Subject: PATCH: Tie::SubstrHash
37872              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
37873              Date: Thu, 04 Oct 2001 12:12:41 +0100
37874              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
37875      Branch: perl
37876            ! lib/Tie/SubstrHash.pm
37877 ____________________________________________________________________________
37878 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
37879         Log: Unicode properties saga continues.
37880      Branch: perl
37881            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
37882            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
37883 ____________________________________________________________________________
37884 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
37885         Log: Yet more Unicode properties.
37886      Branch: perl
37887            + lib/unicore/In/137.pl lib/unicore/In/138.pl
37888            + lib/unicore/In/139.pl lib/unicore/In/140.pl
37889            + lib/unicore/In/141.pl lib/unicore/In/142.pl
37890            + lib/unicore/In/143.pl lib/unicore/In/144.pl
37891            + lib/unicore/In/145.pl lib/unicore/In/146.pl
37892            + lib/unicore/In/147.pl lib/unicore/In/148.pl
37893            + lib/unicore/In/149.pl lib/unicore/In/150.pl
37894            + lib/unicore/In/151.pl lib/unicore/In/152.pl
37895            + lib/unicore/In/153.pl lib/unicore/In/154.pl
37896            + lib/unicore/In/155.pl lib/unicore/In/156.pl
37897            + lib/unicore/In/157.pl lib/unicore/In/158.pl
37898            + lib/unicore/In/159.pl lib/unicore/In/160.pl
37899            + lib/unicore/In/161.pl lib/unicore/In/162.pl
37900            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
37901            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
37902            ! pod/perlunicode.pod
37903 ____________________________________________________________________________
37904 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
37905         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
37906              From: "Craig A. Berry" <craigberry@mac.com>
37907              Date: Wed, 03 Oct 2001 17:45:25 -0500
37908              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
37909              
37910              (the lib/Term/Complete.t patched differently by #12332)
37911      Branch: perl
37912            ! lib/ExtUtils/Command.t
37913 ____________________________________________________________________________
37914 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
37915         Log: Restore only if something to restore.
37916      Branch: perl
37917            ! lib/Term/Complete.t
37918 ____________________________________________________________________________
37919 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
37920         Log: Update various resources for credits,
37921              minor icons fixes, and versions.
37922      Branch: maint-5.6/macperl
37923            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
37924            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
37925            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
37926 ____________________________________________________________________________
37927 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
37928         Log: Quiet the warnings about using undef value
37929      Branch: maint-5.6/macperl
37930            ! lib/File/Temp.pm
37931 ____________________________________________________________________________
37932 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
37933         Log: Fix up Ballon Help and Help menu docs (first pass);
37934              remove balloon rez file, and autogenerate with
37935              Balloon2Rez instead.
37936      Branch: maint-5.6/macperl
37937            + macos/macperl/macscripts/Balloon2Rez
37938            - macos/macperl/MPBalloons.r
37939            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
37940 ____________________________________________________________________________
37941 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
37942         Log: Allow overriding of defaults, for change #12327.
37943      Branch: maint-5.6/macperl
37944            ! perl.h
37945 ____________________________________________________________________________
37946 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
37947         Log: Override PerlProc_exit.
37948      Branch: maint-5.6/macperl
37949            ! macos/macish.h
37950 ____________________________________________________________________________
37951 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
37952         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
37953      Branch: maint-5.6/macperl
37954            + macos/bundled_lib/blib/lib/MD5.pm
37955            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
37956            + macos/lib/Mac/AETE/Dialect.pm
37957            + macos/lib/Mac/AETE/Format/Converter.pm
37958            + macos/lib/Mac/AETE/Format/Dictionary.pm
37959            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
37960            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
37961            + macos/lib/Mac/Toolbox.pod
37962            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
37963 ____________________________________________________________________________
37964 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
37965         Log: Sync up silly CVS headers ... I should commit CVS
37966              first to avoid this ...
37967      Branch: maint-5.6/macperl
37968            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
37969            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
37970            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
37971            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
37972 ____________________________________________________________________________
37973 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
37974         Log: Fix Matthias' address, and attributions.
37975      Branch: maint-5.6/macperl
37976            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
37977            ! pod/perlport.pod
37978 ____________________________________________________________________________
37979 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
37980         Log: Fix Matthias' address, and attributions.
37981      Branch: maint-5.6/macperl
37982            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
37983            ! macos/ext/Mac/Components/Components.pm
37984            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
37985            ! macos/ext/Mac/Dialogs/Dialogs.pm
37986            ! macos/ext/Mac/Events/Events.pm
37987            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
37988            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
37989            ! macos/ext/Mac/Gestalt/Gestalt.pm
37990            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
37991            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
37992            ! macos/ext/Mac/Menus/Menus.pm
37993            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
37994            ! macos/ext/Mac/Movies/Movies.pm
37995            ! macos/ext/Mac/Navigation/Navigation.pm
37996            ! macos/ext/Mac/Notification/Notification.pm
37997            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
37998            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
37999            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
38000            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
38001            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
38002            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
38003            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
38004            ! macos/ext/Mac/StandardFile/StandardFile.pm
38005            ! macos/ext/Mac/TextEdit/TextEdit.pm
38006            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
38007            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
38008            ! macos/lib/Mac/LowMem.pm
38009 ____________________________________________________________________________
38010 [ 12322] By: sky                                   on 2001/10/03  18:41:07
38011         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
38012              From: "Craig A. Berry" <craigberry@mac.com>
38013              Date: Wed, 03 Oct 2001 14:30:55 -0500
38014              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
38015      Branch: perl
38016            ! vms/vms.c
38017 ____________________________________________________________________________
38018 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
38019         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
38020              From: "Craig A. Berry" <craigberry@mac.com>
38021              Date: Wed, 03 Oct 2001 14:30:55 -0500
38022              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
38023      Branch: perl
38024            ! vms/vms.c
38025 ____________________________________________________________________________
38026 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
38027         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
38028              only IsL&) and Inherited (negative lookahead good);
38029              add tests for Common, Inherited, and L&.
38030      Branch: perl
38031            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
38032 ____________________________________________________________________________
38033 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
38034         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
38035              (The Unicode standard uses L& quite often.)
38036      Branch: perl
38037            ! lib/utf8_heavy.pl
38038 ____________________________________________________________________________
38039 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
38040         Log: Add the 'Common' Unicode property (code points not
38041              explicitly assigned to any other script).
38042      Branch: perl
38043            + lib/unicore/In/136.pl
38044            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
38045 ____________________________________________________________________________
38046 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
38047         Log: Skip the RV printing test under threads until fixed.
38048      Branch: perl
38049            ! ext/B/t/terse.t
38050 ____________________________________________________________________________
38051 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
38052         Log: Subject: 12309 / cygwin / win2k
38053              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38054              Date: Wed, 03 Oct 2001 15:25:15 +0200
38055              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
38056      Branch: perl
38057            ! makedef.pl
38058 ____________________________________________________________________________
38059 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
38060         Log: Metaconfig unit change for #12314.
38061      Branch: metaconfig
38062            ! U/modified/Head.U
38063 ____________________________________________________________________________
38064 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
38065         Log: Subject: Both cygwin and djgpp on one machine
38066              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38067              Date: Wed, 03 Oct 2001 15:02:59 +0200
38068              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
38069      Branch: perl
38070            ! Configure
38071 ____________________________________________________________________________
38072 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
38073         Log: (retracted by #12338)
38074              
38075              Subject: [PATCH] Code clean up for perlboot.pod
38076              From: Casey West <casey@geeknest.com>
38077              Date: Tue, 2 Oct 2001 19:24:43 -0400
38078              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
38079              
38080              Subject: [PATCH] Code clean up for perlbot.diff
38081              From: Casey West <casey@geeknest.com>
38082              Date: Tue, 2 Oct 2001 19:25:22 -0400
38083              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
38084              
38085              Subject: [PATCH] Code clean up for perlcall.pod
38086              From: Casey West <casey@geeknest.com>
38087              Date: Tue, 2 Oct 2001 19:25:57 -0400
38088              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
38089              
38090              Subject: [PATCH] Code clean up for perldata.pod
38091              From: Casey West <casey@geeknest.com>
38092              Date: Tue, 2 Oct 2001 19:26:29 -0400
38093              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
38094              
38095              Subject: [PATCH] Code clean up for perldbmfilter.pod
38096              From: Casey West <casey@geeknest.com>
38097              Date: Tue, 2 Oct 2001 19:26:59 -0400
38098              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
38099              
38100              Subject: [PATCH] Code clean up for perlebcdic.pod
38101              From: Casey West <casey@geeknest.com>
38102              Date: Tue, 2 Oct 2001 19:27:37 -0400
38103              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
38104      Branch: perl
38105            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
38106            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
38107 ____________________________________________________________________________
38108 [ 12312] By: ams                                   on 2001/10/02  23:43:55
38109         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
38110              From: Michael G Schwern <schwern@pobox.com>
38111              Date: Tue, 2 Oct 2001 17:00:49 -0400
38112              Message-Id: <20011002170049.A9955@blackrider>
38113      Branch: perl
38114            ! lib/ExtUtils/MakeMaker.pm
38115 ____________________________________________________________________________
38116 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
38117         Log: FAQ sync.
38118      Branch: perl
38119            ! pod/perlfaq3.pod
38120 ____________________________________________________________________________
38121 [ 12310] By: nick                                  on 2001/10/02  16:09:49
38122         Log: Integrate mainline
38123      Branch: perlio
38124           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
38125           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
38126           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
38127           !> patchlevel.h t/op/pat.t
38128 ____________________________________________________________________________
38129 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
38130         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
38131              not just one single space.
38132      Branch: perl
38133            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
38134 ____________________________________________________________________________
38135 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
38136         Log: AUTHORS updates.
38137      Branch: perl
38138            ! AUTHORS
38139 ____________________________________________________________________________
38140 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
38141         Log: Update Changes.
38142      Branch: perl
38143            ! Changes patchlevel.h
38144 ____________________________________________________________________________
38145 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
38146         Log: Work around old buggy glibcs for langinfo constants,
38147              from Nicholas Clark and David Dyck.
38148      Branch: perl
38149            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
38150 ____________________________________________________________________________
38151 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
38152         Log: Eradicate Time::Piece; add an example.
38153      Branch: perl
38154            ! ext/I18N/Langinfo/Langinfo.pm
38155 ____________________________________________________________________________
38156 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
38157         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
38158              From: Robert Spier <rspier@pobox.com>
38159              Date: Mon, 1 Oct 2001 23:20:16 -0700
38160              Message-ID: <15289.23712.422087.878224@rls.cx>
38161      Branch: perl
38162            ! lib/Pod/Html.pm
38163 ____________________________________________________________________________
38164 [ 12303] By: sky                                   on 2001/10/02  10:40:57
38165         Log: Fixes obscure bug that manifests itself by.
38166              local $!=0;undef*STDOUT;#segfaults
38167              Has been around for a while. Possible other magic IO vars are
38168              possibly affected as well. Reported by Jos Boumans.
38169      Branch: perl
38170            ! mg.c
38171 ____________________________________________________________________________
38172 [ 12302] By: nick                                  on 2001/10/02  09:00:52
38173         Log: Integrate mainline
38174      Branch: perlio
38175           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
38176           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
38177           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
38178 ____________________________________________________________________________
38179 [ 12301] By: nick                                  on 2001/10/02  08:40:57
38180         Log: Integrate mainline + lib/open.t patch from Chromatic
38181      Branch: perlio
38182           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
38183            ! lib/open.t
38184           !> (integrate 29 files)
38185 ____________________________________________________________________________
38186 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
38187         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
38188              Until it has, better stop early if someone requests threads.
38189      Branch: perl
38190            ! hints/darwin.sh
38191 ____________________________________________________________________________
38192 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
38193         Log: Subject: [ID 20011001.011] redundant code in t/TEST
38194              From: David Dyck <dcd@tc.fluke.com>
38195              Date: Mon, 1 Oct 2001 12:56:24 -0700
38196              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
38197      Branch: perl
38198            ! t/TEST
38199 ____________________________________________________________________________
38200 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
38201         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
38202              From: "chromatic" <chromatic@rmci.net>
38203              Date: Mon, 01 Oct 2001 12:27:12 -0600
38204              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
38205      Branch: perl
38206            ! lib/Term/Cap.t
38207 ____________________________________________________________________________
38208 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
38209         Log: UNICOS testing patches from Nicholas Clark.
38210      Branch: perl
38211            ! t/op/arith.t t/op/pack.t
38212 ____________________________________________________________________________
38213 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
38214         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
38215              From: "chromatic" <chromatic@rmci.net>
38216              Date: Mon, 01 Oct 2001 10:21:51 -0600
38217              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
38218      Branch: perl
38219            ! lib/open.t
38220 ____________________________________________________________________________
38221 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
38222         Log: Make missing the RADIXCHAR a softer, gentler error.
38223      Branch: perl
38224            ! ext/I18N/Langinfo/Langinfo.t
38225 ____________________________________________________________________________
38226 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
38227         Log: Nuke also the LANG because of glibc.
38228      Branch: perl
38229            ! lib/open.t
38230 ____________________________________________________________________________
38231 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
38232         Log: Also the ^Is is optional.
38233      Branch: perl
38234            ! pod/perlunicode.pod t/op/pat.t
38235 ____________________________________________________________________________
38236 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
38237         Log: Be careful to pull chars from the varargs stack when
38238              formatting chars.
38239      Branch: perl
38240            ! regcomp.c
38241 ____________________________________________________________________________
38242 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
38243         Log: sortsv not in place anymore, noticed by John P. Linderman.
38244      Branch: perl
38245            ! pod/perlapi.pod pp_ctl.c
38246 ____________________________________________________________________________
38247 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
38248         Log: Make the diagnostic messages more neutral.
38249      Branch: perl
38250            ! ext/B/t/terse.t
38251 ____________________________________________________________________________
38252 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
38253         Log: Forgotten from #12288.
38254      Branch: perl
38255            ! ext/Data/Dumper/Dumper.pm
38256 ____________________________________________________________________________
38257 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
38258         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
38259              From: Brian Ingerson <ingy@ttul.org>
38260              Date: Sun, 30 Sep 2001 21:45:56 -0700
38261              Message-ID: <20010930214556.D26392@ttul.org>
38262              
38263              (remember also the #12289)
38264      Branch: perl
38265            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
38266 ____________________________________________________________________________
38267 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
38268         Log: More Unicode property tests for the abbreviated
38269              general properties.
38270      Branch: perl
38271            ! t/op/pat.t
38272 ____________________________________________________________________________
38273 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
38274         Log: Further tweaks to the Unicode properties.
38275      Branch: perl
38276            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
38277 ____________________________________________________________________________
38278 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
38279         Log: Retract #12284.
38280      Branch: perl
38281            ! lib/Term/Cap.t
38282 ____________________________________________________________________________
38283 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
38284         Log: (Retracted by #12285)
38285      Branch: perl
38286            ! lib/Term/Cap.t
38287 ____________________________________________________________________________
38288 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
38289         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
38290              From: "chromatic" <chromatic@rmci.net>  
38291              Date: Sun, 30 Sep 2001 16:10:02 -0600
38292              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
38293      Branch: perl
38294            + lib/Term/Cap.t
38295            ! MANIFEST
38296 ____________________________________________________________________________
38297 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
38298         Log: Use stty -g to restore the terminal state, do not even
38299              try to run the tests if stty -g is not available.
38300      Branch: perl
38301            ! lib/Term/Complete.t
38302 ____________________________________________________________________________
38303 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
38304         Log: Cleanup utf8_heavy; allow dropping the In prefix from
38305              Unicode script/block properties.
38306      Branch: perl
38307            ! lib/utf8_heavy.pl
38308 ____________________________________________________________________________
38309 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
38310         Log: Retract the #12259 for now.
38311      Branch: perl
38312            ! embed.h embed.pl sv.h
38313 ____________________________________________________________________________
38314 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
38315         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
38316      Branch: perl
38317            + lib/Text/TabsWrap/CHANGELOG
38318            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
38319 ____________________________________________________________________________
38320 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
38321         Log: #12272 wasn't right, it introduced an extra ().
38322      Branch: perl
38323            ! lib/utf8_heavy.pl
38324 ____________________________________________________________________________
38325 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
38326         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
38327              From: Jonathan Stowe <gellyfish@gellyfish.com>
38328              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
38329              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
38330      Branch: perl
38331            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
38332 ____________________________________________________________________________
38333 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
38334         Log: Subject: Patch to put qsortsv in the public API
38335              From: Brian Ingerson <ingy@ttul.org>
38336              Date: Sat, 29 Sep 2001 17:41:13 -0700
38337              Message-ID: <20010929174113.A30223@ttul.org>
38338      Branch: perl
38339            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
38340 ____________________________________________________________________________
38341 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
38342         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
38343              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38344              Date: Sat, 29 Sep 2001 23:54:48 +0200
38345              Message-ID: <20010929235448.A5017@rafael>
38346      Branch: perl
38347            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
38348 ____________________________________________________________________________
38349 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
38350         Log: FAQ sync.
38351      Branch: perl
38352            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
38353            ! pod/perlfaq9.pod
38354 ____________________________________________________________________________
38355 [ 12273] By: bailey                                on 2001/09/29  23:43:46
38356         Log: Resync with mainline
38357      Branch: vmsperl
38358           +> (branch 1207 files)
38359            - (delete 324 files)
38360           !> (integrate 866 files)
38361 ____________________________________________________________________________
38362 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
38363         Log: Nasty recursion trap if one would match Unicode.
38364      Branch: perl
38365            ! lib/utf8_heavy.pl
38366 ____________________________________________________________________________
38367 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
38368         Log: More Unicode todo.
38369      Branch: perl
38370            ! pod/perltodo.pod
38371 ____________________________________________________________________________
38372 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
38373         Log: Explain a bit the new more flexible \p\P syntax.
38374      Branch: perl
38375            ! pod/perlunicode.pod
38376 ____________________________________________________________________________
38377 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
38378         Log: More leniency to the \p and \P: now can have whitespace
38379              between the property definition and the curlies; now can
38380              invert the property by having a caret between the open
38381              curly and the property.
38382      Branch: perl
38383            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
38384 ____________________________________________________________________________
38385 [ 12268] By: nick                                  on 2001/09/29  17:39:26
38386         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
38387              one test (lib/open.t) fails
38388      Branch: perlio
38389           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
38390           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
38391           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
38392           +> lib/Tie/Scalar.t lib/open.t
38393            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
38394            - ext/B/Stash.t
38395           !> (integrate 62 files)
38396 ____________________________________________________________________________
38397 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
38398         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
38399      Branch: perl
38400            ! t/op/chdir.t
38401 ____________________________________________________________________________
38402 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
38403         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
38404              From: "Craig A. Berry" <craigberry@mac.com> 
38405              Date: Sat, 29 Sep 2001 09:35:33 -0500
38406              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
38407      Branch: perl
38408            ! t/op/chdir.t
38409 ____________________________________________________________________________
38410 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
38411         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
38412              From: "chromatic" <chromatic@rmci.net>
38413              Date: Fri, 28 Sep 2001 21:20:12 -0600
38414              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
38415      Branch: perl
38416            + lib/Tie/Scalar.t
38417            ! MANIFEST lib/Tie/Scalar.pm
38418 ____________________________________________________________________________
38419 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
38420         Log: Allow for more flexibility in the \p{In...} names, now
38421              case doesn't matter, and any space or dash can be
38422              matched by any space, dash, underbar, or empty.
38423              (may be going too far on leniency)
38424      Branch: perl
38425            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
38426            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
38427            ! t/op/pat.t
38428 ____________________________________________________________________________
38429 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
38430         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
38431              From: "chromatic" <chromatic@rmci.net>
38432              Date: Fri, 28 Sep 2001 17:39:50 -0600
38433              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
38434      Branch: perl
38435            + lib/open.t
38436            ! MANIFEST
38437 ____________________________________________________________________________
38438 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
38439         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
38440              From: "Craig A. Berry" <craigberry@mac.com>
38441              Date: Fri, 28 Sep 2001 16:24:51 -0500
38442              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
38443      Branch: perl
38444            ! ext/File/Glob/t/basic.t
38445 ____________________________________________________________________________
38446 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
38447         Log: Subject: [DOC PATCH] Carp.pm pod typo
38448              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38449              Date: Fri, 28 Sep 2001 23:14:51 +0200
38450              Message-ID: <20010928231451.E16889@rafael>
38451      Branch: perl
38452            ! lib/Carp.pm
38453 ____________________________________________________________________________
38454 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
38455         Log: Subject: [PATCH] Allow an @INC hook to set %INC
38456              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38457              Date: Fri, 28 Sep 2001 22:18:13 +0200
38458              Message-ID: <20010928221813.A16889@rafael>
38459      Branch: perl
38460            ! pp_ctl.c
38461 ____________________________________________________________________________
38462 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
38463         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
38464              From: Nicholas Clark <nick@ccl4.org>
38465              Date: Fri, 28 Sep 2001 23:39:33 +0100
38466              Message-ID: <20010928233933.C23673@plum.flirble.org>
38467      Branch: perl
38468            ! embed.h embed.pl sv.h
38469 ____________________________________________________________________________
38470 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
38471         Log: Update Changes.
38472      Branch: perl
38473            ! Changes patchlevel.h
38474 ____________________________________________________________________________
38475 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
38476         Log: Move the B tests to B/t.
38477      Branch: perl
38478            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
38479            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
38480            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
38481            - ext/B/Showlex.t ext/B/Stash.t
38482            ! MANIFEST
38483 ____________________________________________________________________________
38484 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
38485         Log: Forgot from #12254.
38486      Branch: perl
38487            + ext/B/B/Terse.t
38488 ____________________________________________________________________________
38489 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
38490         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
38491              From: "chromatic" <chromatic@rmci.net>
38492              Date: Thu, 27 Sep 2001 23:22:17 -0600
38493              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
38494      Branch: perl
38495            ! MANIFEST
38496 ____________________________________________________________________________
38497 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
38498         Log: Test numbering mismatch.
38499      Branch: perl
38500            ! t/op/chdir.t
38501 ____________________________________________________________________________
38502 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
38503         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
38504              From: "Craig A. Berry" <craigberry@mac.com>
38505              Date: Wed, 26 Sep 2001 17:43:14 -0500
38506              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
38507      Branch: perl
38508            ! iperlsys.h t/op/chdir.t
38509 ____________________________________________________________________________
38510 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
38511         Log: Subject: [PATCH gv.c] make __ANON__ global
38512              From: Robin Barker <rmb1@cise.npl.co.uk>
38513              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
38514              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
38515      Branch: perl
38516            ! gv.c t/op/anonsub.t t/op/runlevel.t
38517 ____________________________________________________________________________
38518 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
38519         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
38520              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38521              Date: Thu, 27 Sep 2001 22:34:32 +0200
38522              Message-ID: <20010927223432.A1485@rafael>
38523      Branch: perl
38524            ! ext/B/B/Terse.pm
38525 ____________________________________________________________________________
38526 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
38527         Log: (retracted by #12338)
38528              
38529              Subject: [PATCH] Cleanup of perldsc.pod      
38530              From: Casey West <casey@geeknest.com>
38531              Date: Thu, 27 Sep 2001 11:13:17 -0400
38532              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
38533      Branch: perl
38534            ! pod/perldsc.pod
38535 ____________________________________________________________________________
38536 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
38537         Log: Not everyone is using ithreads...
38538      Branch: perl
38539            ! ext/Devel/Peek/Peek.t
38540 ____________________________________________________________________________
38541 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
38542         Log: Document the nss_delete core dump workaround for HP-UX
38543              and Solaris, bug IDs 20010805.018 and 20010629.004.
38544      Branch: perl
38545            ! README.hpux README.solaris
38546 ____________________________________________________________________________
38547 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
38548         Log: Dump Unicode hash keys also as Unicode,
38549              not just as a byte string.
38550      Branch: perl
38551            ! dump.c ext/Devel/Peek/Peek.t
38552 ____________________________________________________________________________
38553 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
38554         Log: Integrate changes #12241 and #12242 from macperl:
38555              
38556              Remove unneeded disabling of umask() calls
38557              
38558              Note (get|set)sockopt are available.
38559      Branch: perl
38560           !> lib/File/Temp.pm pod/perlport.pod
38561 ____________________________________________________________________________
38562 [ 12244] By: sky                                   on 2001/09/27  08:53:00
38563         Log: Flush buffers on thread closedown.
38564      Branch: perl
38565            ! ext/threads/threads.xs
38566 ____________________________________________________________________________
38567 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
38568         Log: Dump SvUTF8(sv)s also as \x{...}.
38569              
38570              TODO: dump the SvUTF8() hash keys similarly. 
38571      Branch: perl
38572            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
38573 ____________________________________________________________________________
38574 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
38575         Log: Note (get|set)sockopt are available.
38576      Branch: maint-5.6/macperl
38577            ! pod/perlport.pod
38578 ____________________________________________________________________________
38579 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
38580         Log: Remove unneeded disabling of umask() calls
38581      Branch: maint-5.6/macperl
38582            ! lib/File/Temp.pm
38583 ____________________________________________________________________________
38584 [ 12240] By: sky                                   on 2001/09/26  18:44:56
38585         Log: Documention update
38586      Branch: perl
38587            ! ext/threads/threads.pm
38588 ____________________________________________________________________________
38589 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
38590         Log: Update Changes.
38591      Branch: perl
38592            ! Changes patchlevel.h
38593 ____________________________________________________________________________
38594 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
38595         Log: Check that all environment variables are tainted.
38596      Branch: perl
38597            ! t/op/taint.t
38598 ____________________________________________________________________________
38599 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
38600         Log: Manual integration error in #12235.
38601      Branch: perl
38602            ! lib/File/DosGlob.t
38603 ____________________________________________________________________________
38604 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
38605         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
38606              From: "chromatic" <chromatic@rmci.net>
38607              Date: Tue, 25 Sep 2001 23:57:07 -0600
38608              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
38609      Branch: perl
38610            ! perlio.c
38611 ____________________________________________________________________________
38612 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
38613         Log: Integrate macperl changes from Chris Nandor:
38614              12192 11817 11815 11813 11778 11775
38615              
38616              Update CPAN.pm to work with new Mac::BuildTools instead
38617              of ExtUtils::MM_MacOS "orphan" functions
38618              
38619              Fix test
38620              
38621              Make syntax check report in MPW style, fix tests
38622              to use Mac::err=unix to get normal-style error
38623              messages.
38624              
38625              More module and test ports from Thomas Wegner et al
38626              
38627              Fix open of /dev/null for Mac OS
38628              
38629              Allow for platforms to override formatting of errors
38630              on output from Matthias Neeracher (core files)
38631      Branch: perl
38632            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
38633            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
38634            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
38635           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
38636           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
38637           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
38638 ____________________________________________________________________________
38639 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
38640         Log: grrr.
38641      Branch: perl
38642            ! t/op/gv.t
38643 ____________________________________________________________________________
38644 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
38645         Log: Retract #12232.
38646      Branch: perl
38647            ! t/op/gv.t
38648 ____________________________________________________________________________
38649 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
38650         Log: (Retracted by #12233.)
38651      Branch: perl
38652            ! t/op/gv.t
38653 ____________________________________________________________________________
38654 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
38655         Log: Detypo.
38656      Branch: perl
38657            ! ext/Encode/Makefile.PL
38658 ____________________________________________________________________________
38659 [ 12230] By: sky                                   on 2001/09/26  11:36:23
38660         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
38661              We are using a "delay" here because we do not want to depend on thread synchronization issues.
38662      Branch: perl
38663            + ext/threads/t/stress_cv.t
38664            ! MANIFEST ext/threads/t/stress_string.t
38665 ____________________________________________________________________________
38666 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
38667         Log: NetWare tweak from Ananth Kesari.
38668      Branch: perl
38669            ! NetWare/t/Readme.txt
38670 ____________________________________________________________________________
38671 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
38672         Log: Trick to fool case-blind filesystems.
38673      Branch: perl
38674            ! ext/Encode/Makefile.PL
38675 ____________________________________________________________________________
38676 [ 12227] By: sky                                   on 2001/09/26  11:06:50
38677         Log: Threads can start executing in a different order than they were
38678              created.... so we cannot ok() inside the threadstarter.
38679      Branch: perl
38680            ! ext/threads/t/stress_string.t
38681 ____________________________________________________________________________
38682 [ 12226] By: sky                                   on 2001/09/26  07:41:45
38683         Log: Add in stress_string.t to stress test threads a bit more.
38684      Branch: perl
38685            + ext/threads/t/stress_string.t
38686            ! MANIFEST
38687 ____________________________________________________________________________
38688 [ 12225] By: sky                                   on 2001/09/26  07:04:21
38689         Log: Fix negative refcount introduced by #12223.
38690      Branch: perl
38691            ! ext/threads/threads.xs
38692 ____________________________________________________________________________
38693 [ 12224] By: sky                                   on 2001/09/26  06:57:58
38694         Log: Update documentation to match change #12223
38695      Branch: perl
38696            ! sharedsv.c
38697 ____________________________________________________________________________
38698 [ 12223] By: sky                                   on 2001/09/26  06:54:32
38699         Log: Use a separate interpreter for the sharedsv space. Another
38700              negative sv leak. Sigh.
38701      Branch: perl
38702            ! sharedsv.c
38703 ____________________________________________________________________________
38704 [ 12222] By: sky                                   on 2001/09/26  05:58:35
38705         Log: Do the environ assignment in perl_contruct to match perl_destruct.
38706              Now we don't need to perl_parse/perl_run. However environ is a
38707              global....
38708      Branch: perl
38709            ! perl.c
38710 ____________________________________________________________________________
38711 [ 12221] By: sky                                   on 2001/09/26  05:41:02
38712         Log: Move the creation of PL_strtab to perl_construct so we can work
38713              with HV and HEs without running perl_parse.
38714      Branch: perl
38715            ! perl.c
38716 ____________________________________________________________________________
38717 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
38718         Log: integrate macperl changes into maint-5.6
38719      Branch: maint-5.6/perl
38720           !> (integrate 26 files)
38721 ____________________________________________________________________________
38722 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
38723         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
38724              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
38725      Branch: maint-5.6/macperl
38726            ! macos/ext/Mac/Fonts/Fonts.xs
38727            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
38728 ____________________________________________________________________________
38729 [ 12218] By: ams                                   on 2001/09/25  23:31:33
38730         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
38731              From: Nicholas Clark <nick@ccl4.org>
38732              Date: Wed, 26 Sep 2001 01:20:20 +0100
38733              Message-Id: <20010926012020.B48092@plum.flirble.org>
38734      Branch: perl
38735            ! lib/AutoSplit.t
38736 ____________________________________________________________________________
38737 [ 12217] By: ams                                   on 2001/09/25  22:33:05
38738         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
38739              From: "Craig A. Berry" <craigberry@mac.com>
38740              Date: Tue, 25 Sep 2001 18:08:42 -0500
38741              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
38742      Branch: perl
38743            ! vms/vms.c
38744 ____________________________________________________________________________
38745 [ 12216] By: ams                                   on 2001/09/25  21:41:01
38746         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
38747              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
38748              From: Michael G Schwern <schwern@pobox.com>
38749              Date: Wed, 26 Sep 2001 00:38:21 -0400
38750              Message-Id: <20010926003821.A627@blackrider>
38751      Branch: perl
38752            ! lib/AutoSplit.t
38753 ____________________________________________________________________________
38754 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
38755         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
38756              From: Michael G Schwern <schwern@pobox.com>
38757              Date: Tue, 25 Sep 2001 17:43:49 -0400
38758              Message-ID: <20010925174349.B19534@blackrider>
38759      Branch: perl
38760            ! lib/Test/Simple.pm lib/Test/Utils.pm
38761 ____________________________________________________________________________
38762 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
38763         Log: Integrate changes from bleadperl.
38764      Branch: maint-5.6/macperl
38765           !> pod/perlport.pod
38766 ____________________________________________________________________________
38767 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
38768         Log: skip($mess) should result in one skip.
38769      Branch: perl
38770            ! t/test.pl
38771 ____________________________________________________________________________
38772 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
38773         Log: Integrate change #12200 from maintperl.
38774      Branch: maint-5.6/macperl
38775           !> win32/perlhost.h
38776 ____________________________________________________________________________
38777 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
38778         Log: Fix file types to "apple"
38779      Branch: maint-5.6/macperl
38780            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
38781            ! macos/ext/Mac/SAT/t/Collision.rsrc
38782 ____________________________________________________________________________
38783 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
38784         Log: Fix rsrc file as snd file; fix path in t file.
38785      Branch: maint-5.6/macperl
38786            ! macos/ext/Mac/Notification/t/Notification.rsrc
38787            ! macos/ext/Mac/Notification/t/Notification.t
38788 ____________________________________________________________________________
38789 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
38790         Log: Sync up with File::Find from bleadperl.
38791      Branch: maint-5.6/macperl
38792            ! lib/File/Find.pm t/lib/filefind-taint.t
38793 ____________________________________________________________________________
38794 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
38795         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
38796              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
38797              of hundreds)
38798      Branch: maint-5.6/macperl
38799            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
38800            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
38801            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
38802 ____________________________________________________________________________
38803 [ 12207] By: nick                                  on 2001/09/25  19:04:36
38804         Log: Integrate mainline (untested while modem is up)
38805      Branch: perlio
38806           +> lib/AutoSplit.t t/test.pl
38807            - lib/warnings/register.t
38808           !> (integrate 28 files)
38809 ____________________________________________________________________________
38810 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
38811         Log: perldiag entry for #12205.
38812      Branch: perl
38813            ! pod/perldiag.pod
38814 ____________________________________________________________________________
38815 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
38816         Log: Subject: [PATCH] warning on v-string in use/require
38817              From: John Peacock <jpeacock@rowman.com>
38818              Date: Mon, 24 Sep 2001 17:29:03 -0400
38819              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
38820      Branch: perl
38821            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
38822 ____________________________________________________________________________
38823 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
38824         Log: perltooc et al updates.
38825      Branch: perl
38826            ! plan9/mkfile pod/roffitall
38827 ____________________________________________________________________________
38828 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
38829         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
38830              From: Michael G Schwern <schwern@pobox.com>
38831              Date: Sun, 23 Sep 2001 00:07:12 -0400
38832              Message-ID: <20010923000712.A7005@blackrider>
38833      Branch: perl
38834            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
38835 ____________________________________________________________________________
38836 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
38837         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
38838              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38839              Date: Wed, 26 Sep 2001 01:25:10 +0900
38840              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
38841      Branch: perl
38842            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
38843            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
38844            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
38845 ____________________________________________________________________________
38846 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
38847         Log: Integrate change #12200 from maintperl;
38848              on windows, virtualized environment could propagate deleted variables
38849              into children if they happen to be at the very end of the table
38850      Branch: perl
38851           !> win32/perlhost.h
38852 ____________________________________________________________________________
38853 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
38854         Log: on windows, virtualized environment could propagate deleted variables
38855              into children if they happen to be at the very end of the table
38856              (thanks for succinct test case from Johan Holmberg, and fix from
38857              Doug Lankshear)
38858      Branch: maint-5.6/perl
38859            ! win32/perlhost.h
38860 ____________________________________________________________________________
38861 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
38862         Log: avoid the use of ftime() (it does a useless, potentially
38863              expensive call to GetTimeZoneInformation()); this potentially
38864              also results in three more digits of precision from
38865              Time::HiRes::time()
38866      Branch: perl
38867            ! ext/Time/HiRes/HiRes.xs
38868 ____________________________________________________________________________
38869 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
38870         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
38871              
38872              Note: io/binmode is failing, have to figure out why.
38873      Branch: perl
38874            + t/test.pl
38875            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
38876            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
38877            ! t/run/exit.t
38878 ____________________________________________________________________________
38879 [ 12197] By: ams                                   on 2001/09/25  13:48:55
38880         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
38881              From: Nicholas Clark <nick@ccl4.org>
38882              Date: Tue, 25 Sep 2001 00:37:40 +0100
38883              Message-Id: <20010925003740.S4971@plum.flirble.org>
38884              (Further changes expected.)
38885      Branch: perl
38886            + lib/AutoSplit.t
38887            ! MANIFEST
38888 ____________________________________________________________________________
38889 [ 12196] By: sky                                   on 2001/09/25  13:37:12
38890         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
38891              _ftime to try and be more robust.
38892      Branch: perl
38893            ! ext/Time/HiRes/HiRes.xs
38894 ____________________________________________________________________________
38895 [ 12194] By: ams                                   on 2001/09/25  11:40:00
38896         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
38897              From: "Craig A. Berry" <craigberry@mac.com>
38898              Date: Mon, 24 Sep 2001 17:54:20 -0500
38899              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
38900      Branch: perl
38901            ! vms/descrip_mms.template
38902 ____________________________________________________________________________
38903 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
38904         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
38905              not working, cursor not spinning (Bug #422129); external
38906              editor problems (Bug #456329); escape/cmd-. not activating
38907              "Cancel" in Save dialog box (Bug #446960); Runtimes not
38908              executing on launch (Bug #464441).
38909      Branch: maint-5.6/macperl
38910            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
38911            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
38912            ! macos/macperl/MacPerl.r
38913 ____________________________________________________________________________
38914 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
38915         Log: Update CPAN.pm to work with new Mac::BuildTools instead
38916              of ExtUtils::MM_MacOS "orphan" functions
38917      Branch: maint-5.6/macperl
38918            ! lib/CPAN.pm
38919 ____________________________________________________________________________
38920 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
38921         Log: Fix up another xsubpp problem (Matthias Neeracher)
38922      Branch: maint-5.6/macperl
38923            ! macos/xsubpp
38924 ____________________________________________________________________________
38925 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
38926         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
38927      Branch: maint-5.6/macperl
38928            ! macos/lib/ExtUtils/MM_MacOS.pm
38929 ____________________________________________________________________________
38930 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
38931         Log: Fix up Makefiles for more Mac:: modules (and prepare for
38932              static build ...?)
38933      Branch: maint-5.6/macperl
38934            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
38935            ! macos/macperl/Makefile.mk
38936 ____________________________________________________________________________
38937 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
38938         Log: Fix up tests
38939      Branch: maint-5.6/macperl
38940            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
38941 ____________________________________________________________________________
38942 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
38943         Log: Make malloc smarter, fix bugs.  (Bug #404030)
38944      Branch: maint-5.6/macperl
38945            ! macos/icemalloc.c macos/icemalloc.h
38946 ____________________________________________________________________________
38947 [ 12186] By: nick                                  on 2001/09/24  19:18:17
38948         Log: Integrate mainline
38949      Branch: perlio
38950           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
38951           +> lib/filetest.t
38952           !> (integrate 30 files)
38953 ____________________________________________________________________________
38954 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
38955         Log: Retract #12136, the warnings::register is already
38956              tested by t/lib/warnings/9enabled, as pointed out
38957              by Paul Marquess.
38958      Branch: perl
38959            - lib/warnings/register.t
38960            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
38961 ____________________________________________________________________________
38962 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
38963         Log: fix Time::HiRes implementation of gettimeofday() on windows
38964              (HiRes.t#14 now passes)
38965      Branch: perl
38966            ! ext/Time/HiRes/HiRes.xs
38967 ____________________________________________________________________________
38968 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
38969         Log: File::Spec::catfile() canonifies everything to blackslashes on
38970              windows :-(
38971      Branch: perl
38972            ! lib/ExtUtils/Manifest.t
38973 ____________________________________________________________________________
38974 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
38975         Log: test number mismatch
38976      Branch: perl
38977            ! t/op/magic.t
38978 ____________________________________________________________________________
38979 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
38980         Log: ok().
38981      Branch: perl
38982            ! t/op/pack.t
38983 ____________________________________________________________________________
38984 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
38985         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
38986              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
38987      Branch: perl
38988            ! pp_pack.c t/op/pack.t
38989 ____________________________________________________________________________
38990 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
38991         Log: Update Changes.
38992      Branch: perl
38993            ! Changes patchlevel.h
38994 ____________________________________________________________________________
38995 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
38996         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
38997              From: Michael G Schwern <schwern@pobox.com>
38998              Date: Mon, 24 Sep 2001 11:12:13 -0400
38999              Message-ID: <20010924111213.G27885@blackrider>
39000      Branch: perl
39001            ! lib/ExtUtils/Manifest.pm
39002 ____________________________________________________________________________
39003 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
39004         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
39005              From: Michael G Schwern <schwern@pobox.com> 
39006              Date: Mon, 24 Sep 2001 11:02:07 -0400
39007              Message-ID: <20010924110207.E27885@blackrider>
39008      Branch: perl
39009            ! vms/test.com
39010 ____________________________________________________________________________
39011 [ 12176] By: ams                                   on 2001/09/24  14:01:59
39012         Log: Update Changes.
39013      Branch: perl
39014            ! Changes
39015 ____________________________________________________________________________
39016 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
39017         Log: Various cleanups.
39018      Branch: perl
39019            ! ext/threads/Makefile.PL ext/threads/threads.xs
39020 ____________________________________________________________________________
39021 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
39022         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
39023      Branch: maint-5.6/macperl
39024           !> (integrate 33 files)
39025 ____________________________________________________________________________
39026 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
39027         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
39028              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39029              Date: Mon, 24 Sep 2001 20:04:58 +0900
39030              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
39031      Branch: perl
39032            ! ext/Encode/Encode/gb2312.enc
39033 ____________________________________________________________________________
39034 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
39035         Log: Clarifying comment to #12164.
39036      Branch: perl
39037            ! lib/Cwd.pm
39038 ____________________________________________________________________________
39039 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
39040         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
39041              From: Nicholas Clark <nick@ccl4.org>
39042              Date: Sun, 23 Sep 2001 23:00:56 +0100
39043              Message-ID: <20010923230055.Y4971@plum.flirble.org>
39044              
39045              (with "sample_constants" changed to "fallback")
39046      Branch: perl
39047            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
39048            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
39049            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
39050            ! lib/h2xs.t utils/h2xs.PL
39051 ____________________________________________________________________________
39052 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
39053         Log: Metaconfig unit change for #12167.
39054      Branch: metaconfig
39055            ! U/modified/Cppsym.U
39056 ____________________________________________________________________________
39057 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
39058         Log: Add a few glibc cpp symbols to probe for.
39059      Branch: perl
39060            ! Configure
39061 ____________________________________________________________________________
39062 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
39063         Log: DJGPP tweaks for Laszlo Molnar.
39064      Branch: perl
39065            ! djgpp/djgppsed.sh dosish.h
39066 ____________________________________________________________________________
39067 [ 12165] By: ams                                   on 2001/09/24  10:07:08
39068         Log: Subject: [PATCH t/op/inccode.t] More tests
39069              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
39070              Date: 24 Sep 2001 10:01:44 -0000
39071              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
39072      Branch: perl
39073            ! t/op/inccode.t
39074 ____________________________________________________________________________
39075 [ 12164] By: ams                                   on 2001/09/24  09:43:29
39076         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
39077              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
39078              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
39079              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
39080      Branch: perl
39081            ! lib/Cwd.pm
39082 ____________________________________________________________________________
39083 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
39084         Log: 1_compile updates.
39085      Branch: perl
39086            ! t/lib/1_compile.t
39087 ____________________________________________________________________________
39088 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
39089         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
39090              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39091              Date: Wed, 19 Sep 2001 22:47:14 +0200
39092              Message-ID: <20010919224714.A6382@rafael>
39093      Branch: perl
39094            ! pod/perlvar.pod pp_ctl.c
39095 ____________________________________________________________________________
39096 [ 12161] By: ams                                   on 2001/09/23  17:40:02
39097         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
39098              filetest Pragma
39099              From: "chromatic" <chromatic@rmci.net>
39100              Date: Sun, 23 Sep 2001 12:07:25 -0600
39101              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
39102      Branch: perl
39103            + lib/filetest.t
39104            ! MANIFEST t/lib/1_compile.t
39105 ____________________________________________________________________________
39106 [ 12160] By: ams                                   on 2001/09/23  16:32:11
39107         Log: Additional minor chdir() tweak.
39108      Branch: perl
39109            ! pod/perlfunc.pod
39110 ____________________________________________________________________________
39111 [ 12159] By: ams                                   on 2001/09/23  16:25:01
39112         Log: Subject: PATCH lib/ExtUtils/Command.t
39113              From: Abe Timmerman <abe@ztreet.demon.nl>
39114              Date: Sun, 23 Sep 2001 19:11:44 +0200
39115              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
39116      Branch: perl
39117            ! lib/ExtUtils/Command.t
39118 ____________________________________________________________________________
39119 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
39120         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
39121              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
39122              Date: Sun, 23 Sep 2001 02:02:26 +0200
39123              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
39124      Branch: perl
39125            ! makedef.pl
39126 ____________________________________________________________________________
39127 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
39128         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
39129              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
39130              Date: Sat, 22 Sep 2001 12:54:39 -0500
39131              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
39132      Branch: perl
39133            ! t/op/study.t
39134 ____________________________________________________________________________
39135 [ 12156] By: nick                                  on 2001/09/23  07:48:44
39136         Log: Integrate mainline
39137      Branch: perlio
39138            - check83.pl
39139           !> ext/Encode/Encode/2022-cn.enc
39140 ____________________________________________________________________________
39141 [ 12155] By: nick                                  on 2001/09/23  07:48:01
39142         Log: Integrate mainline
39143      Branch: perlio
39144           +> (branch 64 files)
39145            - ext/Encode/Encode/cns11643-1.enc
39146            - ext/Encode/Encode/cns11643-2.enc
39147            - ext/Encode/Encode/iso2022-cn.enc
39148            - ext/Encode/Encode/iso2022-jp.enc
39149            - ext/Encode/Encode/iso2022-jp1.enc
39150            - ext/Encode/Encode/iso2022-jp2.enc
39151            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
39152            - ext/Encode/Encode/iso8859-1.enc
39153            - ext/Encode/Encode/iso8859-1.ucm
39154            - ext/Encode/Encode/iso8859-10.enc
39155            - ext/Encode/Encode/iso8859-10.ucm
39156            - ext/Encode/Encode/iso8859-13.enc
39157            - ext/Encode/Encode/iso8859-13.ucm
39158            - ext/Encode/Encode/iso8859-14.enc
39159            - ext/Encode/Encode/iso8859-14.ucm
39160            - ext/Encode/Encode/iso8859-15.enc
39161            - ext/Encode/Encode/iso8859-15.ucm
39162            - ext/Encode/Encode/iso8859-16.enc
39163            - ext/Encode/Encode/iso8859-16.ucm
39164            - ext/Encode/Encode/iso8859-2.enc
39165            - ext/Encode/Encode/iso8859-2.ucm
39166            - ext/Encode/Encode/iso8859-3.enc
39167            - ext/Encode/Encode/iso8859-3.ucm
39168            - ext/Encode/Encode/iso8859-4.enc
39169            - ext/Encode/Encode/iso8859-4.ucm
39170            - ext/Encode/Encode/iso8859-5.enc
39171            - ext/Encode/Encode/iso8859-5.ucm
39172            - ext/Encode/Encode/iso8859-6.enc
39173            - ext/Encode/Encode/iso8859-6.ucm
39174            - ext/Encode/Encode/iso8859-7.enc
39175            - ext/Encode/Encode/iso8859-7.ucm
39176            - ext/Encode/Encode/iso8859-8.enc
39177            - ext/Encode/Encode/iso8859-8.ucm
39178            - ext/Encode/Encode/iso8859-9.enc
39179            - ext/Encode/Encode/iso8859-9.ucm
39180            - ext/Encode/Encode/isoir-197.enc
39181            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
39182            - t/lib/sample-tests/header_at_end
39183            - t/lib/sample-tests/header_at_end_fail
39184           !> (integrate 174 files)
39185 ____________________________________________________________________________
39186 [ 12154] By: ams                                   on 2001/09/23  07:11:46
39187         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
39188              by Blair Zajac.
39189      Branch: perl
39190            ! pod/perlfunc.pod
39191 ____________________________________________________________________________
39192 [ 12153] By: ams                                   on 2001/09/23  06:56:32
39193         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
39194              Forgotten deprecation of *glob{FILEHANDLE}?
39195              From: "chromatic" <chromatic@rmci.net>
39196              Date: Sat, 22 Sep 2001 21:27:56 -0600
39197              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
39198      Branch: perl
39199            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
39200 ____________________________________________________________________________
39201 [ 12152] By: ams                                   on 2001/09/23  06:42:58
39202         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
39203              From: Michael G Schwern <schwern@pobox.com>
39204              Date: Sun, 23 Sep 2001 03:34:39 -0400
39205              Message-Id: <20010923033439.E7005@blackrider>
39206      Branch: perl
39207            ! lib/File/Find.pm
39208 ____________________________________________________________________________
39209 [ 12151] By: ams                                   on 2001/09/23  06:37:57
39210         Log: Subject: Re: t/op/magic.t missing tests on Win32
39211              From: Michael G Schwern <schwern@pobox.com>
39212              Date: Sat, 22 Sep 2001 20:29:09 -0400
39213              Message-Id: <20010922202909.I18223@blackrider>
39214      Branch: perl
39215            ! t/op/magic.t
39216 ____________________________________________________________________________
39217 [ 12150] By: ams                                   on 2001/09/23  06:36:26
39218         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
39219              Dumpvalue.pm
39220              From: "chromatic" <chromatic@rmci.net>
39221              Date: Sat, 22 Sep 2001 19:41:31 -0600
39222              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
39223      Branch: perl
39224            + lib/Dumpvalue.t
39225            ! MANIFEST lib/Dumpvalue.pm
39226 ____________________________________________________________________________
39227 [ 12149] By: ams                                   on 2001/09/23  06:25:35
39228         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
39229              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39230              Date: Sun, 23 Sep 2001 15:27:56 +0900
39231              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
39232      Branch: perl
39233            ! ext/Encode/Encode/2022-cn.enc
39234 ____________________________________________________________________________
39235 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
39236         Log: Manual eror in #12147.
39237      Branch: perl
39238            ! win32/win32.c
39239 ____________________________________________________________________________
39240 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
39241         Log: Integrate change #12146 from maintperl;
39242              win32_chdir() et al don't handle a NULL argument gracefully
39243      Branch: perl
39244           !> win32/perlhost.h win32/win32.c
39245 ____________________________________________________________________________
39246 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
39247         Log: win32_chdir() et al don't handle a NULL argument gracefully
39248      Branch: maint-5.6/perl
39249            ! win32/perlhost.h win32/win32.c
39250 ____________________________________________________________________________
39251 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
39252         Log: typo in change#12026
39253      Branch: maint-5.6/perl
39254            ! op.c
39255 ____________________________________________________________________________
39256 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
39257         Log: Subject: [PATCH] Re: scalar context unpack bugs
39258              From: Nicholas Clark <nick@ccl4.org>
39259              Date: Sat, 22 Sep 2001 23:07:56 +0100
39260              Message-ID: <20010922230755.O4971@plum.flirble.org>
39261      Branch: perl
39262            ! pp_pack.c t/op/pack.t
39263 ____________________________________________________________________________
39264 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
39265         Log: Try ExtUtils::Command.t everywhere, not just on Win32
39266              (as suggested by NI-S).  Also allow running it either
39267              in t/ or in the main directory.
39268      Branch: perl
39269            ! lib/ExtUtils/Command.t
39270 ____________________________________________________________________________
39271 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
39272         Log: Update the test on warnings/register.t.
39273      Branch: perl
39274            ! t/lib/1_compile.t
39275 ____________________________________________________________________________
39276 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
39277         Log: The code is now almost tidy enough to keep the IRIX cc happy.
39278      Branch: perl
39279            ! hints/irix_6.sh
39280 ____________________________________________________________________________
39281 [ 12140] By: ams                                   on 2001/09/22  17:26:32
39282         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
39283              use_ithreads
39284              From: "Craig A. Berry" <craigberry@mac.com>
39285              Date: Sat, 22 Sep 2001 13:15:32 -0500
39286              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
39287      Branch: perl
39288            ! configure.com
39289 ____________________________________________________________________________
39290 [ 12139] By: ams                                   on 2001/09/22  16:44:08
39291         Log: Do what perl_clone() does for sharedsv functions.
39292      Branch: perl
39293            ! embed.pl proto.h
39294 ____________________________________________________________________________
39295 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
39296         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
39297              (suggested by Sarathy, extensions shouldn't be dabbling with
39298              op structures, so binary backward compatibility should not be
39299              an issue.)
39300      Branch: perl
39301            ! hints/irix_6.sh op.h
39302 ____________________________________________________________________________
39303 [ 12137] By: ams                                   on 2001/09/22  16:21:05
39304         Log: More cleanups. (What's PERL_DECL_PROT?)
39305      Branch: perl
39306            ! embed.pl proto.h sharedsv.h
39307 ____________________________________________________________________________
39308 [ 12136] By: ams                                   on 2001/09/22  15:14:34
39309         Log: (Retracted by #12185)
39310              
39311              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
39312              Add Tests for warnings::register, Doc Update
39313              From: "chromatic" <chromatic@rmci.net>
39314              Date: Sat, 22 Sep 2001 09:43:20 -0600
39315              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
39316      Branch: perl
39317            + lib/warnings/register.t
39318            ! MANIFEST lib/warnings/register.pm
39319 ____________________________________________________________________________
39320 [ 12135] By: ams                                   on 2001/09/22  15:07:50
39321         Log: `@foo' should be @foo for consistency.
39322      Branch: perl
39323            ! pod/perldiag.pod
39324 ____________________________________________________________________________
39325 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
39326         Log: (Retracted by #12138)
39327              
39328              Add -woff (turn warning off) 3187:
39329              "A pointer is converted to a smaller integer."
39330              This happens when your pointers are 64-bit: then every case
39331              of converting pointers to PADOFFSETs (explicitly 32-bit)
39332              faces truncation (even explicit use of INT2PTR doesn't help).
39333              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
39334              Changing PADOFFSET from U32 to UV would help, but that
39335              would break binary backward compatibility of BASEOP and padop
39336              (assuming you have been using 64-bit pointers).
39337      Branch: perl
39338            ! hints/irix_6.sh
39339 ____________________________________________________________________________
39340 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
39341         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
39342              but the name comes from the inside the file, not from the file
39343              name, and Rumanian is the name of the language.
39344      Branch: perl
39345            + ext/Encode/Encode/macRumanian.enc
39346            - ext/Encode/Encode/macRomania.enc
39347            ! MANIFEST
39348 ____________________________________________________________________________
39349 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
39350         Log: Rename perltootc as perltooc for 8.3-friedliness.
39351      Branch: perl
39352            + pod/perltooc.pod
39353            - pod/perltootc.pod
39354            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
39355            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
39356            ! pod/perltoot.pod
39357 ____________________________________________________________________________
39358 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
39359         Log: Find more conflicts by lowercasing.
39360      Branch: perl
39361            + Porting/check83.pl
39362            - check83.pl
39363            ! MANIFEST
39364 ____________________________________________________________________________
39365 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
39366         Log: The AIX cc 5.0.0.0 is simply too buggy.
39367      Branch: perl
39368            ! hints/aix.sh
39369 ____________________________________________________________________________
39370 [ 12129] By: ams                                   on 2001/09/22  12:35:38
39371         Log: Uninteresting cleanup.
39372      Branch: perl
39373            ! form.h
39374 ____________________________________________________________________________
39375 [ 12128] By: ams                                   on 2001/09/22  12:28:48
39376         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
39377              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
39378              Date: Sat, 22 Sep 2001 14:29:13 +0100
39379              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
39380      Branch: perl
39381            ! cv.h
39382 ____________________________________________________________________________
39383 [ 12127] By: ams                                   on 2001/09/22  12:04:28
39384         Log: What's a backet?
39385      Branch: perl
39386            ! dump.c
39387 ____________________________________________________________________________
39388 [ 12126] By: ams                                   on 2001/09/22  10:02:34
39389         Log: Removed duplicated tests #19 and #20.
39390      Branch: perl
39391            ! t/op/do.t
39392 ____________________________________________________________________________
39393 [ 12125] By: ams                                   on 2001/09/22  03:58:41
39394         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
39395              From: Michael Carman <mjcarman@home.com>
39396              Date: Fri, 21 Sep 2001 17:54:05 -0500
39397              Message-Id: <3BABC50D.6040202@home.com>
39398              (Applied with some changes.)
39399      Branch: perl
39400            ! pod/perlmod.pod
39401 ____________________________________________________________________________
39402 [ 12124] By: ams                                   on 2001/09/22  03:44:19
39403         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
39404              From: Michael G Schwern <schwern@pobox.com>
39405              Date: Fri, 21 Sep 2001 19:20:40 -0400
39406              Message-Id: <20010921192040.E5494@blackrider>
39407      Branch: perl
39408            ! t/op/chdir.t
39409 ____________________________________________________________________________
39410 [ 12123] By: ams                                   on 2001/09/22  03:41:08
39411         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
39412              From: Blair Zajac <blair@orcaware.com>
39413              Date: Fri, 21 Sep 2001 15:13:04 -0700
39414              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
39415      Branch: perl
39416            ! t/op/chdir.t
39417 ____________________________________________________________________________
39418 [ 12122] By: ams                                   on 2001/09/22  03:37:07
39419         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
39420              20010920.007
39421              From: Michael G Schwern <schwern@pobox.com>
39422              Date: Fri, 21 Sep 2001 17:59:03 -0400
39423              Message-Id: <20010921175903.V5494@blackrider>
39424      Branch: perl
39425            ! t/op/do.t
39426 ____________________________________________________________________________
39427 [ 12121] By: ams                                   on 2001/09/22  03:30:38
39428         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
39429              suite on WinCE)
39430              From: Michael G Schwern <schwern@pobox.com>
39431              Date: Fri, 21 Sep 2001 19:41:03 -0400
39432              Message-Id: <20010921194103.G5494@blackrider>
39433      Branch: perl
39434            ! pod/perlport.pod
39435 ____________________________________________________________________________
39436 [ 12120] By: ams                                   on 2001/09/22  03:28:06
39437         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
39438              From: Michael G Schwern <schwern@pobox.com>
39439              Date: Fri, 21 Sep 2001 17:33:35 -0400
39440              Message-Id: <20010921173335.T5494@blackrider>
39441              ($ENV{FOO}=undef hunk not applied.)
39442      Branch: perl
39443            ! t/op/magic.t
39444 ____________________________________________________________________________
39445 [ 12119] By: ams                                   on 2001/09/22  03:02:26
39446         Log: Subject: [PATCH] perldiag.pod
39447              From: Peter Scott <Peter@PSDT.com>
39448              Date: Fri, 21 Sep 2001 18:54:50 -0700
39449              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
39450              (Moved to the right place.)
39451      Branch: perl
39452            ! pod/perldiag.pod
39453 ____________________________________________________________________________
39454 [ 12118] By: ams                                   on 2001/09/21  20:05:29
39455         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
39456              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39457              Date: Fri, 21 Sep 2001 22:36:54 +0200
39458              Message-Id: <20010921223654.A12742@rafael>
39459      Branch: perl
39460            ! t/op/do.t
39461 ____________________________________________________________________________
39462 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
39463         Log: Restore things as they were before
39464              the backward compatibility police notices.
39465      Branch: perl
39466            ! lib/Cwd.pm
39467 ____________________________________________________________________________
39468 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
39469         Log: More Cwd from Schwern: make also OS/2 and DOS
39470              Cwd agree with File::Spec (that is, native path
39471              syntax using \ instead of / -- backward compatibility
39472              polic warning) and stop Win32 from using bsd_realpath().
39473      Branch: perl
39474            ! lib/Cwd.pm
39475 ____________________________________________________________________________
39476 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
39477         Log: Subject: [PATCH @12110] RE: Untested libraries update
39478              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
39479              Date: Fri, 21 Sep 2001 18:21:07 +0100
39480              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
39481      Branch: perl
39482            ! lib/warnings/register.pm
39483 ____________________________________________________________________________
39484 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
39485         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
39486              From: Michael G Schwern <schwern@pobox.com>
39487              Date: Thu, 20 Sep 2001 22:54:02 -0400
39488              Message-ID: <20010920225402.A3611@blackrider>
39489      Branch: perl
39490            ! lib/Cwd.pm
39491 ____________________________________________________________________________
39492 [ 12113] By: ams                                   on 2001/09/21  17:08:24
39493         Log: Subject: [PATCH] avoid v-strings with require/use
39494              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
39495              Date: Fri, 21 Sep 2001 12:34:40 -0400
39496              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
39497      Branch: perl
39498            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
39499            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
39500            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
39501            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
39502            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
39503            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
39504            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
39505            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
39506            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
39507            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
39508            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
39509            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
39510            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
39511            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
39512            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
39513            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
39514            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
39515            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
39516            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
39517 ____________________________________________________________________________
39518 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
39519         Log: Update Changes.
39520      Branch: perl
39521            ! Changes patchlevel.h
39522 ____________________________________________________________________________
39523 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
39524         Log: Make AIX and Tru64 compilers happy.  
39525      Branch: perl
39526            ! ext/threads/threads.h ext/threads/threads.xs
39527 ____________________________________________________________________________
39528 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
39529         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
39530              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
39531              Date: 21 Sep 2001 09:16:37 -0000
39532              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
39533      Branch: perl
39534            ! toke.c
39535 ____________________________________________________________________________
39536 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
39537         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
39538              From: Michael G Schwern <schwern@pobox.com>
39539              Date: Thu, 20 Sep 2001 21:21:34 -0400
39540              Message-ID: <20010920212134.Y28291@blackrider>
39541      Branch: perl
39542            ! pp_sys.c
39543 ____________________________________________________________________________
39544 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
39545         Log: Subject: Re: GDB Debugging Macros from mod_perl
39546              From: rspier@pobox.com (Robert Spier)
39547              Date: Thu, 20 Sep 2001 22:45:03 -0700
39548              Message-ID: <15274.54239.413929.49430@rls.cx>
39549      Branch: perl
39550            ! pod/perltodo.pod
39551 ____________________________________________________________________________
39552 [ 12105] By: sky                                   on 2001/09/21  10:33:34
39553         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
39554              timezone! GetSystemTime should be available on all Win32 
39555              platforms we support. Perhaps Time::HiRes should be extended to
39556              support WinCE and Novell?
39557      Branch: perl
39558            ! ext/Time/HiRes/HiRes.xs
39559 ____________________________________________________________________________
39560 [ 12104] By: sky                                   on 2001/09/21  08:12:39
39561         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
39562      Branch: perl
39563            ! ext/threads/threads.h ext/threads/threads.xs
39564 ____________________________________________________________________________
39565 [ 12103] By: sky                                   on 2001/09/21  07:57:41
39566         Log: Rename the *thread* functions to Perl_* to avoid clashes.
39567              Notably on AIX but could become a problem on other platforms.
39568      Branch: perl
39569            ! ext/threads/threads.h ext/threads/threads.xs
39570 ____________________________________________________________________________
39571 [ 12102] By: sky                                   on 2001/09/21  07:35:30
39572         Log: Add the shared sv space to the global vars.
39573              Fix problems compiling on win32.
39574      Branch: perl
39575            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
39576            ! sharedsv.c sharedsv.h
39577 ____________________________________________________________________________
39578 [ 12101] By: ams                                   on 2001/09/21  00:19:55
39579         Log: Subject: [PATCH] win32/Makefile warning fix
39580              From: Blair Zajac <blair@orcaware.com>
39581              Date: Thu, 20 Sep 2001 18:15:43 -0700
39582              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
39583      Branch: perl
39584            ! win32/Makefile
39585 ____________________________________________________________________________
39586 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
39587         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
39588              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
39589              Date: Thu, 20 Sep 2001 18:36:22 +0200
39590              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
39591      Branch: perl
39592            ! lib/ExtUtils/Command.t
39593 ____________________________________________________________________________
39594 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
39595         Log: Cant spl wirth a dam.
39596      Branch: perl
39597            ! intrpvar.h
39598 ____________________________________________________________________________
39599 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
39600         Log: Don't use C++ comments.
39601      Branch: perl
39602            ! ext/threads/threads.xs
39603 ____________________________________________________________________________
39604 [ 12097] By: ams                                   on 2001/09/20  21:42:07
39605         Log: Change #12044 didn't.
39606      Branch: perl
39607            ! lib/constant.pm
39608 ____________________________________________________________________________
39609 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
39610         Log: Metaconfig unit changes for #12095.
39611      Branch: metaconfig
39612            ! U/modified/Myinit.U U/modified/libs.U
39613 ____________________________________________________________________________
39614 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
39615         Log: Remove iconv references since we are not using it
39616              and not going to; regen perltoc, perlmodlib.
39617              (Some references still linger in perltoc, have to figure
39618              out where they are coming from.)
39619      Branch: perl
39620            ! Configure NetWare/config.wc NetWare/config_H.wc
39621            ! Porting/Glossary Porting/config.sh Porting/config_H
39622            ! config_h.SH configure.com epoc/config.sh perl.h
39623            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
39624            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39625            ! vos/config.ga.h win32/config.bc win32/config.gc
39626            ! win32/config.vc win32/config_H.bc win32/config_H.gc
39627            ! win32/config_H.vc wince/config.ce wince/config.h
39628            ! wince/config_H.ce
39629 ____________________________________________________________________________
39630 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
39631         Log: Subject: [PATCH docs] Re: ARGV and read
39632              From: Dave Mitchell <davem@fdgroup.co.uk>
39633              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
39634              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
39635      Branch: perl
39636            ! pod/perltodo.pod pod/perlvar.pod
39637 ____________________________________________________________________________
39638 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
39639         Log: Fresh copies from the cvs.perl.org perlfaq repository.
39640      Branch: perl
39641            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
39642            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
39643            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
39644            ! pod/perlfaq9.pod
39645 ____________________________________________________________________________
39646 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
39647         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
39648              From: Nicholas Clark <nick@ccl4.org>
39649              Date: Thu, 20 Sep 2001 14:27:08 +0100
39650              Message-ID: <20010920142708.X4971@plum.flirble.org>
39651      Branch: perl
39652            ! pp_pack.c t/op/pack.t
39653 ____________________________________________________________________________
39654 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
39655         Log: The sharedsv_space* are variables, not code.  Duh.
39656      Branch: perl
39657            ! intrpvar.h makedef.pl
39658 ____________________________________________________________________________
39659 [ 12090] By: ams                                   on 2001/09/20  11:26:06
39660         Log: Subject: [patch lib/lib_pm.PL]
39661              From: Stas Bekman <stas@stason.org>
39662              Date: Thu, 20 Sep 2001 18:48:53 +0800
39663              Message-Id: <3BA9C995.6010302@stason.org>
39664              (Applied by hand.)
39665      Branch: perl
39666            ! lib/lib_pm.PL
39667 ____________________________________________________________________________
39668 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
39669         Log: Only 21 tests, skipping or not.
39670      Branch: perl
39671            ! lib/ExtUtils/Command.t
39672 ____________________________________________________________________________
39673 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
39674         Log: New exported symbols.
39675      Branch: perl
39676            ! makedef.pl
39677 ____________________________________________________________________________
39678 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
39679         Log: Update Changes.
39680      Branch: perl
39681            ! Changes patchlevel.h
39682 ____________________________________________________________________________
39683 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
39684         Log: Correct numbering of the tests is useful.
39685      Branch: perl
39686            ! ext/threads/t/basic.t
39687 ____________________________________________________________________________
39688 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
39689         Log: More tests now too.
39690      Branch: perl
39691            ! lib/ExtUtils/Command.t
39692 ____________________________________________________________________________
39693 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
39694         Log: More tests now.
39695      Branch: perl
39696            ! ext/threads/t/basic.t
39697 ____________________________________________________________________________
39698 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
39699         Log: The test assumed 7-bit ASCII.  Now it "just"
39700              assumes 8-bit whatever.
39701      Branch: perl
39702            ! t/op/crypt.t
39703 ____________________________________________________________________________
39704 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
39705         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
39706              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39707              Date: Wed, 19 Sep 2001 11:45:28 +0200
39708              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
39709              
39710              Lvalue casts are not portable.
39711      Branch: perl
39712            ! ext/threads/threads.xs
39713 ____________________________________________________________________________
39714 [ 12081] By: sky                                   on 2001/09/19  10:17:52
39715         Log: Make the basic test contain only realy basic API tests
39716              Seems to be a problem with detach.
39717      Branch: perl
39718            ! ext/threads/t/basic.t
39719 ____________________________________________________________________________
39720 [ 12080] By: ams                                   on 2001/09/19  01:23:55
39721         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
39722              From: Michael G Schwern <schwern@pobox.com>
39723              Date: Tue, 18 Sep 2001 19:53:48 -0400
39724              Message-Id: <20010918195348.M585@blackrider>
39725              
39726              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
39727              From: Michael G Schwern <schwern@pobox.com>
39728              Date: Tue, 18 Sep 2001 22:07:13 -0400
39729              Message-Id: <20010918220713.B19616@blackrider>
39730      Branch: perl
39731            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
39732            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
39733            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
39734            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
39735            ! lib/Test/Tutorial.pod
39736 ____________________________________________________________________________
39737 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
39738         Log: Indent the test a bit.
39739      Branch: perl
39740            ! ext/threads/t/basic.t
39741 ____________________________________________________________________________
39742 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
39743         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
39744              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
39745              Date: Tue, 18 Sep 2001 18:06:44 +0200
39746              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
39747      Branch: perl
39748            ! win32/win32.c
39749 ____________________________________________________________________________
39750 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
39751         Log: Subject: stat access time is wrong on Win95
39752              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
39753              Date: Tue, 18 Sep 2001 21:59:24 +0200
39754              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
39755      Branch: perl
39756            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
39757 ____________________________________________________________________________
39758 [ 12076] By: ams                                   on 2001/09/18  22:11:25
39759         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
39760              From: Michael G Schwern <schwern@pobox.com>
39761              Date: Tue, 18 Sep 2001 18:47:14 -0400
39762              Message-Id: <20010918184714.I585@blackrider>
39763      Branch: perl
39764            ! t/op/crypt.t
39765 ____________________________________________________________________________
39766 [ 12075] By: sky                                   on 2001/09/18  19:29:37
39767         Log: two test failures
39768              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39769              Message-ID: <20010918221702.A17408@rafael>
39770              partly applied, #12074 already fixed half the patch
39771      Branch: perl
39772            ! ext/threads/t/basic.t
39773 ____________________________________________________________________________
39774 [ 12074] By: sky                                   on 2001/09/18  18:49:03
39775         Log: Fixes test case failure introduced by #12071, the warning is
39776              now correctly spelled :-)
39777      Branch: perl
39778            ! ext/IO/lib/IO/t/io_sel.t
39779 ____________________________________________________________________________
39780 [ 12073] By: sky                                   on 2001/09/18  18:46:22
39781         Log: Make the test behave properly!
39782      Branch: perl
39783            ! ext/threads/t/basic.t
39784 ____________________________________________________________________________
39785 [ 12072] By: ams                                   on 2001/09/18  18:44:59
39786         Log: OP_RCATLINE is an SVOP, not a BASEOP.
39787      Branch: perl
39788            ! opcode.h opcode.pl
39789 ____________________________________________________________________________
39790 [ 12071] By: ams                                   on 2001/09/18  18:06:27
39791         Log: Deprecate != Depreciate.
39792      Branch: perl
39793            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
39794            ! lib/Pod/ParseUtils.pm
39795 ____________________________________________________________________________
39796 [ 12070] By: ams                                   on 2001/09/18  15:14:58
39797         Log: Subject: [PATCH] Getopt::Std cleanup
39798              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39799              Date: Tue, 18 Sep 2001 17:32:13 +0200
39800              Message-Id: <20010918173213.C777@rafael>
39801      Branch: perl
39802            ! lib/Getopt/Std.pm lib/Getopt/Std.t
39803 ____________________________________________________________________________
39804 [ 12069] By: sky                                   on 2001/09/18  14:56:33
39805         Log: Forgot the makefile
39806      Branch: perl
39807            + ext/threads/Makefile.PL
39808 ____________________________________________________________________________
39809 [ 12068] By: sky                                   on 2001/09/18  14:13:26
39810         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
39811              The test will fail because of Test.pm not knowing about threads. 
39812              basic needs to be manually tested
39813              compile time warnings on IV2PTR conversions need to be fixed
39814      Branch: perl
39815            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
39816            + ext/threads/threads.h ext/threads/threads.pm
39817            + ext/threads/threads.xs
39818            ! MANIFEST
39819 ____________________________________________________________________________
39820 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
39821         Log: DJGPP tweak from Laszlo Molnar.
39822      Branch: perl
39823            ! djgpp/config.over
39824 ____________________________________________________________________________
39825 [ 12066] By: sky                                   on 2001/09/18  10:24:31
39826         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
39827      Branch: perl
39828            ! sharedsv.c sharedsv.h
39829 ____________________________________________________________________________
39830 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
39831         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
39832              ditto ^cns.
39833      Branch: perl
39834            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
39835            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
39836            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
39837            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
39838            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
39839            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
39840            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
39841            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
39842            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
39843            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
39844            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
39845            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
39846            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
39847            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
39848            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
39849            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
39850            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
39851            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
39852            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
39853            + ext/Encode/Encode/ir-197.enc
39854            - ext/Encode/Encode/cns11643-1.enc
39855            - ext/Encode/Encode/cns11643-2.enc
39856            - ext/Encode/Encode/iso2022-cn.enc
39857            - ext/Encode/Encode/iso2022-jp.enc
39858            - ext/Encode/Encode/iso2022-jp1.enc
39859            - ext/Encode/Encode/iso2022-jp2.enc
39860            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
39861            - ext/Encode/Encode/iso8859-1.enc
39862            - ext/Encode/Encode/iso8859-1.ucm
39863            - ext/Encode/Encode/iso8859-10.enc
39864            - ext/Encode/Encode/iso8859-10.ucm
39865            - ext/Encode/Encode/iso8859-11.enc
39866            - ext/Encode/Encode/iso8859-11.ucm
39867            - ext/Encode/Encode/iso8859-13.enc
39868            - ext/Encode/Encode/iso8859-13.ucm
39869            - ext/Encode/Encode/iso8859-14.enc
39870            - ext/Encode/Encode/iso8859-14.ucm
39871            - ext/Encode/Encode/iso8859-15.enc
39872            - ext/Encode/Encode/iso8859-15.ucm
39873            - ext/Encode/Encode/iso8859-16.enc
39874            - ext/Encode/Encode/iso8859-16.ucm
39875            - ext/Encode/Encode/iso8859-2.enc
39876            - ext/Encode/Encode/iso8859-2.ucm
39877            - ext/Encode/Encode/iso8859-3.enc
39878            - ext/Encode/Encode/iso8859-3.ucm
39879            - ext/Encode/Encode/iso8859-4.enc
39880            - ext/Encode/Encode/iso8859-4.ucm
39881            - ext/Encode/Encode/iso8859-5.enc
39882            - ext/Encode/Encode/iso8859-5.ucm
39883            - ext/Encode/Encode/iso8859-6.enc
39884            - ext/Encode/Encode/iso8859-6.ucm
39885            - ext/Encode/Encode/iso8859-7.enc
39886            - ext/Encode/Encode/iso8859-7.ucm
39887            - ext/Encode/Encode/iso8859-8.enc
39888            - ext/Encode/Encode/iso8859-8.ucm
39889            - ext/Encode/Encode/iso8859-9.enc
39890            - ext/Encode/Encode/iso8859-9.ucm
39891            - ext/Encode/Encode/isoir-197.enc
39892            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
39893 ____________________________________________________________________________
39894 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
39895         Log: Must Uppercase.
39896      Branch: perl
39897            ! ext/Encode/Encode.pm
39898 ____________________________________________________________________________
39899 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
39900         Log: Add various encodings.
39901      Branch: perl
39902            + ext/Encode/Encode/iso8859-11.enc
39903            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
39904            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
39905            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
39906            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
39907            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
39908            + ext/Encode/Encode/viscii.ucm
39909            ! MANIFEST ext/Encode/Encode.pm
39910 ____________________________________________________________________________
39911 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
39912         Log: lib/unicode relic.
39913      Branch: perl
39914            ! ext/Encode/compile
39915 ____________________________________________________________________________
39916 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
39917         Log: Subject: [PATCH] Re: filename problems
39918              From: Michael G Schwern <schwern@pobox.com>
39919              Date: Mon, 17 Sep 2001 17:26:26 -0400
39920              Message-ID: <20010917172626.Q585@blackrider>
39921      Branch: perl
39922            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
39923            - t/lib/sample-tests/header_at_end
39924            - t/lib/sample-tests/header_at_end_fail
39925            ! MANIFEST lib/Test/Harness/t/test-harness.t
39926 ____________________________________________________________________________
39927 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
39928         Log: Explicitly explain the 1e9 seconds, not everybody
39929              is a C geek.
39930      Branch: perl
39931            ! ext/Time/HiRes/HiRes.pm
39932 ____________________________________________________________________________
39933 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
39934         Log: Explain an apparent bug reported by
39935              Richard J. Barbalace <rjbarbal@MIT.EDU>,
39936              with additional explanation from Gisle Aas.
39937      Branch: perl
39938            ! ext/Time/HiRes/HiRes.pm
39939 ____________________________________________________________________________
39940 [ 12058] By: ams                                   on 2001/09/17  19:52:01
39941         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
39942              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39943              Date: Mon, 17 Sep 2001 22:48:05 +0200
39944              Message-Id: <20010917224805.C11744@rafael>
39945      Branch: perl
39946            ! t/lib/warnings/op t/lib/warnings/pp
39947 ____________________________________________________________________________
39948 [ 12057] By: ams                                   on 2001/09/17  16:51:18
39949         Log: Its a nit!
39950      Branch: perl
39951            ! sv.h
39952 ____________________________________________________________________________
39953 [ 12056] By: ams                                   on 2001/09/17  16:47:55
39954         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
39955              From: "Craig A. Berry" <craigberry@mac.com>
39956              Date: Mon, 17 Sep 2001 12:34:20 -0500
39957              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
39958      Branch: perl
39959            ! vms/vms.c
39960 ____________________________________________________________________________
39961 [ 12055] By: ams                                   on 2001/09/17  16:05:15
39962         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
39963              From: Gisle Aas <gisle@ActiveState.com>
39964              Date: 16 Apr 2001 16:20:34 -0700
39965              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
39966              (Applied by hand.)
39967      Branch: perl
39968            ! lib/CPAN.pm lib/CPAN/Nox.pm
39969 ____________________________________________________________________________
39970 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
39971         Log: Update Changes.
39972      Branch: perl
39973            ! Changes patchlevel.h
39974 ____________________________________________________________________________
39975 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
39976         Log: Adding new files to the MANIFEST is always nice.
39977      Branch: perl
39978            ! MANIFEST
39979 ____________________________________________________________________________
39980 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
39981         Log: Reindent the PerlIO files (suggested by NI-S), used
39982              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
39983              (GNU indent).  Note that wholesale re-indenting might
39984              be nice, but that would break nice formatting/alignment
39985              of assignments, equality testing, and complex boolean
39986              expressions with lots of &s and |s.
39987      Branch: perl
39988            ! perlio.c perlio.h perliol.h
39989 ____________________________________________________________________________
39990 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
39991         Log: Add a script for being 8.3-polite.
39992              The found conflicts are being worked on.
39993      Branch: perl
39994            + check83.pl
39995            ! MANIFEST Porting/pumpkin.pod
39996 ____________________________________________________________________________
39997 [ 12050] By: sky                                   on 2001/09/17  12:44:36
39998         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
39999              finding it.
40000      Branch: perl
40001            ! sv.c
40002 ____________________________________________________________________________
40003 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
40004         Log: Bump up versions because of #12041.
40005      Branch: perl
40006            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
40007            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
40008            ! lib/Time/localtime.pm
40009 ____________________________________________________________________________
40010 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
40011         Log: Bump the version number because of #12042.
40012      Branch: perl
40013            ! lib/CPAN/FirstTime.pm
40014 ____________________________________________________________________________
40015 [ 12047] By: ams                                   on 2001/09/17  11:21:40
40016         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
40017              From: Abhijit Menon-Sen <ams@wiw.org>
40018              Date: Mon, 17 Sep 2001 17:44:12 +0530
40019              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
40020      Branch: perl
40021            ! op.c
40022 ____________________________________________________________________________
40023 [ 12046] By: sky                                   on 2001/09/17  07:14:17
40024         Log: Subject: Re: t/op/ver.t using skip() improperly
40025              From: "chromatic" <chromatic@rmci.net>
40026              Date: Mon, 17 Sep 2001 00:22:29 -0600
40027              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
40028      Branch: perl
40029            ! t/op/ver.t
40030 ____________________________________________________________________________
40031 [ 12045] By: nick                                  on 2001/09/17  07:12:14
40032         Log: Integrate mainline
40033      Branch: perlio
40034           +> t/op/chdir.t
40035           !> (integrate 117 files)
40036 ____________________________________________________________________________
40037 [ 12044] By: ams                                   on 2001/09/17  05:49:53
40038         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
40039              From: Ilmari Karonen <iltzu@sci.fi>
40040              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
40041              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
40042              (And $VERSION = '1.05'.)
40043      Branch: perl
40044            ! lib/constant.pm
40045 ____________________________________________________________________________
40046 [ 12043] By: ams                                   on 2001/09/17  05:44:50
40047         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
40048              From: Michael G Schwern <schwern@pobox.com>
40049              Date: Mon, 17 Sep 2001 07:49:04 +0200
40050              Message-Id: <20010917074904.V1588@blackrider>
40051              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
40052      Branch: perl
40053            + t/op/chdir.t
40054            ! MANIFEST pp_sys.c
40055 ____________________________________________________________________________
40056 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
40057         Log: Subject: Re: CPAN.pm needs some hacking 
40058              From: "chromatic" <chromatic@rmci.net>
40059              Date: Sun, 16 Sep 2001 16:46:29 -0600
40060              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
40061      Branch: perl
40062            ! lib/CPAN/FirstTime.pm
40063 ____________________________________________________________________________
40064 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
40065         Log: Change use|require 5.005_64 to use|require 5.6.1.
40066      Branch: perl
40067            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
40068            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
40069            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
40070            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
40071            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
40072            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
40073            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
40074            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
40075            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
40076            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
40077            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
40078            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
40079            ! lib/base.pm lib/fields.pm
40080 ____________________________________________________________________________
40081 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
40082         Log: Bump up version numbers.
40083              
40084              TODO 1: double check that pre-5.6.1 CPAN.pm:s
40085              don't try to download 5.8.0 because of the
40086              version numbers.  Mainly this means using _00
40087              in the core version numbers.
40088              
40089              TODO 2: the "use 5.005_64" in many modules
40090              needs to be changed to, say, "use 5.6.1".
40091      Branch: perl
40092            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
40093            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
40094            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
40095            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
40096            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
40097            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
40098            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
40099            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
40100            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
40101            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
40102            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
40103 ____________________________________________________________________________
40104 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
40105         Log: Use UCHARAT() as suggested by Inaba Hiroto.
40106      Branch: perl
40107            ! regexec.c
40108 ____________________________________________________________________________
40109 [ 12038] By: ams                                   on 2001/09/16  15:16:24
40110         Log: Subject: [PATCH] Re: Core module version numbers review
40111              From: Peter Scott <Peter@PSDT.com>
40112              Date: Sun, 16 Sep 2001 09:09:58 -0700
40113              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
40114      Branch: perl
40115            ! lib/perl5db.pl
40116 ____________________________________________________________________________
40117 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
40118         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
40119              not yet fully implemented.
40120      Branch: perl
40121            ! pod/perlfunc.pod pod/perlunicode.pod
40122 ____________________________________________________________________________
40123 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
40124         Log: Subject: [patch] plug PL_beginav_save leak
40125              From: Doug MacEachern <dougm@covalent.net>
40126              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
40127              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
40128      Branch: perl
40129            ! perl.c
40130 ____________________________________________________________________________
40131 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
40132         Log: (accidentally empty checkin)
40133      Branch: perl
40134            ! sv.c
40135 ____________________________________________________________________________
40136 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
40137         Log: Subject: [patch] ithreads+PL_beginav_save
40138              From: Doug MacEachern <dougm@covalent.net>
40139              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
40140              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
40141      Branch: perl
40142            ! sv.c
40143 ____________________________________________________________________________
40144 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
40145         Log: Subject: [PATCH] h2xs.PL with C::Scan
40146              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40147              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
40148              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
40149      Branch: perl
40150            ! utils/h2xs.PL
40151 ____________________________________________________________________________
40152 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
40153         Log: Elaborate (well, make more vague, really) #12030.
40154      Branch: perl
40155            ! pod/perltodo.pod pod/perlunicode.pod
40156 ____________________________________________________________________________
40157 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
40158         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
40159              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40160              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
40161              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
40162      Branch: perl
40163            ! regexec.c
40164 ____________________________________________________________________________
40165 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
40166         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
40167              are not yet complete.
40168      Branch: perl
40169            ! pod/perltodo.pod pod/perlunicode.pod
40170 ____________________________________________________________________________
40171 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
40172         Log: Document what's still to be done on the regular expression
40173              Unicode support, based on the UTR#18.
40174      Branch: perl
40175            ! pod/perltodo.pod pod/perlunicode.pod
40176 ____________________________________________________________________________
40177 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
40178         Log: Regen headers.
40179      Branch: perl
40180            ! embedvar.h perlapi.h
40181 ____________________________________________________________________________
40182 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
40183         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
40184              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
40185              Date: Sun, 09 Sep 2001 18:41:54 +0100
40186              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
40187      Branch: perl
40188            ! Porting/findvars ext/ByteLoader/bytecode.h
40189            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
40190            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
40191 ____________________________________________________________________________
40192 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
40193         Log: enable most warnings for windows build; fix the various typecasting
40194              nits that showed up (no bugfixes here)
40195      Branch: maint-5.6/perl
40196            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
40197            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
40198            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
40199            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
40200            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
40201            ! x2p/walk.c
40202 ____________________________________________________________________________
40203 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
40204         Log: Integrate change #12024 from maintperl
40205              (a local() precedence bug)
40206      Branch: perl
40207           !> lib/ExtUtils/Install.pm
40208 ____________________________________________________________________________
40209 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
40210         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
40211              change#8642
40212      Branch: maint-5.6/perl
40213            ! lib/ExtUtils/Install.pm
40214 ____________________________________________________________________________
40215 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
40216         Log: Update Changes.
40217      Branch: perl
40218            ! Changes patchlevel.h
40219 ____________________________________________________________________________
40220 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
40221         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
40222              From: "chromatic" <chromatic@rmci.net>
40223              Date: Fri, 14 Sep 2001 09:44:57 -0600 
40224              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
40225      Branch: perl
40226            ! lib/ExtUtils/Manifest.t
40227 ____________________________________________________________________________
40228 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
40229         Log: Hopefully better skipping of the Complete.t tests
40230              in case of not a tty. 
40231      Branch: perl
40232            ! lib/Term/Complete.t t/op/stat.t
40233 ____________________________________________________________________________
40234 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
40235         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
40236              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40237              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
40238              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
40239      Branch: perl
40240            ! regexec.c t/op/pat.t
40241 ____________________________________________________________________________
40242 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
40243         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
40244              From: Robin Barker <rmb1@cise.npl.co.uk>
40245              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
40246              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
40247      Branch: perl
40248            ! pod/perlport.pod
40249 ____________________________________________________________________________
40250 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
40251         Log: NetWare tweaks from Ananth Kesari.
40252      Branch: perl
40253            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
40254            ! NetWare/nwutil.h
40255 ____________________________________________________________________________
40256 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
40257         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
40258              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40259              Date: Fri, 14 Sep 2001 10:51:13 +0200
40260              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
40261      Branch: perl
40262            ! pod/perlport.pod
40263 ____________________________________________________________________________
40264 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
40265         Log: Subject: Re: [PATCH 2 pl2pm.PL]
40266              From: Joe Smith <Joe.Smith@inwap.com>
40267              Date: Fri, 14 Sep 2001 00:13:32 -0700
40268              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
40269              
40270              Eradicate qu.
40271      Branch: perl
40272            ! keywords.h keywords.pl utils/pl2pm.PL
40273 ____________________________________________________________________________
40274 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
40275         Log: Retract #12013, didn't go over too well in Tru64.
40276      Branch: perl
40277            ! embed.h embed.pl sv.h
40278 ____________________________________________________________________________
40279 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
40280         Log: Subject: [PATCH] Execute files of debugger commands
40281              From: Peter Scott <Peter@PSDT.com>
40282              Date: Thu, 13 Sep 2001 15:26:31 -0700
40283              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
40284      Branch: perl
40285            ! lib/perl5db.pl pod/perldebug.pod
40286 ____________________________________________________________________________
40287 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
40288         Log: (Retracted by #12015)
40289              Subject: [proposed PATCH] Re: perl@11920
40290              From: Nicholas Clark <nick@ccl4.org>
40291              Date: Wed, 12 Sep 2001 23:46:09 +0100
40292              Message-ID: <20010912234609.H4971@plum.flirble.org>     
40293      Branch: perl
40294            ! embed.h embed.pl sv.h
40295 ____________________________________________________________________________
40296 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
40297         Log: ucblib shouldn't be linked against in nonstop-ux,
40298              from Tom Bates.
40299      Branch: perl
40300            ! hints/nonstopux.sh
40301 ____________________________________________________________________________
40302 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
40303         Log: Do stty only if we have stty.
40304              
40305              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
40306      Branch: perl
40307            ! lib/Term/Complete.pm
40308 ____________________________________________________________________________
40309 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
40310         Log: Skip the test if not running on a tty.
40311      Branch: perl
40312            ! lib/Term/Complete.t
40313 ____________________________________________________________________________
40314 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
40315         Log: Regen headers.
40316      Branch: perl
40317            ! embed.h opcode.h pod/perlapi.pod proto.h
40318 ____________________________________________________________________________
40319 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
40320         Log: Subject: [PATCH op.c] Re: perl@12003
40321              From: Robin Barker <rmb1@cise.npl.co.uk>
40322              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
40323              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
40324      Branch: perl
40325            ! op.c
40326 ____________________________________________________________________________
40327 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
40328         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
40329              From: Robin Barker <rmb1@cise.npl.co.uk>
40330              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
40331              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
40332      Branch: perl
40333            ! sv.c
40334 ____________________________________________________________________________
40335 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
40336         Log: Upgrade to Memoize 0.66.
40337      Branch: perl
40338            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
40339            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
40340            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
40341 ____________________________________________________________________________
40342 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
40343         Log: Subject: [ID 20010912.007] substr reference core dump
40344              From: me-01@ton.iguana.be
40345              Date: 12 Sep 2001 14:11:16 -0000
40346              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
40347      Branch: perl
40348            ! mg.c
40349 ____________________________________________________________________________
40350 [ 12004] By: ams                                   on 2001/09/12  01:13:49
40351         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
40352              From: Ilmari Karonen <iltzu@sci.fi>
40353              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
40354              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
40355      Branch: perl
40356            ! pod/perlfaq4.pod
40357 ____________________________________________________________________________
40358 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
40359         Log: Update Changes.
40360      Branch: perl
40361            ! Changes patchlevel.h
40362 ____________________________________________________________________________
40363 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
40364         Log: NetWare update from Ananth Kesari.
40365      Branch: perl
40366            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
40367            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
40368 ____________________________________________________________________________
40369 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
40370         Log: Retract #11984: div() being redefined, and 1397
40371              failing on 64-bit platforms.
40372      Branch: perl
40373            ! lib/Math/BigInt/Calc.pm
40374 ____________________________________________________________________________
40375 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
40376         Log: Metaconfig unit change for #11999.
40377      Branch: metaconfig
40378            ! U/protos/d_lseekproto.U
40379 ____________________________________________________________________________
40380 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
40381         Log: The lseek fix (#11991) was no fix.
40382      Branch: perl
40383            ! Configure
40384 ____________________________________________________________________________
40385 [ 11998] By: sky                                   on 2001/09/11  07:52:06
40386         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
40387              From: Matt Sergeant <MSergeant@star.net.uk>
40388              Date: Tue, 11 Sep 2001 09:22:32 +0100
40389              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
40390      Branch: perl
40391            ! ext/Encode/Encode.pm
40392 ____________________________________________________________________________
40393 [ 11997] By: sky                                   on 2001/09/11  06:35:29
40394         Log: Sometimes dTHX is added because it is needed on non 
40395              gnuc platforms, but not needed there. This uses GCC
40396              to silence GCC specific warnings by marking pTHX as 
40397              unused.
40398      Branch: perl
40399            ! perl.h
40400 ____________________________________________________________________________
40401 [ 11996] By: nick                                  on 2001/09/11  06:25:27
40402         Log: Integrate mainline
40403      Branch: perlio
40404            - ext/POSIX/sigaction.t lib/File/Find/taint.t
40405           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
40406 ____________________________________________________________________________
40407 [ 11995] By: nick                                  on 2001/09/11  06:23:39
40408         Log: Part Integrate mainline
40409      Branch: perlio
40410           +> (branch 69 files)
40411            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
40412            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
40413            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
40414            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
40415            - lib/Switch/t/switch_case.t lib/Test/Harness.t
40416            - lib/Test/More/Changes lib/Test/More/t/More.t
40417            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
40418            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
40419            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
40420            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
40421            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
40422            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
40423            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
40424            - t/lib/Test/More/Catch.pm wince/perl.ico
40425           !> (integrate 197 files)
40426 ____________________________________________________________________________
40427 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
40428         Log: Subject: Re: [PATCH] Encode.pm docs fix
40429              From: Gisle Aas <gisle@ActiveState.com>
40430              Date: 10 Sep 2001 11:27:02 -0700
40431              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
40432      Branch: perl
40433            ! ext/Encode/Encode.pm
40434 ____________________________________________________________________________
40435 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
40436         Log: Fix unpack U to be the reverse of pack U
40437              (but implement unpack U0U as a backdoor to get
40438              the UTF-8 malformed warnings from un-UTF-8 data)
40439      Branch: perl
40440            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
40441 ____________________________________________________________________________
40442 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
40443         Log: Metaconfig unit change for #11991;
40444              delete an unused unit (d_strtoull.U is the one used)
40445      Branch: metaconfig
40446            ! U/protos/d_lseekproto.U
40447      Branch: metaconfig/U/perl
40448            - strtoull.U
40449 ____________________________________________________________________________
40450 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
40451         Log: Subject: [PATCH] Configure not recording lseek proto
40452              From: Blair Zajac <blair@orcaware.com>
40453              Date: Mon, 10 Sep 2001 17:52:37 -0700
40454              Message-ID: <3B9D6055.BA334A31@orcaware.com>
40455              
40456              plus regen Configure.
40457      Branch: perl
40458            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40459            ! config_h.SH uconfig.h
40460 ____________________________________________________________________________
40461 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
40462         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?)))                  
40463              From: Nicholas Clark <nick@ccl4.org>
40464              Date: Tue, 11 Sep 2001 00:00:31 +0100
40465              Message-ID: <20010911000031.G1512@plum.flirble.org>
40466      Branch: perl
40467            + t/op/qq.t
40468            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
40469 ____________________________________________________________________________
40470 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
40471         Log: Subject: [PATCH] Building on win32 w/o perlio
40472              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
40473              Date: Mon, 10 Sep 2001 23:38:46 +0200
40474              Message-ID: <3B9D4F06.14433.2C37644@localhost>
40475      Branch: perl
40476            ! perl.c win32/Makefile win32/makefile.mk
40477 ____________________________________________________________________________
40478 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
40479         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
40480              From: "chromatic" <chromatic@rmci.net>
40481              Date: Mon, 10 Sep 2001 15:14:01 -0600
40482              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
40483      Branch: perl
40484            + lib/CGI/t/push.t
40485            ! MANIFEST
40486 ____________________________________________________________________________
40487 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
40488         Log: Subject: avoiding hoardes of zombies
40489              From: Nicholas Clark <nick@ccl4.org>
40490              Date: Mon, 10 Sep 2001 22:00:40 +0100
40491              Message-ID: <20010910220040.C1512@plum.flirble.org>
40492      Branch: perl
40493            ! pod/perlipc.pod
40494 ____________________________________________________________________________
40495 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
40496         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
40497              From: John Peacock <jpeacock@rowman.com>
40498              Date: Mon, 10 Sep 2001 16:34:30 -0400
40499              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
40500      Branch: perl
40501            ! sv.c t/op/ver.t utf8.h
40502 ____________________________________________________________________________
40503 [ 11985] By: ams                                   on 2001/09/10  23:20:13
40504         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
40505      Branch: perl
40506            ! MANIFEST
40507 ____________________________________________________________________________
40508 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
40509         Log: (Retracted by #12001)
40510              Subject: Calc with USE_MUL/USE_DIV
40511              From: Tels <perl_dummy@bloodgate.com>
40512              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
40513              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
40514      Branch: perl
40515            ! lib/Math/BigInt/Calc.pm
40516 ____________________________________________________________________________
40517 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
40518         Log: Subject: [PATCH op.c] Re: perl@11978
40519              From: Robin Barker <rmb1@cise.npl.co.uk>
40520              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
40521              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
40522              
40523              Format errors.
40524      Branch: perl
40525            ! op.c
40526 ____________________________________________________________________________
40527 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
40528         Log: Switch PADOFFSET back to U32 both because of binary backward
40529              compatibility and because Arthur seems to have been fixing the
40530              problems with naughty integer-pointer casting.
40531      Branch: perl
40532            ! op.h
40533 ____________________________________________________________________________
40534 [ 11981] By: ams                                   on 2001/09/10  16:31:43
40535         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
40536              Fix Pod Typo, Add Test for ExtUtils::Command
40537              From: "chromatic" <chromatic@rmci.net>
40538              Date: Mon, 10 Sep 2001 11:20:56 -0600
40539              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
40540      Branch: perl
40541            + lib/ExtUtils/Command.t
40542            ! MANIFEST lib/ExtUtils/Command.pm
40543 ____________________________________________________________________________
40544 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
40545         Log: Subject: [PATCH] Encode.pm docs fix
40546              From: Matt Sergeant <MSergeant@star.net.uk>
40547              Date: Mon, 10 Sep 2001 15:24:01 +0100
40548              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
40549      Branch: perl
40550            ! ext/Encode/Encode.pm
40551 ____________________________________________________________________________
40552 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
40553         Log: Update Changes.
40554      Branch: perl
40555            ! Changes patchlevel.h
40556 ____________________________________________________________________________
40557 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
40558         Log: Revert #11973, the dTHX seems to be needed in there
40559              for threaded builds.
40560      Branch: perl
40561            ! perlio.c
40562 ____________________________________________________________________________
40563 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
40564         Log: Detypo.
40565      Branch: perl
40566            ! pod/perlguts.pod
40567 ____________________________________________________________________________
40568 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
40569         Log: Further Class::Struct patching from Damian.
40570              
40571              The new new semantics are:
40572              
40573              * If you pass an initializer for a nested object, it has to be:
40574              a) a reference to an object of that class, or      
40575              b) a reference to an object of a subclass of that class, or
40576              c) a reference to a hash of arguments to be passed to the
40577              class's constructor
40578              * If you pass no initializer for a nested object, the attribute
40579              is initialized to C<undef>
40580      Branch: perl
40581            ! lib/Class/Struct.pm
40582 ____________________________________________________________________________
40583 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
40584         Log: Skip the crypt test if no crypt.
40585      Branch: perl
40586            ! t/op/crypt.t
40587 ____________________________________________________________________________
40588 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
40589         Log: Warn against using bare v-strings as IP addresses
40590              (okay if using the wrappers from Socket)
40591      Branch: perl
40592            ! pod/perldata.pod pod/perlport.pod
40593 ____________________________________________________________________________
40594 [ 11973] By: sky                                   on 2001/09/10  11:57:58
40595         Log: Remove unused dTHX. Silenced another warning.
40596      Branch: perl
40597            ! perlio.c
40598 ____________________________________________________________________________
40599 [ 11972] By: sky                                   on 2001/09/10  11:54:25
40600         Log: Silence some more warnings INT2PTR.
40601      Branch: perl
40602            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
40603 ____________________________________________________________________________
40604 [ 11971] By: sky                                   on 2001/09/10  11:21:50
40605         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
40606      Branch: perl
40607            ! cop.h
40608 ____________________________________________________________________________
40609 [ 11970] By: sky                                   on 2001/09/10  11:17:25
40610         Log: Apply INT2PTR with force to silence warnings from
40611              PM_GETRE and friends. No more warnings with 64bit 
40612              IVs and 32bit pointers.    
40613      Branch: perl
40614            ! op.c op.h perl.c
40615 ____________________________________________________________________________
40616 [ 11969] By: sky                                   on 2001/09/10  10:13:02
40617         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
40618      Branch: perl
40619            ! pod/perlguts.pod
40620 ____________________________________________________________________________
40621 [ 11968] By: sky                                   on 2001/09/10  10:02:51
40622         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
40623              Rename to custop_op_name to Perl_custom_op_name to match perlapi
40624              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
40625              perl_clone.
40626      Branch: perl
40627            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
40628 ____________________________________________________________________________
40629 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
40630         Log: Using strlen() not good on embedded nul bytes.
40631      Branch: perl
40632            ! regcomp.c
40633 ____________________________________________________________________________
40634 [ 11966] By: ams                                   on 2001/09/09  21:06:13
40635         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
40636              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40637              Date: Mon, 13 Aug 2001 22:51:59 +0200
40638              Message-ID: <20010813225159.C6681@rafael>
40639              (Applied with several tweaks.)
40640      Branch: perl
40641            ! embed.h embed.pl proto.h toke.c
40642 ____________________________________________________________________________
40643 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
40644         Log: The exact error message is system-dependent.
40645      Branch: perl
40646            ! lib/ExtUtils/Manifest.t
40647 ____________________________________________________________________________
40648 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
40649         Log: Add Windows and Mac Sami support to Encode
40650              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
40651      Branch: perl
40652            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
40653            ! MANIFEST
40654 ____________________________________________________________________________
40655 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
40656         Log: Use the tried method.
40657      Branch: perl
40658            ! pod/perlport.pod
40659 ____________________________________________________________________________
40660 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
40661         Log: Can't count parentheses.
40662      Branch: perl
40663            ! ext/IO/lib/IO/Socket/INET.pm
40664 ____________________________________________________________________________
40665 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
40666         Log: perlport additions: 1 while unlink, add/delete directory
40667              entries and permissions, cygwin stat funkiness (from Michael
40668              Schwern and Nicholas Clark)
40669      Branch: perl
40670            ! pod/perlport.pod
40671 ____________________________________________________________________________
40672 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
40673         Log: blib does have a detectable test.
40674      Branch: perl
40675            ! t/lib/1_compile.t
40676 ____________________________________________________________________________
40677 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
40678         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
40679              From: "chromatic" <chromatic@rmci.net>
40680              Date: Sat, 08 Sep 2001 19:33:42 -0600
40681              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
40682      Branch: perl
40683            + lib/Term/Complete.t
40684            ! MANIFEST
40685 ____________________________________________________________________________
40686 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
40687         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
40688              From: Michael G Schwern <schwern@pobox.com> 
40689              Date: Sat, 8 Sep 2001 02:40:26 -0400
40690              Message-ID: <20010908024026.A26283@blackrider>
40691      Branch: perl
40692            + lib/Test/Tutorial.pod
40693            ! MANIFEST
40694 ____________________________________________________________________________
40695 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
40696         Log: Try to look up protocol (by name) only iff it has non-numbers:
40697              nice if the server is in a chrooted environment (no /etc/protocols,
40698              server code using hardcorded protocol numbers like 6 for tcp),
40699              suggested by John Holdsworth <coldwave@bigfoot.com>.
40700              In other words, if we are given a number, why look it up again
40701              (by number)?
40702      Branch: perl
40703            ! ext/IO/lib/IO/Socket/INET.pm
40704 ____________________________________________________________________________
40705 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
40706         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
40707              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40708              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
40709              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
40710              
40711              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
40712              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40713              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
40714              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
40715              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
40716              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40717              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
40718              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
40719      Branch: perl
40720            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
40721 ____________________________________________________________________________
40722 [ 11955] By: ams                                   on 2001/09/09  02:54:21
40723         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
40724              From: "Craig A. Berry" <craigberry@mac.com>
40725              Date: Sat, 08 Sep 2001 19:02:16 -0500
40726              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
40727      Branch: perl
40728            ! lib/CGI/t/carp.t
40729 ____________________________________________________________________________
40730 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
40731         Log: Documentation tweaks; think the IP address as an opaque string.
40732      Branch: perl
40733            ! ext/Socket/Socket.pm
40734 ____________________________________________________________________________
40735 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
40736         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
40737              From: Michael G Schwern <schwern@pobox.com>
40738              Date: Sat, 8 Sep 2001 19:45:46 -0400
40739              Message-ID: <20010908194546.C9193@blackrider>
40740      Branch: perl
40741            + lib/blib.t
40742            ! MANIFEST lib/blib.pm t/lib/1_compile.t
40743 ____________________________________________________________________________
40744 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
40745         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
40746              From: "chromatic" <chromatic@rmci.net>
40747              Date: Sat, 08 Sep 2001 12:31:44 -0600
40748              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
40749      Branch: perl
40750            + lib/CGI/t/fast.t
40751            ! MANIFEST
40752 ____________________________________________________________________________
40753 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
40754         Log: The Socket tests were wrong: they were assuming too much.
40755      Branch: perl
40756            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
40757 ____________________________________________________________________________
40758 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
40759         Log: Retract the portability changes since they
40760              seem to have opened a can of worms... will
40761              go back to UNICOS/mk and do the bare minimum
40762              required to get the tests working.
40763      Branch: perl
40764            ! ext/Socket/Socket.xs
40765 ____________________________________________________________________________
40766 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
40767         Log: PADOFFSET is used to cast pointers into integers,
40768              if pointers are 64 bits and U32 32 bits,
40769              bad things may happen, or at least warnings issued.
40770      Branch: perl
40771            ! op.h
40772 ____________________________________________________________________________
40773 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
40774         Log: Still more Socket portability tweaking.
40775              Now Socket.t seems to be happy in all of
40776              Linux/x86, Tru64/alpha, Solaris/sparc,
40777              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
40778              
40779              Addendum: it seems that io_multihomed, io_sock, and hostent
40780              were broken in little-endians (linux/x86 and tru64/alpha)
40781              because of this change.  Argh.
40782      Branch: perl
40783            ! ext/Socket/Socket.xs
40784 ____________________________________________________________________________
40785 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
40786         Log: More portability kicking on inet_ntoa().
40787      Branch: perl
40788            ! ext/Socket/Socket.xs
40789 ____________________________________________________________________________
40790 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
40791         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
40792              From: Michael G Schwern <schwern@pobox.com> 
40793              Date: Fri, 7 Sep 2001 23:06:51 -0400
40794              Message-ID: <20010907230651.R606@blackrider>
40795      Branch: perl
40796            + lib/ExtUtils/Manifest.t
40797            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
40798 ____________________________________________________________________________
40799 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
40800         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
40801              From: "chromatic" <chromatic@rmci.net>
40802              Date: Fri, 07 Sep 2001 17:53:15 -0600      
40803              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
40804      Branch: perl
40805            + lib/ExtUtils/testlib.t
40806            ! MANIFEST
40807 ____________________________________________________________________________
40808 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
40809         Log: Thinko.
40810      Branch: perl
40811            ! lib/integer.t
40812 ____________________________________________________________________________
40813 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
40814         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
40815              From: "Craig A. Berry" <craigberry@mac.com>
40816              Date: Fri, 07 Sep 2001 15:30:03 -0500
40817              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
40818      Branch: perl
40819            ! lib/CGI/Carp.pm
40820 ____________________________________________________________________________
40821 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
40822         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
40823              From: Michael G Schwern <schwern@pobox.com>
40824              Date: Fri, 7 Sep 2001 15:38:13 -0400
40825              Message-ID: <20010907153813.K606@blackrider>
40826      Branch: perl
40827            ! lib/ExtUtils/MM_Unix.pm
40828 ____________________________________________________________________________
40829 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
40830         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
40831              From: Robin Barker <rmb1@cise.npl.co.uk>
40832              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
40833              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
40834      Branch: perl
40835            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
40836 ____________________________________________________________________________
40837 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
40838         Log: Clean up 1_compile.t; move tests to more consistent
40839              places (t/ subdirectories); add integer.t (much of
40840              the pragma is tested elsewhere but there is no one
40841              centralized place)
40842      Branch: perl
40843            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
40844            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
40845            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
40846            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
40847            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
40848            - lib/File/Find/find.t lib/File/Find/taint.t
40849            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
40850 ____________________________________________________________________________
40851 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
40852         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
40853              From: "chromatic" <chromatic@rmci.net>
40854              Date: Fri, 07 Sep 2001 10:17:40 -0600
40855              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
40856      Branch: perl
40857            ! lib/File/Find/taint.t
40858 ____________________________________________________________________________
40859 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
40860         Log: Update Changes.
40861      Branch: perl
40862            ! Changes patchlevel.h
40863 ____________________________________________________________________________
40864 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
40865         Log: Rename the old threading tutorial, start a new one,
40866              regen toc.
40867      Branch: perl
40868            + pod/perlothrtut.pod
40869            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
40870            ! pod/perltoc.pod
40871 ____________________________________________________________________________
40872 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
40873         Log: vars very much has a test.
40874      Branch: perl
40875            ! t/lib/1_compile.t
40876 ____________________________________________________________________________
40877 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
40878         Log: Subject: Re: wince/perl.ico marked as binary
40879              From: Nicholas Clark <nick@ccl4.org>
40880              Date: Fri, 7 Sep 2001 13:54:40 +0100
40881              Message-ID: <20010907135439.D39150@plum.flirble.org>
40882              
40883              and wince/Makefile.ce change from Rainer Keuchel.
40884      Branch: perl
40885            + wince/makeico.pl
40886            ! MANIFEST wince/Makefile.ce
40887 ____________________________________________________________________________
40888 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
40889         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
40890              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40891              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
40892              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
40893      Branch: perl
40894            ! regexec.c
40895 ____________________________________________________________________________
40896 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
40897         Log: (Replaced by #11934)
40898              Subject: Re: [PATCH regexec.c] more general .* and .*?
40899              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40900              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
40901              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
40902      Branch: perl
40903            ! regexec.c
40904 ____________________________________________________________________________
40905 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
40906         Log: The #11931 patching misbehaved.
40907      Branch: perl
40908            ! lib/Test/Harness/t/test-harness.t
40909 ____________________________________________________________________________
40910 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
40911         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
40912              From: Michael G Schwern <schwern@pobox.com>
40913              Date: Fri, 7 Sep 2001 03:30:41 -0400
40914              Message-ID: <20010907033041.A2796@blackrider>
40915      Branch: perl
40916            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
40917            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
40918            + t/lib/sample-tests/header_at_end_fail
40919            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
40920            - lib/Test/Harness.t
40921            ! MANIFEST lib/Test/Harness.pm t/TEST
40922 ____________________________________________________________________________
40923 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
40924         Log: Subject: [PATCH] Digest::MD5 update
40925              From: Gisle Aas <gisle@ActiveState.com>
40926              Date: 06 Sep 2001 23:32:56 -0700
40927              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
40928      Branch: perl
40929            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
40930            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
40931 ____________________________________________________________________________
40932 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
40933         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
40934              From: "chromatic" <chromatic@rmci.net>
40935              Date: Thu, 06 Sep 2001 23:11:44 -0600
40936              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
40937      Branch: perl
40938            + lib/less.t
40939            ! MANIFEST t/lib/1_compile.t
40940 ____________________________________________________________________________
40941 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
40942         Log: The binary file must somehow differently stored.
40943      Branch: perl
40944            - wince/perl.ico
40945            ! MANIFEST
40946 ____________________________________________________________________________
40947 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
40948         Log: Add more modules to the list of modules that have tests,
40949              Schwern's wallet is getting more nervous.
40950              (Run t/lib/1_compile.t manually to see which modules
40951              are lacking tests, or the tests can't be run for some
40952              reason or another, such as the Net:: modules)
40953      Branch: perl
40954            ! t/lib/1_compile.t
40955 ____________________________________________________________________________
40956 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
40957         Log: Try to make Socket::inet_ntoa() more robust.
40958      Branch: perl
40959            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
40960 ____________________________________________________________________________
40961 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
40962         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
40963              From: chromatic <chromatic@rmci.net>       
40964              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
40965              Message-Id: <01090522580506.19590@firewheel>           
40966      Branch: perl
40967            ! lib/English.t
40968 ____________________________________________________________________________
40969 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
40970         Log: Subject: Re: perlvar manpage and localizing special vars
40971              From: Stas Bekman <stas@stason.org>
40972              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
40973              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
40974      Branch: perl
40975            ! pod/perlvar.pod
40976 ____________________________________________________________________________
40977 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
40978         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
40979              From: Robin Barker <rmb1@cise.npl.co.uk>
40980              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
40981              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
40982      Branch: perl
40983            ! lib/ExtUtils/MakeMaker.pm
40984 ____________________________________________________________________________
40985 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
40986         Log: Symbol missing; AIX unhappy.
40987      Branch: perl
40988            ! makedef.pl
40989 ____________________________________________________________________________
40990 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
40991         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
40992              Reported in 5.61, seems to work okay in blead.
40993      Branch: perl
40994            ! t/run/kill_perl.t
40995 ____________________________________________________________________________
40996 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
40997         Log: Update Changes.
40998      Branch: perl
40999            ! Changes patchlevel.h
41000 ____________________________________________________________________________
41001 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
41002         Log: Document the bad assumptions currently breaking
41003              the Socket.t tests 10, 11, and 13 in UNICOS.
41004      Branch: perl
41005            ! ext/Socket/Socket.xs
41006 ____________________________________________________________________________
41007 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
41008         Log: Subject: [PATCH x2p] make OPTIMIZE=...
41009              From: Robin Barker <rmb1@cise.npl.co.uk>
41010              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
41011              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
41012      Branch: perl
41013            ! x2p/Makefile.SH x2p/cflags.SH
41014 ____________________________________________________________________________
41015 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
41016         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
41017              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
41018              Date: Thu, 6 Sep 2001 11:09:40 +0100
41019              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
41020              
41021              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
41022              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
41023              Date: 6 Sep 2001 10:14:38 -0000
41024              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
41025      Branch: perl
41026            ! pod/perlfaq1.pod pod/perlhack.pod
41027 ____________________________________________________________________________
41028 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
41029         Log: Subject: Extra NUL is Data::Dumper output - patch
41030              From: Tony Cook <tony@develop-help.com>
41031              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
41032              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
41033      Branch: perl
41034            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
41035 ____________________________________________________________________________
41036 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
41037         Log: Avoid redefinition warning
41038              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
41039              from
41040              perl -w -Ilib -MCwd -e ''
41041      Branch: perl
41042            ! lib/Cwd.pm
41043 ____________________________________________________________________________
41044 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
41045         Log: Update the is_tainted() example implementation.
41046      Branch: perl
41047            ! pod/perlsec.pod
41048 ____________________________________________________________________________
41049 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
41050         Log: Missing) in #11912.
41051      Branch: perl
41052            ! lib/Test/Simple/t/fail.t
41053 ____________________________________________________________________________
41054 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
41055         Log: Rewhack Test-Simple into core harness.
41056      Branch: perl
41057            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
41058            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
41059            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
41060            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
41061            ! lib/Test/Simple/t/skipall.t
41062 ____________________________________________________________________________
41063 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
41064         Log: Workaround for the new Exporter 'feature'.
41065      Branch: perl
41066            ! lib/Test/More.pm
41067 ____________________________________________________________________________
41068 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
41069         Log: Re-introduce pure-Perl fall-back for abs_path,
41070              re-introduce #11898.
41071      Branch: perl
41072            ! lib/Cwd.pm lib/File/Find.pm
41073 ____________________________________________________________________________
41074 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
41075         Log: More tests.
41076      Branch: perl
41077            ! lib/Exporter.t
41078 ____________________________________________________________________________
41079 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
41080         Log: Retract #11898 for now because it introduces
41081              a rather nasty depencency: when B is being built,
41082              MakeMaker is used.  MakeMaker uses File::Find.
41083              File::Find uses Cwd::getcwd()...which doesn't
41084              exist yet.
41085      Branch: perl
41086            ! lib/File/Find.pm
41087 ____________________________________________________________________________
41088 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
41089         Log: New test welcome.
41090      Branch: perl
41091            + lib/Test/Simple/t/simple.t
41092 ____________________________________________________________________________
41093 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
41094         Log: Old test begone.
41095      Branch: perl
41096            - lib/Attribute/Handlers/test.pl
41097 ____________________________________________________________________________
41098 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
41099         Log: Test-Simple syncup from Schwern.
41100      Branch: perl
41101            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
41102            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
41103            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
41104            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
41105            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
41106            - lib/Test/More/Changes lib/Test/More/t/More.t
41107            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
41108            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
41109            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
41110            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
41111            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
41112            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
41113            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
41114            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
41115            ! t/lib/Test/Simple/sample_tests/death.plx
41116            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
41117            ! t/lib/Test/Simple/sample_tests/extras.plx
41118            ! t/lib/Test/Simple/sample_tests/five_fail.plx
41119            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
41120            ! t/lib/Test/Simple/sample_tests/one_fail.plx
41121            ! t/lib/Test/Simple/sample_tests/require.plx
41122            ! t/lib/Test/Simple/sample_tests/success.plx
41123            ! t/lib/Test/Simple/sample_tests/too_few.plx
41124            ! t/lib/Test/Simple/sample_tests/two_fail.plx
41125 ____________________________________________________________________________
41126 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
41127         Log: Integrate File::Find changes from bleadperl
41128      Branch: maint-5.6/macperl
41129            ! lib/File/Find.pm t/lib/filefind-taint.t
41130 ____________________________________________________________________________
41131 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
41132         Log: Integrate 11847 from maint-5.6/perl
41133      Branch: maint-5.6/macperl
41134           !> sv.c
41135 ____________________________________________________________________________
41136 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
41137         Log: In UNICOS division yada yada.
41138      Branch: perl
41139            ! t/op/override.t
41140 ____________________________________________________________________________
41141 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
41142         Log: In UNICOS division is really lossy, better use
41143              a tolerance test.
41144      Branch: perl
41145            ! ext/Time/HiRes/HiRes.t
41146 ____________________________________________________________________________
41147 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
41148         Log: In UNICOS sigaction() sets an extra flag
41149              ("the signal has been registered for all the processes in
41150              a multitasking group.")
41151      Branch: perl
41152            ! ext/POSIX/sigaction.t
41153 ____________________________________________________________________________
41154 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
41155         Log: Documentation micropatch from Damian.
41156      Branch: perl
41157            ! lib/Attribute/Handlers.pm
41158 ____________________________________________________________________________
41159 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
41160         Log: (Retracted by #11908)
41161              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
41162              From: Michael G Schwern <schwern@pobox.com>
41163              Date: Wed, 5 Sep 2001 15:58:21 -0400
41164              Message-ID: <20010905155821.I632@blackrider>
41165      Branch: perl
41166            ! lib/File/Find.pm lib/File/Find/taint.t
41167 ____________________________________________________________________________
41168 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
41169         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
41170              From: Michael G Schwern <schwern@pobox.com>
41171              Date: Wed, 5 Sep 2001 19:16:31 -0400
41172              Message-ID: <20010905191631.E11386@blackrider>
41173      Branch: perl
41174            + lib/CGI/t/carp.t
41175            ! MANIFEST
41176 ____________________________________________________________________________
41177 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
41178         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
41179              From: chromatic <chromatic@rmci.net>
41180              Date: Wed, 5 Sep 2001 18:08:07 -0600
41181              Message-Id: <01090518080700.19590@firewheel>
41182      Branch: perl
41183            ! lib/English.pm
41184 ____________________________________________________________________________
41185 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
41186         Log: Fix a typo #11889 and add a test for the same.
41187      Branch: perl
41188            ! ext/Socket/Socket.t ext/Socket/Socket.xs
41189 ____________________________________________________________________________
41190 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
41191         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
41192              From: "Craig A. Berry" <craigberry@mac.com>
41193              Date: Wed, 05 Sep 2001 17:48:54 -0500
41194              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
41195      Branch: perl
41196            ! lib/warnings.t t/run/kill_perl.t
41197 ____________________________________________________________________________
41198 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
41199         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
41200              From: Michael G Schwern <schwern@pobox.com>
41201              Date: Wed, 5 Sep 2001 17:22:25 -0400
41202              Message-ID: <20010905172225.C11386@blackrider>
41203      Branch: perl
41204            ! t/run/kill_perl.t
41205 ____________________________________________________________________________
41206 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
41207         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
41208              From: Nicholas Clark <nick@ccl4.org>
41209              Date: Wed, 5 Sep 2001 20:54:24 +0100
41210              Message-ID: <20010905205424.C25120@plum.flirble.org>
41211      Branch: perl
41212            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
41213 ____________________________________________________________________________
41214 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
41215         Log: Forgotten thing.
41216      Branch: perl
41217            ! uconfig.h
41218 ____________________________________________________________________________
41219 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
41220         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
41221              From: chromatic <chromatic@rmci.net>               
41222              Date: Wed, 5 Sep 2001 13:22:08 -0600
41223              Message-Id: <01090513220807.10587@firewheel> 
41224      Branch: perl
41225            ! lib/English.pm
41226 ____________________________________________________________________________
41227 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
41228         Log: inet_ntoa() tweaks:
41229              - don't allow addresses with > 255 characters
41230              - indent the HP-UX workaround
41231              - don't leak memory
41232      Branch: perl
41233            ! ext/Socket/Socket.xs
41234 ____________________________________________________________________________
41235 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
41236         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
41237              <xwu@theeducationcenter.com>
41238      Branch: perl
41239            ! lib/File/Find.pm
41240 ____________________________________________________________________________
41241 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
41242         Log: Typo nits.
41243      Branch: perl
41244            ! lib/File/Find.pm
41245 ____________________________________________________________________________
41246 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
41247         Log: -Wall nit.
41248      Branch: perl
41249            ! op.c
41250 ____________________________________________________________________________
41251 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
41252         Log: Update to Scalar-List-Utils 1.05
41253      Branch: perl
41254            ! ext/List/Util/ChangeLog ext/List/Util/README
41255            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
41256 ____________________________________________________________________________
41257 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
41258         Log: Update Changes.
41259      Branch: perl
41260            ! Changes patchlevel.h
41261 ____________________________________________________________________________
41262 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
41263         Log: Update to Scalar-List-Utils 1.04
41264      Branch: perl
41265            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
41266            ! ext/List/Util/lib/List/Util.pm
41267            ! ext/List/Util/lib/Scalar/Util.pm
41268 ____________________________________________________________________________
41269 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
41270         Log: Metaconfigify #11724.
41271      Branch: metaconfig
41272            ! U/threads/archname.U
41273 ____________________________________________________________________________
41274 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
41275         Log: The MacOS reference is okay, no reason to hide it.
41276      Branch: perl
41277            ! lib/Cwd.pm
41278 ____________________________________________________________________________
41279 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
41280         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
41281              From: Michael G Schwern <schwern@pobox.com>
41282              Date: Tue, 4 Sep 2001 15:30:10 -0400
41283              Message-ID: <20010904153010.H26466@blackrider> 
41284              
41285              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
41286      Branch: perl
41287            ! ext/Cwd/Makefile.PL lib/Cwd.pm
41288 ____________________________________________________________________________
41289 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
41290         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.))
41291              From: Michael G Schwern <schwern@pobox.com>
41292              Date: Tue, 4 Sep 2001 17:39:13 -0400
41293              Message-ID: <20010904173913.C626@blackrider>
41294      Branch: perl
41295            ! lib/Cwd.pm
41296 ____________________________________________________________________________
41297 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
41298         Log: Subject: Re: Perl_pp_* in public API?
41299              From: "Craig A. Berry" <craigberry@mac.com>
41300              Date: Tue, 4 Sep 2001 21:51:29 -0500
41301              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
41302      Branch: perl
41303            ! ext/List/Util/Util.xs
41304 ____________________________________________________________________________
41305 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
41306         Log: From Damian: Class::Struct was unable to define
41307              recursive classes.  After the patch an object reference
41308              (rather than a hash) is required to initialize
41309              an object attribute.  If no such initializer is given to
41310              the constructor, object attributes are now default
41311              initialized to C<undef>.
41312      Branch: perl
41313            ! lib/Class/Struct.pm lib/Class/Struct.t
41314 ____________________________________________________________________________
41315 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
41316         Log: Subject: Re: sv_catpvfn and sv_setpvfn
41317              From: Richard Soderberg <rs@oregonnet.com>
41318              Date: Tue, 4 Sep 2001 15:16:47 -0700
41319              Message-Id: <200109042216.PAA17858@oregonnet.com>
41320      Branch: perl
41321            ! pod/perlclib.pod pod/perlguts.pod
41322 ____________________________________________________________________________
41323 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
41324         Log: NetWare updates from Ananth Kesari.
41325      Branch: perl
41326            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
41327            ! NetWare/nw5thread.h
41328 ____________________________________________________________________________
41329 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
41330         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?))
41331              From: Nicholas Clark <nick@ccl4.org>
41332              Date: Tue, 4 Sep 2001 22:42:50 +0100
41333              Message-ID: <20010904224250.P25120@plum.flirble.org>
41334      Branch: perl
41335            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
41336            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
41337            ! t/op/oct.t toke.c
41338 ____________________________________________________________________________
41339 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
41340         Log: Fix Cwd::getcwd() not being tainted, as noticed
41341              by Schwern.
41342      Branch: perl
41343            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
41344            - ext/Cwd/Cwd.t
41345            ! MANIFEST ext/Cwd/Cwd.xs util.c
41346 ____________________________________________________________________________
41347 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
41348         Log: Retract #11870 and volatilize the right destruct_level.
41349              Silly thinko pointed out by Sarathy.
41350      Branch: perl
41351            ! intrpvar.h perl.c
41352 ____________________________________________________________________________
41353 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
41354         Log: At least a temporary fix for the mysterious scope core dumps
41355              in Tru64 from Graham.
41356      Branch: perl
41357            ! ext/List/Util/Util.xs
41358 ____________________________________________________________________________
41359 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
41360         Log: (Retracted by #11872)
41361      Branch: perl
41362            ! intrpvar.h
41363 ____________________________________________________________________________
41364 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
41365         Log: Quench a -Wall gripe noticed by Robin Barker.
41366      Branch: perl
41367            ! op.c
41368 ____________________________________________________________________________
41369 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
41370         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
41371              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41372              Date: Wed, 05 Sep 2001 02:01:32 +0900
41373              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
41374      Branch: perl
41375            ! lib/Unicode/UCD.pm
41376 ____________________________________________________________________________
41377 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
41378         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
41379              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41380              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
41381              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
41382      Branch: perl
41383            ! gv.c
41384 ____________________________________________________________________________
41385 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
41386         Log: Update Changes.
41387      Branch: perl
41388            ! Changes patchlevel.h
41389 ____________________________________________________________________________
41390 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
41391         Log: Add the \[$@%&*] prototype support.
41392      Branch: perl
41393            ! op.c pod/perlsub.pod t/comp/proto.t
41394 ____________________________________________________________________________
41395 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
41396         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
41397              From: Michael G Schwern <schwern@pobox.com>
41398              Date: Mon, 3 Sep 2001 18:59:01 -0400
41399              Message-ID: <20010903185901.Z9233@blackrider>
41400      Branch: perl
41401            ! lib/CGI/t/form.t
41402 ____________________________________________________________________________
41403 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
41404         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
41405              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41406              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
41407              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
41408      Branch: perl
41409            ! gv.c
41410 ____________________________________________________________________________
41411 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
41412         Log: More srand entry tweakage based on Randal's suggestion.
41413      Branch: perl
41414            ! pod/perlfunc.pod
41415 ____________________________________________________________________________
41416 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
41417         Log: Subject: [PATCH] 'main' *is* a reserved word
41418              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41419              Date: Mon, 3 Sep 2001 22:55:41 +0200
41420              Message-ID: <20010903225541.A24097@rafael>
41421      Branch: perl
41422            ! toke.c
41423 ____________________________________________________________________________
41424 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
41425         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
41426              From: Peter Prymmer <pvhp@best.com>
41427              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
41428              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
41429      Branch: perl
41430            ! README.vms configure.com
41431 ____________________________________________________________________________
41432 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
41433         Log: Subject: Re: A slightly better default seed?   
41434              From: Michael G Schwern <schwern@pobox.com>
41435              Date: Mon, 3 Sep 2001 18:08:15 -0400 
41436              Message-ID: <20010903180815.W9233@blackrider>
41437      Branch: perl
41438            ! t/op/srand.t
41439 ____________________________________________________________________________
41440 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
41441         Log: Add sharedsv.o to microperl object files.
41442      Branch: perl
41443            ! Makefile.micro
41444 ____________________________________________________________________________
41445 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
41446         Log: AUTHORS updates and
41447              
41448              Subject: [PATCH] Just some preening :-)        
41449              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
41450              Date: Tue, 4 Sep 2001 14:16:59 +0100
41451              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
41452      Branch: perl
41453            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
41454 ____________________________________________________________________________
41455 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
41456         Log: Typo fix and slight rewording.
41457      Branch: perl
41458            ! pod/perlfunc.pod
41459 ____________________________________________________________________________
41460 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
41461         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
41462      Branch: perl
41463            ! pod/perlfaq4.pod
41464 ____________________________________________________________________________
41465 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
41466         Log: The helper file changed name.
41467      Branch: perl
41468            ! MANIFEST
41469 ____________________________________________________________________________
41470 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
41471         Log: Update to Scalar-List-Utils 1.03
41472      Branch: perl
41473            + ext/List/Util/t/shuffle.t
41474            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
41475            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
41476            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
41477            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
41478            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
41479            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
41480            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
41481            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
41482 ____________________________________________________________________________
41483 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
41484         Log: Make crypt() do something more sane for Unicode
41485              (take crypt() of the low eight bits of the characters,
41486              instead of taking crypt() of the UTF-8 of the scalar);
41487              add a test for crypt().
41488      Branch: perl
41489            + t/op/crypt.t
41490            ! MANIFEST pod/perlfunc.pod pp.c
41491 ____________________________________________________________________________
41492 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
41493         Log: Reorganize the srand entry.
41494      Branch: perl
41495            ! pod/perlfunc.pod
41496 ____________________________________________________________________________
41497 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
41498         Log: Remove the tests that assume something about
41499              calling srand() without arguments multiple times.
41500      Branch: perl
41501            ! t/op/srand.t
41502 ____________________________________________________________________________
41503 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
41504         Log: Upgrade to Math::BigInt 1.42.
41505      Branch: perl
41506            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
41507            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
41508            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
41509            ! lib/Math/BigInt/t/mbimbf.t
41510 ____________________________________________________________________________
41511 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
41512         Log: integrate change#11847 from maint-5.6
41513              
41514              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
41515      Branch: perl
41516            ! sv.c
41517 ____________________________________________________________________________
41518 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
41519         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
41520      Branch: maint-5.6/perl
41521            ! sv.c
41522 ____________________________________________________________________________
41523 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
41524         Log: As far as I can tell these functions have been Unicodified.
41525      Branch: perl
41526            ! doop.c
41527 ____________________________________________________________________________
41528 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
41529         Log: Update to Storable 1.0.13.
41530      Branch: perl
41531            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41532            ! ext/Storable/Storable.xs
41533 ____________________________________________________________________________
41534 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
41535         Log: Patch the Filter::Simple test to work with
41536              the core test suite (since the FilterTest.pm
41537              is in t/lib, not in lib).
41538      Branch: perl
41539            ! lib/Filter/Simple/t/filter.t
41540 ____________________________________________________________________________
41541 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
41542         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
41543      Branch: perl
41544            + t/lib/FilterTest.pm
41545            - t/lib/MyFilter.pm
41546 ____________________________________________________________________________
41547 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
41548         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
41549              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
41550              Text::Balanced 1.86.
41551      Branch: perl
41552            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
41553            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
41554            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
41555            + lib/Switch/t/nested.t lib/Switch/t/switch.t
41556            + lib/Text/Balanced/Changes lib/Text/Balanced/README
41557            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
41558            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
41559            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
41560            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
41561            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
41562            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
41563            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
41564            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
41565            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
41566            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
41567            ! MANIFEST lib/Attribute/Handlers.pm
41568            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
41569            ! lib/Attribute/Handlers/demo/Demo.pm
41570            ! lib/Attribute/Handlers/demo/Descriptions.pm
41571            ! lib/Attribute/Handlers/demo/MyClass.pm
41572            ! lib/Attribute/Handlers/demo/demo.pl
41573            ! lib/Attribute/Handlers/demo/demo2.pl
41574            ! lib/Attribute/Handlers/demo/demo3.pl
41575            ! lib/Attribute/Handlers/demo/demo4.pl
41576            ! lib/Attribute/Handlers/demo/demo_call.pl
41577            ! lib/Attribute/Handlers/demo/demo_chain.pl
41578            ! lib/Attribute/Handlers/demo/demo_cycle.pl
41579            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
41580            ! lib/Attribute/Handlers/demo/demo_phases.pl
41581            ! lib/Attribute/Handlers/demo/demo_range.pl
41582            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
41583            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
41584            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
41585            ! lib/Text/Balanced.pm
41586 ____________________________________________________________________________
41587 [ 11841] By: sky                                   on 2001/09/03  11:04:15
41588         Log: Forgot to add a file with Change #11840
41589      Branch: perl
41590            + t/op/srand.t
41591 ____________________________________________________________________________
41592 [ 11840] By: sky                                   on 2001/09/03  11:02:04
41593         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
41594              From: Michael G Schwern <schwern@pobox.com>
41595              Date: Mon, 3 Sep 2001 07:43:00 -0400
41596              Message-ID: <20010903074300.E9233@blackrider>
41597      Branch: perl
41598            ! MANIFEST pod/perlfunc.pod t/op/rand.t
41599 ____________________________________________________________________________
41600 [ 11839] By: sky                                   on 2001/09/03  10:47:11
41601         Log: Document the changes with regards to running of END blocks.
41602              And DESTROY on global objects are called in perl_destruct()!
41603      Branch: perl
41604            ! pod/perl572delta.pod pod/perlembed.pod
41605 ____________________________________________________________________________
41606 [ 11838] By: sky                                   on 2001/09/03  09:34:44
41607         Log: Subject: [PATCH t/op/time.t] Partial cleanup
41608              From: Michael G Schwern <schwern@pobox.com>
41609              Date: Mon, 3 Sep 2001 06:29:42 -0400
41610              Message-ID: <20010903062942.C9233@blackrider>
41611      Branch: perl
41612            ! t/op/time.t
41613 ____________________________________________________________________________
41614 [ 11837] By: sky                                   on 2001/09/03  09:30:02
41615         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
41616              From: Michael G Schwern <schwern@pobox.com>
41617              Date: Mon, 3 Sep 2001 06:24:13 -0400
41618              Message-ID: <20010903062413.B9233@blackrider>
41619      Branch: perl
41620            ! t/op/rand.t
41621 ____________________________________________________________________________
41622 [ 11836] By: sky                                   on 2001/09/03  07:56:47
41623         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
41624              From: Michael G Schwern <schwern@pobox.com>
41625              Date: Sun, 2 Sep 2001 21:38:43 -0400
41626              Message-ID: <20010902213843.L2711@blackrider>
41627      Branch: perl
41628            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
41629            ! MANIFEST
41630 ____________________________________________________________________________
41631 [ 11835] By: nick                                  on 2001/09/03  06:20:06
41632         Log: Integrate mainline
41633      Branch: perlio
41634           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
41635            - t/op/misc.t
41636           !> (integrate 187 files)
41637 ____________________________________________________________________________
41638 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
41639         Log: Update Changes.
41640      Branch: perl
41641            ! Changes patchlevel.h
41642 ____________________________________________________________________________
41643 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
41644         Log: Slight tweaks.
41645      Branch: perl
41646            ! t/run/kill_perl.t
41647 ____________________________________________________________________________
41648 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
41649         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
41650      Branch: perl
41651            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
41652 ____________________________________________________________________________
41653 [ 11831] By: sky                                   on 2001/09/02  12:10:42
41654         Log: Change #11828 wasn't complete, this updates to intest path
41655      Branch: perl
41656            ! t/run/kill_perl.t
41657 ____________________________________________________________________________
41658 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
41659         Log: 's's's.
41660      Branch: perl
41661            ! Changes
41662 ____________________________________________________________________________
41663 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
41664         Log: Update Changes.
41665      Branch: perl
41666            ! Changes patchlevel.h
41667 ____________________________________________________________________________
41668 [ 11828] By: sky                                   on 2001/09/02  11:53:56
41669         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
41670              From: Michael G Schwern <schwern@pobox.com>
41671              Date: Sat, 1 Sep 2001 20:18:58 -0400
41672              Message-ID: <20010901201858.X606@blackrider>
41673              +MANIFEST Fix
41674      Branch: perl
41675            + t/run/kill_perl.t
41676            - t/op/misc.t t/run/segfault.t
41677            ! MANIFEST
41678 ____________________________________________________________________________
41679 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
41680         Log: Subject: [PATCH] lib/Time/Local.pm
41681              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41682              Date: Sun, 2 Sep 2001 06:50:01 -0500
41683              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
41684      Branch: perl
41685            ! lib/Time/Local.pm
41686 ____________________________________________________________________________
41687 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
41688         Log: Tick off Unicode collation and the normalization from
41689              the todo list.
41690      Branch: perl
41691            ! pod/perltodo.pod
41692 ____________________________________________________________________________
41693 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
41694         Log: Update to Unicode 3.1.1.
41695      Branch: perl
41696            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
41697            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
41698            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
41699            ! lib/unicore/PropList.txt lib/unicore/README.perl
41700            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
41701            ! lib/unicore/rename lib/unicore/version
41702 ____________________________________________________________________________
41703 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
41704         Log: Slight doc tweaks for the module.
41705      Branch: perl
41706            ! lib/Unicode/UCD.pm
41707 ____________________________________________________________________________
41708 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
41709         Log: Rename the variable: it *used* to be (wrongly) that the
41710              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
41711              but that is no more the case: PL_reg_match_utf8 is better.
41712      Branch: perl
41713            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
41714            ! regexec.c sv.c thrdvar.h
41715 ____________________________________________________________________________
41716 [ 11822] By: ams                                   on 2001/09/02  02:54:50
41717         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
41718              From: Ilmari Karonen <iltzu@sci.fi>
41719              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
41720              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
41721              (op/sub_lval.t updated to take new error message into account.)
41722      Branch: perl
41723            ! op.c t/op/sub_lval.t
41724 ____________________________________________________________________________
41725 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
41726         Log: remove stray CRs in files; keep all files with UNIX line-ends
41727              (Porting/makerel adds CRs to the files that need it in the
41728              distribution)
41729      Branch: perl
41730            ! NetWare/t/NWScripts.pl README.dos
41731            ! ext/Encode/Encode/cns11643-1.enc
41732            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
41733            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
41734 ____________________________________________________________________________
41735 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
41736         Log: some remnants of change#11803
41737      Branch: perl
41738            ! ext/ByteLoader/byterun.h perl.h
41739 ____________________________________________________________________________
41740 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
41741         Log: Update to Unicode::Collate 0.08.
41742      Branch: perl
41743            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
41744            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
41745 ____________________________________________________________________________
41746 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
41747         Log: Test tweaks.
41748      Branch: perl
41749            ! t/op/pat.t
41750 ____________________________________________________________________________
41751 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
41752         Log: Fix test
41753      Branch: maint-5.6/macperl
41754            ! t/lib/b.t
41755 ____________________________________________________________________________
41756 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
41757         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
41758              warnings in Config.pm with -W; increase default and
41759              minimum RAM; bump version number.
41760      Branch: maint-5.6/macperl
41761            + macos/lib/Mac/LowMem.pm
41762            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
41763            ! macos/configpm macos/macperl/MacPerl.r
41764 ____________________________________________________________________________
41765 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
41766         Log: Make syntax check report in MPW style, fix tests
41767              to use Mac::err=unix to get normal-style error
41768              messages.
41769      Branch: maint-5.6/macperl
41770            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
41771            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
41772 ____________________________________________________________________________
41773 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
41774         Log: Make MPW-style errors optional (but the default); add
41775              MacPerl::ErrorFormat() function and Mac::err pragma
41776      Branch: maint-5.6/macperl
41777            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
41778            + macos/ext/Mac/err/err.xs
41779            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
41780            ! macos/macish.c macos/macish.h macos/macperl.sym
41781 ____________________________________________________________________________
41782 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
41783         Log: More module and test ports from Thomas Wegner et al
41784      Branch: maint-5.6/macperl
41785            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
41786            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
41787            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
41788            ! t/op/magic.t
41789 ____________________________________________________________________________
41790 [ 11812] By: sky                                   on 2001/09/01  17:19:30
41791         Log: Subject: [PATCH t/op/concat.t] cleanup
41792              From: Michael G Schwern <schwern@pobox.com>
41793              Date: Sat, 1 Sep 2001 14:06:28 -0400
41794              Message-ID: <20010901140628.C606@blackrider>
41795      Branch: perl
41796            ! t/op/concat.t
41797 ____________________________________________________________________________
41798 [ 11811] By: sky                                   on 2001/09/01  12:25:29
41799         Log: Change #11805 didn't update the MANIFEST
41800      Branch: perl
41801            ! MANIFEST
41802 ____________________________________________________________________________
41803 [ 11810] By: sky                                   on 2001/09/01  11:52:44
41804         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
41805              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41806              Date: Sat, 1 Sep 2001 14:50:14 +0200
41807              Message-ID: <20010901145014.A691@rafael>
41808      Branch: perl
41809            ! t/op/inccode.t
41810 ____________________________________________________________________________
41811 [ 11809] By: sky                                   on 2001/09/01  11:49:22
41812         Log: Subject: PATCH: ExtUtils::MakeMaker
41813              From: Tony Bowden <tony@kasei.com>
41814              Date: Sat, 1 Sep 2001 10:33:53 +0100
41815              Message-ID: <20010901103353.A13863@soto.kasei.com>
41816              Manually applied
41817      Branch: perl
41818            ! lib/ExtUtils/MakeMaker.pm
41819 ____________________________________________________________________________
41820 [ 11808] By: sky                                   on 2001/09/01  11:39:13
41821         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
41822              From: mike808@users.sourceforge.net
41823              Date: Sat, 1 Sep 101 11:27:50 GMT
41824              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
41825              With little tweak
41826      Branch: perl
41827            ! lib/Term/Cap.pm
41828 ____________________________________________________________________________
41829 [ 11807] By: ams                                   on 2001/09/01  11:31:16
41830         Log: Subject: oct() and hex()
41831              From: Nicholas Clark <nick@ccl4.org>
41832              Date: Fri, 31 Aug 2001 23:14:13 +0100
41833              Message-Id: <20010831231413.J4950@plum.flirble.org>
41834      Branch: perl
41835            ! pod/perlclib.pod
41836 ____________________________________________________________________________
41837 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
41838         Log: Integrate change 11801 from maintperl
41839      Branch: maint-5.6/macperl
41840            ! perl.c
41841 ____________________________________________________________________________
41842 [ 11805] By: sky                                   on 2001/08/31  21:35:10
41843         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
41844              From: Michael G Schwern <schwern@pobox.com>
41845              Date: Fri, 31 Aug 2001 15:36:28 -0400
41846              Message-ID: <20010831153628.B598@blackrider>
41847              Check for things which used to segfault
41848      Branch: perl
41849            + t/run/segfault.t
41850 ____________________________________________________________________________
41851 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
41852         Log: integrate change#11801 from maint-5.6
41853              
41854              remove age-old UNICOS "workaround" that introduces a static, and
41855              hence an egregious race condition for threaded builds (*sigh*
41856              beats me why this kludge wasn't guarded by a UNICOS-specific
41857              #define *sigh*)
41858      Branch: perl
41859            ! perl.c
41860 ____________________________________________________________________________
41861 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
41862         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
41863              working in 5.7.x
41864      Branch: perl
41865            - objXSUB.h
41866            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
41867            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
41868            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
41869            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
41870            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
41871            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
41872            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
41873            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
41874            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
41875            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
41876            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
41877            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
41878            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
41879            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
41880            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
41881            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
41882            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
41883            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
41884            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
41885            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
41886            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
41887            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
41888 ____________________________________________________________________________
41889 [ 11802] By: ams                                   on 2001/08/31  18:11:32
41890         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
41891              From: "Philip Newton" <Philip.Newton@gmx.net>
41892              Date: Fri, 31 Aug 2001 21:12:56 +0200
41893              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
41894      Branch: perl
41895            ! pod/perldiag.pod
41896 ____________________________________________________________________________
41897 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
41898         Log: remove age-old UNICOS "workaround" that introduces a static, and
41899              hence an egregious race condition for threaded builds (*sigh*
41900              beats me why this kludge wasn't guarded by a UNICOS-specific
41901              #define *sigh*)
41902      Branch: maint-5.6/perl
41903            ! perl.c
41904 ____________________________________________________________________________
41905 [ 11800] By: sky                                   on 2001/08/31  17:30:26
41906         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
41907              Might break on platforms where bool is larger than 8 bites ???
41908      Branch: perl
41909            ! regcomp.c
41910 ____________________________________________________________________________
41911 [ 11799] By: ams                                   on 2001/08/31  12:15:44
41912         Log: Integrate 11778 into mainline.
41913      Branch: perl
41914            ! t/base/term.t
41915 ____________________________________________________________________________
41916 [ 11798] By: sky                                   on 2001/08/31  11:31:44
41917         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
41918              supposed to happen.
41919      Branch: perl
41920            ! regcomp.c
41921 ____________________________________________________________________________
41922 [ 11797] By: sky                                   on 2001/08/31  11:28:17
41923         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
41924              From: "John P. Linderman" <jpl@research.att.com>
41925              Date: Fri, 31 Aug 2001 08:20:35 -0400
41926              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
41927              Fixes test 14 which could fail randomly in rare cases.
41928      Branch: perl
41929            ! ext/Time/HiRes/HiRes.t regcomp.c
41930 ____________________________________________________________________________
41931 [ 11796] By: ams                                   on 2001/08/31  01:13:07
41932         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
41933              From: Nicholas Clark <nick@ccl4.org>
41934              Date: Thu, 30 Aug 2001 23:21:50 +0100
41935              Message-Id: <20010830232150.D4950@plum.flirble.org>
41936      Branch: perl
41937            ! ext/Sys/Syslog/Makefile.PL
41938 ____________________________________________________________________________
41939 [ 11795] By: ams                                   on 2001/08/30  23:53:23
41940         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
41941              patching example
41942              From: Michael G Schwern <schwern@pobox.com>
41943              Date: Thu, 30 Aug 2001 17:02:08 -0400
41944              Message-Id: <20010830170208.M2318@blackrider>
41945      Branch: perl
41946            ! pod/perlhack.pod
41947 ____________________________________________________________________________
41948 [ 11794] By: ams                                   on 2001/08/30  19:35:36
41949         Log: Subject: [PATCH] pp_modulo
41950              From: Nicholas Clark <nick@ccl4.org>
41951              Date: Thu, 30 Aug 2001 18:20:54 +0100
41952              Message-Id: <20010830182053.A4950@plum.flirble.org>
41953      Branch: perl
41954            ! pp.c t/op/64bitint.t
41955 ____________________________________________________________________________
41956 [ 11793] By: sky                                   on 2001/08/30  13:02:48
41957         Log: 11792 wasn't complete
41958      Branch: perl
41959            ! makedef.pl regcomp.c
41960 ____________________________________________________________________________
41961 [ 11792] By: sky                                   on 2001/08/30  12:21:11
41962         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
41963      Branch: perl
41964            ! makedef.pl
41965 ____________________________________________________________________________
41966 [ 11791] By: sky                                   on 2001/08/30  10:08:02
41967         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
41968      Branch: perl
41969            ! config_h.SH
41970 ____________________________________________________________________________
41971 [ 11790] By: sky                                   on 2001/08/30  08:22:31
41972         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
41973              on the pad. Fixes coredumps in cleanups introduced by
41974              Change 11755  
41975      Branch: perl
41976            ! op.c perl.c sv.h
41977 ____________________________________________________________________________
41978 [ 11789] By: sky                                   on 2001/08/29  19:01:47
41979         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
41980              This is a replacement implmentation that works on HPUX.
41981              This bug should probably be fixed in GCC.
41982      Branch: perl
41983            ! ext/Socket/Socket.xs
41984 ____________________________________________________________________________
41985 [ 11788] By: ams                                   on 2001/08/29  17:35:33
41986         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
41987              From: Nicholas Clark <nick@ccl4.org>
41988              Date: Wed, 29 Aug 2001 18:21:56 +0100
41989              Message-Id: <20010829182156.O4950@plum.flirble.org>
41990      Branch: perl
41991            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
41992 ____________________________________________________________________________
41993 [ 11787] By: sky                                   on 2001/08/29  10:42:54
41994         Log: Added test for pack_addr_in and unpack_addr_in
41995              Nitpik in test 10
41996      Branch: perl
41997            ! ext/Socket/Socket.t
41998 ____________________________________________________________________________
41999 [ 11786] By: sky                                   on 2001/08/29  10:28:14
42000         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
42001              Trying to catch errors on HP-UX
42002      Branch: perl
42003            ! ext/Socket/Socket.t
42004 ____________________________________________________________________________
42005 [ 11785] By: sky                                   on 2001/08/29  09:07:03
42006         Log: make sure USE_THREADS is defined so external apps work
42007      Branch: perl
42008            ! config_h.SH
42009 ____________________________________________________________________________
42010 [ 11784] By: sky                                   on 2001/08/29  08:06:12
42011         Log: Subject: Re: The hitlist of untested modules.
42012              From: Jonathan Stowe <gellyfish@gellyfish.com>
42013              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
42014              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
42015              Start of tests for Shell.pm (make Schwern poorer!)
42016      Branch: perl
42017            + lib/Shell.t
42018            ! MANIFEST
42019 ____________________________________________________________________________
42020 [ 11783] By: sky                                   on 2001/08/29  07:37:50
42021         Log: END{} can change the return value even if we die from BEGIN{}
42022      Branch: perl
42023            ! miniperlmain.c
42024 ____________________________________________________________________________
42025 [ 11782] By: ams                                   on 2001/08/29  06:32:17
42026         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
42027              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42028              Date: Wed, 29 Aug 2001 09:18:17 +0200
42029              Message-Id: <20010829091817.A4453@rafael>
42030      Branch: perl
42031            ! t/op/inccode.t
42032 ____________________________________________________________________________
42033 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
42034         Log: Delete xsubpp.patch, as full copy exists now
42035      Branch: maint-5.6/macperl
42036            - macos/xsubpp.patch
42037 ____________________________________________________________________________
42038 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
42039         Log: Add Changes file
42040      Branch: maint-5.6/macperl
42041            + macos/Changes
42042 ____________________________________________________________________________
42043 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
42044         Log: Add Mac version of xsubpp as separate file
42045      Branch: maint-5.6/macperl
42046            + macos/xsubpp
42047            ! macos/Makefile.mk
42048 ____________________________________________________________________________
42049 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
42050         Log: Fix open of /dev/null for Mac OS
42051      Branch: maint-5.6/macperl
42052            ! t/base/term.t
42053 ____________________________________________________________________________
42054 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
42055         Log: Various patches: enable more tests; skip CVS in PerlInstall;
42056              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
42057      Branch: maint-5.6/macperl
42058            ! macos/MacPerlTests.cmd macos/PerlInstall
42059            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
42060 ____________________________________________________________________________
42061 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
42062         Log: Allow for platforms to override formatting of errors
42063              on output from Matthias Neeracher (Mac files)
42064      Branch: maint-5.6/macperl
42065            ! macos/macish.c macos/macish.h
42066 ____________________________________________________________________________
42067 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
42068         Log: Allow for platforms to override formatting of errors
42069              on output from Matthias Neeracher (core files)
42070      Branch: maint-5.6/macperl
42071            ! perl.h pp_ctl.c util.c
42072 ____________________________________________________________________________
42073 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
42074         Log: Add some param checking, from reports by Kevin Reid.
42075      Branch: maint-5.6/macperl
42076            ! macos/ext/Mac/Controls/Controls.pm
42077            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
42078 ____________________________________________________________________________
42079 [ 11773] By: ams                                   on 2001/08/28  23:54:57
42080         Log: Subject: [PATCH] make coretest
42081              From: Paul Johnson <paul@pjcj.net>
42082              Date: Wed, 29 Aug 2001 00:11:38 +0200
42083              Message-Id: <20010829001138.B12169@pjcj.net>
42084              (Applied without the change to perlhack.pod. This should
42085              probably stay undocumented.)
42086      Branch: perl
42087            ! Makefile.SH t/TEST
42088 ____________________________________________________________________________
42089 [ 11772] By: sky                                   on 2001/08/28  13:01:20
42090         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
42091              From: Michael G Schwern <schwern@pobox.com>
42092              Date: Tue, 28 Aug 2001 09:57:39 -0400
42093              Message-ID: <20010828095738.E17775@blackrider>
42094      Branch: perl
42095            ! pod/perlhack.pod t/op/pack.t
42096 ____________________________________________________________________________
42097 [ 11771] By: sky                                   on 2001/08/28  11:20:13
42098         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
42099              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42100              Date: Tue, 28 Aug 2001 14:23:43 +0200
42101              Message-ID: <20010828142343.A19299@rafael>
42102      Branch: perl
42103            ! pod/perlvar.pod pp_ctl.c
42104 ____________________________________________________________________________
42105 [ 11770] By: ams                                   on 2001/08/28  10:13:21
42106         Log: Subject: [PATCH] odd typo in op.h
42107              From: Nicholas Clark <nick@ccl4.org>
42108              Date: Tue, 28 Aug 2001 12:10:26 +0100
42109              Message-Id: <20010828121026.V4950@plum.flirble.org>
42110      Branch: perl
42111            ! op.h
42112 ____________________________________________________________________________
42113 [ 11769] By: sky                                   on 2001/08/28  08:09:16
42114         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
42115              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
42116              Date: Tue, 28 Aug 2001 02:22:20 +0300
42117              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
42118      Branch: perl
42119            ! ext/B/B/Lint.pm
42120 ____________________________________________________________________________
42121 [ 11768] By: ams                                   on 2001/08/28  00:47:35
42122         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
42123              From: Michael G Schwern <schwern@pobox.com>
42124              Date: Mon, 27 Aug 2001 21:24:44 -0400
42125              Message-Id: <20010827212444.F12582@blackrider>
42126      Branch: perl
42127            ! pod/perlhack.pod t/op/pack.t
42128 ____________________________________________________________________________
42129 [ 11767] By: ams                                   on 2001/08/27  23:59:48
42130         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
42131              From: Michael G Schwern <schwern@pobox.com>
42132              Date: Mon, 27 Aug 2001 20:12:29 -0400
42133              Message-Id: <20010827201229.D12582@blackrider>
42134      Branch: perl
42135            ! pod/perlhack.pod t/op/pack.t
42136 ____________________________________________________________________________
42137 [ 11766] By: ams                                   on 2001/08/27  23:39:40
42138         Log: Update Changes.
42139      Branch: perl
42140            ! Changes
42141 ____________________________________________________________________________
42142 [ 11765] By: ams                                   on 2001/08/27  22:53:10
42143         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
42144              From: Michael G Schwern <schwern@pobox.com>
42145              Date: Mon, 27 Aug 2001 19:47:30 -0400
42146              Message-Id: <20010827194730.C12582@blackrider>
42147      Branch: perl
42148            ! t/op/inccode.t
42149 ____________________________________________________________________________
42150 [ 11764] By: ams                                   on 2001/08/27  22:46:21
42151         Log: Subject: [PATCH] new tests for the coderef-in-@INC
42152              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42153              Date: Mon, 27 Aug 2001 22:36:27 +0200
42154              Message-Id: <20010827223627.C690@rafael>
42155              
42156              Subject: Re: [PATCH] new tests for the coderef-in-@INC
42157              From: Nicholas Clark <nick@ccl4.org>
42158              Date: Tue, 28 Aug 2001 00:02:46 +0100
42159              Message-Id: <20010828000245.R4950@plum.flirble.org>
42160      Branch: perl
42161            + t/op/inccode.t
42162            ! MANIFEST
42163 ____________________________________________________________________________
42164 [ 11763] By: ams                                   on 2001/08/27  22:41:09
42165         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
42166              bleadperl on fire, Win95+4NT)
42167              From: Michael G Schwern <schwern@pobox.com>
42168              Date: Mon, 27 Aug 2001 16:54:42 -0400
42169              Message-Id: <20010827165442.F9436@blackrider>
42170      Branch: perl
42171            ! lib/warnings.t
42172 ____________________________________________________________________________
42173 [ 11762] By: sky                                   on 2001/08/27  19:19:17
42174         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
42175              avaible at compile time. This broke the compilation of 
42176              Net/Ping.pm
42177      Branch: perl
42178            ! lib/Net/Ping.pm
42179 ____________________________________________________________________________
42180 [ 11761] By: sky                                   on 2001/08/27  18:34:48
42181         Log: Removed tripple definitions of CUSTOM_OP functions.
42182      Branch: perl
42183            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
42184 ____________________________________________________________________________
42185 [ 11760] By: sky                                   on 2001/08/27  18:21:27
42186         Log: Regen headers
42187      Branch: perl
42188            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
42189            ! perlapi.h proto.h
42190 ____________________________________________________________________________
42191 [ 11759] By: ams                                   on 2001/08/27  16:31:53
42192         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
42193              From: "chromatic" <chromatic@rmci.net>
42194              Date: Mon, 27 Aug 2001 11:17:09 -0600
42195              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
42196      Branch: perl
42197            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
42198 ____________________________________________________________________________
42199 [ 11758] By: sky                                   on 2001/08/27  15:16:42
42200         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
42201              Thanks to H. Merijn Brand for the patch.
42202              Some of the comments and or guards might be removable in perl.h now.
42203      Branch: perl
42204            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
42205            ! Porting/Glossary Porting/config_H README.threads config_h.SH
42206            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
42207            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
42208            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
42209            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
42210            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
42211            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
42212            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
42213            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
42214            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
42215            ! win32/config_H.vc win32/perllib.c win32/win32.h
42216            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
42217            ! wince/config.h wince/config_H.ce wince/win32.h
42218            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
42219 ____________________________________________________________________________
42220 [ 11757] By: sky                                   on 2001/08/27  13:39:16
42221         Log: Subject: GNU ld parses arguments different
42222              From: H.Merijn Brand <h.m.brand@hccnet.nl>
42223              Date: Mon, 27 Aug 2001 16:25:51 +0200
42224              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
42225      Branch: perl
42226            ! hints/hpux.sh
42227 ____________________________________________________________________________
42228 [ 11756] By: sky                                   on 2001/08/27  13:18:45
42229         Log: Subject: Custom Ops
42230              From: Simon Cozens <simon@netthink.co.uk>
42231              Date: Sat, 25 Aug 2001 17:45:09 +0100
42232              Message-ID: <20010825174509.A5752@netthink.co.uk>
42233              I also added a fix to Opcode.pm to quite test cases.
42234      Branch: perl
42235            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
42236            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
42237 ____________________________________________________________________________
42238 [ 11755] By: sky                                   on 2001/08/27  05:37:17
42239         Log: Plugs a memory leak on destruction of regular expressions
42240              introcued by #11274.
42241              PL_regex_padav now has an AV as it's first entry with a list
42242              of freed regex_padav slots that it will reuse on creating
42243              new PMOPs.
42244      Branch: perl
42245            ! op.c perl.c
42246 ____________________________________________________________________________
42247 [ 11754] By: ams                                   on 2001/08/26  14:38:52
42248         Log: Subject: [PATCH] t/io/binmode.t
42249              From: Nicholas Clark <nick@ccl4.org>
42250              Date: Sun, 26 Aug 2001 12:03:05 +0100
42251              Message-Id: <20010826120305.C4950@plum.flirble.org>
42252              
42253              (Also a nitpick in #11752 to t/op/universal.t)
42254      Branch: perl
42255            ! t/io/binmode.t t/op/universal.t
42256 ____________________________________________________________________________
42257 [ 11753] By: ams                                   on 2001/08/26  08:19:34
42258         Log: Subject: [PATCH] op/universal.t failing
42259              From: Nicholas Clark <nick@ccl4.org>
42260              Date: Sun, 26 Aug 2001 09:48:22 +0100
42261              Message-Id: <20010826094822.B4950@plum.flirble.org>
42262      Branch: perl
42263            ! t/op/universal.t
42264 ____________________________________________________________________________
42265 [ 11752] By: ams                                   on 2001/08/25  22:46:13
42266         Log: Subject: Re: 'can' with undefined subs
42267              From: Tony Bowden <tony@kasei.com>
42268              Date: Sat, 25 Aug 2001 14:58:17 +0100
42269              Message-Id: <20010825145817.A11788@soto.kasei.com>
42270              (Applied with minor modifications.)
42271      Branch: perl
42272            ! t/op/universal.t
42273 ____________________________________________________________________________
42274 [ 11751] By: ams                                   on 2001/08/25  18:28:43
42275         Log: Subject: Re: 'can' with undefined subs
42276              From: Tony Bowden <tony@kasei.com>
42277              Date: Sat, 25 Aug 2001 15:13:14 +0100
42278              Message-Id: <20010825151314.B11788@soto.kasei.com>
42279      Branch: perl
42280            ! lib/UNIVERSAL.pm
42281 ____________________________________________________________________________
42282 [ 11750] By: nick                                  on 2001/08/25  15:24:15
42283         Log: Integrate mainline
42284      Branch: perlio
42285           +> t/io/binmode.t
42286           !> (integrate 26 files)
42287 ____________________________________________________________________________
42288 [ 11749] By: nick                                  on 2001/08/25  14:55:41
42289         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
42290              From:  John Peacock <jpeacock@rowman.com>
42291              Date:  Wed, 22 Aug 2001 12:05:28 -0400
42292              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
42293      Branch: perl
42294            ! pod/perlhack.pod
42295 ____________________________________________________________________________
42296 [ 11748] By: nick                                  on 2001/08/25  14:53:04
42297         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
42298              From:  Michael G Schwern <schwern@pobox.com>
42299              Date:  Wed, 22 Aug 2001 19:22:45 -0400
42300              Message-Id:  <20010822192245.U619@blackrider>
42301      Branch: perl
42302            ! MANIFEST
42303 ____________________________________________________________________________
42304 [ 11747] By: nick                                  on 2001/08/25  14:52:33
42305         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
42306              From:  Nicholas Clark <nick@ccl4.org>
42307              Date:  Wed, 22 Aug 2001 23:29:06 +0100
42308              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
42309      Branch: perl
42310            + t/io/binmode.t
42311            ! perlio.c pod/perlfunc.pod
42312 ____________________________________________________________________________
42313 [ 11744] By: nick                                  on 2001/08/25  14:37:33
42314         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
42315              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
42316              Date:  Fri, 24 Aug 2001 22:10:42 +0200
42317              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
42318      Branch: perl
42319            ! x2p/a2py.c x2p/walk.c
42320 ____________________________________________________________________________
42321 [ 11743] By: nick                                  on 2001/08/25  14:32:47
42322         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
42323              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42324              Date:  Fri, 24 Aug 2001 23:34:13 +0200
42325              Message-Id:  <20010824233413.A1285@rafael>
42326      Branch: perl
42327            ! pod/perlfunc.pod pod/perlvar.pod
42328 ____________________________________________________________________________
42329 [ 11742] By: ams                                   on 2001/08/25  13:16:02
42330         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
42331              From: Nicholas Clark <nick@ccl4.org>
42332              Date: Sat, 25 Aug 2001 14:50:07 +0100
42333              Message-Id: <20010825145007.L41464@plum.flirble.org>
42334      Branch: perl
42335            ! pp_ctl.c
42336 ____________________________________________________________________________
42337 [ 11741] By: nick                                  on 2001/08/24  07:08:45
42338         Log: When applying patch via Porting/apply fails, do p4 refresh
42339              to get old files back.
42340      Branch: perl
42341            ! Porting/apply
42342 ____________________________________________________________________________
42343 [ 11740] By: ams                                   on 2001/08/24  04:47:24
42344         Log: #11739 was incomplete.
42345      Branch: perl
42346            ! pod/perldiag.pod
42347 ____________________________________________________________________________
42348 [ 11739] By: ams                                   on 2001/08/24  04:09:40
42349         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
42350              From: "Philip Newton" <Philip.Newton@gmx.net>
42351              Date: Fri, 24 Aug 2001 07:08:34 +0200
42352      Branch: perl
42353            ! pod/perldiag.pod
42354 ____________________________________________________________________________
42355 [ 11738] By: ams                                   on 2001/08/24  02:19:42
42356         Log: Fixed Doug Wilson's email address.
42357      Branch: perl
42358            ! AUTHORS
42359 ____________________________________________________________________________
42360 [ 11737] By: ams                                   on 2001/08/24  00:10:13
42361         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
42362              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42363              Date: Thu, 23 Aug 2001 22:22:58 +0200
42364              Message-Id: <20010823222258.A901@rafael>
42365      Branch: perl
42366            ! pod/perldiag.pod
42367 ____________________________________________________________________________
42368 [ 11736] By: ams                                   on 2001/08/24  00:05:02
42369         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
42370              From: "Craig A. Berry" <craigberry@mac.com>
42371              Date: Thu, 23 Aug 2001 19:07:45 -0500
42372              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
42373      Branch: perl
42374            ! configure.com
42375 ____________________________________________________________________________
42376 [ 11735] By: sky                                   on 2001/08/23  13:42:07
42377         Log: Backed out 11732, it breaks lib/strict.t 
42378      Branch: perl
42379            ! op.c
42380 ____________________________________________________________________________
42381 [ 11734] By: sky                                   on 2001/08/23  11:45:59
42382         Log: Removed toy from 17133 after Matt Sargeants request.
42383      Branch: perl
42384            ! pod/perlfaq4.pod
42385 ____________________________________________________________________________
42386 [ 11733] By: sky                                   on 2001/08/23  11:36:29
42387         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
42388              From: Robin Houston <robin@kitsite.com>
42389              Date: Wed, 22 Aug 2001 23:06:16 +0100
42390              Message-ID: <20010822230616.A254@robin.kitsite.com>
42391      Branch: perl
42392            ! pod/perlfaq4.pod
42393 ____________________________________________________________________________
42394 [ 11732] By: sky                                   on 2001/08/23  10:36:02
42395         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
42396              From: Simon Cozens <simon@netthink.co.uk>
42397              Date: Thu, 23 Aug 2001 12:06:36 +0100
42398              Message-ID: <20010823120636.A9961@netthink.co.uk>
42399      Branch: perl
42400            ! op.c
42401 ____________________________________________________________________________
42402 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
42403         Log: fix broken windows build
42404      Branch: perl
42405            ! perl.h
42406 ____________________________________________________________________________
42407 [ 11730] By: ams                                   on 2001/08/22  21:35:30
42408         Log: Subject: [PATCH] io/tell.t doesn't chdir t
42409              From: Nicholas Clark <nick@ccl4.org>
42410              Date: Wed, 22 Aug 2001 23:25:58 +0100
42411              Message-Id: <20010822232557.Y82818@plum.flirble.org>
42412      Branch: perl
42413            ! t/io/tell.t
42414 ____________________________________________________________________________
42415 [ 11729] By: ams                                   on 2001/08/22  20:32:21
42416         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
42417              questions)
42418              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
42419              Date: Wed, 22 Aug 2001 17:09:04 -0400
42420              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
42421              (Oops, forgot File::Spec::Unix in the previous patch.)
42422      Branch: perl
42423            ! lib/File/Spec/Unix.pm
42424 ____________________________________________________________________________
42425 [ 11728] By: ams                                   on 2001/08/22  20:25:41
42426         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
42427              questions)
42428              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
42429              Date: Wed, 22 Aug 2001 17:09:04 -0400
42430              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
42431      Branch: perl
42432            ! lib/File/Spec.pm
42433 ____________________________________________________________________________
42434 [ 11727] By: ams                                   on 2001/08/22  19:43:30
42435         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
42436              From: John Peacock <jpeacock@rowman.com>
42437              Date: Wed, 22 Aug 2001 12:35:52 -0400
42438              Message-Id: <3B83DF68.5D89DC81@rowman.com>
42439              (Adds proper tests for $], notwithstanding Subject. +nitpick)
42440      Branch: perl
42441            ! t/op/ver.t
42442 ____________________________________________________________________________
42443 [ 11726] By: ams                                   on 2001/08/22  19:36:39
42444         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
42445              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
42446              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
42447              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
42448      Branch: perl
42449            ! lib/diagnostics.pm lib/diagnostics.t
42450 ____________________________________________________________________________
42451 [ 11725] By: ams                                   on 2001/08/22  19:25:01
42452         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
42453              From: Nicholas Clark <nick@ccl4.org>
42454              Date: Wed, 22 Aug 2001 20:59:05 +0100
42455              Message-Id: <20010822205905.U82818@plum.flirble.org>
42456      Branch: perl
42457            ! pp.c t/op/64bitint.t t/op/arith.t
42458 ____________________________________________________________________________
42459 [ 11724] By: ams                                   on 2001/08/22  10:02:33
42460         Log: Subject: Configure blooper
42461              From: H.Merijn Brand <h.m.brand@hccnet.nl>
42462              Date: Wed, 22 Aug 2001 12:38:35 +0200
42463              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
42464      Branch: perl
42465            ! Configure
42466 ____________________________________________________________________________
42467 [ 11723] By: ams                                   on 2001/08/21  16:17:53
42468         Log: Subject: [PATCH] installperl -help
42469              From: Nicholas Clark <nick@ccl4.org>
42470              Date: Tue, 21 Aug 2001 17:34:23 +0100
42471              Message-Id: <20010821173423.F82818@plum.flirble.org>
42472      Branch: perl
42473            ! installperl
42474 ____________________________________________________________________________
42475 [ 11722] By: ams                                   on 2001/08/20  07:46:31
42476         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
42477              From: Ilmari Karonen <iltzu@sci.fi>
42478              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
42479              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
42480      Branch: perl
42481            ! pod/perlvar.pod
42482 ____________________________________________________________________________
42483 [ 11721] By: nick                                  on 2001/08/20  06:24:31
42484         Log: Integrate mainline
42485      Branch: perlio
42486           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
42487           +> lib/Lingua/KO/Hangul/Util/Changes
42488           +> lib/Lingua/KO/Hangul/Util/README
42489           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
42490           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
42491           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
42492           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
42493           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
42494           +> lib/Unicode/Normalize/t/test.t
42495            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
42496           !> (integrate 55 files)
42497 ____________________________________________________________________________
42498 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
42499         Log: Integrate Change #11599 from maint-5.6/perl
42500      Branch: maint-5.6/macperl
42501           !> README.win32
42502 ____________________________________________________________________________
42503 [ 11719] By: ams                                   on 2001/08/18  21:21:42
42504         Log: Add Porting/apply to MANIFEST.
42505      Branch: perl
42506            ! MANIFEST
42507 ____________________________________________________________________________
42508 [ 11718] By: sky                                   on 2001/08/18  14:38:01
42509         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
42510              Better solution would be to make 5005threaded perl use
42511              the same system as ithreads do
42512      Branch: perl
42513            ! perl.h
42514 ____________________________________________________________________________
42515 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
42516         Log: New try for ID 20010407.006: detach the semantics
42517              "was the last match target UTF8" into its own variable.
42518      Branch: perl
42519            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
42520            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
42521 ____________________________________________________________________________
42522 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
42523         Log: UTF8 flag should be meaningful only when POK.
42524      Branch: perl
42525            ! dump.c
42526 ____________________________________________________________________________
42527 [ 11715] By: sky                                   on 2001/08/18  11:45:16
42528         Log: USE_THREADS and USE_ITHREADS are never true at the same time
42529      Branch: perl
42530            ! perl.h
42531 ____________________________________________________________________________
42532 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
42533         Log: Retract #11712 for now.  The real fix would probably
42534              be something like making PL_reg_sv a copy (PV + UTF8)
42535              of the matched/substituted string (note: not just a SvPOK
42536              string, for example the stringified form of a ROK would
42537              be applicable)  Beware of leaks.
42538      Branch: perl
42539            ! pp_hot.c t/op/pat.t
42540 ____________________________________________________________________________
42541 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
42542         Log: UTF8 wasn't printing for PVMGs.
42543      Branch: perl
42544            ! dump.c
42545 ____________________________________________________________________________
42546 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
42547         Log: (Retracted by #11714)
42548              
42549              Okay analysis, debatable fix.  (The fix will inc
42550              the refcount of all temporary match objects,
42551              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
42552              which will then cause griping at untie() time
42553              ("inner references remain").
42554              
42555              Fix for ID 20010407.006: PL_reg_sv got wiped out
42556              by freetemps if the match target was a temporary
42557              (like function_call() =~ /.../), which in turn meant
42558              that the $1 et al stopped working if they had UTF-8
42559              in them.  Therefore bump up the refcount of PL_reg_sv.
42560      Branch: perl
42561            ! pp_hot.c t/op/pat.t
42562 ____________________________________________________________________________
42563 [ 11711] By: ams                                   on 2001/08/17  20:32:08
42564         Log: Subject: [PATCH] doesn't compile, was perl@11710
42565              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42566              Date: Fri, 17 Aug 2001 23:21:10 +0200
42567              Message-Id: <20010817232110.C7041@rafael> 
42568      Branch: perl
42569            ! sharedsv.c
42570 ____________________________________________________________________________
42571 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
42572         Log: Update Changes.
42573      Branch: perl
42574            ! Changes patchlevel.h
42575 ____________________________________________________________________________
42576 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
42577         Log: Upgrade to libnet 1.0704.
42578      Branch: perl
42579            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
42580            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
42581            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
42582            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
42583            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
42584            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
42585            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
42586 ____________________________________________________________________________
42587 [ 11708] By: sky                                   on 2001/08/17  13:34:04
42588         Log: Let perl_clone copy PL_exit_flags
42589      Branch: perl
42590            ! sv.c
42591 ____________________________________________________________________________
42592 [ 11707] By: sky                                   on 2001/08/17  12:28:41
42593         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
42594      Branch: perl
42595            ! sharedsv.c sharedsv.h
42596 ____________________________________________________________________________
42597 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
42598         Log: The metaconfig unit change for #11705.
42599      Branch: metaconfig/U/perl
42600            ! Extensions.U
42601 ____________________________________________________________________________
42602 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
42603         Log: Allow the threads extension to be found if present.
42604      Branch: perl
42605            ! Configure
42606 ____________________________________________________________________________
42607 [ 11704] By: nick                                  on 2001/08/17  11:47:54
42608         Log: Mail -> change script (pre-alpha)
42609      Branch: perl
42610            + Porting/apply
42611 ____________________________________________________________________________
42612 [ 11703] By: sky                                   on 2001/08/17  07:11:24
42613         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
42614              Thanks to Tom Hospel for pointing out my error.
42615      Branch: perl
42616            ! op.h
42617 ____________________________________________________________________________
42618 [ 11702] By: sky                                   on 2001/08/17  04:18:11
42619         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.
42620      Branch: perl
42621            ! embed.pl miniperlmain.c perl.c perl.h proto.h
42622 ____________________________________________________________________________
42623 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
42624         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
42625              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
42626      Branch: perl
42627            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
42628            + lib/Lingua/KO/Hangul/Util/README
42629            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
42630            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
42631            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
42632            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
42633            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
42634            + lib/Unicode/Normalize/t/test.t
42635            ! MANIFEST
42636 ____________________________________________________________________________
42637 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
42638         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
42639              Date: Thu, 16 Aug 2001 22:46:15 -0500
42640              From: "Craig A. Berry" <craigberry@mac.com>
42641              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
42642      Branch: perl
42643            ! configure.com numeric.c
42644 ____________________________________________________________________________
42645 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
42646         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
42647              of the usual suspects (like getpwent) but not for others
42648              (like localtime and rand).  The _r versions are available
42649              for all of them, so let's use them.
42650      Branch: perl
42651            ! perl.h
42652 ____________________________________________________________________________
42653 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
42654         Log: (Accidental apply; thankfully empty.)
42655      Branch: perl
42656            ! hints/os390.sh
42657 ____________________________________________________________________________
42658 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
42659         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
42660              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
42661              Date: Thu, 16 Aug 2001 16:27:49 +0100
42662              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
42663      Branch: perl
42664            ! regexec.c t/op/re_tests
42665 ____________________________________________________________________________
42666 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
42667         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
42668              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
42669              Date: Thu, 16 Aug 2001 18:50:01 +0100
42670              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
42671      Branch: perl
42672            ! pp_hot.c t/op/pat.t
42673 ____________________________________________________________________________
42674 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
42675         Log: Subject: [PATCH] *time_r again
42676              From: "Arthur Bergman" <arthur@contiller.se>
42677              Date: Thu, 16 Aug 2001 16:01:54 +0200
42678              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
42679      Branch: perl
42680            ! op.h
42681 ____________________________________________________________________________
42682 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
42683         Log: system() and backtick error handling cleanup from Craig A. Berry.
42684      Branch: perl
42685            ! vms/vms.c
42686 ____________________________________________________________________________
42687 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
42688         Log: change#10334 leaks memory, copies string when it doesn't
42689              need to
42690      Branch: perl
42691            ! perl.c
42692 ____________________________________________________________________________
42693 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
42694         Log: One more twist to the sprintf + utf8 testing.
42695      Branch: perl
42696            ! t/op/misc.t
42697 ____________________________________________________________________________
42698 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
42699         Log: Fix for 20010407.008 sprintf removes utf8-ness.
42700      Branch: perl
42701            ! pp.c t/op/misc.t
42702 ____________________________________________________________________________
42703 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
42704         Log: Subject: [PATCH] *time_r fixes
42705              From: "Arthur Bergman" <arthur@contiller.se>
42706              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
42707              Date: Thu, 16 Aug 2001 14:22:27 +0200
42708      Branch: perl
42709            ! op.h
42710 ____________________________________________________________________________
42711 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
42712         Log: Upgrade to CGI.pm 2.77.
42713      Branch: perl
42714            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
42715            ! lib/CGI/t/function.t
42716 ____________________________________________________________________________
42717 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
42718         Log: Document the bytes-to-Unicode upgrading.
42719      Branch: perl
42720            ! pod/perlunicode.pod
42721 ____________________________________________________________________________
42722 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
42723         Log: Add a test for Unicode sprintf.
42724      Branch: perl
42725            ! t/op/misc.t
42726 ____________________________________________________________________________
42727 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
42728         Log: Add Unicode tests for index/rindex.
42729      Branch: perl
42730            ! t/op/index.t
42731 ____________________________________________________________________________
42732 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
42733         Log: Document a bit the art of minimizing the installation,
42734              based on the p5p discussion.
42735      Branch: perl
42736            ! INSTALL
42737 ____________________________________________________________________________
42738 [ 11684] By: nick                                  on 2001/08/15  15:03:31
42739         Log: Integrate mainline
42740      Branch: perlio
42741           +> sharedsv.c sharedsv.h
42742           !> (integrate 53 files)
42743 ____________________________________________________________________________
42744 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
42745         Log: Update Changes.
42746      Branch: perl
42747            ! Changes patchlevel.h
42748 ____________________________________________________________________________
42749 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
42750         Log: The #11673 necessitated a test tweak.
42751      Branch: perl
42752            ! t/io/utf8.t
42753 ____________________________________________________________________________
42754 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
42755         Log: Also UNICOS is in the general case unable to silently
42756              handle fp overflows.
42757      Branch: perl
42758            ! numeric.c
42759 ____________________________________________________________________________
42760 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
42761         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
42762              NV_EPSILON #defined.
42763      Branch: perl
42764            ! perl.h
42765 ____________________________________________________________________________
42766 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
42767         Log: Re-establish the fp overflow detection for VAX VMS; there
42768              is no easy way to have the IEEE fp silent overflow semantics.
42769              (in Alpha VMS we still will use IEEE fp by default-- but it
42770              is still possible to configure Perl to use G_FLOAT)
42771      Branch: perl
42772            ! numeric.c
42773 ____________________________________________________________________________
42774 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
42775         Log: Subject: [PATCH] pp_lock 
42776              From: "Arthur Bergman" <arthur@contiller.se>
42777              Date: Wed, 15 Aug 2001 11:52:16 +0200
42778              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
42779      Branch: perl
42780            ! pp.c
42781 ____________________________________________________________________________
42782 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
42783         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
42784              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
42785              Date: Wed, 15 Aug 2001 11:32:11 +0100
42786              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
42787      Branch: perl
42788            ! regcomp.c t/op/re_tests
42789 ____________________________________________________________________________
42790 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
42791         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
42792              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
42793              Date: Wed, 15 Aug 2001 10:33:49 +0100
42794              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
42795      Branch: perl
42796            ! regexec.c t/op/re_tests
42797 ____________________________________________________________________________
42798 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
42799         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
42800              From: Barrie Slaymaker <barries@slaysys.com>
42801              Date: Tue, 14 Aug 2001 14:32:25 -0400
42802              Message-ID: <20010814143225.A19822@jester.slaysys.com>
42803      Branch: perl
42804            ! lib/File/Spec.t lib/File/Spec/Unix.pm
42805 ____________________________________________________________________________
42806 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
42807         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
42808              From: Peter Prymmer <pvhp@forte.com>
42809              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
42810              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
42811      Branch: perl
42812            ! README.vms configure.com
42813 ____________________________________________________________________________
42814 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
42815         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
42816              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42817              Date: Tue, 14 Aug 2001 21:23:27 +0200
42818              Message-ID: <20010814212327.A1919@rafael>
42819      Branch: perl
42820            ! doio.c
42821 ____________________________________________________________________________
42822 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
42823         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
42824              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
42825              Date: Tue, 14 Aug 2001 22:30:11 +0200
42826              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
42827              
42828              Combination of nmake, quoting, and Perl expanded $( in here-doc.
42829      Branch: perl
42830            ! ext/SDBM_File/Makefile.PL
42831 ____________________________________________________________________________
42832 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
42833         Log: Todo updates.
42834      Branch: perl
42835            ! pod/perltodo.pod
42836 ____________________________________________________________________________
42837 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
42838         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
42839              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
42840              Date: Mon, 13 Aug 2001 23:15:01 +0200
42841              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
42842      Branch: perl
42843            ! sv.c
42844 ____________________________________________________________________________
42845 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
42846         Log: Subject: [PATCH] [b-]showlex.t
42847              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
42848              Date: Sun, 12 Aug 2001 22:24:51 +0200
42849              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
42850              
42851              The 4nt command shell will expand the % in command line
42852              no matter what quoting is attempted, changed the % to @.
42853      Branch: perl
42854            ! ext/B/Showlex.t
42855 ____________________________________________________________________________
42856 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
42857         Log: Subject: [PATCH] magic.t
42858              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
42859              Date: Sun, 12 Aug 2001 20:49:27 +0200
42860              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
42861      Branch: perl
42862            ! t/op/magic.t
42863 ____________________________________________________________________________
42864 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
42865         Log: Add sharedsv* to the DOSish platforms; plus add
42866              some WinCE files to the list of DOSish files.
42867      Branch: perl
42868            ! NetWare/Makefile Porting/makerel win32/Makefile
42869            ! win32/makefile.mk wince/Makefile.ce
42870 ____________________________________________________________________________
42871 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
42872         Log: More DOSish files.
42873      Branch: perl
42874            ! Porting/makerel
42875 ____________________________________________________________________________
42876 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
42877         Log: Strip CRs from the WinCE files.  Now we need to
42878              figure out in which CRs are really needed: probably
42879              Makefile.ce and the README files, at least, probably
42880              also the registry.bat.
42881      Branch: perl
42882            ! wince/Makefile.ce wince/README.compile wince/README.perlce
42883            ! wince/config.h wince/include/cectype.h wince/include/errno.h
42884            ! wince/include/sys/stat.h wince/include/sys/types.h
42885            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
42886            ! wince/perldll.def wince/registry.bat wince/wince.h
42887            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
42888 ____________________________________________________________________________
42889 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
42890         Log: Add some files to DOSish and writables.
42891      Branch: perl
42892            ! Porting/makerel
42893 ____________________________________________________________________________
42894 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
42895         Log: Compile failure message tidying.
42896      Branch: perl
42897            ! t/lib/1_compile.t
42898 ____________________________________________________________________________
42899 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
42900         Log: The new sharedsv* should be exported only if usethreads.
42901      Branch: perl
42902            ! makedef.pl
42903 ____________________________________________________________________________
42904 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
42905         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
42906              From: Peter Prymmer <pvhp@forte.com>
42907              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
42908              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
42909      Branch: perl
42910            ! README.os390
42911 ____________________________________________________________________________
42912 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
42913         Log: Update Changes.
42914      Branch: perl
42915            ! Changes patchlevel.h
42916 ____________________________________________________________________________
42917 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
42918         Log: Subject: [PATHC] sharedsv.[c|h]
42919              From: "Artur Bergman" <artur@contiller.se>
42920              Date: Mon, 13 Aug 2001 14:38:41 +0200
42921              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
42922              
42923              Subject: [PATCH] embed.pl
42924              From: Arthur Bergman <arthur@contiller.se>
42925              Date: Mon, 13 Aug 2001 14:38:14 +0200
42926              Message-ID: <B79D96D6.3088%arthur@contiller.se>
42927              
42928              Subject: [PATCH] sharedsv cleanups
42929              From: "Arthur Bergman" <arthur@contiller.se>
42930              Date: Mon, 13 Aug 2001 15:14:25 +0200
42931              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
42932              
42933              Plus few tweaks: _init needs to be Adp, the prototypes
42934              should not be revealed unless using ithreads, #endif FOO
42935              must be #endif /* FOO */, adding (parentheses) around
42936              do { } while doesn't work too well.
42937      Branch: perl
42938            + sharedsv.c sharedsv.h
42939            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
42940            ! perl.h perlapi.c pod/perlapi.pod proto.h
42941 ____________________________________________________________________________
42942 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
42943         Log: Subject: Re: END {} blocks run in perl_run
42944              From: Arthur Bergman <arthur@contiller.se>
42945              Date: Mon, 13 Aug 2001 11:11:30 +0200
42946              Message-ID: <B79D6661.3068%arthur@contiller.se>
42947      Branch: perl
42948            ! perl.c
42949 ____________________________________________________________________________
42950 [ 11657] By: nick                                  on 2001/08/13  09:03:02
42951         Log: Integrate mainline
42952      Branch: perlio
42953           +> (branch 326 files)
42954            - (delete 330 files)
42955           !> (integrate 85 files)
42956 ____________________________________________________________________________
42957 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
42958         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
42959              and the Perl will be built to do that by default (adding that
42960              will break scripts having non-UTF-8 binary data, such as Latin-1.)
42961      Branch: perl
42962            ! op.c toke.c utf8.h
42963 ____________________________________________________________________________
42964 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
42965         Log: Unnecessary downgrades.
42966      Branch: perl
42967            ! doop.c
42968 ____________________________________________________________________________
42969 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
42970         Log: Failure not true anymore (probably caused by my broken setup).
42971      Branch: perl
42972            ! t/op/pat.t
42973 ____________________________________________________________________________
42974 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
42975         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
42976              stopped working).
42977      Branch: perl
42978            ! op.h pp_ctl.c regcomp.c
42979 ____________________________________________________________________________
42980 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
42981         Log: There is no IN_UTF8.
42982      Branch: perl
42983            ! utf8.h
42984 ____________________________________________________________________________
42985 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
42986         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
42987      Branch: perl
42988            ! op.c op.h pp_ctl.c regcomp.c
42989 ____________________________________________________________________________
42990 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
42991         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
42992              and a test tweak.
42993      Branch: perl
42994            ! op.c t/pod/find.t
42995 ____________________________________________________________________________
42996 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
42997         Log: Todo updates and fixes.
42998      Branch: perl
42999            ! pod/perltodo.pod
43000 ____________________________________________________________________________
43001 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
43002         Log: Mark tests (and one module) having explicit Latin-1
43003              (and one file having explicit UTF-8) with an explicit
43004              'no utf8' (and one explicit 'use utf8').
43005              
43006              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
43007      Branch: perl
43008            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
43009            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
43010            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
43011 ____________________________________________________________________________
43012 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
43013         Log: Subject: SV: END {} blocks run in perl_run
43014              From: "Arthur Bergman" <arthur@contiller.se>
43015              Date: Sun, 12 Aug 2001 00:34:28 +0200 
43016              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
43017      Branch: perl
43018            ! miniperlmain.c perl.c
43019 ____________________________________________________________________________
43020 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
43021         Log: Typos in #11645.
43022      Branch: perl
43023            ! perl.h
43024 ____________________________________________________________________________
43025 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
43026         Log: On ithreads default to use_reentrant except on naturally
43027              threadsafe platforms.
43028      Branch: perl
43029            ! perl.h
43030 ____________________________________________________________________________
43031 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
43032         Log: (Hopefully) a fix for 20010723.004: make install needs
43033              write permission in build directory.  The problem was
43034              probably caused by overeager sprinkling of the lib/re.pm
43035              dependencies (which was done to guarantee lib/re.pm being
43036              uptodate for parallel makes: now solved by funneling that
43037              through an explicit recursive make in the preplibrary target).
43038      Branch: perl
43039            ! Makefile.SH
43040 ____________________________________________________________________________
43041 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
43042         Log: Dispell the "use utf8" superstition.
43043      Branch: perl
43044            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
43045            ! pod/perlunicode.pod
43046 ____________________________________________________________________________
43047 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
43048         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
43049              From: "Abigail" <abigail@foad.org> 
43050              Date: Sat, 11 Aug 2001 23:49:49 +0200
43051              Message-ID: <20010811214950.23255.qmail@foad.org>
43052      Branch: perl
43053            ! t/op/taint.t
43054 ____________________________________________________________________________
43055 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
43056         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
43057              From: Abhijit Menon-Sen <ams@wiw.org>
43058              Date: Sat, 11 Aug 2001 06:18:19 +0530
43059              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
43060      Branch: perl
43061            ! mg.c
43062 ____________________________________________________________________________
43063 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
43064         Log: Test for change #11639.
43065      Branch: perl
43066            ! t/op/tiehandle.t
43067 ____________________________________________________________________________
43068 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
43069         Log: Subject: Re: Can't localize *FH, then tie it
43070              From: Abhijit Menon-Sen <ams@wiw.org>
43071              Date: Sun, 12 Aug 2001 16:08:06 +0530
43072              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
43073      Branch: perl
43074            ! pp_hot.c pp_sys.c
43075 ____________________________________________________________________________
43076 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
43077         Log: Drop all the unnecessary "use utf8" clauses and some of
43078              the unnecessary "use bytes" ones.
43079              
43080              TODO: scour the documentation for unnecessary "use utf8"
43081              and prominently display it in perldelta when the time comes.
43082              ("use utf8" should be necessary ONLY if one wants the script
43083              to be in UTF-8.)  Also should be checked in some non-ASCII
43084              non-Latin-1 platform, like EBCDIC.
43085      Branch: perl
43086            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
43087            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
43088 ____________________________________________________________________________
43089 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
43090         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
43091              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
43092              in Unicode handling.
43093      Branch: perl
43094            + t/op/lc.t
43095            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
43096 ____________________________________________________________________________
43097 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
43098         Log: Thinko: we want the flags for native cc, not gcc.
43099      Branch: perl
43100            ! hints/dec_osf.sh
43101 ____________________________________________________________________________
43102 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
43103         Log: (retracted by 13077)
43104              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
43105              From: Robin Houston <robin@kitsite.com>
43106              Date: Fri, 10 Aug 2001 14:42:02 +0100
43107              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
43108      Branch: perl
43109            ! pp.c
43110 ____________________________________________________________________________
43111 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
43112         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
43113              From: Abhijit Menon-Sen <ams@wiw.org>
43114              Date: Sat, 11 Aug 2001 16:31:04 +0530
43115              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
43116      Branch: perl
43117            ! op.c
43118 ____________________________________________________________________________
43119 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
43120         Log: Get rid of indread, from Abhijit Menon-Sen.
43121      Branch: perl
43122            ! pp_sys.c
43123 ____________________________________________________________________________
43124 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
43125         Log: CRLFgngngn.
43126      Branch: perl
43127            ! win32/Makefile win32/makefile.mk
43128 ____________________________________________________________________________
43129 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
43130         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
43131      Branch: perl
43132            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
43133            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
43134            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
43135            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
43136            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
43137            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
43138            ! win32/Makefile win32/makefile.mk
43139 ____________________________________________________________________________
43140 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
43141         Log: Avoid #elif (less portable than #else #if).
43142      Branch: perl
43143            ! handy.h
43144 ____________________________________________________________________________
43145 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
43146         Log: Subject: patch for perlvar.pod
43147              From: mah@everybody.org (Mark A. Hershberger)
43148              Date: 08 Aug 2001 17:03:16 -0500
43149              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
43150      Branch: perl
43151            ! pod/perlvar.pod
43152 ____________________________________________________________________________
43153 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
43154         Log: cpp commands must start (the # must be) at the column #0.
43155      Branch: perl
43156            ! op.c
43157 ____________________________________________________________________________
43158 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
43159         Log: If using gcc -B/foo/bar makedepend would give
43160              unnecessary warnings about unused -B/foo/bar.
43161      Branch: perl
43162            ! makedepend.SH
43163 ____________________________________________________________________________
43164 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
43165         Log: Update Changes.
43166      Branch: perl
43167            ! Changes patchlevel.h
43168 ____________________________________________________________________________
43169 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
43170         Log: s/z/tz/
43171      Branch: perl
43172            ! pod/perlfaq2.pod
43173 ____________________________________________________________________________
43174 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
43175         Log: Article nit.
43176      Branch: perl
43177            ! pod/perlfaq2.pod
43178 ____________________________________________________________________________
43179 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
43180         Log: Rename lib/unicode files to lib/unicore to avoid
43181              conflicts between core lib/unicode and Unicode::
43182              files in case-ignoring filesystems.
43183      Branch: perl
43184            + (add 325 files)
43185            - (delete 324 files)
43186            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
43187 ____________________________________________________________________________
43188 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
43189         Log: Upgrade to Math::BigInt 1.41.
43190      Branch: perl
43191            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
43192 ____________________________________________________________________________
43193 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
43194         Log: Subject: [PATCH] remove PL_na from typemap
43195              From: James <james@rf.net>
43196              Date: Mon, 06 Aug 2001 20:23:15 -0700
43197              Message-ID: <3B6F5F23.A31A81B1@rf.net>
43198              
43199              (had to be manually applied)
43200      Branch: perl
43201            ! lib/ExtUtils/typemap
43202 ____________________________________________________________________________
43203 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
43204         Log: The metaconfig unit changes for #11618.
43205      Branch: metaconfig/U/perl
43206            + d_fpclassl.U i_fp.U
43207 ____________________________________________________________________________
43208 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
43209         Log: Forgot this from #11618.
43210              
43211              NOTE: wince/config_H.ce needs updating.
43212      Branch: perl
43213            ! wince/config.ce
43214 ____________________________________________________________________________
43215 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
43216         Log: Introduce more floating point classifying APIs;
43217              try to define (most importantly) Perl_is{inf,nan}(x).
43218              
43219              For this first cut, assume none such APIs exist in non-UNIXoid
43220              platforms-- this is of course too unkind: Win32 rumoredly has
43221              _fpclass() and _isnan(), and VMS/VOS very probably have some
43222              of the APIs available.     The only thing Perl uses at the moment
43223              is Perl_isnan() (has been in use for a while now).
43224              
43225              NOTE: the Win32 and NetWare config_h.?c need regenerating.
43226      Branch: perl
43227            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
43228            ! Porting/config_H config_h.SH configure.com epoc/config.sh
43229            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
43230            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43231            ! vos/config.ga.h win32/config.bc win32/config.gc
43232            ! win32/config.vc win32/config_H.bc win32/config_H.gc
43233            ! win32/config_H.vc wince/config.ce wince/config.h
43234 ____________________________________________________________________________
43235 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
43236         Log: Integrate change #11519 from perlio:
43237              
43238              Avoid testing for (non-)existance of "encoding(xxxx)"
43239              layer is called "encoding" the (xxxx) is an argument.
43240      Branch: perl
43241           !> lib/open.pm
43242 ____________________________________________________________________________
43243 [ 11616] By: nick                                  on 2001/08/09  07:50:24
43244         Log: Integrate mainline
43245      Branch: perlio
43246           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
43247           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
43248           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
43249           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
43250            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
43251            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
43252           !> (integrate 79 files)
43253 ____________________________________________________________________________
43254 [ 11615] By: nick                                  on 2001/08/09  06:23:44
43255         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
43256              layer is called "encoding" the (xxxx) is an argument.
43257      Branch: perlio
43258            ! lib/open.pm
43259 ____________________________________________________________________________
43260 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
43261         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
43262              From: Paul Johnson <paul@pjcj.net>
43263              Date: Wed, 8 Aug 2001 23:54:17 +0200
43264              Message-ID: <20010808235417.O1006@pjcj.net>
43265      Branch: perl
43266            ! ext/B/B/Concise.pm
43267 ____________________________________________________________________________
43268 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
43269         Log: Make VMS use IEEE math by default; reorder Tru64 hints
43270              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
43271              exception semantics) is always set if using (the new) cc.
43272      Branch: perl
43273            ! configure.com hints/dec_osf.sh
43274 ____________________________________________________________________________
43275 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
43276         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
43277              From: Abhijit Menon-Sen <ams@wiw.org>
43278              Date: Tue, 7 Aug 2001 17:16:05 +0530
43279              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
43280      Branch: perl
43281            ! pp_sys.c
43282 ____________________________________________________________________________
43283 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
43284         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
43285              From: "Craig A. Berry" <craigberry@mac.com>
43286              Date: Tue, 07 Aug 2001 22:27:47 -0500
43287              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
43288      Branch: perl
43289            ! t/run/exit.t
43290 ____________________________________________________________________________
43291 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
43292         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
43293              From: "Craig A. Berry" <craigberry@mac.com>
43294              Date: Tue, 07 Aug 2001 20:01:53 -0500
43295              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
43296      Branch: perl
43297            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
43298 ____________________________________________________________________________
43299 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
43300         Log: Update the magazine information.
43301      Branch: perl
43302            ! pod/perlfaq2.pod
43303 ____________________________________________________________________________
43304 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
43305         Log: Ignore SIGFPE everywhere.
43306      Branch: perl
43307            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
43308 ____________________________________________________________________________
43309 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
43310         Log: With permission, change the licensing of the docs by
43311              TomC (and Gnat) to comply with the rest of Perl.
43312      Branch: perl
43313            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
43314            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
43315            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
43316            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
43317            ! pod/perltootc.pod
43318 ____________________________________________________________________________
43319 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
43320         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
43321              From: Andy Dougherty <doughera@lafayette.edu>
43322              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
43323              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
43324      Branch: perl
43325            ! hints/openbsd.sh
43326 ____________________________________________________________________________
43327 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
43328         Log: Subject: [PATCH] Makefile.SH test_prep dependency
43329              From: Andy Dougherty <doughera@lafayette.edu>
43330              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
43331              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
43332      Branch: perl
43333            ! Makefile.SH
43334 ____________________________________________________________________________
43335 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
43336         Log: Don't autogenerate the headers et alia,
43337              make regen_headers explicitly.
43338      Branch: perl
43339            ! Makefile.SH
43340 ____________________________________________________________________________
43341 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
43342         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
43343              From: Gurusamy Sarathy <gsar@ActiveState.com> 
43344              Date: Tue, 07 Aug 2001 08:33:26 -0700
43345              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
43346              
43347              Unnecessary dependency.
43348      Branch: perl
43349            ! embed.pl
43350 ____________________________________________________________________________
43351 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
43352         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
43353              From: Abhijit Menon-Sen <ams@wiw.org>
43354              Date: Tue, 7 Aug 2001 09:10:54 +0530
43355              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
43356      Branch: perl
43357            ! pp_hot.c
43358 ____________________________________________________________________________
43359 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
43360         Log: Subject: [PATCH perl@11597] B && BEGIN handling
43361              From: "James A. Duncan" <jduncan@fotango.com>
43362              Date: Mon, 6 Aug 2001 17:29:11 +0100
43363              Message-ID: <20010806172911.A2071@fotango.com>
43364              
43365              (the intrpvar.h addition moved to the end for bincompat)
43366      Branch: perl
43367            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
43368 ____________________________________________________________________________
43369 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
43370         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
43371      Branch: perl
43372           !> README.win32
43373 ____________________________________________________________________________
43374 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
43375         Log: fix URLs for fcrypt.c
43376      Branch: maint-5.6/perl
43377            ! README.win32
43378 ____________________________________________________________________________
43379 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
43380         Log: Yet another way to say Infinity: HP-UX calls its "++".
43381      Branch: perl
43382            ! lib/Math/BigInt/t/bigintpm.t
43383 ____________________________________________________________________________
43384 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
43385         Log: Update Changes.
43386      Branch: perl
43387            ! Changes patchlevel.h
43388 ____________________________________________________________________________
43389 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
43390         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
43391      Branch: perl
43392            ! pod/perlfaq5.pod
43393 ____________________________________________________________________________
43394 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
43395         Log: The #11593 wasn't right.
43396      Branch: perl
43397            ! lib/Math/BigInt/t/bigintpm.t
43398 ____________________________________________________________________________
43399 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
43400         Log: Subject: [PATCH: perl@11564] introducing perlivp
43401              From: Prymmer/Kahn <pvhp@best.com>
43402              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
43403              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
43404              
43405              Subject: Re: [PATCH: perl@11564] introducing perlivp
43406              From: Prymmer/Kahn <pvhp@best.com>
43407              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
43408              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
43409      Branch: perl
43410            + utils/perlivp.PL
43411            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
43412            ! win32/Makefile win32/makefile.mk
43413 ____________________________________________________________________________
43414 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
43415         Log: libcs are confused what to call Infinity.
43416      Branch: perl
43417            ! lib/Math/BigInt/t/bigintpm.t
43418 ____________________________________________________________________________
43419 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
43420         Log: Avoid SIGFPE in Tru64.
43421      Branch: perl
43422            ! numeric.c
43423 ____________________________________________________________________________
43424 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
43425         Log: Upgrade to Math::BigInt 1.40.
43426              
43427              NOTE: this patch necessitates doing something about
43428              infinity handling since the new bigintpm.t tests use
43429              infinity, which causes SIGFPEs at least in Tru64.
43430      Branch: perl
43431            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
43432            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
43433            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
43434            ! lib/Math/BigInt/t/mbimbf.t
43435 ____________________________________________________________________________
43436 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
43437         Log: remove hardcoded cmd shell in testsuite
43438      Branch: perl
43439            ! t/op/glob.t t/op/magic.t t/op/stat.t
43440 ____________________________________________________________________________
43441 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
43442         Log: 4-arg select() was busted on windows because change#8178 didn't
43443              make it into mainline
43444      Branch: perl
43445            ! perl.h win32/include/sys/socket.h
43446 ____________________________________________________________________________
43447 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
43448         Log: Rename the Getopt::Long tests to be as they are
43449              in the Getopt::Long official distribution.
43450      Branch: perl
43451            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
43452            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
43453            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
43454            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
43455            ! MANIFEST
43456 ____________________________________________________________________________
43457 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
43458         Log: Upgrade to Getopt::Long 2.26.
43459      Branch: perl
43460            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
43461            ! MANIFEST lib/Getopt/Long.pm
43462 ____________________________________________________________________________
43463 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
43464         Log: Retract #10874 (the hack should be unnecessary by now)
43465      Branch: perl
43466            ! lib/Test/Harness.pm
43467 ____________________________________________________________________________
43468 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
43469         Log: avoid temp file littering in tests
43470      Branch: perl
43471            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
43472 ____________________________________________________________________________
43473 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
43474         Log: Subject: warning in sv.c: double format, NV arg
43475              From: "Philip Newton" <Philip.Newton@gmx.net>
43476              Date: Sun, 5 Aug 2001 19:41:07 +0200
43477              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
43478      Branch: perl
43479            ! sv.c
43480 ____________________________________________________________________________
43481 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
43482         Log: fix POSIX.t#13 for windos
43483      Branch: perl
43484            ! ext/POSIX/POSIX.t
43485 ____________________________________________________________________________
43486 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
43487         Log: Add a test for PerlIO::Via.
43488      Branch: perl
43489            + ext/PerlIO/t/via.t
43490            ! MANIFEST ext/PerlIO/Via/Via.pm
43491 ____________________________________________________________________________
43492 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
43493         Log: flock() and link() are not available on Windows 9x
43494      Branch: perl
43495            ! win32/config_sh.PL
43496 ____________________________________________________________________________
43497 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
43498         Log: Some Tru64 C compilers have C++ components that confuse
43499              the ccversion parsing.
43500      Branch: perl
43501            ! hints/dec_osf.sh
43502 ____________________________________________________________________________
43503 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
43504         Log: (Reintroduce #11125)
43505              
43506              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
43507              From: Alan Burlison <Alan.Burlison@sun.com> 
43508              Date: Tue, 03 Jul 2001 15:20:13 +0100   
43509              Message-ID: <3B41D49D.A923D4F9@sun.com> 
43510      Branch: perl
43511            ! lib/ExtUtils/MM_Unix.pm
43512 ____________________________________________________________________________
43513 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
43514         Log: Little pointer juggling for HP-UX cc to avoid
43515              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
43516              followed by
43517              "error 1549: Modifiable lvalue required for assignment operator."
43518      Branch: perl
43519            ! hv.c
43520 ____________________________________________________________________________
43521 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
43522         Log: Continuation of #11575: SANY_SEEN completely deprecated,
43523              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
43524              plus a fix for the bug.
43525      Branch: perl
43526            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
43527 ____________________________________________________________________________
43528 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
43529         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
43530              From: Doug MacEachern <dougm@covalent.net>
43531              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
43532              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
43533      Branch: perl
43534            ! sv.c
43535 ____________________________________________________________________________
43536 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
43537         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
43538              the new CANY is the \C.  The problem reported and the
43539              test case supplied in
43540              
43541              Subject: UTF-8 bugs in string length & single line regex matches
43542              From: "Daniel P. Berrange" <dan@berrange.com>
43543              Date: Fri, 3 Aug 2001 11:39:33 +0100
43544              Message-ID: <20010803113932.A19318@berrange.com>
43545      Branch: perl
43546            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
43547            ! t/op/pat.t
43548 ____________________________________________________________________________
43549 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
43550         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
43551              From: Doug MacEachern <dougm@covalent.net>
43552              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
43553              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
43554      Branch: perl
43555            ! perl.c regexec.c
43556 ____________________________________________________________________________
43557 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
43558         Log: The #11572 didn't up the test count.
43559      Branch: perl
43560            ! t/op/length.t
43561 ____________________________________________________________________________
43562 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
43563         Log: Subject: UTF-8 bugs in string length & single line regex matches
43564              From: "Daniel P. Berrange" <dan@berrange.com>
43565              Date: Fri, 3 Aug 2001 11:39:33 +0100         
43566              Message-ID: <20010803113932.A19318@berrange.com>
43567              
43568              (the mg_length() fix)
43569      Branch: perl
43570            ! mg.c t/op/length.t
43571 ____________________________________________________________________________
43572 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
43573         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
43574              From: Abhijit Menon-Sen <ams@wiw.org>
43575              Date: Sat, 4 Aug 2001 16:56:35 +0530
43576              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
43577      Branch: perl
43578            ! hv.c
43579 ____________________________________________________________________________
43580 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
43581         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
43582              From: Abhijit Menon-Sen <ams@wiw.org>
43583              Date: Sat, 4 Aug 2001 16:16:03 +0530
43584              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
43585      Branch: perl
43586            ! hv.c
43587 ____________________________________________________________________________
43588 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
43589         Log: Subject: Re: [patch] refcount re ops
43590              From: Abhijit Menon-Sen <ams@wiw.org>
43591              Date: Sat, 4 Aug 2001 08:54:55 +0530
43592              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
43593      Branch: perl
43594            ! sv.c
43595 ____________________________________________________________________________
43596 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
43597         Log: Subject: [patch] refcount re ops
43598              From: Doug MacEachern <dougm@covalent.net>
43599              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
43600              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
43601      Branch: perl
43602            ! regcomp.c sv.c
43603 ____________________________________________________________________________
43604 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
43605         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
43606              From: Doug MacEachern <dougm@covalent.net>
43607              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
43608              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
43609      Branch: perl
43610            ! perl.c regexec.c
43611 ____________________________________________________________________________
43612 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
43613         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
43614              From: "Craig A. Berry" <craigberry@mac.com> 
43615              Date: Fri, 03 Aug 2001 16:16:16 -0500
43616              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
43617      Branch: perl
43618            ! t/op/misc.t
43619 ____________________________________________________________________________
43620 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
43621         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
43622              From: John Kristian <jmk2001@engineer.com>
43623              Date: Fri, 03 Aug 2001 00:59:08 -0700
43624              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
43625      Branch: perl
43626            ! win32/win32.c
43627 ____________________________________________________________________________
43628 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
43629         Log: Update Changes.
43630      Branch: perl
43631            ! Changes patchlevel.h
43632 ____________________________________________________________________________
43633 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
43634         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
43635              From: "Craig A. Berry" <craigberry@mac.com>
43636              Date: Thu, 02 Aug 2001 23:15:24 -0500
43637              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
43638      Branch: perl
43639            ! ext/B/Stash.t
43640 ____________________________________________________________________________
43641 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
43642         Log: Subject: [patch] plug PL_cshname leak
43643              From: Doug MacEachern <dougm@covalent.net>
43644              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
43645              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
43646      Branch: perl
43647            ! sv.c
43648 ____________________________________________________________________________
43649 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
43650         Log: Subject: [patch] plug PL_sh_path leak
43651              From: Doug MacEachern <dougm@covalent.net>
43652              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
43653              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
43654      Branch: perl
43655            ! sv.c
43656 ____________________________________________________________________________
43657 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
43658         Log: Subject: [patch] plug PL_regex_padav leaks
43659              From: Doug MacEachern <dougm@covalent.net>
43660              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
43661              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
43662      Branch: perl
43663            ! op.c op.h perl.c
43664 ____________________________________________________________________________
43665 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
43666         Log: Subject: [patch] plug PL_origargv leak
43667              From: Doug MacEachern <dougm@covalent.net>
43668              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
43669              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
43670      Branch: perl
43671            ! perl.c
43672 ____________________________________________________________________________
43673 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
43674         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
43675              From: Abhijit Menon-Sen <ams@wiw.org>
43676              Date: Fri, 3 Aug 2001 06:38:11 +0530
43677              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
43678      Branch: perl
43679            ! hv.c
43680 ____________________________________________________________________________
43681 [ 11557] By: nick                                  on 2001/08/03  08:17:38
43682         Log: Integrate mainline
43683      Branch: perlio
43684           +> (branch 47 files)
43685            - lib/Switch/test.pl
43686           !> (integrate 49 files)
43687 ____________________________________________________________________________
43688 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
43689         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
43690              From: "Craig A. Berry" <craigberry@mac.com>
43691              Date: Thu, 02 Aug 2001 12:56:19 -0500
43692              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
43693      Branch: perl
43694            ! ext/B/Showlex.t
43695 ____________________________________________________________________________
43696 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
43697         Log: Be more careful about non-existent files.
43698      Branch: perl
43699            ! lib/File/Copy.pm
43700 ____________________________________________________________________________
43701 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
43702         Log: Subject: [PATCH resend] deparse empty formats
43703              From: Robin Houston <robin@kitsite.com> 
43704              Date: Thu, 2 Aug 2001 14:32:36 +0100
43705              Message-ID: <20010802143236.A894@robin.kitsite.com>
43706      Branch: perl
43707            ! ext/B/B/Deparse.pm
43708 ____________________________________________________________________________
43709 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
43710         Log: Subject: [patch] ithreads + refto fix improvement
43711              From: Doug MacEachern <dougm@covalent.net>
43712              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
43713              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
43714      Branch: perl
43715            ! pp.c
43716 ____________________________________________________________________________
43717 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
43718         Log: Readability nit from Abhijit.
43719      Branch: perl
43720            ! op.c
43721 ____________________________________________________________________________
43722 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
43723         Log: setproctitle() API version nit from Anton Berezin.
43724      Branch: perl
43725            ! mg.c
43726 ____________________________________________________________________________
43727 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
43728         Log: Add PerlCE to the docs.
43729      Branch: perl
43730            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
43731            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
43732 ____________________________________________________________________________
43733 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
43734         Log: Integrate the PerlCE (WinCE Perl) port;
43735              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
43736      Branch: perl
43737            + README.ce wince/FindExt.pm wince/Makefile.ce
43738            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
43739            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
43740            + wince/bin/search.pl wince/config.ce wince/config.h
43741            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
43742            + wince/dl_win32.xs wince/include/arpa/inet.h
43743            + wince/include/cectype.h wince/include/errno.h
43744            + wince/include/netdb.h wince/include/sys/socket.h
43745            + wince/include/sys/stat.h wince/include/sys/types.h
43746            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
43747            + wince/perl.rc wince/perldll.def wince/perllib.c
43748            + wince/perlmain.c wince/registry.bat wince/runperl.c
43749            + wince/splittree.pl wince/win32.h wince/win32iop.h
43750            + wince/win32thread.c wince/win32thread.h wince/wince.c
43751            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
43752            + wince/xdistclean.ksh wince/xmakediffs.ksh
43753            ! MANIFEST perl.c perl.h perlio.c
43754 ____________________________________________________________________________
43755 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
43756         Log: setproctitle() made simpler.  (This assumes the string is
43757              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
43758              should be used.  Note len, not len + 1.)  BSD-fu from Anton
43759              Berezin.
43760      Branch: perl
43761            ! mg.c
43762 ____________________________________________________________________________
43763 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
43764         Log: Subject: [PATCH] -Wall cleanup: op.c
43765              From: Richard Soderberg <rs@oregonnet.com>
43766              Date: Thu, 2 Aug 2001 00:17:09 -0700
43767              Message-Id: <200108020717.AAA26895@oregonnet.com>
43768              
43769              Subject: [PATCH] -Wall cleanup: sv.c
43770              From: Richard Soderberg <rs@oregonnet.com>
43771              Date: Thu, 2 Aug 2001 00:49:21 -0700
43772              Message-Id: <200108020749.AAA27492@oregonnet.com>
43773      Branch: perl
43774            ! op.c sv.c
43775 ____________________________________________________________________________
43776 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
43777         Log: Update Changes.
43778      Branch: perl
43779            ! Changes patchlevel.h
43780 ____________________________________________________________________________
43781 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
43782         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
43783              From: Doug MacEachern <dougm@covalent.net>
43784              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
43785              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
43786      Branch: perl
43787            ! op.c
43788 ____________________________________________________________________________
43789 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
43790         Log: The #11541 didn't work under threads.
43791      Branch: perl
43792            ! op.c
43793 ____________________________________________________________________________
43794 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
43795         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
43796              From: Hugo <hv@crypt.compulink.co.uk>
43797              Date: Fri, 22 Jun 2001 01:19:08 +0100 
43798              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
43799              
43800              (Skip tests if accept() failed)
43801      Branch: perl
43802            ! ext/IO/lib/IO/t/io_unix.t
43803 ____________________________________________________________________________
43804 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
43805         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
43806              From: "Stian Seeberg" <sseeberg@nimsoft.no>
43807              Date: Mon, 30 Jul 2001 12:28:07 +0200
43808              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
43809      Branch: perl
43810            ! perl.h
43811 ____________________________________________________________________________
43812 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
43813         Log: Subject: Pluggable optimizer
43814              From: Simon Cozens <simon@netthink.co.uk>
43815              Date: Wed, 1 Aug 2001 13:57:02 -0700
43816              Message-ID: <20010801135702.I10442@netthink.co.uk>
43817      Branch: perl
43818            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
43819 ____________________________________________________________________________
43820 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
43821         Log: Subject: [ID 20010801.039] perlre.pod message typo
43822              From: Autrijus Tang <autrijus@geb.elixus.org>
43823              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
43824              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
43825      Branch: perl
43826            ! pod/perlre.pod
43827 ____________________________________________________________________________
43828 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
43829         Log: Test for change #11536.
43830      Branch: perl
43831            ! t/op/tiehandle.t
43832 ____________________________________________________________________________
43833 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
43834         Log: More test fixups for #11537.
43835      Branch: perl
43836            ! t/lib/warnings/4lint t/lib/warnings/9enabled
43837 ____________________________________________________________________________
43838 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
43839         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
43840              From: Doug MacEachern <dougm@covalent.net>
43841              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
43842              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
43843      Branch: perl
43844            ! op.c t/TestInit.pm
43845 ____________________________________________________________________________
43846 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
43847         Log: Subject: [patch] ithreads + refto bug
43848              From: Doug MacEachern <dougm@covalent.net>
43849              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
43850              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
43851              
43852              (Test in change #11539)
43853      Branch: perl
43854            ! pp.c
43855 ____________________________________________________________________________
43856 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
43857         Log: Subject: [PATCH: perl@11523] fixups for t/harness
43858              From: Prymmer/Kahn <pvhp@best.com>
43859              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
43860              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
43861      Branch: perl
43862            ! t/harness
43863 ____________________________________________________________________________
43864 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
43865         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
43866              From: Prymmer/Kahn <pvhp@best.com>
43867              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
43868              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
43869      Branch: perl
43870            ! win32/Makefile win32/makefile.mk
43871 ____________________________________________________________________________
43872 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
43873         Log: Need to know the number of tests.
43874      Branch: perl
43875            ! t/run/exit.t
43876 ____________________________________________________________________________
43877 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
43878         Log: Subject: Re: new exit tests on VMS
43879              From: "Craig A. Berry" <craigberry@mac.com>
43880              Date: Tue, 31 Jul 2001 12:19:29 -0500
43881              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
43882      Branch: perl
43883            ! t/run/exit.t
43884 ____________________________________________________________________________
43885 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
43886         Log: Retract #11530 (the dTHX is needed under threads)
43887      Branch: perl
43888            ! perlio.c
43889 ____________________________________________________________________________
43890 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
43891         Log: (Retracted by #11531)
43892      Branch: perl
43893            ! perlio.c
43894 ____________________________________________________________________________
43895 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
43896         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
43897              From: Richard Soderberg <rs@crystalflame.net>
43898              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
43899              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
43900      Branch: perl
43901            ! unixish.h
43902 ____________________________________________________________________________
43903 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
43904         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
43905              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43906              Date: Tue, 31 Jul 2001 05:39:09 -0400
43907              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
43908              
43909              (with a note about the case of UV being equal to long long)
43910      Branch: perl
43911            ! utils/h2xs.PL
43912 ____________________________________________________________________________
43913 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
43914         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
43915              From: "Craig A. Berry" <craigberry@mac.com>
43916              Date: Tue, 31 Jul 2001 14:57:43 -0500
43917              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
43918      Branch: perl
43919            ! t/io/fs.t
43920 ____________________________________________________________________________
43921 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
43922         Log: Fix for
43923              
43924              Subject: [ID 20010116.001] File::Copy truncates orig file 
43925              From: arbor@al37al08.telecel.pt
43926              Date: Tue, 16 Jan 2001 11:43:02 GMT
43927              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
43928              
43929              (copy($foo, $foo) would truncate $foo)
43930      Branch: perl
43931            ! lib/File/Copy.pm lib/File/Copy.t
43932 ____________________________________________________________________________
43933 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
43934         Log: Metaconfig unit change for #11524.
43935      Branch: metaconfig/U/perl
43936            ! Extras.U
43937 ____________________________________________________________________________
43938 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
43939         Log: Multiple modules didn't work; plus typo fixes.
43940      Branch: perl
43941            ! Configure
43942 ____________________________________________________________________________
43943 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
43944         Log: Update Changes.
43945      Branch: perl
43946            ! Changes patchlevel.h
43947 ____________________________________________________________________________
43948 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
43949         Log: Regen perlapi.
43950      Branch: perl
43951            ! pod/perlapi.pod
43952 ____________________________________________________________________________
43953 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
43954         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
43955              From: Dave Mitchell <davem@fdgroup.co.uk>
43956              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
43957              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
43958      Branch: perl
43959            ! sv.c
43960 ____________________________________________________________________________
43961 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
43962         Log: Regen toc.
43963      Branch: perl
43964            ! pod/perltoc.pod
43965 ____________________________________________________________________________
43966 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
43967         Log: Regen Porting stuff.
43968      Branch: perl
43969            ! Porting/Glossary Porting/config.sh Porting/config_H
43970 ____________________________________________________________________________
43971 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
43972         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
43973              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43974              Date: Tue, 31 Jul 2001 05:34:38 -0400
43975              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
43976      Branch: perl
43977            ! utils/h2xs.PL
43978 ____________________________________________________________________________
43979 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
43980         Log: Metaconfig unit change for #11516. 
43981      Branch: metaconfig/U/perl
43982            ! gccvers.U
43983 ____________________________________________________________________________
43984 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
43985         Log: Add -Wall in cflags, not in Configure.
43986              (This way -Wall affects only the core and the core XS,
43987              not user modules' XS.  Concern from Paul Marquess,
43988              implementation idea from Andy Dougherty.)
43989      Branch: perl
43990            ! Configure cflags.SH
43991 ____________________________________________________________________________
43992 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
43993         Log: Metaconfig unit changes for #11514.
43994      Branch: metaconfig
43995            + U/modified/sysman.U
43996            ! U/installdirs/man1dir.U
43997 ____________________________________________________________________________
43998 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
43999         Log: Subject: Configure's detection of system manual
44000              From: Sean Dague <sean@dague.net> 
44001              Date: Sun, 13 May 2001 15:53:15 -0400
44002              Message-ID: <20010513155315.A15833@underhill.dague.net>
44003      Branch: perl
44004            ! Configure
44005 ____________________________________________________________________________
44006 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
44007         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
44008              From: Autrijus Tang <autrijus@autrijus.org> 
44009              Date: Thu, 21 Jun 2001 23:56:48 +0800
44010              Message-Id: <20010621235648.A57340@not.autrijus.org>
44011      Branch: perl
44012            ! pod/perlobj.pod
44013 ____________________________________________________________________________
44014 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
44015         Log: Subject: Typo in DB_File.pm
44016              From: "Philip Newton" <Philip.Newton@gmx.net>
44017              Date: Tue, 31 Jul 2001 06:19:35 +0200
44018              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
44019      Branch: perl
44020            ! ext/DB_File/DB_File.pm
44021 ____________________________________________________________________________
44022 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
44023         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
44024              From: "Stephen P. Potter" <spp@spotter.yi.org>
44025              Date: Wed, 30 May 2001 13:59:34 -0400
44026              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
44027      Branch: perl
44028            ! pod/perlre.pod
44029 ____________________________________________________________________________
44030 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
44031         Log: eval "format foo=" would loop indefinitely; reported in
44032              
44033              Subject: A load of old rubbish
44034              From: Mike Guy <mjtg@cam.ac.uk>
44035              Date: Mon, 14 May 2001 16:12:22 +0100
44036              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
44037              
44038              (The core dumps reported in there already fixed.)
44039      Branch: perl
44040            ! toke.c
44041 ____________________________________________________________________________
44042 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
44043         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
44044      Branch: perl
44045            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
44046            + lib/Switch/t/switch_case.t
44047            - lib/Switch/test.pl
44048            ! MANIFEST lib/Switch.pm
44049 ____________________________________________________________________________
44050 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
44051         Log: Subject: [PATCH @11505] DB_File-1.78
44052              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
44053              Date: Mon, 30 Jul 2001 22:54:37 +0100
44054              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
44055      Branch: perl
44056            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44057            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
44058 ____________________________________________________________________________
44059 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
44060         Log: Explain in more detail why -pipe and -fno-common are good.
44061      Branch: perl
44062            ! hints/darwin.sh
44063 ____________________________________________________________________________
44064 [ 11506] By: nick                                  on 2001/07/30  14:32:23
44065         Log: Integrate mainline
44066      Branch: perlio
44067           !> INSTALL Makefile.SH doio.c hints/darwin.sh
44068 ____________________________________________________________________________
44069 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
44070         Log: Perl hasn't been putting man pages into $prefix/lib for
44071              a long time now; pointed out by Andy Dougherty. 
44072      Branch: perl
44073            ! hints/darwin.sh
44074 ____________________________________________________________________________
44075 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
44076         Log: Document the extras Configure option.
44077      Branch: perl
44078            ! INSTALL
44079 ____________________________________________________________________________
44080 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
44081         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
44082              everywhere.
44083      Branch: perl
44084           !> doio.c
44085 ____________________________________________________________________________
44086 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
44087         Log: Doubly guard against invoking CPAN if no extras defined,
44088              pointed out by H. Merijn Brand.
44089      Branch: perl
44090            ! Makefile.SH
44091 ____________________________________________________________________________
44092 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
44093         Log: Fix O_RDONLY check to check for O_RDONLY.
44094      Branch: maint-5.6/macperl
44095            ! doio.c
44096 ____________________________________________________________________________
44097 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
44098         Log: Integrate miscellaneous changes from maint-5.6/perl.
44099      Branch: maint-5.6/macperl
44100           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
44101 ____________________________________________________________________________
44102 [ 11499] By: nick                                  on 2001/07/30  06:52:42
44103         Log: Integrate mainline
44104      Branch: perlio
44105           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
44106           +> win32/sync_ext.pl
44107            - win32/sncfnmcs.pl
44108           !> (integrate 71 files)
44109 ____________________________________________________________________________
44110 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
44111         Log: Update Changes.
44112      Branch: perl
44113            ! Changes patchlevel.h
44114 ____________________________________________________________________________
44115 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
44116         Log: Now Configure -Dextras=Foo::Bar and "make install" will
44117              fetch and install Foo::Bar.
44118      Branch: perl
44119            ! Makefile.SH
44120 ____________________________________________________________________________
44121 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
44122         Log: Metaconfig unit change for #11495.
44123      Branch: metaconfig/U/perl
44124            ! Extras.U
44125 ____________________________________________________________________________
44126 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
44127         Log: extras.make, extras.test, and extras.install make targets.
44128      Branch: perl
44129            ! Configure Makefile.SH
44130 ____________________________________________________________________________
44131 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
44132         Log: Metaconfig unit change for #11493.
44133      Branch: metaconfig/U/perl
44134            ! Extras.U
44135 ____________________________________________________________________________
44136 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
44137         Log: Better to have the list of extras in $extras than 'define'.
44138      Branch: perl
44139            ! Configure
44140 ____________________________________________________________________________
44141 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
44142         Log: The metaconfig unit change for #11490.
44143      Branch: metaconfig/U/perl
44144            + Extras.U
44145 ____________________________________________________________________________
44146 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
44147         Log: Missed from #11490 (the required dependency).
44148      Branch: perl
44149            ! Makefile.SH
44150 ____________________________________________________________________________
44151 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
44152         Log: Add the support of asking for extra modules or bundles of modules
44153              to be fetched from the CPAN and installed as a part of the Perl
44154              build process.  None of this installation is yet really done;
44155              only the list is asked, and saved away in extras.lst for
44156              the build and installation process to worry about later.
44157      Branch: perl
44158            ! Configure
44159 ____________________________________________________________________________
44160 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
44161         Log: Beginnings of better Inf and NaN support.
44162              At least toke.c and sv.c still need quite a bit of work.
44163      Branch: perl
44164            ! numeric.c perl.h
44165 ____________________________________________________________________________
44166 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
44167         Log: Top-level Makefile didn't honour OPTIMIZE.
44168      Branch: perl
44169            ! Makefile.SH
44170 ____________________________________________________________________________
44171 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
44172         Log: Update Changes.
44173      Branch: perl
44174            ! Changes patchlevel.h
44175 ____________________________________________________________________________
44176 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
44177         Log: Use Search::Dict 1.02 interface for charinfo().
44178      Branch: perl
44179            ! lib/UnicodeCD.pm
44180 ____________________________________________________________________________
44181 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
44182         Log: Now also allow transforming the read lines before comparing them.
44183              (This will help UnicodeCD.) 
44184      Branch: perl
44185            ! lib/Search/Dict.pm
44186 ____________________________________________________________________________
44187 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
44188         Log: Remove tiehandle code.
44189      Branch: perl
44190            ! lib/UnicodeCD.pm
44191 ____________________________________________________________________________
44192 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
44193         Log: Allow specifying a comparison function for Search::Dict::look().
44194      Branch: perl
44195            ! lib/Search/Dict.pm
44196 ____________________________________________________________________________
44197 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
44198         Log: Small UnicodeCD tweaks.
44199      Branch: perl
44200            ! lib/UnicodeCD.pm lib/UnicodeCD.t
44201 ____________________________________________________________________________
44202 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
44203         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
44204              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
44205              Date: Tue, 24 Jul 2001 01:51:32 +0900
44206              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
44207      Branch: perl
44208            ! lib/UnicodeCD.pm lib/UnicodeCD.t
44209 ____________________________________________________________________________
44210 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
44211         Log: Subject: [PATCH] installperl
44212              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
44213              Date: Fri, 27 Jul 2001 19:05:04 -0700
44214              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
44215      Branch: perl
44216            ! installperl
44217 ____________________________________________________________________________
44218 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
44219         Log: Subject: [PATCH] Set proper compatibility versions in core
44220              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
44221              Date: Fri, 27 Jul 2001 20:01:49 -0700
44222              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
44223      Branch: perl
44224            ! Makefile.SH
44225 ____________________________________________________________________________
44226 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
44227         Log: Metaconfig unit change for #11477.
44228      Branch: metaconfig/U/perl
44229            ! dlsrc.U
44230 ____________________________________________________________________________
44231 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
44232         Log: Subject: [PATCH] Darwin: -fpic not so good
44233              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
44234              Date: Fri, 27 Jul 2001 18:57:38 -0700
44235              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
44236      Branch: perl
44237            ! Configure
44238 ____________________________________________________________________________
44239 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
44240         Log: Subject: [PATCH] Clean up Darwin hints
44241              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
44242              Date: Fri, 27 Jul 2001 19:13:15 -0700
44243              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
44244      Branch: perl
44245            ! hints/darwin.sh
44246 ____________________________________________________________________________
44247 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
44248         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
44249              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
44250              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
44251              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
44252      Branch: perl
44253            ! pod/perlfunc.pod pp.c t/op/split.t
44254 ____________________________________________________________________________
44255 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
44256         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
44257              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
44258              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
44259              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
44260      Branch: perl
44261            ! pod/perlvar.pod
44262 ____________________________________________________________________________
44263 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
44264         Log: Subject: [PATCH] fixes to constant.pm documentation
44265              From: Ilmari Karonen <iltzu@sci.fi>
44266              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
44267              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
44268      Branch: perl
44269            ! lib/constant.pm
44270 ____________________________________________________________________________
44271 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
44272         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
44273              From: "Philip Newton" <Philip.Newton@gmx.net>
44274              Date: Fri, 27 Jul 2001 07:51:10 +0200
44275              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
44276      Branch: perl
44277            ! pod/perlport.pod
44278 ____________________________________________________________________________
44279 [ 11471] By: nick                                  on 2001/07/26  06:23:32
44280         Log: Subject:  [PATCH] Doc fix for perlguts / threading
44281              From:  Arthur Bergman <arthur@contiller.se>
44282              Date:  Wed, 25 Jul 2001 11:28:23 +0200
44283              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
44284      Branch: perl
44285            ! pod/perlguts.pod
44286 ____________________________________________________________________________
44287 [ 11470] By: nick                                  on 2001/07/26  06:21:06
44288         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
44289              From:  Philip Newton <Philip.Newton@gmx.net>
44290              Date:  Wed, 25 Jul 2001 08:19:47 +0200
44291              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
44292      Branch: perl
44293            ! INSTALL
44294 ____________________________________________________________________________
44295 [ 11469] By: nick                                  on 2001/07/26  06:20:25
44296         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
44297              From:  Philip Newton <Philip.Newton@gmx.net>
44298              Date:  Wed, 25 Jul 2001 08:12:48 +0200
44299              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
44300      Branch: perl
44301            ! INSTALL
44302 ____________________________________________________________________________
44303 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
44304         Log: More +x.
44305      Branch: perl
44306            ! Porting/makerel
44307 ____________________________________________________________________________
44308 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
44309         Log: Update Changes.
44310      Branch: perl
44311            ! Changes patchlevel.h
44312 ____________________________________________________________________________
44313 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
44314         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
44315              From: "Philip Newton" <Philip.Newton@gmx.net>
44316              Date: Tue, 24 Jul 2001 06:45:55 +0200
44317              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
44318      Branch: perl
44319            ! os2/perlrexx.c
44320 ____________________________________________________________________________
44321 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
44322         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
44323              From: Peter Prymmer <pvhp@forte.com>
44324              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
44325              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
44326      Branch: perl
44327            ! pod/perlport.pod t/io/fs.t vms/test.com
44328 ____________________________________________________________________________
44329 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
44330         Log: Workaround on Cwd bootstrap problem.
44331      Branch: perl
44332            ! lib/ExtUtils/MakeMaker.pm
44333 ____________________________________________________________________________
44334 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
44335         Log: When in Rome, quote like the Romans do.
44336      Branch: perl
44337            ! cflags.SH
44338 ____________________________________________________________________________
44339 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
44340         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
44341              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44342              Date: Mon, 23 Jul 2001 19:29:49 -0400
44343              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
44344      Branch: perl
44345            + os2/perlrexx.c
44346            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
44347            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
44348            ! t/op/write.t
44349 ____________________________________________________________________________
44350 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
44351         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
44352              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44353              Date: Mon, 23 Jul 2001 18:43:42 -0400
44354              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
44355      Branch: perl
44356            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
44357 ____________________________________________________________________________
44358 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
44359         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
44360              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44361              Date: Mon, 23 Jul 2001 18:33:16 -0400
44362              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
44363      Branch: perl
44364            ! lib/ExtUtils/MakeMaker.pm
44365 ____________________________________________________________________________
44366 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
44367         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
44368              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44369              Date: Mon, 23 Jul 2001 18:20:35 -0400
44370              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
44371      Branch: perl
44372            ! Makefile.SH cflags.SH
44373 ____________________________________________________________________________
44374 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
44375         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
44376              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
44377              Date: Mon, 23 Jul 2001 11:32:17 -0500
44378              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
44379      Branch: perl
44380            ! lib/ExtUtils/MakeMaker.pm
44381 ____________________________________________________________________________
44382 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
44383         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
44384              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44385              Date: Mon, 23 Jul 2001 18:13:20 -0400
44386              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
44387      Branch: perl
44388            ! lib/perl5db.pl
44389 ____________________________________________________________________________
44390 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
44391         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
44392              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44393              Date: Mon, 23 Jul 2001 18:07:40 -0400
44394              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
44395      Branch: perl
44396            ! op.c
44397 ____________________________________________________________________________
44398 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
44399         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
44400              From: "Craig A. Berry" <craigberry@mac.com>
44401              Date: Mon, 23 Jul 2001 15:35:06 -0500
44402              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
44403      Branch: perl
44404            ! util.c
44405 ____________________________________________________________________________
44406 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
44407         Log: Subject: [PATCH perlfaq9.pod typo]
44408              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
44409              Date: Mon, 23 Jul 2001 07:49:05 -0700
44410              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
44411      Branch: perl
44412            ! pod/perlfaq9.pod
44413 ____________________________________________________________________________
44414 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
44415         Log: Subject: win32\sncfnmcs.pl corrections
44416              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
44417              Date: Mon, 23 Jul 2001 12:56:54 +0200
44418              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
44419              
44420              Rename the script a little bit more sensibly.
44421      Branch: perl
44422            + win32/sync_ext.pl
44423            - win32/sncfnmcs.pl
44424            ! MANIFEST README.win32
44425 ____________________________________________________________________________
44426 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
44427         Log: Test tweak.
44428      Branch: perl
44429            ! ext/B/Deparse.t
44430 ____________________________________________________________________________
44431 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
44432         Log: Metaconfig unit tweak for #11450.
44433      Branch: metaconfig/U/perl
44434            ! Mksymlinks.U
44435 ____________________________________________________________________________
44436 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
44437         Log: Too volatile failsafe check.
44438      Branch: perl
44439            ! Configure
44440 ____________________________________________________________________________
44441 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
44442         Log: Further doc tweaks.
44443      Branch: perl
44444            ! lib/UnicodeCD.pm
44445 ____________________________________________________________________________
44446 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
44447         Log: Doc tweaks.
44448      Branch: perl
44449            ! lib/UnicodeCD.pm
44450 ____________________________________________________________________________
44451 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
44452         Log: Doc tweakery from Abhijit.
44453      Branch: perl
44454            ! Porting/repository.pod
44455 ____________________________________________________________________________
44456 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
44457         Log: An accidental empty line.
44458      Branch: perl
44459            ! MANIFEST
44460 ____________________________________________________________________________
44461 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
44462         Log: Missing MANIFESTations.
44463      Branch: perl
44464            ! MANIFEST
44465 ____________________________________________________________________________
44466 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
44467         Log: Update Changes.
44468      Branch: perl
44469            ! Changes patchlevel.h
44470 ____________________________________________________________________________
44471 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
44472         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
44473              From: Mike Guy <mjtg@cam.ac.uk>
44474              Date: Fri, 20 Jul 2001 16:12:49 +0100
44475              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
44476      Branch: perl
44477            ! Porting/pumpkin.pod
44478 ____________________________________________________________________________
44479 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
44480         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
44481              From: Peter Prymmer <pvhp@forte.com>
44482              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
44483              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
44484      Branch: perl
44485            ! pod/perlhack.pod
44486 ____________________________________________________________________________
44487 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
44488         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
44489              From: Michael G Schwern <schwern@pobox.com>
44490              Date: Fri, 20 Jul 2001 20:22:35 -0400
44491              Message-ID: <20010720202235.O4498@blackrider>
44492      Branch: perl
44493            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
44494            ! lib/Test/t/todo.t
44495 ____________________________________________________________________________
44496 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
44497         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
44498              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
44499              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
44500              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
44501      Branch: perl
44502            ! ext/POSIX/POSIX.pod
44503 ____________________________________________________________________________
44504 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
44505         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
44506              From: Mark-Jason Dominus <mjd@plover.com>
44507              Date: Fri, 20 Jul 2001 23:16:54 -0400
44508              Message-ID: <20010721031654.21877.qmail@plover.com>
44509      Branch: perl
44510            ! ext/POSIX/POSIX.pod
44511 ____________________________________________________________________________
44512 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
44513         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
44514              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
44515              Date: Sun, 22 Jul 2001 14:56:09 +0200
44516              Message-ID: <20010722145609.A766@rafael>
44517      Branch: perl
44518            ! ext/B/O.pm
44519 ____________________________________________________________________________
44520 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
44521         Log: Subject: regexec.c #define cleanup
44522              From: Mark-Jason Dominus <mjd@plover.com>
44523              Date: Sat, 21 Jul 2001 18:33:25 -0400
44524              Message-ID: <20010721223325.3069.qmail@plover.com>
44525      Branch: perl
44526            ! regexec.c
44527 ____________________________________________________________________________
44528 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
44529         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
44530              From: Prymmer/Kahn <pvhp@best.com>
44531              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
44532              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
44533      Branch: perl
44534            ! t/io/fs.t
44535 ____________________________________________________________________________
44536 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
44537         Log: Typo in #11432.
44538      Branch: perl
44539            ! ext/POSIX/POSIX.t
44540 ____________________________________________________________________________
44541 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
44542         Log: Integrate (manually) change #11424 from macperl.
44543      Branch: perl
44544            ! ext/Filter/t/call.t
44545 ____________________________________________________________________________
44546 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
44547         Log: Integrate change #11408 from macperl.
44548      Branch: perl
44549           !> README.macos pod/perlport.pod
44550 ____________________________________________________________________________
44551 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
44552         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
44553      Branch: perl
44554           +> macos/MacPerlTests.cmd macos/xsubpp.patch
44555            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
44556            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
44557            ! ext/POSIX/POSIX.t
44558 ____________________________________________________________________________
44559 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
44560         Log: pod/*.t tests not picked up by t/TEST either
44561      Branch: maint-5.6/perl
44562            ! t/TEST
44563 ____________________________________________________________________________
44564 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
44565         Log: better tweak for change#11429 (windows has both / and \ separated
44566              paths in @INC at that point)
44567      Branch: maint-5.6/perl
44568            ! t/pod/testp2pt.pl
44569 ____________________________________________________________________________
44570 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
44571         Log: MacOS pod test tweak needs \Escape
44572      Branch: maint-5.6/perl
44573            ! t/pod/testp2pt.pl
44574 ____________________________________________________________________________
44575 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
44576         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
44577              resulting duplicate output, but t/harness isn't)
44578      Branch: maint-5.6/perl
44579            ! t/run/runenv.t
44580 ____________________________________________________________________________
44581 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
44582         Log: t/harness wasn't picking up all the tests
44583      Branch: maint-5.6/perl
44584            ! t/harness
44585 ____________________________________________________________________________
44586 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
44587         Log: update MANIFEST for new file
44588      Branch: maint-5.6/perl
44589            ! MANIFEST
44590 ____________________________________________________________________________
44591 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
44592         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
44593              the exception of the macperl/macos/... tree
44594      Branch: maint-5.6/perl
44595           +> t/lib/filefind-taint.t
44596           !> (integrate 72 files)
44597 ____________________________________________________________________________
44598 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
44599         Log: Fix test.
44600      Branch: maint-5.6/macperl
44601            ! macos/bundled_ext/Filter/t/call.t
44602 ____________________________________________________________________________
44603 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
44604         Log: Make perl fork()-safe (in a slightly limited way) even on
44605              platforms that don't have pthread_atfork() (extension of
44606              the fix in change#11151).
44607              
44608              Note that this will not help extensions that call fork()
44609              directly in C, or that link to libraries that call fork()
44610              directly.  Such cases must be fixed to either call
44611              PerlProc_fork(), or call atfork_lock() in parent before the
44612              calling the function that forks and call atfork_unlock()
44613              in both parent and child immediately after the fork().
44614              (There are no worries if C code calls exec() in the child
44615              immediately after a fork().  Only cases where the child
44616              calls perl's API functions (including New()) after the
44617              fork() are problematic.)
44618              
44619              This change also eliminates the use of vfork() from perl,
44620              since all such uses were violating the severe restrictions
44621              on modifying the state of the process between the vfork()
44622              and the exec().
44623              
44624              This is a modified version of patches suggested by Abhijit
44625              Menon-Sen and Richard Soderberg.
44626      Branch: perl
44627            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
44628            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
44629 ____________________________________________________________________________
44630 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
44631         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
44632              Switch, and Text::Balanced.
44633      Branch: maint-5.6/macperl
44634            + macos/bundled_ext/Filter/Util/Call/Call.pm
44635            + macos/bundled_ext/Filter/Util/Call/Call.xs
44636            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
44637            + macos/bundled_ext/Filter/t/MyFilter.pm
44638            + macos/bundled_ext/Filter/t/call.t
44639            + macos/bundled_ext/Filter/t/filter-util.pl
44640            + macos/bundled_lib/blib/lib/Class/ISA.pm
44641            + macos/bundled_lib/blib/lib/Digest.pm
44642            + macos/bundled_lib/blib/lib/Filter/Simple.pm
44643            + macos/bundled_lib/blib/lib/Switch.pm
44644            + macos/bundled_lib/blib/lib/Text/Balanced.pm
44645            + macos/bundled_lib/blib/lib/Text/Balanced.pod
44646            + macos/bundled_lib/t/Class/ISA/test.pl
44647            + macos/bundled_lib/t/Digest/Digest.t
44648            + macos/bundled_lib/t/Filter/Simple/test.pl
44649            + macos/bundled_lib/t/Switch/test.pl
44650            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
44651            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
44652            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
44653            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
44654            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
44655            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
44656            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
44657            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
44658 ____________________________________________________________________________
44659 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
44660         Log: Add Filter::Util::Call to config/make files; edit utils
44661              to recognize the module (it was descended too far down).
44662              Bump version to 5.6.1a4.
44663      Branch: maint-5.6/macperl
44664            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
44665            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
44666            ! macos/macperl/Makefile.mk macos/xsubpp.patch
44667 ____________________________________________________________________________
44668 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
44669         Log: Make DB_File the default for MLDBM on MacOS.
44670      Branch: maint-5.6/macperl
44671            ! macos/bundled_lib/blib/lib/MLDBM.pm
44672 ____________________________________________________________________________
44673 [ 11419] By: nick                                  on 2001/07/20  14:51:03
44674         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
44675              From:  Simon Cozens <simon@netthink.co.uk>
44676              Date:  Fri, 20 Jul 2001 11:42:35 -0400
44677              Message-Id:  <20010720114235.A5235@netthink.co.uk>
44678      Branch: perl
44679            ! lib/UnicodeCD.pm
44680 ____________________________________________________________________________
44681 [ 11418] By: nick                                  on 2001/07/20  14:48:12
44682         Log: Subject:  [PATCH regcomp.h] adds a comment
44683              From:  Abhijit Menon-Sen <ams@wiw.org>
44684              Date:  Fri, 20 Jul 2001 21:05:37 +0530
44685              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
44686      Branch: perl
44687            ! regcomp.h
44688 ____________________________________________________________________________
44689 [ 11417] By: nick                                  on 2001/07/20  14:16:38
44690         Log: Subject:  [PATCH 5.7.2] INSTALL updates
44691              From:  Andy Dougherty <doughera@lafayette.edu>
44692              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
44693              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
44694      Branch: perl
44695            ! INSTALL
44696 ____________________________________________________________________________
44697 [ 11416] By: nick                                  on 2001/07/20  06:44:44
44698         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
44699              From:  Russ Allbery <rra@stanford.edu>
44700              Date:  19 Jul 2001 15:52:37 -0700
44701              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
44702      Branch: perl
44703            ! lib/Pod/Man.pm
44704 ____________________________________________________________________________
44705 [ 11415] By: nick                                  on 2001/07/20  06:35:11
44706         Log: Subject:  [PATCH] defer op_seq allocation
44707              From:  Abhijit Menon-Sen <ams@wiw.org>
44708              Date:  Thu, 19 Jul 2001 22:12:24 +0530
44709              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
44710      Branch: perl
44711            ! op.c
44712 ____________________________________________________________________________
44713 [ 11414] By: nick                                  on 2001/07/20  06:23:36
44714         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
44715              From:  Abhijit Menon-Sen <ams@wiw.org>
44716              Date:  Fri, 20 Jul 2001 01:18:50 +0530
44717              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
44718              (Private e-mail)
44719      Branch: perl
44720            ! ext/Time/HiRes/HiRes.xs
44721 ____________________________________________________________________________
44722 [ 11413] By: nick                                  on 2001/07/20  06:18:53
44723         Log: Integrate mainline
44724      Branch: perlio
44725           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
44726            - t/base/commonsense.t
44727           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
44728           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
44729           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
44730           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
44731           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
44732           !> win32/win32.c
44733 ____________________________________________________________________________
44734 [ 11412] By: nick                                  on 2001/07/19  06:44:27
44735         Log: Integrate win32/perlhost.h from maintenance branch.
44736              (Rest of $ENV{PATH} / system() fix.)
44737      Branch: perl
44738           !> win32/perlhost.h
44739 ____________________________________________________________________________
44740 [ 11411] By: nick                                  on 2001/07/19  06:41:34
44741         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
44742              From:  Philip Newton <Philip.Newton@gmx.net>
44743              Date:  Wed, 18 Jul 2001 21:43:57 +0200
44744              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
44745      Branch: perl
44746            ! pod/perlhack.pod
44747 ____________________________________________________________________________
44748 [ 11410] By: nick                                  on 2001/07/19  06:39:35
44749         Log: Subject:  Security hole in taint checking in open()
44750              From:  deekoo@tentacle.net
44751              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
44752              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
44753      Branch: perl
44754            ! doio.c
44755 ____________________________________________________________________________
44756 [ 11409] By: nick                                  on 2001/07/19  06:28:08
44757         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
44758              From:  Abhijit Menon-Sen <ams@wiw.org>
44759              Date:  Thu, 19 Jul 2001 04:30:43 +0530
44760              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
44761      Branch: perl
44762            ! ext/Time/HiRes/HiRes.xs
44763 ____________________________________________________________________________
44764 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
44765         Log: Update docs with latest implementation information and new URLs.
44766      Branch: maint-5.6/macperl
44767            ! README.macos pod/perlport.pod
44768 ____________________________________________________________________________
44769 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
44770         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
44771              Fix BuildRules to accept optimization variables.
44772      Branch: maint-5.6/macperl
44773            + macos/bundled_ext/Digest/MD5/Makefile.mk
44774            ! macos/BuildRules.mk macos/Makefile.mk
44775            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
44776            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
44777 ____________________________________________________________________________
44778 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
44779         Log: Integrate changes 11399,11401
44780      Branch: maint-5.6/macperl
44781           !> win32/perlhost.h win32/win32.c
44782 ____________________________________________________________________________
44783 [ 11405] By: nick                                  on 2001/07/18  06:50:33
44784         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
44785              from perl5.6*
44786      Branch: perl
44787           !> win32/perlhost.h win32/win32.c
44788 ____________________________________________________________________________
44789 [ 11404] By: nick                                  on 2001/07/18  06:43:59
44790         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
44791              From:  hv@crypt0.demon.co.uk
44792              Date:  Wed, 18 Jul 2001 05:58:46 +0100
44793              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
44794      Branch: perl
44795            ! ext/POSIX/POSIX.t
44796 ____________________________________________________________________________
44797 [ 11403] By: nick                                  on 2001/07/18  06:38:57
44798         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
44799              From:  hv@crypt0.demon.co.uk
44800              Date:  Wed, 18 Jul 2001 05:21:54 +0100
44801              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
44802      Branch: perl
44803            ! numeric.c t/op/arith.t
44804 ____________________________________________________________________________
44805 [ 11402] By: nick                                  on 2001/07/18  06:19:17
44806         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
44807              From:  mjd@plover.com
44808              Date:  17 Jul 2001 17:59:20 -0000
44809              Message-Id:  <20010717175920.8177.qmail@plover.com>
44810      Branch: perl
44811            ! pod/perlre.pod
44812 ____________________________________________________________________________
44813 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
44814         Log: thinko in change#11400 (duh)
44815      Branch: maint-5.6/perl
44816            ! win32/perlhost.h
44817 ____________________________________________________________________________
44818 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
44819         Log: change#11399 revealed another unrelated bug; this is just a temporary
44820              bandaid
44821      Branch: maint-5.6/perl
44822            ! win32/perlhost.h
44823 ____________________________________________________________________________
44824 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
44825         Log: fix bugs in handling of the virtualized environment under windows;
44826              there were bugs in propagating any changes to %ENV down to the real
44827              environment when such changes happened in the toplevel process
44828              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
44829              problem identification, and for a part of the fix)
44830      Branch: maint-5.6/perl
44831            ! win32/perlhost.h win32/win32.c
44832 ____________________________________________________________________________
44833 [ 11398] By: nick                                  on 2001/07/17  08:26:35
44834         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
44835              From: Peter Prymmer <pvhp@forte.com>
44836              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
44837              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
44838              
44839              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
44840              should not depend on existance of Config.pm
44841      Branch: perl
44842           +> t/lib/commonsense.t
44843            - t/base/commonsense.t
44844            ! MANIFEST t/README
44845 ____________________________________________________________________________
44846 [ 11397] By: nick                                  on 2001/07/17  08:09:58
44847         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
44848              From:  Michael G Schwern <schwern@pobox.com>
44849              Date:  Mon, 16 Jul 2001 18:20:31 -0400
44850              Message-Id:  <20010716182031.A1128@blackrider>
44851      Branch: perl
44852            ! pod/perlhack.pod
44853 ____________________________________________________________________________
44854 [ 11396] By: nick                                  on 2001/07/17  08:04:11
44855         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
44856              From:  Gwyn Judd <b.judd@xtra.co.nz>
44857              Date:  Tue, 17 Jul 2001 20:55:58 +1200
44858              Message-Id:  <20010717205558.A3107@thislove>
44859      Branch: perl
44860            ! pod/perlfunc.pod
44861 ____________________________________________________________________________
44862 [ 11395] By: nick                                  on 2001/07/17  08:02:22
44863         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
44864              From:  Peter Prymmer <pvhp@forte.com>
44865              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
44866              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
44867      Branch: perl
44868            ! t/op/sprintf.t
44869 ____________________________________________________________________________
44870 [ 11394] By: nick                                  on 2001/07/17  07:57:06
44871         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
44872              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
44873              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
44874              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
44875      Branch: perl
44876            ! gv.c
44877 ____________________________________________________________________________
44878 [ 11392] By: nick                                  on 2001/07/17  07:50:12
44879         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
44880              From:  Coral <coral@moonlight.crystalflame.net>
44881              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
44882              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
44883      Branch: perl
44884            ! pp_sys.c thread.h
44885 ____________________________________________________________________________
44886 [ 11391] By: nick                                  on 2001/07/17  07:34:28
44887         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
44888              From:  Jonathan Stowe <gellyfish@gellyfish.com>
44889              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
44890              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
44891      Branch: perl
44892            ! utils/h2xs.PL
44893 ____________________________________________________________________________
44894 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
44895         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
44896              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
44897              and Mac::Apps::Launch, which don't work, and Time::HiRes and
44898              Time::Piece, which don't yet work.
44899      Branch: maint-5.6/macperl
44900            + (add 154 files)
44901 ____________________________________________________________________________
44902 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
44903         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
44904              Also add hack to get around missing setenv for PERL5DB.
44905      Branch: maint-5.6/macperl
44906            ! macos/macish.c macos/macish.h
44907 ____________________________________________________________________________
44908 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
44909         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
44910      Branch: maint-5.6/macperl
44911            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
44912            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
44913 ____________________________________________________________________________
44914 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
44915         Log: Fix up some configuration and make options, add extra
44916              extensions.
44917      Branch: maint-5.6/macperl
44918            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
44919            ! macos/macperl/Makefile.mk
44920 ____________________________________________________________________________
44921 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
44922         Log: From Change 11374 in maintperl.
44923      Branch: maint-5.6/macperl
44924           !> utils/h2ph.PL
44925 ____________________________________________________________________________
44926 [ 11385] By: nick                                  on 2001/07/16  14:12:58
44927         Log: Back out change to h2xs till it passes its test.
44928      Branch: perl
44929            ! utils/h2xs.PL
44930 ____________________________________________________________________________
44931 [ 11384] By: nick                                  on 2001/07/16  14:00:10
44932         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
44933              From:  Jonathan Stowe <gellyfish@gellyfish.com>
44934              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
44935              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
44936      Branch: perl
44937            ! utils/h2xs.PL
44938 ____________________________________________________________________________
44939 [ 11383] By: nick                                  on 2001/07/16  13:53:12
44940         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
44941              From:  Robin Houston <robin@kitsite.com>
44942              Date:  Sun, 15 Jul 2001 18:22:31 +0100
44943              Message-Id:  <20010715182230.A11174@robin>
44944      Branch: perl
44945            ! hints/darwin.sh
44946 ____________________________________________________________________________
44947 [ 11382] By: nick                                  on 2001/07/16  13:52:49
44948         Log: Subject:  [PATCH perl@11372] re_dup
44949              From:  Radu Greab <radu@netsoft.ro>
44950              Date:  Sun, 15 Jul 2001 04:50:06 +0300
44951              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
44952      Branch: perl
44953            ! sv.c
44954 ____________________________________________________________________________
44955 [ 11379] By: nick                                  on 2001/07/16  13:35:39
44956         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
44957              From:  Robin Houston <robin@kitsite.com>
44958              Date:  Sat, 14 Jul 2001 14:28:50 +0100
44959              Message-Id:  <20010714142850.A10205@robin>
44960      Branch: perl
44961            ! ext/B/B/Deparse.pm
44962 ____________________________________________________________________________
44963 [ 11378] By: nick                                  on 2001/07/16  13:30:36
44964         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
44965              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
44966              Date:  Sat, 14 Jul 2001 22:17:42 +0900
44967              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
44968      Branch: perl
44969            + ext/Encode/Encode/euc-jp-0212.enc
44970            ! ext/Encode/Encode/Tcl.pm
44971 ____________________________________________________________________________
44972 [ 11377] By: nick                                  on 2001/07/16  13:17:28
44973         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
44974              From:  Andy Dougherty <doughera@lafayette.edu>
44975              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
44976              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
44977      Branch: perl
44978            ! hints/darwin.sh hints/rhapsody.sh
44979 ____________________________________________________________________________
44980 [ 11376] By: nick                                  on 2001/07/16  09:05:00
44981         Log: Integrate mainline
44982      Branch: perlio
44983           +> ext/Encode/Encode/7bit-greek.enc
44984           +> ext/Encode/Encode/7bit-latin1.enc
44985           +> ext/Encode/Encode/cns11643-1.enc
44986           +> ext/Encode/Encode/cns11643-2.enc
44987           +> ext/Encode/Encode/iso2022-cn.enc
44988           +> ext/Encode/Encode/iso2022-jp1.enc
44989           +> ext/Encode/Encode/iso2022-jp2.enc
44990           !> Changes Configure MANIFEST Makefile.SH
44991           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
44992           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
44993           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
44994           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
44995           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
44996 ____________________________________________________________________________
44997 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
44998         Log: integrate change#11374 from maint-5.6
44999              
45000              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
45001      Branch: perl
45002           !> utils/h2ph.PL
45003 ____________________________________________________________________________
45004 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
45005         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
45006      Branch: maint-5.6/perl
45007            ! utils/h2ph.PL
45008 ____________________________________________________________________________
45009 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
45010         Log: Update Changes.
45011      Branch: perl
45012            ! Changes patchlevel.h
45013 ____________________________________________________________________________
45014 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
45015         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
45016              From: Jonathan Stowe <gellyfish@gellyfish.com>
45017              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
45018              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
45019      Branch: perl
45020            ! utils/h2xs.PL
45021 ____________________________________________________________________________
45022 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
45023         Log: Subject: patch to add DEL to [:cntrl:]
45024              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45025              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
45026              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
45027      Branch: perl
45028            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
45029 ____________________________________________________________________________
45030 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
45031         Log: Metaconfig unit change for #11369; plus a dependency nit.
45032      Branch: metaconfig
45033            ! U/compline/nblock_io.U
45034      Branch: metaconfig/U/perl
45035            ! Extensions.U
45036 ____________________________________________________________________________
45037 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
45038         Log: #include <stdlib.h> so that exit() is prototyped,
45039              noticed by Hugo.
45040      Branch: perl
45041            ! Configure
45042 ____________________________________________________________________________
45043 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
45044         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
45045              From: Peter Prymmer <pvhp@forte.com>
45046              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
45047              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
45048      Branch: perl
45049            ! t/op/sprintf.t
45050 ____________________________________________________________________________
45051 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
45052         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
45053              From: Peter Prymmer <pvhp@forte.com>
45054              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
45055              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
45056      Branch: perl
45057            ! ext/Encode/Encode/Tcl.t
45058 ____________________________________________________________________________
45059 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
45060         Log: Add information about gcc 3.0 basic block profiling.
45061      Branch: perl
45062            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
45063 ____________________________________________________________________________
45064 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
45065         Log: Subject: Error in lib/PerlIO/Via.pm ?
45066              From: Mark-Jason Dominus <mjd@plover.com>
45067              Date: Fri, 13 Jul 2001 15:55:41 -0400
45068              Message-ID: <20010713195541.26751.qmail@plover.com>
45069      Branch: perl
45070            ! ext/PerlIO/Via/Via.pm
45071 ____________________________________________________________________________
45072 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
45073         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
45074              section from the Compiler section.
45075      Branch: perl
45076            ! myconfig.SH
45077 ____________________________________________________________________________
45078 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
45079         Log: Handle glibc style of constant definitions using enum
45080              with intervening #defines; from Brendan O'Dea.
45081      Branch: perl
45082            ! utils/h2ph.PL
45083 ____________________________________________________________________________
45084 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
45085         Log: Add LC_MESSAGES to the locale_h export tag (it already is
45086              in the Makefile.PL and thusly eligible for an XS constant)
45087              (see also maintperl #10543)
45088      Branch: perl
45089            ! ext/POSIX/POSIX.pm
45090 ____________________________________________________________________________
45091 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
45092         Log: Subject: Re: [patch] re_dup
45093              From: Abhijit Menon-Sen <ams@wiw.org>
45094              Date: Fri, 13 Jul 2001 21:41:09 +0530
45095              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
45096      Branch: perl
45097            ! sv.c
45098 ____________________________________________________________________________
45099 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
45100         Log: Subject: [patch] re_dup
45101              From: Doug MacEachern <dougm@covalent.net>
45102              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
45103              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
45104      Branch: perl
45105            ! sv.c
45106 ____________________________________________________________________________
45107 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
45108         Log: Update Changes.
45109      Branch: perl
45110            ! Changes patchlevel.h
45111 ____________________________________________________________________________
45112 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
45113         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
45114              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
45115              Date: Sat, 14 Jul 2001 00:06:30 +0900
45116              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
45117      Branch: perl
45118            + ext/Encode/Encode/7bit-greek.enc
45119            + ext/Encode/Encode/7bit-latin1.enc
45120            + ext/Encode/Encode/cns11643-1.enc
45121            + ext/Encode/Encode/cns11643-2.enc
45122            + ext/Encode/Encode/iso2022-cn.enc
45123            + ext/Encode/Encode/iso2022-jp1.enc
45124            + ext/Encode/Encode/iso2022-jp2.enc
45125            ! MANIFEST ext/Encode/Encode/Tcl.pm
45126            ! ext/Encode/Encode/iso2022-kr.enc
45127 ____________________________________________________________________________
45128 [ 11357] By: nick                                  on 2001/07/13  14:24:06
45129         Log: Blind integrate mainline (as of 5.7.2?)
45130      Branch: perlio
45131           !> AUTHORS Changes Porting/config.sh Porting/config_H
45132           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
45133           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
45134           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
45135           !> win32/makefile.mk
45136 ____________________________________________________________________________
45137 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
45138         Log: Snip away the devel patchlevel.
45139      Branch: perl
45140            ! patchlevel.h
45141 ____________________________________________________________________________
45142 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
45143         Log: Bump the version to 5.7.2.
45144      Branch: perl
45145            ! Porting/config.sh Porting/config_H patchlevel.h
45146            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
45147            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45148            ! win32/makefile.mk
45149 ____________________________________________________________________________
45150 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
45151         Log: Update Changes.
45152      Branch: perl
45153            ! Changes
45154 ____________________________________________________________________________
45155 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
45156         Log: Reword.
45157      Branch: perl
45158            ! AUTHORS
45159 ____________________________________________________________________________
45160 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
45161         Log: AUTHORS update.
45162      Branch: perl
45163            ! AUTHORS
45164 ____________________________________________________________________________
45165 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
45166         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
45167              unless ithreads.
45168      Branch: perl
45169            ! makedef.pl
45170 ____________________________________________________________________________
45171 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
45172         Log: Integrate perlio:
45173              
45174              [ 11346]
45175              Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
45176              to avoid /unicode vs /Unicode issues.
45177      Branch: perl
45178           !> win32/distclean.bat
45179 ____________________________________________________________________________
45180 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
45181         Log: Test the encoding transform only iff we have PerlIO,
45182              noticed by H. Merijn Brand.
45183      Branch: perl
45184            ! ext/PerlIO/t/encoding.t
45185 ____________________________________________________________________________
45186 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
45187         Log: README.netware tweaks from Ananth Kesari.
45188      Branch: perl
45189            ! README.netware
45190 ____________________________________________________________________________
45191 [ 11346] By: nick                                  on 2001/07/13  09:18:51
45192         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
45193              to avoid /unicode vs /Unicode issues.
45194      Branch: perlio
45195            ! win32/distclean.bat
45196 ____________________________________________________________________________
45197 [ 11345] By: nick                                  on 2001/07/13  06:24:18
45198         Log: Integrate mainline
45199      Branch: perlio
45200           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
45201            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
45202           !> (integrate 63 files)
45203 ____________________________________________________________________________
45204 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
45205         Log: Add d_bincompat5005 information to perl -V.
45206      Branch: perl
45207            ! myconfig.SH
45208 ____________________________________________________________________________
45209 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
45210         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
45211              From: Abhijit Menon-Sen <ams@wiw.org>
45212              Date: Fri, 13 Jul 2001 07:12:36 +0530
45213              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
45214      Branch: perl
45215            ! sv.c
45216 ____________________________________________________________________________
45217 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
45218         Log: Remove unicode::distinct, as per Inaba Hiroto.
45219      Branch: perl
45220            - lib/unicode/distinct.pm
45221            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
45222            ! t/lib/1_compile.t
45223 ____________________________________________________________________________
45224 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
45225         Log: Paging for Dr Octothorpe.
45226      Branch: perl
45227            ! pod/perlfaq4.pod
45228 ____________________________________________________________________________
45229 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
45230         Log: cut-n-paste error noticed by mjd.
45231      Branch: perl
45232            ! pod/perlfaq4.pod
45233 ____________________________________________________________________________
45234 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
45235         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
45236              From: Peter Prymmer <pvhp@forte.com>
45237              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
45238              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
45239      Branch: perl
45240            ! pod/perlfaq4.pod
45241 ____________________________________________________________________________
45242 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
45243         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
45244              From: Randall Gellens <randy@qualcomm.com>
45245              Date: Thu, 12 Jul 2001 16:56:23 -0700
45246              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
45247      Branch: perl
45248            ! Porting/repository.pod
45249 ____________________________________________________________________________
45250 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
45251         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
45252      Branch: perl
45253            ! thread.h
45254 ____________________________________________________________________________
45255 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
45256         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
45257              From: coral <coral@moonlight.crystalflame.net>
45258              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
45259              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
45260      Branch: perl
45261            ! thread.h
45262 ____________________________________________________________________________
45263 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
45264         Log: Metaconfig unit change for #11134.
45265      Branch: metaconfig
45266            + U/threads/d_pthread_atfork.U
45267 ____________________________________________________________________________
45268 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
45269         Log: Add HAS_PTHREAD_ATFORK.
45270      Branch: perl
45271            ! Configure NetWare/config.wc NetWare/config_H.wc
45272            ! Porting/Glossary Porting/config.sh Porting/config_H
45273            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
45274            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
45275            ! vos/config.ga.def vos/config.ga.h win32/config.bc
45276            ! win32/config.gc win32/config.vc win32/config_H.bc
45277            ! win32/config_H.gc win32/config_H.vc
45278 ____________________________________________________________________________
45279 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
45280         Log: Subject: [PATCH] File::Copy fails on tied handles
45281              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
45282              Date: Thu, 12 Jul 2001 15:18:51 -0700
45283              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
45284      Branch: perl
45285            ! lib/File/Copy.pm
45286 ____________________________________________________________________________
45287 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
45288         Log: Subject: [PATCH] Langinfo.t
45289              From: Nicholas Clark <nick@ccl4.org>
45290              Date: Thu, 12 Jul 2001 23:55:38 +0100
45291              Message-ID: <20010712235538.M5827@plum.flirble.org>
45292      Branch: perl
45293            ! ext/I18N/Langinfo/Langinfo.t
45294 ____________________________________________________________________________
45295 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
45296         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
45297              From: Peter Prymmer <pvhp@forte.com>
45298              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
45299              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
45300      Branch: perl
45301            ! pod/perl572delta.pod
45302 ____________________________________________________________________________
45303 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
45304         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
45305              From: Abhijit Menon-Sen <ams@wiw.org>
45306              Date: Fri, 13 Jul 2001 05:21:16 +0530
45307              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
45308      Branch: perl
45309            ! sv.c
45310 ____________________________________________________________________________
45311 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
45312         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
45313              From: Abhijit Menon-Sen <ams@wiw.org>
45314              Date: Fri, 13 Jul 2001 03:04:25 +0530
45315              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
45316      Branch: perl
45317            ! av.c
45318 ____________________________________________________________________________
45319 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
45320         Log: s/^M$//g
45321      Branch: perl
45322            ! win32/Makefile win32/makefile.mk
45323 ____________________________________________________________________________
45324 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
45325         Log: Update Changes.
45326      Branch: perl
45327            ! Changes patchlevel.h
45328 ____________________________________________________________________________
45329 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
45330         Log: Typo spotted by Philip Newton.
45331      Branch: perl
45332            ! pod/perl572delta.pod
45333 ____________________________________________________________________________
45334 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
45335         Log: Subject: [PATCH] fixes perl_clone of perl_clone
45336              From: Artur Bergman <artur@contiller.se>
45337              Date: Thu, 12 Jul 2001 20:57:09 +0200
45338              Message-ID: <B773BFA4.236B%artur@contiller.se>
45339      Branch: perl
45340            ! sv.c
45341 ____________________________________________________________________________
45342 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
45343         Log: Add README.uts from Hal Morris.
45344      Branch: perl
45345            + README.uts
45346            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
45347            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
45348 ____________________________________________________________________________
45349 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
45350         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
45351              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45352              Date: Thu, 12 Jul 2001 20:32:37 +0200
45353              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
45354      Branch: perl
45355            ! hints/aix.sh
45356 ____________________________________________________________________________
45357 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
45358         Log: Subject: Patch: document reg_data.what member
45359              From: Mark-Jason Dominus <mjd@plover.com>
45360              Message-ID: <20010712182532.14821.qmail@plover.com>
45361              Date: Thu, 12 Jul 2001 14:25:32 -0400
45362      Branch: perl
45363            ! regcomp.c regcomp.h
45364 ____________________________________________________________________________
45365 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
45366         Log: Subject: [PATCH] Perl_re_dup()
45367              From: Abhijit Menon-Sen <ams@wiw.org>
45368              Date: Thu, 12 Jul 2001 23:54:32 +0530
45369              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
45370      Branch: perl
45371            ! embed.h embed.pl perlapi.c proto.h sv.c
45372 ____________________________________________________________________________
45373 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
45374         Log: Regen Configure, modlib, toc.
45375      Branch: perl
45376            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45377            ! pod/perlmodlib.pod pod/perltoc.pod
45378 ____________________________________________________________________________
45379 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
45380         Log: The problem seems to be in PerlIO::Layer::->find() not
45381              accepting the ":encoding(blurflur)" arguments.
45382      Branch: perl
45383            ! lib/PerlIO.pm lib/open.pm
45384 ____________________________________________________________________________
45385 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
45386         Log: AIX doc update.
45387      Branch: perl
45388            ! README.aix pod/perl572delta.pod
45389 ____________________________________________________________________________
45390 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
45391         Log: Subject: AIX README update
45392              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45393              Date: Thu, 12 Jul 2001 19:28:30 +0200
45394              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
45395      Branch: perl
45396            ! README.aix
45397 ____________________________________________________________________________
45398 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
45399         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
45400              From: Norton Allen <allen@huarp.harvard.edu>
45401              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
45402              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
45403      Branch: perl
45404            ! ext/IO/lib/IO/t/io_unix.t
45405 ____________________________________________________________________________
45406 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
45407         Log: Subject: [PATCH README.qnx hints/qnx.sh]
45408              From: Norton Allen <allen@huarp.harvard.edu>
45409              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
45410              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
45411      Branch: perl
45412            ! README.qnx hints/qnx.sh
45413 ____________________________________________________________________________
45414 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
45415         Log: Subject: [patch] faster PM_GETRE
45416              From: Doug MacEachern <dougm@covalent.net>
45417              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
45418              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
45419      Branch: perl
45420            ! op.h
45421 ____________________________________________________________________________
45422 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
45423         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
45424              From: Doug MacEachern <dougm@covalent.net>
45425              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
45426              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
45427      Branch: perl
45428            ! op.c
45429 ____________________________________________________________________________
45430 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
45431         Log: Tell where the nice Estonian database is.
45432      Branch: perl
45433            ! lib/open.pm
45434 ____________________________________________________________________________
45435 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
45436         Log: Retract #11309 since #11310 is a better fix.
45437      Branch: perl
45438            ! t/lib/1_compile.t
45439 ____________________________________________________________________________
45440 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
45441         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
45442              change#11300 needs to return the status of failed win32_spawnvp())
45443              
45444              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
45445              splitting correctly; remove unused variables; 'require' at run time
45446              rather than 'use' at compile time for I18N::Langinfo, since it
45447              isn't everyware
45448      Branch: perl
45449            ! lib/open.pm win32/win32.c
45450 ____________________________________________________________________________
45451 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
45452         Log: Temporary workaround.
45453      Branch: perl
45454            ! t/lib/1_compile.t
45455 ____________________________________________________________________________
45456 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
45457         Log: UCD typo in #11306 and add also more known-to-be-tested
45458              modules to the skip list.
45459      Branch: perl
45460            ! t/lib/1_compile.t
45461 ____________________________________________________________________________
45462 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
45463         Log: Rename Unicode::UCD to UnicodeCD to avoid
45464              messups with case-insensitive filesystems.
45465      Branch: perl
45466            + lib/UnicodeCD.pm lib/UnicodeCD.t
45467            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
45468            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
45469 ____________________________________________________________________________
45470 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
45471         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
45472              From: daniel@biz.bitpusher.com
45473              Date: Wed, 11 Jul 2001 23:25:47 -0700
45474              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
45475      Branch: perl
45476            ! lib/Tie/Array.pm t/op/splice.t
45477 ____________________________________________________________________________
45478 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
45479         Log: Subject: [PATCH] More accurate line numbers in messages
45480              From: Paul Johnson <paul@pjcj.net>
45481              Date: Thu, 12 Jul 2001 04:14:11 +0200
45482              Message-ID: <20010712041411.A3467@pjcj.net>
45483              
45484              (With prototyping and multiplicity tweaks.)
45485      Branch: perl
45486            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
45487 ____________________________________________________________________________
45488 [ 11304] By: nick                                  on 2001/07/12  12:53:40
45489         Log: Integrate mainline
45490      Branch: perlio
45491           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
45492           !> regexec.c thread.h
45493 ____________________________________________________________________________
45494 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
45495         Log: Cut-and-pasto in #11298.
45496      Branch: perl
45497            ! ext/ByteLoader/bytecode.h
45498 ____________________________________________________________________________
45499 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
45500         Log: Update the AIX known problems section.
45501      Branch: perl
45502            ! pod/perl572delta.pod
45503 ____________________________________________________________________________
45504 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
45505         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
45506              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45507              Date: Thu, 12 Jul 2001 12:16:16 +0200
45508              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
45509      Branch: perl
45510            ! hints/aix.sh
45511 ____________________________________________________________________________
45512 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
45513         Log: Integrate perlio:
45514              
45515              [ 11296]
45516              Exclude reentrant_buffer from .def file
45517              
45518              [ 11295]
45519              Honour void-ness of my_exit()
45520      Branch: perl
45521           !> makedef.pl win32/win32.c
45522 ____________________________________________________________________________
45523 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
45524         Log: Subject: [PATCH] fix for PMOP threadness failures
45525              From: Artur Bergman <artur@contiller.se>
45526              Date: Thu, 12 Jul 2001 09:48:06 +0200
45527              Message-ID: <B77322D6.22DD%artur@contiller.se>
45528      Branch: perl
45529            ! regexec.c
45530 ____________________________________________________________________________
45531 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
45532         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
45533              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
45534              Date: Thu, 12 Jul 2001 09:09:48 +0200
45535              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
45536              
45537              More parentheses to keep bcc happy.
45538      Branch: perl
45539            ! ext/ByteLoader/bytecode.h
45540 ____________________________________________________________________________
45541 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
45542         Log: Subject: Re: [patch] pthread_atfork bandaid
45543              From: Doug MacEachern <dougm@covalent.net>
45544              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
45545              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
45546      Branch: perl
45547            ! thread.h
45548 ____________________________________________________________________________
45549 [ 11296] By: nick                                  on 2001/07/12  11:55:48
45550         Log: Exclude reentrant_buffer from .def file
45551      Branch: perlio
45552            ! makedef.pl
45553 ____________________________________________________________________________
45554 [ 11295] By: nick                                  on 2001/07/12  11:11:44
45555         Log: Honour void-ness of my_exit()
45556      Branch: perlio
45557            ! win32/win32.c
45558 ____________________________________________________________________________
45559 [ 11294] By: nick                                  on 2001/07/12  07:51:04
45560         Log: Integrate mainline
45561      Branch: perlio
45562           +> uts/sprintf_wrap.c
45563           !> (integrate 35 files)
45564 ____________________________________________________________________________
45565 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
45566         Log: Retract #11289.
45567      Branch: perl
45568            ! embed.h embed.pl perl.c proto.h thread.h
45569 ____________________________________________________________________________
45570 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
45571         Log: Now the :locale pseudolayer *almost* works...
45572      Branch: perl
45573            ! lib/open.pm
45574 ____________________________________________________________________________
45575 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
45576         Log: Locale encoding tweaks.
45577      Branch: perl
45578            ! lib/open.pm
45579 ____________________________________________________________________________
45580 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
45581         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
45582              From: Mark-Jason Dominus <mjd@plover.com>
45583              Date: Thu, 12 Jul 2001 00:59:31 -0400
45584              Message-ID: <20010712045931.8543.qmail@plover.com>
45585              
45586              Remove the chmod/umask leading zero warning.
45587      Branch: perl
45588            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
45589            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
45590 ____________________________________________________________________________
45591 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
45592         Log: (Retracted by #11289.)
45593      Branch: perl
45594            ! embed.h embed.pl perl.c proto.h thread.h
45595 ____________________________________________________________________________
45596 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
45597         Log: Needed by #11283.
45598      Branch: perl
45599            ! intrpvar.h
45600 ____________________________________________________________________________
45601 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
45602         Log: Metaconfig unit change for #11286.
45603      Branch: metaconfig/U/perl
45604            ! patchlevel.U
45605 ____________________________________________________________________________
45606 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
45607         Log: Subject: Re: [PATCH Configure] perl -V broken
45608              From: Andy Dougherty <doughera@lafayette.edu>
45609              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
45610              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
45611      Branch: perl
45612            ! Configure myconfig.SH
45613 ____________________________________________________________________________
45614 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
45615         Log: Retract #11166 (and #11237).
45616      Branch: perl
45617            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
45618            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
45619            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
45620 ____________________________________________________________________________
45621 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
45622         Log: UTS tweaks for Hal Morris.
45623      Branch: perl
45624            + uts/sprintf_wrap.c
45625            ! MANIFEST hints/uts.sh perl.h
45626 ____________________________________________________________________________
45627 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
45628         Log: Subject: [PATCH] Use reentrant API glibc
45629              From: Artur Bergman <artur@contiller.se>
45630              Date: Thu, 12 Jul 2001 00:58:21 +0200
45631              Message-ID: <B772A6AD.2288%artur@contiller.se>
45632      Branch: perl
45633            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
45634            ! sv.c
45635 ____________________________________________________________________________
45636 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
45637         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
45638              From: barries <barries@slaysys.com>
45639              Date: Wed, 11 Jul 2001 15:11:46 -0400
45640              Message-ID: <20010711151146.G24560@jester.slaysys.com>
45641      Branch: perl
45642            ! pp_sys.c t/lib/warnings/doio win32/win32.c
45643 ____________________________________________________________________________
45644 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
45645         Log: Subject: [patch] pthread_atfork bandaid
45646              From: Doug MacEachern <dougm@covalent.net>
45647              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
45648              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
45649      Branch: perl
45650            ! miniperlmain.c perl.c
45651 ____________________________________________________________________________
45652 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
45653         Log: Subject: [patch] perl_clone leaks
45654              From: Doug MacEachern <dougm@covalent.net>
45655              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
45656              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
45657      Branch: perl
45658            ! sv.c
45659 ____________________________________________________________________________
45660 [ 11279] By: nick                                  on 2001/07/11  15:49:38
45661         Log: Integrate mainline
45662      Branch: perlio
45663           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
45664           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
45665           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
45666           +> lib/Term/ANSIColor/README
45667           !> (integrate 54 files)
45668 ____________________________________________________________________________
45669 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
45670         Log: Update Changes.
45671      Branch: perl
45672            ! Changes patchlevel.h
45673 ____________________________________________________________________________
45674 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
45675         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
45676              From: Peter Prymmer <pvhp@forte.com>
45677              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
45678              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
45679              
45680              Backport of embed.pl to 5.003.
45681      Branch: perl
45682            ! embed.pl
45683 ____________________________________________________________________________
45684 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
45685         Log: Subject: Re: POSIX test #14 on UTS 
45686              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
45687              Date: Wed, 11 Jul 2001 03:02:14 +0100
45688              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
45689      Branch: perl
45690            ! ext/POSIX/POSIX.t
45691 ____________________________________________________________________________
45692 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
45693         Log: Make the I32 an IV to preserve structure alignment and size.
45694      Branch: perl
45695            ! op.h
45696 ____________________________________________________________________________
45697 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
45698         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
45699              From: "Artur Bergman" <artur@contiller.se>
45700              Date: Wed, 11 Jul 2001 14:23:37 +0200
45701              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
45702              
45703              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
45704      Branch: perl
45705            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
45706            ! pod/perlapi.pod sv.c
45707 ____________________________________________________________________________
45708 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
45709         Log: Tweak until Pod::Parser gets updated.
45710      Branch: perl
45711            ! t/pod/special_seqs.xr
45712 ____________________________________________________________________________
45713 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
45714         Log: File::Spec usage tweak.
45715      Branch: perl
45716            ! lib/ExtUtils.t
45717 ____________________________________________________________________________
45718 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
45719         Log: Integrate #11263 from macperl; macos and macosx updates.
45720      Branch: perl
45721           !> pod/perlport.pod
45722 ____________________________________________________________________________
45723 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
45724         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
45725              From: Peter Prymmer <pvhp@forte.com>
45726              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
45727              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
45728      Branch: perl
45729            + ext/Time/HiRes/hints/dynixptx.pl
45730            ! MANIFEST hints/dynixptx.sh
45731 ____________________________________________________________________________
45732 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
45733         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
45734              From: Nicholas Clark <nick@ccl4.org>
45735              Date: Tue, 10 Jul 2001 23:17:43 +0100
45736              Message-ID: <20010710231742.B59620@plum.flirble.org>
45737      Branch: perl
45738            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
45739 ____________________________________________________________________________
45740 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
45741         Log: Subject: [DOC PATCH] Pluggable runops
45742              From: Paul Johnson <paul@pjcj.net>
45743              Date: Tue, 10 Jul 2001 21:53:28 +0200
45744              Message-ID: <20010710215328.B26577@pjcj.net>
45745      Branch: perl
45746            ! pod/perlguts.pod
45747 ____________________________________________________________________________
45748 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
45749         Log: Subject: [PATCH] Authors
45750              From: Artur Bergman <artur@contiller.se>
45751              Date: Tue, 10 Jul 2001 20:39:12 +0200
45752              Message-ID: <B771186F.21CD%artur@contiller.se>
45753      Branch: perl
45754            ! AUTHORS
45755 ____________________________________________________________________________
45756 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
45757         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
45758              From: Doug MacEachern <dougm@covalent.net>
45759              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
45760              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
45761      Branch: perl
45762            ! pp_ctl.c
45763 ____________________________________________________________________________
45764 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
45765         Log: Subject: doc patch; times() in scalar context
45766              From: mjd@plover.com
45767              Date: 10 Jul 2001 18:01:17 -0000
45768              Message-ID: <20010710180117.12477.qmail@plover.com>
45769      Branch: perl
45770            ! pod/perlfunc.pod
45771 ____________________________________________________________________________
45772 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
45773         Log: Subject: [PATCH] Small fix to pp_gmtime
45774              From: Artur Bergman <artur@contiller.se>
45775              Date: Tue, 10 Jul 2001 19:54:52 +0200
45776              Message-ID: <B7710E0B.21C5%artur@contiller.se>
45777      Branch: perl
45778            ! pp_sys.c
45779 ____________________________________________________________________________
45780 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
45781         Log: Integrate changes from mainline perl, add notes about
45782              Mac OS X and Mac OS.
45783      Branch: maint-5.6/macperl
45784            ! pod/perlport.pod
45785 ____________________________________________________________________________
45786 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
45787         Log: A proof of the dangers of package; ?
45788      Branch: perl
45789            ! t/lib/warnings/op
45790 ____________________________________________________________________________
45791 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
45792         Log: Regen toc and modlib.
45793      Branch: perl
45794            ! pod/perlmodlib.pod pod/perltoc.pod
45795 ____________________________________________________________________________
45796 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
45797         Log: Add compexcl(), casefold(), and casespec() interfaces;
45798              and make all interfaces to return hash references instead
45799              of hashes. 
45800      Branch: perl
45801            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
45802 ____________________________________________________________________________
45803 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
45804         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
45805              From: "Philip Newton" <Philip.Newton@gmx.net>
45806              Date: Tue, 10 Jul 2001 09:55:59 +0200
45807              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
45808              
45809              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
45810              From: "Philip Newton" <Philip.Newton@gmx.net>
45811              Date: Tue, 10 Jul 2001 09:56:37 +0200
45812              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
45813      Branch: perl
45814            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
45815            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
45816 ____________________________________________________________________________
45817 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
45818         Log: Subject: [patch] undef &xsub for 1,2
45819              From: Doug MacEachern <dougm@covalent.net>
45820              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
45821              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
45822              
45823              (This version of the patch with a comment from Gisle.)
45824      Branch: perl
45825            ! op.c
45826 ____________________________________________________________________________
45827 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
45828         Log: Mention package; deprecation and the Win32 problems.
45829      Branch: perl
45830            ! pod/perl572delta.pod
45831 ____________________________________________________________________________
45832 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
45833         Log: Subject: [PATCH] deprecate package with no arguments
45834              From: Robin Houston <robin@kitsite.com>
45835              Date: Tue, 10 Jul 2001 13:33:40 +0100
45836              Message-ID: <20010710133340.A13452@robin.kitsite.com>
45837      Branch: perl
45838            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
45839 ____________________________________________________________________________
45840 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
45841         Log: Upgrade to podlators 1.10.
45842      Branch: perl
45843            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
45844            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
45845            ! pod/pod2man.PL pod/pod2text.PL
45846 ____________________________________________________________________________
45847 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
45848         Log: Upgrade to Term::ANSIColor 1.04.
45849      Branch: perl
45850            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
45851            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
45852 ____________________________________________________________________________
45853 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
45854         Log: Integrate perlio:
45855              
45856              [ 11252]
45857              Fix open(...,"...:layer(xxx)",...)
45858              - use memEQ not strEQ as there is '(' not '\0'
45859              
45860              [ 11063]
45861              Quick for for #ifdef mess
45862      Branch: perl
45863           !> perlio.c
45864 ____________________________________________________________________________
45865 [ 11252] By: nick                                  on 2001/07/10  06:58:14
45866         Log: Fix open(...,"...:layer(xxx)",...)
45867              - use memEQ not strEQ as there is '(' not '\0'
45868      Branch: perlio
45869            ! perlio.c
45870 ____________________________________________________________________________
45871 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
45872         Log: Telling the number of tests helps.
45873      Branch: perl
45874            ! ext/PerlIO/t/encoding.t
45875 ____________________________________________________________________________
45876 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
45877         Log: Require I18N::Langinfo, not use.
45878      Branch: perl
45879            ! lib/open.pm
45880 ____________________________________________________________________________
45881 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
45882         Log: Add a test for for PerlIO ":encoding(...)" layer.
45883      Branch: perl
45884            + ext/PerlIO/t/encoding.t
45885            ! MANIFEST ext/Encode/Encode.pm
45886 ____________________________________________________________________________
45887 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
45888         Log: PerlIO ":encoding(foobar)" temporary fix.
45889              Not really correct, I think, since the change means
45890              that prefixes match.
45891      Branch: perl
45892            ! perlio.c
45893 ____________________________________________________________________________
45894 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
45895         Log: Update to Math::BigInt 1.36.  The biggest news is
45896              the separation of the backend; now the pure Perl
45897              implementation is in Math::BigInt::Calc, but one
45898              can plugin, say, Math::BigInt::BitVect, and get
45899              considerable speedup.
45900      Branch: perl
45901            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
45902            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
45903            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
45904            ! lib/Math/BigInt/t/mbimbf.t
45905 ____________________________________________________________________________
45906 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
45907         Log: Subject: Re: compatibility question
45908              From: Peter Prymmer <pvhp@forte.com>
45909              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
45910              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
45911      Branch: perl
45912            ! lib/ExtUtils/MM_VMS.pm
45913 ____________________________________________________________________________
45914 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
45915         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
45916              From: Norton Allen <allen@huarp.harvard.edu>
45917              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
45918              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
45919      Branch: perl
45920            ! ext/File/Glob/t/basic.t
45921 ____________________________________________________________________________
45922 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
45923         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
45924              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
45925              Date: Tue, 10 Jul 2001 00:29:55 +0900
45926              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
45927      Branch: perl
45928            + ext/Encode/Encode/HZ.enc
45929            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
45930            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
45931            ! ext/Encode/Encode/iso2022-jp.enc
45932            ! ext/Encode/Encode/iso2022-kr.enc
45933 ____________________________________________________________________________
45934 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
45935         Log: Add in all them there macos/ files.
45936      Branch: maint-5.6/macperl
45937            + (add 577 files)
45938 ____________________________________________________________________________
45939 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
45940         Log: Add the new modules to the list of having those own tests.
45941      Branch: perl
45942            ! t/lib/1_compile.t
45943 ____________________________________________________________________________
45944 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
45945         Log: Add INOUT to control both ways at the same time.
45946      Branch: perl
45947            ! lib/open.pm
45948 ____________________________________________________________________________
45949 [ 11240] By: nick                                  on 2001/07/09  16:33:50
45950         Log: Integrate mainline
45951      Branch: perlio
45952           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
45953           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
45954           !> (integrate 41 files)
45955 ____________________________________________________________________________
45956 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
45957         Log: More encoding mapping magic.
45958      Branch: perl
45959            ! lib/open.pm
45960 ____________________________________________________________________________
45961 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
45962         Log: Update Changes.
45963      Branch: perl
45964            ! Changes patchlevel.h
45965 ____________________________________________________________________________
45966 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
45967         Log: (Retracted by #11285).
45968              
45969              Subject: [PATCH] OPpCONST_OCTAL fixes
45970              From: Abhijit Menon-Sen <ams@wiw.org>
45971              Date: Mon, 9 Jul 2001 07:38:45 +0530
45972              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
45973      Branch: perl
45974            ! op.c
45975 ____________________________________________________________________________
45976 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
45977         Log: Add a pseudolayer ":locale" to the open pragma which
45978              will get the encoding from the locale.  Yet undocumented
45979              because I can't get the PerlIO :encoding(foobar) to work.
45980      Branch: perl
45981            ! ext/Encode/Encode.pm lib/open.pm
45982 ____________________________________________________________________________
45983 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
45984         Log: Add more encoding mappings.
45985      Branch: perl
45986            ! ext/Encode/Encode.pm
45987 ____________________________________________________________________________
45988 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
45989         Log: Document that using :encoding layer requires using Encode.
45990      Branch: perl
45991            ! ext/Encode/Encode.pm lib/PerlIO.pm
45992 ____________________________________________________________________________
45993 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
45994         Log: Netware tweak from Ananth Kesari.
45995      Branch: perl
45996            ! NetWare/netware.h
45997 ____________________________________________________________________________
45998 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
45999         Log: t/harness doesn't know about run/*.t
46000      Branch: perl
46001            ! t/harness
46002 ____________________________________________________________________________
46003 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
46004         Log: run/exit.t busted on windows
46005      Branch: perl
46006            ! t/run/exit.t
46007 ____________________________________________________________________________
46008 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
46009         Log: fix a couple of UCD.t tests that fail due to bad case
46010      Branch: perl
46011            ! lib/Unicode/UCD.t
46012 ____________________________________________________________________________
46013 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
46014         Log: test skip logic was broken
46015      Branch: perl
46016            ! ext/I18N/Langinfo/Langinfo.t
46017 ____________________________________________________________________________
46018 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
46019         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
46020              failure of ExtUtils.t#27 when built in debug mode)
46021      Branch: perl
46022            ! lib/ExtUtils/MM_Win32.pm
46023 ____________________________________________________________________________
46024 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
46025         Log: I18N::Langinfo is not available on windows
46026      Branch: perl
46027            ! win32/FindExt.pm
46028 ____________________________________________________________________________
46029 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
46030         Log: save a dTHX
46031      Branch: perl
46032            ! ext/POSIX/POSIX.xs
46033 ____________________________________________________________________________
46034 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
46035         Log: Update Changes.
46036      Branch: perl
46037            ! Changes patchlevel.h
46038 ____________________________________________________________________________
46039 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
46040         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
46041              as pointed out by Sarathy.
46042      Branch: perl
46043            ! ext/I18N/Langinfo/Langinfo.xs
46044 ____________________________________________________________________________
46045 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
46046         Log: Retract #11212.
46047      Branch: perl
46048            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
46049 ____________________________________________________________________________
46050 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
46051         Log: Bump up the VERSION of Cwd.xs.
46052      Branch: perl
46053            ! ext/Cwd/Makefile.PL
46054 ____________________________________________________________________________
46055 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
46056         Log: Retract #11220, the problem wasn't the missing leading zero.
46057              Here's the problem:
46058              $ ./perl -we 'chmod(oct("755"), ".")'
46059              Non-octal literal mode (493) specified at -e line 1.
46060              (Did you mean 0493 instead?)
46061      Branch: perl
46062            ! lib/ExtUtils/MM_Unix.pm
46063 ____________________________________________________________________________
46064 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
46065         Log: (Retracted by #11221)
46066              Change the PERM_RW and PERM_RWX to 0644 and 0755
46067              (add the leading zero).
46068      Branch: perl
46069            ! lib/ExtUtils/MM_Unix.pm
46070 ____________________________________________________________________________
46071 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
46072         Log: Integrate changes #11193, 11205, 11209 from macperl.
46073              
46074              Fix up AutoLoader to fudge for Mac paths in import().
46075              
46076              Allow symbols in try_symbol() to begin with "_".
46077              
46078              Small portability fix for Mac OS.
46079      Branch: perl
46080           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
46081 ____________________________________________________________________________
46082 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
46083         Log: Metaconfig unit change for #11217.
46084      Branch: metaconfig/U/perl
46085            ! Extensions.U
46086 ____________________________________________________________________________
46087 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
46088         Log: Detypo, problem noticed by Gerrit P. Haase.
46089      Branch: perl
46090            ! Configure config_h.SH
46091 ____________________________________________________________________________
46092 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
46093         Log: Cwd cleanups.
46094      Branch: perl
46095            ! ext/Cwd/Cwd.xs
46096 ____________________________________________________________________________
46097 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
46098         Log: Slight tweaks on #11213.
46099      Branch: perl
46100            ! toke.c
46101 ____________________________________________________________________________
46102 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
46103         Log: A missing dTHX noticed by Gerrit P. Haase.
46104      Branch: perl
46105            ! ext/POSIX/POSIX.xs
46106 ____________________________________________________________________________
46107 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
46108         Log: Subject: [PATCH toke.c] Simplify yytoke()
46109              From: Simon Cozens <simon@netthink.co.uk>
46110              Date: Sun, 8 Jul 2001 13:24:34 +0100
46111              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
46112              
46113              Split out pending_ident().
46114      Branch: perl
46115            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
46116 ____________________________________________________________________________
46117 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
46118         Log: (Retracted by #11223.)
46119              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
46120              Date: Wed, 05 Nov 1997 17:22:34 -0600
46121              From: Graham Barr <gbarr@ti.com>
46122              Message-Id: <3460FFBA.6DA51F46@ti.com>
46123      Branch: perl
46124            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
46125 ____________________________________________________________________________
46126 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
46127         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
46128      Branch: perl
46129            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
46130            ! pod/perllocale.pod
46131 ____________________________________________________________________________
46132 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
46133         Log: Really do the test under the C locale.
46134      Branch: perl
46135            ! ext/I18N/Langinfo/Langinfo.t
46136 ____________________________________________________________________________
46137 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
46138         Log: Small portability fix for Mac OS.
46139      Branch: maint-5.6/macperl
46140            ! lib/Cwd.pm
46141 ____________________________________________________________________________
46142 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
46143         Log: Metaconfig unit change for #11207.
46144      Branch: metaconfig/U/perl
46145            ! Extensions.U
46146 ____________________________________________________________________________
46147 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
46148         Log: Add I18N::Langinfo, which is basically a wrapper around
46149              nl_langinfo(), which is an additional way to query locale
46150              specific information.
46151      Branch: perl
46152            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
46153            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
46154            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
46155 ____________________________________________________________________________
46156 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
46157         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
46158              used in File::Find tests; replace with if.t.
46159      Branch: maint-5.6/macperl
46160            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
46161            ! t/pragma/warn/op
46162 ____________________________________________________________________________
46163 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
46164         Log: Allow symbols in try_symbol() to begin with "_".
46165      Branch: maint-5.6/macperl
46166            ! makedef.pl
46167 ____________________________________________________________________________
46168 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
46169         Log: Sync up the File::Find changes from the rewrite by
46170              Thomas Wegner, et al.
46171      Branch: maint-5.6/macperl
46172            + t/lib/filefind-taint.t
46173            ! lib/File/Find.pm t/lib/filefind.t
46174 ____________________________________________________________________________
46175 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
46176         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
46177              From: Thomas Wegner <wegner_thomas@yahoo.com>
46178              Date: Thu, 5 Jul 2001 20:31:25 +0200
46179              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
46180      Branch: maint-5.6/macperl
46181            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
46182 ____________________________________________________________________________
46183 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
46184         Log: Some more test portability fixes.
46185      Branch: maint-5.6/macperl
46186            ! t/lib/filecopy.t t/pragma/warn/pp_sys
46187 ____________________________________________________________________________
46188 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
46189         Log: The #11200 removed wrong (non-existent) target.  Duh.
46190      Branch: perl
46191            ! Makefile.SH
46192 ____________________________________________________________________________
46193 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
46194         Log: Zap the lib/re.pm before creating it.
46195      Branch: perl
46196            ! Makefile.SH
46197 ____________________________________________________________________________
46198 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
46199         Log: Another test.  Please ignore.
46200      Branch: maint-5.6/macperl
46201            ! README.macos
46202 ____________________________________________________________________________
46203 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
46204         Log: Portability fixes for a lot of tests, especially IO-related
46205              tests, and warnings, and the harness script.
46206      Branch: maint-5.6/macperl
46207            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
46208            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
46209            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
46210            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
46211            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
46212            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
46213            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
46214            ! t/pragma/warnings.t
46215 ____________________________________________________________________________
46216 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
46217         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
46218              From: Nicholas Clark <nick@ccl4.org>
46219              Date: Sat, 7 Jul 2001 21:00:17 +0100
46220              Message-ID: <20010707210017.H59620@plum.flirble.org>
46221      Branch: perl
46222            ! lib/h2xs.t
46223 ____________________________________________________________________________
46224 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
46225         Log: The UNICOS/mk SysV IPC problem has been fixed.
46226      Branch: perl
46227            ! pod/perl572delta.pod
46228 ____________________________________________________________________________
46229 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
46230         Log: Slight update tweaks on perlunicode.pod.
46231      Branch: perl
46232            ! pod/perlunicode.pod
46233 ____________________________________________________________________________
46234 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
46235         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
46236              From: Mark-Jason Dominus <mjd@plover.com>
46237              Date: Sat, 07 Jul 2001 13:04:04 -0400
46238              Message-ID: <20010707170404.32694.qmail@plover.com>
46239      Branch: perl
46240            ! ext/DB_File/DB_File.pm
46241 ____________________________________________________________________________
46242 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
46243         Log: Fix up AutoLoader to fudge for Mac paths in import().
46244      Branch: maint-5.6/macperl
46245            ! lib/AutoLoader.pm
46246 ____________________________________________________________________________
46247 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
46248         Log: Try to force the lib/re.pm to be there before entering
46249              the extensions builds, should help for parallel makes.
46250      Branch: perl
46251            ! Makefile.SH
46252 ____________________________________________________________________________
46253 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
46254         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
46255              From: Norton Allen <allen@huarp.harvard.edu>
46256              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
46257              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
46258      Branch: perl
46259            ! ext/POSIX/POSIX.xs
46260 ____________________________________________________________________________
46261 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
46262         Log: Subject: [PATCH] Re: op/arith.t
46263              From: Nicholas Clark <nick@ccl4.org>
46264              Date: Sat, 7 Jul 2001 13:04:54 +0100
46265              Message-ID: <20010707130454.D59620@plum.flirble.org>
46266      Branch: perl
46267            ! numeric.c toke.c
46268 ____________________________________________________________________________
46269 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
46270         Log: Subject: [PATCH] h2xs
46271              From: Nicholas Clark <nick@ccl4.org>
46272              Date: Fri, 6 Jul 2001 23:25:14 +0100
46273              Message-ID: <20010706232514.X59620@plum.flirble.org>
46274      Branch: perl
46275            ! utils/h2xs.PL
46276 ____________________________________________________________________________
46277 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
46278         Log: Subject: Re: bleedperl perl_alloc..free leakage
46279              From: Radu Greab <radu@netsoft.ro>
46280              Date: Fri, 6 Jul 2001 19:48:54 +0300
46281              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
46282              
46283              Leak-be-gone.
46284      Branch: perl
46285            ! op.c
46286 ____________________________________________________________________________
46287 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
46288         Log: Test again.  Please ignore.
46289      Branch: maint-5.6/macperl
46290            ! README.macos
46291 ____________________________________________________________________________
46292 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
46293         Log: Test.  Please ignore.
46294      Branch: maint-5.6/macperl
46295            ! README.macos
46296 ____________________________________________________________________________
46297 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
46298         Log: Include changes already sent in separately as patches,
46299              before branch was created.
46300      Branch: maint-5.6/macperl
46301            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
46302            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
46303            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
46304            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
46305            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
46306            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
46307            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
46308            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
46309            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
46310            ! t/pragma/strict.t
46311 ____________________________________________________________________________
46312 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
46313         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
46314              From: Norton Allen <allen@huarp.harvard.edu>
46315              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
46316              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
46317      Branch: perl
46318            ! utf8.h
46319 ____________________________________________________________________________
46320 [ 11183] By: nick                                  on 2001/07/06  16:27:40
46321         Log: Integrate mainline
46322      Branch: perlio
46323           +> (branch 42 files)
46324            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
46325            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
46326            - win32/bin/mdelete.bat
46327           !> (integrate 215 files)
46328 ____________________________________________________________________________
46329 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
46330         Log: The #11166 needed also these updated.
46331      Branch: perl
46332            ! lib/warnings.pm warnings.h
46333 ____________________________________________________________________________
46334 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
46335         Log: Update Changes.
46336      Branch: perl
46337            ! Changes patchlevel.h
46338 ____________________________________________________________________________
46339 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
46340         Log: Regen toc.
46341      Branch: perl
46342            ! pod/perltoc.pod
46343 ____________________________________________________________________________
46344 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
46345         Log: Nit from Abhijit.
46346      Branch: perl
46347            ! lib/CPAN.pm
46348 ____________________________________________________________________________
46349 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
46350         Log: Retract #11172.
46351      Branch: perl
46352            ! t/op/method.t
46353 ____________________________________________________________________________
46354 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
46355         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
46356              From: Norton Allen <allen@huarp.harvard.edu>
46357              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
46358              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
46359      Branch: perl
46360            ! lib/Cwd.pm
46361 ____________________________________________________________________________
46362 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
46363         Log: (Accidentally empty check-in.)
46364      Branch: perl
46365            ! utf8.h
46366 ____________________________________________________________________________
46367 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
46368         Log: Retract #11165 since Sarathy pointed out it'll not
46369              work properly under threads, the problem should be
46370              solved using "the savestack, either via SSNEW() or
46371              using a newSVpv()+SAVEFREESV() combo."
46372      Branch: perl
46373            ! ext/POSIX/POSIX.xs
46374 ____________________________________________________________________________
46375 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
46376         Log: Retract #11125 since NI-S pointed out it'll not work in
46377              cases where the extension has their own handcrafted INC
46378              et alia.
46379      Branch: perl
46380            ! lib/ExtUtils/MM_Unix.pm
46381 ____________________________________________________________________________
46382 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
46383         Log: Subject: RE: [PATCH] -I and MakeMaker again
46384              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
46385              Date: Fri, 6 Jul 2001 09:18:29 +0200
46386              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
46387      Branch: perl
46388            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
46389            ! lib/ExtUtils/MM_Win32.pm
46390 ____________________________________________________________________________
46391 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
46392         Log: (Retracted by #11178)
46393              Subject: [PATCH t/op/method.t] SUPER:: strangeness
46394              From: Piers Cawley <pdcawley@iterative-software.com>
46395              Date: 06 Jul 2001 10:49:01 +0100
46396              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
46397      Branch: perl
46398            ! t/op/method.t
46399 ____________________________________________________________________________
46400 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
46401         Log: VOS README update from Paul Green.
46402      Branch: perl
46403            ! README.vos
46404 ____________________________________________________________________________
46405 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
46406         Log: Subject: [PATCH README.qnx hints/qnx.sh]
46407              From: Norton Allen <allen@huarp.harvard.edu>
46408              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
46409              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
46410      Branch: perl
46411            ! README.qnx hints/qnx.sh
46412 ____________________________________________________________________________
46413 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
46414         Log: Subject: [PATCH] Doc patch for Tie::Hash
46415              From: Artur Bergman <artur@contiller.se>
46416              Date: Thu, 05 Jul 2001 22:51:18 +0200
46417              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
46418      Branch: perl
46419            ! lib/Tie/Hash.pm
46420 ____________________________________________________________________________
46421 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
46422         Log: Subject: [PATCH] perlfaq4.pod
46423              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
46424              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
46425              Date: Thu, 5 Jul 2001 18:44:10 +0100 
46426      Branch: perl
46427            ! pod/perlfaq4.pod
46428 ____________________________________________________________________________
46429 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
46430         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
46431              From: Robin Houston <robin@kitsite.com>
46432              Date: Thu, 5 Jul 2001 18:33:21 +0100
46433              Message-ID: <20010705183321.A27345@robin.kitsite.com>
46434      Branch: perl
46435            ! ext/B/B/Deparse.pm
46436 ____________________________________________________________________________
46437 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
46438         Log: (Retracted by #11285.)
46439              
46440              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
46441              From: Abhijit Menon-Sen <ams@wiw.org>
46442              Date: Fri, 6 Jul 2001 01:26:32 +0530
46443              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
46444      Branch: perl
46445            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
46446            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
46447            ! warnings.pl
46448 ____________________________________________________________________________
46449 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
46450         Log: (Retracted by #11175)
46451              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
46452              From: Norton Allen <allen@huarp.harvard.edu>
46453              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
46454              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
46455      Branch: perl
46456            ! ext/POSIX/POSIX.xs
46457 ____________________________________________________________________________
46458 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
46459         Log: Unterminated C< (noticed by Richard Hatch), and few other
46460              small Unicode doc tweaks.
46461      Branch: perl
46462            ! pod/perlretut.pod
46463 ____________________________________________________________________________
46464 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
46465         Log: More flexible argument understanding; add charblocks() and
46466              charscripts(); make charblock() and charscript() two-way;
46467              add charinrange(); separate the $Unicode::UCD::VERSION and
46468              the version of the Unicode by adding UnicodeVersion().
46469      Branch: perl
46470            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
46471 ____________________________________________________________________________
46472 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
46473         Log: Update Unicode::UCD on \p{In...}.
46474      Branch: perl
46475            ! lib/Unicode/UCD.pm
46476 ____________________________________________________________________________
46477 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
46478         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
46479              From: Norton Allen <allen@huarp.harvard.edu>
46480              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
46481              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
46482      Branch: perl
46483            ! lib/ExtUtils/MM_Unix.pm
46484 ____________________________________________________________________________
46485 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
46486         Log: POSIX-BC tweaks from Thomas Dorner.
46487      Branch: perl
46488            ! hints/posix-bc.sh perlio.h
46489 ____________________________________________________________________________
46490 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
46491         Log: Module updates for the delta.
46492      Branch: perl
46493            ! pod/perl572delta.pod
46494 ____________________________________________________________________________
46495 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
46496         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
46497              From: Norton Allen <allen@huarp.harvard.edu>
46498              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
46499              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
46500      Branch: perl
46501            ! ext/IO/lib/IO/t/io_sock.t
46502 ____________________________________________________________________________
46503 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
46504         Log: Subject: [PATCH perldiag.pod] Quick fixes
46505              From: Simon Cozens <simon@netthink.co.uk>
46506              Date: Wed, 4 Jul 2001 20:22:12 +0100
46507              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
46508      Branch: perl
46509            ! pod/perldiag.pod
46510 ____________________________________________________________________________
46511 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
46512         Log: (retracted by #13533)
46513              
46514              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
46515              From: Radu Greab <radu@netsoft.ro>
46516              Date: Wed, 4 Jul 2001 22:13:31 +0300
46517              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
46518      Branch: perl
46519            ! op.c sv.c t/op/pos.t
46520 ____________________________________________________________________________
46521 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
46522         Log: Subject: [PATCH] -I and MakeMaker again
46523              From: Michael G Schwern <schwern@pobox.com>
46524              Date: Wed, 4 Jul 2001 15:03:07 -0400
46525              Message-ID: <20010704150307.I20340@blackrider>
46526              
46527              (and retract #11145)
46528      Branch: perl
46529            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
46530            ! lib/ExtUtils/MakeMaker.pm
46531 ____________________________________________________________________________
46532 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
46533         Log: Subject: Re: PERFORCE change 11142 for review
46534              From: "Philip Newton" <Philip.Newton@gmx.net>
46535              Date: Wed, 4 Jul 2001 20:46:26 +0200
46536              Message-Id: <200107041841.VAA25380@taas.iki.fi>
46537      Branch: perl
46538            ! lib/ExtUtils/MakeMaker.pm
46539 ____________________________________________________________________________
46540 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
46541         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
46542              From: Jonathan Stowe <gellyfish@gellyfish.com>
46543              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
46544              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
46545      Branch: perl
46546            ! utils/pl2pm.PL
46547 ____________________________________________________________________________
46548 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
46549         Log: fix the binary compatibility issue when building with/without
46550              usemymalloc by exporting Perl_malloc() et al as simple wrappers
46551              around the system functions (this allows most extensions built
46552              using one mode to coexist with perls built in the other mode)
46553              
46554              XXX the Perl_mfree() wrapper might need to do return(free()) on
46555              platforms where Free_t isn't "void"
46556      Branch: perl
46557            ! embed.h embed.pl makedef.pl proto.h util.c
46558 ____________________________________________________________________________
46559 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
46560         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
46561              since it doesn't ensure threads other than the one calling fork()
46562              aren't holding any locks; the fix is to use pthread_atfork() to
46563              hold global locks
46564              
46565              building perl with -Dusemymalloc exacerbates the problem since
46566              Perl_malloc() holds a mutex, and perl's exec() calls New()
46567              
46568              XXX the code in win32thread.h may be needed on platforms that have
46569              no pthread_atfork()
46570      Branch: perl
46571            ! perl.c thread.h win32/win32thread.h
46572 ____________________________________________________________________________
46573 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
46574         Log: Integrate #11009 from maintperl.
46575      Branch: maint-5.6/macperl
46576           !> lib/ExtUtils/Manifest.pm
46577 ____________________________________________________________________________
46578 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
46579         Log: Flexing my Perforce muscles.
46580      Branch: maint-5.6/macperl
46581            ! README.macos
46582 ____________________________________________________________________________
46583 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
46584         Log: Update Changes.
46585      Branch: perl
46586            ! Changes patchlevel.h
46587 ____________________________________________________________________________
46588 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
46589         Log: Metaconfig unit change for #11146.
46590      Branch: metaconfig/U/perl
46591            ! d_fcntl_can_lock.U
46592 ____________________________________________________________________________
46593 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
46594         Log: Somehow the #ifdefs of the added code (in #11093) made
46595              HP-UX to fail the fcntl locking test, without the ifdefs
46596              the test seems to be working again.  Reason unknown:
46597              HP-UX cc doesn't complain either way.
46598      Branch: perl
46599            ! Configure
46600 ____________________________________________________________________________
46601 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
46602         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
46603      Branch: perl
46604            ! lib/ExtUtils/MM_Unix.pm
46605 ____________________________________________________________________________
46606 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
46607         Log: gcc -Wall nit.
46608      Branch: perl
46609            ! pp_hot.c
46610 ____________________________________________________________________________
46611 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
46612         Log: When removing tests updating the test count is a good idea, too.
46613      Branch: perl
46614            ! lib/Net/t/require.t
46615 ____________________________________________________________________________
46616 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
46617         Log: Document #11134 and add the new symbols to the list of
46618              of MakeMaker known ones.
46619      Branch: perl
46620            ! lib/ExtUtils/MakeMaker.pm
46621 ____________________________________________________________________________
46622 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
46623         Log: Microperl update.
46624      Branch: perl
46625            ! uconfig.h
46626 ____________________________________________________________________________
46627 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
46628         Log: Update the libnet tests as per #11138.
46629      Branch: perl
46630            - lib/Net/t/ph.t
46631            ! MANIFEST lib/Net/t/require.t
46632 ____________________________________________________________________________
46633 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
46634         Log: Regen toc and modlib.
46635      Branch: perl
46636            ! pod/perlmodlib.pod pod/perltoc.pod
46637 ____________________________________________________________________________
46638 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
46639         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
46640              Graham's request.
46641      Branch: perl
46642            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
46643            ! MANIFEST
46644 ____________________________________________________________________________
46645 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
46646         Log: Add the OS/390 harness results to the delta.
46647      Branch: perl
46648            ! pod/perl572delta.pod
46649 ____________________________________________________________________________
46650 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
46651         Log: Avoid the two study tests in OS/390 until the bug has been solved.
46652      Branch: perl
46653            ! t/op/study.t
46654 ____________________________________________________________________________
46655 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
46656         Log: DOS/DJGPP tweaks from Laszlo Molnar.
46657      Branch: perl
46658            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
46659 ____________________________________________________________________________
46660 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
46661         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
46662              From: Michael G Schwern <schwern@pobox.com>
46663              Date: Wed, 4 Jul 2001 00:01:16 -0400
46664              Message-ID: <20010704000116.C591@blackrider>
46665      Branch: perl
46666            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
46667 ____________________________________________________________________________
46668 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
46669         Log: The #11132 missed singleton characters (not part
46670              of a unilo..unihi range) in Unicode scripts.
46671      Branch: perl
46672            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
46673            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
46674            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
46675            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
46676            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
46677            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
46678            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
46679            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
46680            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
46681            ! lib/unicode/mktables.PL t/op/pat.t
46682 ____________________________________________________________________________
46683 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
46684         Log: Support preferentially the Unicode 'scripts' definition
46685              in the \p{In...} notation since according to Unicode the
46686              scripts concept is more natural for matching than using
46687              the somewhat artificial block names.  The block names are
46688              still available, though, and if there's a name conflict,
46689              the scripts one wins and the blocks one has to do with
46690              'Block' appended to its name.  For more information see
46691              
46692              http://www.unicode.org/unicode/reports/tr24/
46693      Branch: perl
46694            + lib/unicode/In/100.pl lib/unicode/In/101.pl
46695            + lib/unicode/In/102.pl lib/unicode/In/103.pl
46696            + lib/unicode/In/104.pl lib/unicode/In/105.pl
46697            + lib/unicode/In/106.pl lib/unicode/In/107.pl
46698            + lib/unicode/In/108.pl lib/unicode/In/109.pl
46699            + lib/unicode/In/110.pl lib/unicode/In/111.pl
46700            + lib/unicode/In/112.pl lib/unicode/In/113.pl
46701            + lib/unicode/In/114.pl lib/unicode/In/115.pl
46702            + lib/unicode/In/116.pl lib/unicode/In/117.pl
46703            + lib/unicode/In/118.pl lib/unicode/In/119.pl
46704            + lib/unicode/In/120.pl lib/unicode/In/121.pl
46705            + lib/unicode/In/122.pl lib/unicode/In/123.pl
46706            + lib/unicode/In/124.pl lib/unicode/In/125.pl
46707            + lib/unicode/In/126.pl lib/unicode/In/127.pl
46708            + lib/unicode/In/128.pl lib/unicode/In/129.pl
46709            + lib/unicode/In/130.pl lib/unicode/In/131.pl
46710            + lib/unicode/In/132.pl lib/unicode/In/133.pl
46711            + lib/unicode/In/134.pl lib/unicode/In/135.pl
46712            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
46713            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
46714            ! (edit 106 files)
46715 ____________________________________________________________________________
46716 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
46717         Log: Better document the difference between a block and a script.
46718      Branch: perl
46719            ! lib/Unicode/UCD.pm
46720 ____________________________________________________________________________
46721 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
46722         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
46723              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
46724              Date: Tue, 3 Jul 2001 15:04:23 -0500
46725              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
46726      Branch: perl
46727            ! lib/CPAN.pm
46728 ____________________________________________________________________________
46729 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
46730         Log: Add tests for charscript().
46731      Branch: perl
46732            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
46733 ____________________________________________________________________________
46734 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
46735         Log: Add charscript() to get the UTR#24 script names of characters.
46736      Branch: perl
46737            ! lib/Unicode/UCD.pm
46738 ____________________________________________________________________________
46739 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
46740         Log: Todo updates.
46741      Branch: perl
46742            ! pod/perltodo.pod
46743 ____________________________________________________________________________
46744 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
46745         Log: Unicode::UCD updates.
46746      Branch: perl
46747            ! lib/Unicode/UCD.pm
46748 ____________________________________________________________________________
46749 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
46750         Log: (Retracted by #11174)
46751              Subject: MakeMaker should pass through DEFINE and INC to subdirs
46752              From: Alan Burlison <Alan.Burlison@sun.com>
46753              Date: Tue, 03 Jul 2001 15:20:13 +0100
46754              Message-ID: <3B41D49D.A923D4F9@sun.com>
46755      Branch: perl
46756            ! lib/ExtUtils/MM_Unix.pm
46757 ____________________________________________________________________________
46758 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
46759         Log: Subject: Patch needed for UTS
46760              From: hom00@utsglobal.com (Hal Morris)
46761              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
46762              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
46763              
46764              Replace #11113 with a better version.
46765      Branch: perl
46766            ! perl.h
46767 ____________________________________________________________________________
46768 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
46769         Log: Subject: Re: POINTERRIGOR
46770              From: Andy Dougherty <doughera@lafayette.edu>
46771              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
46772              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
46773      Branch: perl
46774            ! util.c
46775 ____________________________________________________________________________
46776 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
46777         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
46778              From: "Philip Newton" <pnewton@gmx.de>
46779              Date: Tue, 3 Jul 2001 17:03:34 +0200
46780              Message-ID: <3B41FAE6.29564.660E117@localhost>
46781      Branch: perl
46782            ! pp_hot.c
46783 ____________________________________________________________________________
46784 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
46785         Log: Typos.
46786      Branch: perl
46787            ! INSTALL
46788 ____________________________________________________________________________
46789 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
46790         Log: Subject: [PATCH 5.6.1] debugger fixes
46791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46792              Date: Tue, 3 Jul 2001 03:38:18 -0400
46793              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
46794              
46795              The $^S is working again.
46796      Branch: perl
46797            ! lib/perl5db.pl
46798 ____________________________________________________________________________
46799 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
46800         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
46801              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46802              Date: Tue, 3 Jul 2001 03:34:06 -0400
46803              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
46804      Branch: perl
46805            ! os2/OS2/Process/Process.pm
46806 ____________________________________________________________________________
46807 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
46808         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
46809              From: "Philip Newton" <Philip.Newton@gmx.net>
46810              Date: Tue, 3 Jul 2001 09:11:27 +0200
46811              Message-Id: <200107030706.KAA04596@taas.iki.fi>
46812      Branch: perl
46813            ! lib/FindBin.pm
46814 ____________________________________________________________________________
46815 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
46816         Log: Delta delta.
46817      Branch: perl
46818            ! pod/perl572delta.pod
46819 ____________________________________________________________________________
46820 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
46821         Log: Metaconfig unit change for 11115.
46822      Branch: metaconfig
46823            ! U/modified/libc.U
46824 ____________________________________________________________________________
46825 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
46826         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
46827              (from Richard Hatch) (this was the cause of pipes() and
46828              times() mysteriously not being found)
46829      Branch: perl
46830            ! Configure
46831 ____________________________________________________________________________
46832 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
46833         Log: Retract #10142, the real culprit found by Richard Hatch,
46834              coming soon to Configure near you.
46835      Branch: perl
46836            ! hints/aix.sh
46837 ____________________________________________________________________________
46838 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
46839         Log: (Replaced by #11124) UTS workaround from Hal Morris.
46840      Branch: perl
46841            ! perl.h
46842 ____________________________________________________________________________
46843 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
46844         Log: Subject: [PATCH] grok not grocking correctly
46845              From: Nicholas Clark <nick@ccl4.org>
46846              Date: Tue, 3 Jul 2001 00:19:08 +0100
46847              Message-ID: <20010703001908.H59620@plum.flirble.org>
46848      Branch: perl
46849            ! numeric.c
46850 ____________________________________________________________________________
46851 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
46852         Log: Subject: [PATCH Deparse.t] test just-posted patches
46853              From: Robin Houston <robin@kitsite.com>
46854              Date: Mon, 2 Jul 2001 23:46:15 +0100
46855              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
46856      Branch: perl
46857            ! ext/B/Deparse.t
46858 ____________________________________________________________________________
46859 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
46860         Log: Subject: [PATCH toke.c] autosplit into @F
46861              From: Robin Houston <robin@kitsite.com>
46862              Date: Mon, 2 Jul 2001 23:18:20 +0100
46863              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
46864      Branch: perl
46865            ! perl.c toke.c
46866 ____________________________________________________________________________
46867 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
46868         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
46869              From: Robin Houston <robin@kitsite.com>
46870              Date: Mon, 2 Jul 2001 23:00:48 +0100
46871              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
46872      Branch: perl
46873            ! ext/B/B/Deparse.pm
46874 ____________________________________________________________________________
46875 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
46876         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
46877              From: "Philip Newton" <Philip.Newton@gmx.net>
46878              Date: Mon, 2 Jul 2001 22:06:22 +0200
46879              (no Message-Id)
46880      Branch: perl
46881            ! ext/NDBM_File/hints/linux.pl
46882 ____________________________________________________________________________
46883 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
46884         Log: Subject: Re: Fixed pack problem - sort of
46885              From: Nicholas Clark <nick@ccl4.org>
46886              Date: Mon, 2 Jul 2001 20:59:20 +0100
46887              Message-ID: <20010702205919.F59620@plum.flirble.org>
46888      Branch: perl
46889            ! pp_pack.c t/op/pack.t
46890 ____________________________________________________________________________
46891 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
46892         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
46893              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46894              Date: Mon, 2 Jul 2001 15:45:41 -0400
46895              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
46896      Branch: perl
46897            ! os2/os2.c
46898 ____________________________________________________________________________
46899 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
46900         Log: (Mistaken retraction)
46901      Branch: perl
46902            ! utils/pl2pm.PL
46903 ____________________________________________________________________________
46904 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
46905         Log: Detypo in #11103.
46906      Branch: perl
46907            ! utils/pl2pm.PL
46908 ____________________________________________________________________________
46909 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
46910         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
46911              From: Jonathan Stowe <gellyfish@gellyfish.com>
46912              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
46913              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
46914      Branch: perl
46915            ! utils/pl2pm.PL
46916 ____________________________________________________________________________
46917 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
46918         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
46919              From: "Craig A. Berry" <craigberry@mac.com>
46920              Date: Mon, 02 Jul 2001 14:11:23 -0500
46921              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
46922      Branch: perl
46923            ! lib/Unicode/UCD.pm
46924 ____________________________________________________________________________
46925 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
46926         Log: Subject: [PATCH] Re: op/numconvert.t failures
46927              From: Nicholas Clark <nick@ccl4.org>
46928              Date: Mon, 2 Jul 2001 20:10:48 +0100
46929              Message-ID: <20010702201048.E59620@plum.flirble.org>
46930      Branch: perl
46931            ! t/op/numconvert.t
46932 ____________________________________________________________________________
46933 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
46934         Log: Update Changes.
46935      Branch: perl
46936            ! Changes patchlevel.h
46937 ____________________________________________________________________________
46938 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
46939         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
46940              The real fix must be more involved.  The line of code all the leaky
46941              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
46942              line of Perl_newPMOP().
46943      Branch: perl
46944            ! op.h
46945 ____________________________________________________________________________
46946 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
46947         Log: Based on
46948              
46949              Subject: Re: sizeof(struct sembuf)
46950              From: Nicholas Clark <nick@ccl4.org>
46951              Date: Sun, 1 Jul 2001 22:26:48 +0100
46952              Message-ID: <20010701222648.W59620@plum.flirble.org>
46953              
46954              but do semop() always the slow way.
46955      Branch: perl
46956            ! doio.c
46957 ____________________________________________________________________________
46958 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
46959         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
46960              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
46961              Date: Tue, 03 Jul 2001 00:56:30 +0900
46962              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
46963      Branch: perl
46964            ! ext/Encode/Encode/Tcl.t
46965 ____________________________________________________________________________
46966 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
46967         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
46968              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
46969              Date: Tue, 03 Jul 2001 00:55:46 +0900
46970              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
46971      Branch: perl
46972            ! ext/Encode/Encode/Tcl.pm
46973 ____________________________________________________________________________
46974 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
46975         Log: Regen api and toc.
46976      Branch: perl
46977            ! pod/perlapi.pod pod/perltoc.pod
46978 ____________________________________________________________________________
46979 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
46980         Log: Metaconfig unit change for #11093.
46981      Branch: metaconfig/U/perl
46982            ! d_fcntl_can_lock.U
46983 ____________________________________________________________________________
46984 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
46985         Log: The fcntl locking test may hang if NFS locking messed up;
46986              break out with alarm(10).
46987      Branch: perl
46988            ! Configure
46989 ____________________________________________________________________________
46990 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
46991         Log: Move the mdelete.bat from win32/bin to win32.
46992      Branch: perl
46993            ! MANIFEST
46994 ____________________________________________________________________________
46995 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
46996         Log: Typo in #11083.
46997      Branch: perl
46998            ! ext/Time/Piece/Piece.t
46999 ____________________________________________________________________________
47000 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
47001         Log: Netware tweaks from Guruprasad.
47002      Branch: perl
47003            - NetWare/perlsdio.h
47004            ! MANIFEST NetWare/Makefile NetWare/interface.c
47005            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
47006            ! perlsdio.h
47007 ____________________________________________________________________________
47008 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
47009         Log: Subject: Re: [PATH] shared -> unique;
47010              From: Abhijit Menon-Sen <ams@wiw.org>
47011              Date: Wed, 27 Jun 2001 03:51:27 +0530
47012              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
47013      Branch: perl
47014            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
47015 ____________________________________________________________________________
47016 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
47017         Log: Subject: Re: AIX / gcc-3.0
47018              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47019              Date: Mon, 02 Jul 2001 15:20:21 +0200
47020              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
47021      Branch: perl
47022            ! hints/aix.sh
47023 ____________________________________________________________________________
47024 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
47025         Log: Subject: Re: Bug report: split splits on wrong pattern
47026              From: Abhijit Menon-Sen <ams@wiw.org>
47027              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
47028              Date: Mon, 2 Jul 2001 16:31:33 +0530
47029      Branch: perl
47030            ! pp_ctl.c
47031 ____________________________________________________________________________
47032 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
47033         Log: Subject: [PATCH 5.6.1] test harness
47034              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47035              Date: Mon, 2 Jul 2001 06:29:21 -0400
47036              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
47037      Branch: perl
47038            ! lib/Test/Harness.pm
47039 ____________________________________________________________________________
47040 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
47041         Log: Subject: [PATCH 5.6.1] debugger goof
47042              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47043              Date: Mon, 2 Jul 2001 06:27:22 -0400
47044              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
47045      Branch: perl
47046            ! lib/perl5db.pl
47047 ____________________________________________________________________________
47048 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
47049         Log: Subject: [PATCH 5.6.1] OS/2 cwd
47050              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47051              Date: Mon, 2 Jul 2001 06:21:17 -0400
47052              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
47053      Branch: perl
47054            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
47055 ____________________________________________________________________________
47056 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
47057         Log: Make #11082 more OS/2-specific.
47058      Branch: perl
47059            ! ext/Time/Piece/Piece.t
47060 ____________________________________________________________________________
47061 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
47062         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
47063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47064              Date: Mon, 2 Jul 2001 06:06:34 -0400
47065              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
47066      Branch: perl
47067            ! ext/Time/Piece/Piece.t
47068 ____________________________________________________________________________
47069 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
47070         Log: Subject: [PATCH B::Deparse] version number & changes
47071              From: Robin Houston <robin@kitsite.com>  
47072              Date: Sun, 1 Jul 2001 17:17:29 +0100
47073              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
47074      Branch: perl
47075            ! ext/B/B/Deparse.pm
47076 ____________________________________________________________________________
47077 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
47078         Log: Subject: a small fix.
47079              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47080              Date: Mon, 2 Jul 2001 12:17:53 +0200
47081              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
47082      Branch: perl
47083            ! ext/Thread/Thread.xs
47084 ____________________________________________________________________________
47085 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
47086         Log: Subject: RE: perl@10907
47087              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47088              Date: Mon, 2 Jul 2001 12:06:16 +0200
47089              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
47090              
47091              Borland C vs PerlIO.
47092      Branch: perl
47093            ! win32/config.bc win32/config_H.bc
47094 ____________________________________________________________________________
47095 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
47096         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
47097              From: "H.M. Brand" <merijn@l1.procura.nl>
47098              Date: Mon, 02 Jul 2001 11:18:57 +0200
47099              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
47100      Branch: perl
47101            ! t/op/write.t
47102 ____________________________________________________________________________
47103 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
47104         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
47105              From: Michael G Schwern <schwern@pobox.com>
47106              Date: Mon, 2 Jul 2001 00:26:24 -0400
47107              Message-ID: <20010702002624.A18302@blackrider>
47108      Branch: perl
47109            - ext/util/mkbootstrap
47110 ____________________________________________________________________________
47111 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
47112         Log: Subject: [PATCH op.h] v minor comment tweak
47113              From: Robin Houston <robin@puffinry.freeserve.co.uk>
47114              Date: Mon, 2 Jul 2001 00:42:01 +0100
47115              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
47116      Branch: perl
47117            ! op.h
47118 ____________________________________________________________________________
47119 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
47120         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
47121      Branch: perl
47122            ! pod/perlfunc.pod
47123 ____________________________________________________________________________
47124 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
47125         Log: Subject: Re: sizeof(struct sembuf)
47126              From: Nicholas Clark <nick@ccl4.org>
47127              Date: Sun, 1 Jul 2001 19:23:16 +0100
47128              Message-ID: <20010701192316.V59620@plum.flirble.org>
47129              
47130              s/signaling/signalling/
47131      Branch: perl
47132            ! pod/perlfunc.pod
47133 ____________________________________________________________________________
47134 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
47135         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
47136              From: "Philip Newton" <Philip.Newton@gmx.net>
47137              Date: Sun, 1 Jul 2001 09:37:56 +0200
47138              Message-Id: <200107010733.KAA03920@taas.iki.fi>
47139      Branch: perl
47140            ! pod/perlvar.pod
47141 ____________________________________________________________________________
47142 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
47143         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
47144              From: "Philip Newton" <Philip.Newton@gmx.net>
47145              Date: Sun, 1 Jul 2001 09:37:56 +0200
47146              Message-Id: <200107010733.KAA03925@taas.iki.fi>
47147      Branch: perl
47148            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
47149 ____________________________________________________________________________
47150 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
47151         Log: Metaconfig unit change for #11070.
47152      Branch: metaconfig
47153            ! U/compline/randfunc.U
47154 ____________________________________________________________________________
47155 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
47156         Log: Subject: [PATCH perlsnap] its --> it's --> its
47157              From: "Philip Newton" <Philip.Newton@gmx.net>
47158              Date: Sun, 1 Jul 2001 09:37:56 +0200
47159              Message-Id: <200107010733.KAA03914@taas.iki.fi>
47160      Branch: perl
47161            ! Porting/config_H
47162 ____________________________________________________________________________
47163 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
47164         Log: Sync with Sarathy; integrate with perlio.
47165      Branch: perl
47166           !> gv.c
47167 ____________________________________________________________________________
47168 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
47169         Log: regenerate win32/config_H.?c files
47170      Branch: perl
47171            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47172 ____________________________________________________________________________
47173 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
47174         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
47175              naming discipline
47176              
47177              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
47178              because of this)
47179              
47180              fix a warning about "fd" being used without being set in Cwd.xs
47181      Branch: perl
47182            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
47183            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
47184            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
47185            ! win32/config.vc
47186 ____________________________________________________________________________
47187 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
47188         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
47189              within macro arguments") and warnings ("unary minus applied to
47190              unsigned type", among others)
47191      Branch: perl
47192            ! gv.c hv.c op.c pp.c sv.c toke.c
47193 ____________________________________________________________________________
47194 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
47195         Log: win32 fixes: more spurious CRs
47196      Branch: perl
47197            ! win32/mdelete.bat
47198 ____________________________________________________________________________
47199 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
47200         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
47201              from win32/bin (or it gets deleted by distclean); don't delete
47202              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
47203              NT (should be made Win9x specific, and added to makefile.mk)
47204      Branch: perl
47205           +> win32/mdelete.bat
47206            - win32/bin/mdelete.bat
47207            ! win32/Makefile win32/makefile.mk
47208 ____________________________________________________________________________
47209 [ 11063] By: nick                                  on 2001/07/01  18:54:09
47210         Log: Quick for for #ifdef mess
47211      Branch: perlio
47212            ! gv.c
47213 ____________________________________________________________________________
47214 [ 11062] By: nick                                  on 2001/07/01  18:47:42
47215         Log: Raw integrate - does not build #if mess in gv.c
47216      Branch: perlio
47217           !> (integrate 29 files)
47218 ____________________________________________________________________________
47219 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
47220         Log: Make 'compile' target a little less broken.
47221              Still very broken, though: -Wall warnings from
47222              the generated code, boot_Foo prototypes missing,
47223              can't autoload Fcntl::SEEK_CUR et alia, ...
47224      Branch: perl
47225            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
47226            ! utils/perlcc.PL x2p/Makefile.SH
47227 ____________________________________________________________________________
47228 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
47229         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
47230      Branch: perl
47231            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
47232            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
47233 ____________________________________________________________________________
47234 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
47235         Log: Update Changes.
47236      Branch: perl
47237            ! Changes patchlevel.h
47238 ____________________________________________________________________________
47239 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
47240         Log: Still one typo, regen toc.
47241      Branch: perl
47242            ! lib/Unicode/UCD.pm pod/perltoc.pod
47243 ____________________________________________________________________________
47244 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
47245         Log: Detypos and regen toc.
47246      Branch: perl
47247            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
47248 ____________________________________________________________________________
47249 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
47250         Log: VERSION tweak.
47251      Branch: perl
47252            ! ext/List/Util/lib/List/Util.pm
47253 ____________________________________________________________________________
47254 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
47255         Log: Attempt at plugging the leak under ithreads detected by Doug.
47256      Branch: perl
47257            ! op.h
47258 ____________________________________________________________________________
47259 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
47260         Log: gcc -Wall lint after #11051.
47261      Branch: perl
47262            ! pp_sys.c
47263 ____________________________________________________________________________
47264 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
47265         Log: Integrate perlio:
47266              
47267              [ 11050]
47268              Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
47269      Branch: perl
47270           !> lib/File/Find/taint.t
47271 ____________________________________________________________________________
47272 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
47273         Log: Don't use the v-strings for module VERSIONs.
47274      Branch: perl
47275            ! lib/Unicode/UCD.pm
47276 ____________________________________________________________________________
47277 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
47278         Log: Code cleanup based on turning off the -woffs in IRIX.
47279              Not all of the gripes cleaned up (hairy code in hv.c and
47280              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
47281              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
47282              to the IRIX hints)
47283      Branch: perl
47284            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
47285            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
47286            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
47287            ! regcomp.c sv.c
47288 ____________________________________________________________________________
47289 [ 11050] By: nick                                  on 2001/06/30  20:46:46
47290         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
47291      Branch: perlio
47292            ! lib/File/Find/taint.t
47293 ____________________________________________________________________________
47294 [ 11049] By: nick                                  on 2001/06/30  18:13:33
47295         Log: Integrate mainline
47296      Branch: perlio
47297           +> NetWare/nwstdio.h NetWare/perlsdio.h
47298           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
47299           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
47300           +> lib/Unicode/UCD.t t/run/exit.t
47301           !> (integrate 60 files)
47302 ____________________________________________________________________________
47303 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
47304         Log: Delta delta.
47305      Branch: perl
47306            ! pod/perl572delta.pod
47307 ____________________________________________________________________________
47308 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
47309         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
47310              by CPAN.pm, use rather _00.
47311      Branch: perl
47312            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
47313            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
47314            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
47315            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
47316            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
47317            ! lib/ExtUtils/Embed.pm lib/Test.pm
47318 ____________________________________________________________________________
47319 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
47320         Log: Add a simple Unicode character database interface, Unicode::UCD.
47321      Branch: perl
47322            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
47323            ! MANIFEST
47324 ____________________________________________________________________________
47325 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
47326         Log: Subject: [PATCH] op/numconver.t
47327              From: Nicholas Clark <nick@ccl4.org>
47328              Date: Sat, 30 Jun 2001 15:40:10 +0100
47329              Message-ID: <20010630154010.I59620@plum.flirble.org>
47330      Branch: perl
47331            ! t/op/numconvert.t
47332 ____________________________________________________________________________
47333 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
47334         Log: The $^N is now taken (by #11038).
47335      Branch: perl
47336            ! t/base/lex.t
47337 ____________________________________________________________________________
47338 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
47339         Log: The #11040 had slipped to a wrong function...
47340      Branch: perl
47341            ! sv.c
47342 ____________________________________________________________________________
47343 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
47344         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
47345              the Configure library symbol probe mysteriously finds all
47346              symbols but those of pipe() and times().
47347      Branch: perl
47348            ! hints/aix.sh
47349 ____________________________________________________________________________
47350 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
47351         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
47352              From: Nicholas Clark <nick@ccl4.org>
47353              Date: Fri, 29 Jun 2001 23:49:07 +0100
47354              Message-ID: <20010629234907.D59620@plum.flirble.org>
47355      Branch: perl
47356            ! lib/ExtUtils.t
47357 ____________________________________________________________________________
47358 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
47359         Log: Subject: [PATCH] weakref fix 2, not yet there
47360              From: Artur Bergman <artur@contiller.se>
47361              Date: Sat, 30 Jun 2001 01:18:16 +0200
47362              Message-ID: <B762D957.1CC9%artur@contiller.se>
47363      Branch: perl
47364            ! sv.c
47365 ____________________________________________________________________________
47366 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
47367         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
47368              From: Michael G Schwern <schwern@pobox.com>
47369              Date: Fri, 29 Jun 2001 19:39:11 -0400
47370              Message-ID: <20010629193910.D25304@blackrider>
47371      Branch: perl
47372            + t/run/exit.t
47373            ! MANIFEST
47374 ____________________________________________________________________________
47375 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
47376         Log: Add support for $^N, the most-recently closed group.
47377      Branch: perl
47378            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
47379            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
47380            ! thrdvar.h
47381 ____________________________________________________________________________
47382 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
47383         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
47384              From: lvirden@cas.org
47385              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
47386              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
47387              
47388              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
47389              From: lvirden@cas.org
47390              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
47391              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
47392      Branch: perl
47393            ! README.solaris
47394 ____________________________________________________________________________
47395 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
47396         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
47397              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47398              Date: Sat, 30 Jun 2001 07:33:37 +0900
47399              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
47400              
47401              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
47402              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47403              Date: Sat, 30 Jun 2001 21:38:14 +0900
47404              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
47405      Branch: perl
47406            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
47407            + ext/Encode/Encode/7bit-kr.enc
47408            ! MANIFEST ext/Encode/Encode/Tcl.pm
47409 ____________________________________________________________________________
47410 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
47411         Log: NetWare tweaks from Guruprasad.
47412      Branch: perl
47413            + NetWare/nwstdio.h NetWare/perlsdio.h
47414            ! MANIFEST NetWare/Makefile NetWare/config.wc
47415            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
47416            ! NetWare/t/Readme.txt
47417 ____________________________________________________________________________
47418 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
47419         Log: More module $VERSION bump-ups.
47420      Branch: perl
47421            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
47422            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
47423            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
47424 ____________________________________________________________________________
47425 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
47426         Log: Doc update due to #11032.
47427      Branch: perl
47428            ! pod/perl572delta.pod
47429 ____________________________________________________________________________
47430 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
47431         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
47432              From: Peter Prymmer <pvhp@forte.com>
47433              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
47434              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
47435      Branch: perl
47436            ! ext/Time/HiRes/HiRes.xs
47437 ____________________________________________________________________________
47438 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
47439         Log: -lpthreads missing in AIX.
47440      Branch: perl
47441            ! hints/aix.sh
47442 ____________________________________________________________________________
47443 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
47444         Log: Subject: [PATCH] CLONE && weakrefs
47445              From: Artur Bergman <artur@contiller.se>
47446              Date: Fri, 29 Jun 2001 17:02:00 +0200
47447              Message-ID: <B7626508.1CA0%artur@contiller.se>
47448      Branch: perl
47449            ! sv.c
47450 ____________________________________________________________________________
47451 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
47452         Log: Subject: Re: Bug report: split splits on wrong pattern
47453              From: Radu Greab <radu@netsoft.ro>
47454              Date: Wed, 27 Jun 2001 21:50:52 +0300
47455              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
47456      Branch: perl
47457            ! pp_ctl.c t/op/split.t
47458 ____________________________________________________________________________
47459 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
47460         Log: Metaconfig unit change for #11027.
47461      Branch: metaconfig/U/perl
47462            ! d_modfl.U
47463 ____________________________________________________________________________
47464 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
47465         Log: I thought this Configure glitch for AIX was just recently fixed?
47466      Branch: perl
47467            ! Configure
47468 ____________________________________________________________________________
47469 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
47470         Log: Update Changes.
47471      Branch: perl
47472            ! Changes patchlevel.h
47473 ____________________________________________________________________________
47474 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
47475         Log: Subject: Re: perl@10967, File::Find, and Cwd
47476              From: Mike Guy <mjtg@cam.ac.uk>
47477              Date: Fri, 29 Jun 2001 14:56:49 +0100
47478              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
47479      Branch: perl
47480            ! lib/File/Find/taint.t
47481 ____________________________________________________________________________
47482 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
47483         Log: Update the sv_pvprintify() spec.
47484      Branch: perl
47485            ! pod/perltodo.pod
47486 ____________________________________________________________________________
47487 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
47488         Log: Known test failures update.
47489      Branch: perl
47490            ! pod/perl572delta.pod
47491 ____________________________________________________________________________
47492 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
47493         Log: Based on
47494              
47495              Subject: [PATCH @11016] More );) fixes
47496              From: Richard Soderberg <rs@crystalflame.net>
47497              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
47498              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
47499      Branch: perl
47500            ! ext/Thread/Thread.xs ext/Thread/typemap
47501 ____________________________________________________________________________
47502 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
47503         Log: Subject: [PATCH @11016] Fixes compile errors in four files
47504              From: Richard Soderberg <rs@crystalflame.net>
47505              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
47506              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
47507      Branch: perl
47508            ! mg.c pp.c pp_hot.c util.c
47509 ____________________________________________________________________________
47510 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
47511         Log: AIX hints tweaking continues, from Merijn Brand.
47512      Branch: perl
47513            ! hints/aix.sh
47514 ____________________________________________________________________________
47515 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
47516         Log: HP-UX needs gccversion sooner, from Merijn Brand.
47517      Branch: perl
47518            ! hints/hpux.sh
47519 ____________________________________________________________________________
47520 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
47521         Log: Subject: [PATCH 5.6.1] OS/2 docs
47522              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47523              Date: Fri, 29 Jun 2001 02:34:12 -0400
47524              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
47525      Branch: perl
47526            ! README.os2 os2/Changes
47527 ____________________________________________________________________________
47528 [ 11017] By: nick                                  on 2001/06/29  10:20:30
47529         Log: Integrate mainline
47530      Branch: perlio
47531           +> (branch 37 files)
47532            - ext/ODBM_File/sdbm.t
47533           !> (integrate 211 files)
47534 ____________________________________________________________________________
47535 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
47536         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
47537              the modules found using a script written by Larry Schatzer Jr.
47538      Branch: perl
47539            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
47540            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
47541            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
47542            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
47543            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
47544            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
47545            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
47546            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
47547            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
47548            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
47549            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
47550            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
47551            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
47552            ! lib/constant.pm lib/fields.pm lib/strict.pm
47553 ____________________________________________________________________________
47554 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
47555         Log: The latest JPL from the anoncvs.
47556      Branch: perl
47557            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
47558 ____________________________________________________________________________
47559 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
47560         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
47561      Branch: perl
47562            ! t/op/pat.t
47563 ____________________________________________________________________________
47564 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
47565         Log: Worrying about insecure directories now is a bit too late.
47566      Branch: perl
47567            ! lib/File/Find/taint.t
47568 ____________________________________________________________________________
47569 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
47570         Log: Cannot DIE() in a void function,
47571              from Richard Hatch <rhatch@austin.ibm.com>.
47572      Branch: perl
47573            ! ext/IPC/SysV/SysV.xs
47574 ____________________________________________________________________________
47575 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
47576         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
47577              From: Peter Prymmer <pvhp@forte.com>
47578              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
47579              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
47580              
47581              (unfinished: time/hires tests 3, 5, 14 failing, but better
47582              than wholesale failure)
47583      Branch: perl
47584            ! ext/Time/HiRes/HiRes.xs
47585 ____________________________________________________________________________
47586 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
47587         Log: Subject: [PATCH 5.6.1] OS/2 improvements
47588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47589              Date: Thu, 28 Jun 2001 16:03:14 -0400
47590              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
47591      Branch: perl
47592            + os2/os2_base.t
47593            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
47594            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
47595            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
47596            ! os2/os2ish.h
47597 ____________________________________________________________________________
47598 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
47599         Log: Subject: Incrementing Extutils::Manifest's $VERSION
47600              From: Michael G Schwern <schwern@pobox.com>
47601              Date: Thu, 28 Jun 2001 13:13:49 -0400
47602              Message-ID: <20010628131349.A14738@blackrider>
47603      Branch: maint-5.6/perl
47604            ! lib/ExtUtils/Manifest.pm
47605 ____________________________________________________________________________
47606 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
47607         Log: AIX tweak from Merijn Brand.
47608      Branch: perl
47609            ! hints/aix.sh
47610 ____________________________________________________________________________
47611 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
47612         Log: Create the macperl branch.
47613      Branch: maint-5.6/macperl
47614           +> (branch 1728 files)
47615 ____________________________________________________________________________
47616 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
47617         Log: Update Changes.
47618      Branch: perl
47619            ! Changes patchlevel.h
47620 ____________________________________________________________________________
47621 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
47622         Log: More Perforce lore.
47623      Branch: perl
47624            ! Porting/repository.pod
47625 ____________________________________________________________________________
47626 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
47627         Log: Metaconfig unit changes for #11003.
47628      Branch: metaconfig/U/perl
47629            + d_nl_langinfo.U i_langinfo.U
47630 ____________________________________________________________________________
47631 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
47632         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
47633              Expected not to exist in non-UNIX excepting in VMS, where
47634              according to a quick web survey they just might.
47635      Branch: perl
47636            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
47637            ! Porting/config_H config_h.SH configure.com epoc/config.sh
47638            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
47639            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47640            ! win32/config.bc win32/config.gc win32/config.vc
47641 ____________________________________________________________________________
47642 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
47643         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
47644              in AIX is one is doing a 64-bit build.
47645      Branch: perl
47646            ! hints/aix.sh
47647 ____________________________________________________________________________
47648 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
47649         Log: Metaconfig unit changes for #11000.
47650      Branch: metaconfig/U/perl
47651            ! use64bits.U uselfs.U
47652 ____________________________________________________________________________
47653 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
47654         Log: Move use64bitint and use64bitall before uselargefiles.
47655      Branch: perl
47656            ! Configure
47657 ____________________________________________________________________________
47658 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
47659         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
47660              From: Robert Spier <rspier@pobox.com>
47661              Message-ID: <15162.41164.618712.841415@rls.cx>
47662              Date: Wed, 27 Jun 2001 23:13:16 -0400
47663      Branch: perl
47664            ! doio.c
47665 ____________________________________________________________________________
47666 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
47667         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
47668              From: Peter Prymmer <pvhp@forte.com>
47669              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
47670              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
47671      Branch: perl
47672            ! numeric.c
47673 ____________________________________________________________________________
47674 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
47675         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
47676              From: Peter Prymmer <pvhp@forte.com>
47677              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
47678              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
47679      Branch: perl
47680            ! configure.com ext/Digest/MD5/Makefile.PL
47681 ____________________________________________________________________________
47682 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
47683         Log: Update Changes.
47684      Branch: perl
47685            ! Changes patchlevel.h
47686 ____________________________________________________________________________
47687 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
47688         Log: Tiny EPOC updates.
47689      Branch: perl
47690            ! epoc/config.sh
47691 ____________________________________________________________________________
47692 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
47693         Log: The Test::More and Test::Simple tests required help
47694              thanks to our schizophrenic test scheme.
47695      Branch: perl
47696            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
47697            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
47698            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
47699            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
47700            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
47701 ____________________________________________________________________________
47702 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
47703         Log: Upgrade to Test::Simple 0.09.
47704      Branch: perl
47705            + lib/Test/Simple/Changes
47706            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
47707            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
47708            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
47709            ! lib/Test/Simple/t/plan_is_noplan.t
47710 ____________________________________________________________________________
47711 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
47712         Log: Upgrade to Test::More 0.07.
47713      Branch: perl
47714            + lib/Test/More/Changes
47715            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
47716            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
47717            ! lib/Test/More/t/skipall.t
47718 ____________________________________________________________________________
47719 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
47720         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
47721              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47722              Date: Wed, 27 Jun 2001 18:40:04 +0200
47723              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
47724      Branch: perl
47725            ! hints/hpux.sh
47726 ____________________________________________________________________________
47727 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
47728         Log: Subject: [PATCH README.qnx hints/qnx.sh]
47729              From: Norton Allen <allen@huarp.harvard.edu>
47730              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
47731              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
47732      Branch: perl
47733            ! README.qnx hints/qnx.sh
47734 ____________________________________________________________________________
47735 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
47736         Log: Subject: [PATCH] two little documentation nits
47737              From: Abhijit Menon-Sen <ams@wiw.org>
47738              Date: Wed, 27 Jun 2001 20:07:50 +0530
47739              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
47740      Branch: perl
47741            ! sv.c sv.h
47742 ____________________________________________________________________________
47743 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
47744         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
47745              From: Norton Allen <allen@huarp.harvard.edu>
47746              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
47747              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
47748      Branch: perl
47749            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
47750 ____________________________________________________________________________
47751 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
47752         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
47753              From: Michael G Schwern <schwern@pobox.com>
47754              Date: Wed, 27 Jun 2001 02:34:58 -0400
47755              Message-ID: <20010627023458.K23874@blackrider>
47756      Branch: perl
47757            ! vms/test.com
47758 ____________________________________________________________________________
47759 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
47760         Log: Add perl_clone_host() for Netware.
47761      Branch: perl
47762            ! NetWare/nw5.c
47763 ____________________________________________________________________________
47764 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
47765         Log: GCC 3.0 hints for HP-UX.
47766      Branch: perl
47767            ! hints/hpux.sh
47768 ____________________________________________________________________________
47769 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
47770         Log: In some Linux distributions the libndbm is broken
47771              (no null key support), therefore link with libgdbm
47772              (if available), since it has a working ndbm emulation,
47773              from Jonathan Stowe.
47774      Branch: perl
47775            + ext/NDBM_File/hints/linux.pl
47776            ! MANIFEST
47777 ____________________________________________________________________________
47778 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
47779         Log: Subject: [PATCH perl@10930] find.t hack for VMS
47780              From: "Craig A. Berry" <craigberry@mac.com>
47781              Date: Tue, 26 Jun 2001 23:40:25 -0500
47782              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
47783      Branch: perl
47784            ! lib/File/Find/find.t
47785 ____________________________________________________________________________
47786 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
47787         Log: AUTHORS updates.
47788      Branch: perl
47789            ! AUTHORS
47790 ____________________________________________________________________________
47791 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
47792         Log: Metaconfig unit change like #10980.
47793      Branch: metaconfig
47794            ! U/compline/d_stdstdio.U
47795 ____________________________________________________________________________
47796 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
47797         Log: "lose the it's", from Abhijit Menon-Sen.
47798              ("It's" not searched, pods not searched.)
47799      Branch: perl
47800            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
47801            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
47802            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
47803            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
47804            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
47805            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
47806 ____________________________________________________________________________
47807 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
47808         Log: "lose the looses", from Abhijit Menon-Sen.
47809      Branch: perl
47810            ! ext/B/B/Assembler.pm gv.c
47811 ____________________________________________________________________________
47812 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
47813         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
47814      Branch: perl
47815            ! hints/os390.sh
47816 ____________________________________________________________________________
47817 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
47818         Log: DEC C 5.3 on the VAX simply doesn't seem to like
47819              compiling the MD5 extension, disable it there for now,
47820              from Peter Prymmer.
47821      Branch: perl
47822            ! configure.com
47823 ____________________________________________________________________________
47824 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
47825         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
47826              From: Jonathan Stowe <gellyfish@gellyfish.com>
47827              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
47828              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
47829      Branch: perl
47830            ! pod/perlfaq3.pod
47831 ____________________________________________________________________________
47832 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
47833         Log: Subject: [PATCH 5.6.1] perlxs misprints
47834              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47835              Date: Tue, 26 Jun 2001 17:20:00 -0400
47836              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
47837      Branch: perl
47838            ! pod/perlxs.pod
47839 ____________________________________________________________________________
47840 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
47841         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
47842              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47843              Date: Tue, 26 Jun 2001 17:27:07 -0400
47844              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
47845      Branch: perl
47846            ! lib/ExtUtils/MM_Unix.pm
47847 ____________________________________________________________________________
47848 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
47849         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
47850              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47851              Date: Tue, 26 Jun 2001 17:23:24 -0400
47852              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
47853      Branch: perl
47854            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
47855 ____________________________________________________________________________
47856 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
47857         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
47858              by Olaf Flebbe.
47859      Branch: perl
47860            ! perl.h
47861 ____________________________________________________________________________
47862 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
47863         Log: Detypo.
47864      Branch: perl
47865            ! lib/Memoize/t/tie_sdbm.t
47866 ____________________________________________________________________________
47867 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
47868         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
47869      Branch: perl
47870            ! win32/perllib.c
47871 ____________________________________________________________________________
47872 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
47873         Log: Subject: [patch] perl_clone+CvFILE
47874              From: Doug MacEachern <dougm@covalent.net>
47875              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
47876              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
47877      Branch: perl
47878            ! sv.c
47879 ____________________________________________________________________________
47880 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
47881         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
47882              From: Mark-Jason Dominus <mjd@plover.com>
47883              Date: Tue, 26 Jun 2001 12:33:01 -0400
47884              Message-ID: <20010626163301.31298.qmail@plover.com>
47885      Branch: perl
47886            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
47887 ____________________________________________________________________________
47888 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
47889         Log: Update Changes.
47890      Branch: perl
47891            ! Changes patchlevel.h
47892 ____________________________________________________________________________
47893 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
47894         Log: Also catfile() needs now to explicitly exported.
47895      Branch: perl
47896            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
47897 ____________________________________________________________________________
47898 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
47899         Log: Regen toc.
47900      Branch: perl
47901            ! pod/perltoc.pod
47902 ____________________________________________________________________________
47903 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
47904         Log: Nonexistent pod command.
47905      Branch: perl
47906            ! pod/perl572delta.pod
47907 ____________________________________________________________________________
47908 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
47909         Log: Be more portable in the quest for tmpdir.
47910      Branch: perl
47911            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
47912 ____________________________________________________________________________
47913 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
47914         Log: Be more portable in finding out the home directory,
47915              and use File::Spec to do the concat.
47916              (Come to think of it, couldn't File::Spec provide
47917              for a ->homedir method?)
47918      Branch: perl
47919            ! lib/Net/Config.pm
47920 ____________________________________________________________________________
47921 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
47922         Log: Doc patch for #10959.
47923      Branch: perl
47924            ! pod/perlfunc.pod
47925 ____________________________________________________________________________
47926 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
47927         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
47928              From: "Philip Newton" <pnewton@gmx.de>
47929              Date: Tue, 26 Jun 2001 16:26:47 +0200
47930              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
47931      Branch: perl
47932            ! pod/perldata.pod
47933 ____________________________________________________________________________
47934 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
47935         Log: Subject: [PATH] shared -> unique;
47936              From: "Artur Bergman" <artur@contiller.se>
47937              Date: Tue, 26 Jun 2001 16:18:40 +0200
47938              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
47939              
47940              Because "shared" isn't: it's read-only.
47941      Branch: perl
47942            ! toke.c xsutils.c
47943 ____________________________________________________________________________
47944 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
47945         Log: Escape multiline croak messages.
47946      Branch: perl
47947            ! t/op/ver.t
47948 ____________________________________________________________________________
47949 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
47950         Log: No more pragma/*.t for minitest.
47951      Branch: perl
47952            ! Makefile.SH
47953 ____________________________________________________________________________
47954 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
47955         Log: AUTHORS updates.
47956      Branch: perl
47957            ! AUTHORS
47958 ____________________________________________________________________________
47959 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
47960         Log: delta updates.
47961      Branch: perl
47962            ! pod/perl572delta.pod
47963 ____________________________________________________________________________
47964 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
47965         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
47966              From: Artur Bergman <artur@contiller.se> 
47967              Date: Tue, 26 Jun 2001 15:32:53 +0200
47968              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
47969      Branch: perl
47970            ! makedef.pl sv.c sv.h win32/perllib.c
47971 ____________________________________________________________________________
47972 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
47973         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
47974              From: Jonathan Stowe <gellyfish@gellyfish.com>
47975              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
47976              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
47977              
47978              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
47979      Branch: perl
47980            + ext/Time/HiRes/hints/sco.pl
47981            ! MANIFEST
47982 ____________________________________________________________________________
47983 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
47984         Log: Subject: [PATCH 5.6.1] static build
47985              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47986              Date: Tue, 26 Jun 2001 04:22:25 -0400
47987              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
47988      Branch: perl
47989            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
47990            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
47991 ____________________________________________________________________________
47992 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
47993         Log: DJGPP patches from Laszlo Molnar.
47994      Branch: perl
47995            ! djgpp/djgpp.c perl.c util.c
47996 ____________________________________________________________________________
47997 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
47998         Log: Netware patches from Ananth Kesari.
47999      Branch: perl
48000            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
48001            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
48002            ! NetWare/nwtinfo.h
48003 ____________________________________________________________________________
48004 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
48005         Log: Detypo.
48006      Branch: perl
48007            ! ext/Errno/Errno_pm.PL
48008 ____________________________________________________________________________
48009 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
48010         Log: There seems to be two ways of spelling the $^O in *STEP.
48011      Branch: perl
48012            ! ext/Errno/Errno_pm.PL
48013 ____________________________________________________________________________
48014 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
48015         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
48016              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
48017      Branch: perl
48018            ! ext/Errno/Errno_pm.PL
48019 ____________________________________________________________________________
48020 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
48021         Log: Known bugs update.
48022      Branch: perl
48023            ! pod/perl572delta.pod
48024 ____________________________________________________________________________
48025 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
48026         Log: The default installation of Cygwin has 500 as root's uid.
48027      Branch: perl
48028            ! lib/User/pwent.t
48029 ____________________________________________________________________________
48030 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
48031         Log: Be even more relaxed (re-allow having only one entry).
48032      Branch: perl
48033            ! t/op/grent.t t/op/pwent.t
48034 ____________________________________________________________________________
48035 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
48036         Log: Test failure updates.
48037      Branch: perl
48038            ! pod/perl572delta.pod
48039 ____________________________________________________________________________
48040 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
48041         Log: MPE/iX test tweaks from Mark Bixby.
48042      Branch: perl
48043            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
48044            ! t/io/fs.t t/op/stat.t
48045 ____________________________________________________________________________
48046 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
48047         Log: Microperl findings.
48048      Branch: perl
48049            ! perl.h pp_sys.c
48050 ____________________________________________________________________________
48051 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
48052         Log: Touch uconfig.h.
48053      Branch: perl
48054            ! uconfig.h
48055 ____________________________________________________________________________
48056 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
48057         Log: Subject: [PATCH] Proposed fix for Pod::Man
48058              From: Rob Napier <rnapier@employees.org>
48059              Date: Mon, 25 Jun 2001 15:49:24 -0400
48060              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
48061              
48062              Cater for Solaris nroff brokenness (shortchanges daisywheel
48063              printers, but hey, we also no more support PDPs.)
48064      Branch: perl
48065            ! lib/Pod/Man.pm
48066 ____________________________________________________________________________
48067 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
48068         Log: Typo in #10937.
48069      Branch: perl
48070            ! ext/POSIX/sigaction.t
48071 ____________________________________________________________________________
48072 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
48073         Log: SIGCONT not trappable in VMS.
48074      Branch: perl
48075            ! ext/POSIX/sigaction.t
48076 ____________________________________________________________________________
48077 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
48078         Log: Subject: [DRAFT] Encode-Tcl.t
48079              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48080              Date: Tue, 26 Jun 2001 03:38:08 +0900
48081              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
48082      Branch: perl
48083            + ext/Encode/Encode/Tcl.t
48084            ! MANIFEST ext/Encode/Encode/Tcl.pm
48085 ____________________________________________________________________________
48086 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
48087         Log: Because of #10932 retract also the perlfunc hunk of #10910.
48088      Branch: perl
48089            ! pod/perlfunc.pod
48090 ____________________________________________________________________________
48091 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
48092         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
48093              by Ilya Zakharevich in
48094              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
48095      Branch: perl
48096            ! XSUB.h
48097 ____________________________________________________________________________
48098 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
48099         Log: Typo in #10889.
48100      Branch: perl
48101            ! hints/uts.sh
48102 ____________________________________________________________________________
48103 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
48104         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
48105              From: Abhijit Menon-Sen <ams@wiw.org>
48106              Date: Mon, 25 Jun 2001 23:45:45 +0530
48107              Message-ID: <20010625234545.A5022@lustre.linux.in>
48108      Branch: perl
48109            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
48110 ____________________________________________________________________________
48111 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
48112         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
48113              From: Michael G Schwern <schwern@pobox.com>
48114              Date: Mon, 25 Jun 2001 14:35:51 -0400
48115              Message-ID: <20010625143551.H13819@blackrider>
48116      Branch: perl
48117            ! lib/Test.pm
48118 ____________________________________________________________________________
48119 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
48120         Log: Update Changes.
48121      Branch: perl
48122            ! Changes patchlevel.h
48123 ____________________________________________________________________________
48124 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
48125         Log: Regen toc and modlib.
48126      Branch: perl
48127            ! pod/perlmodlib.pod pod/perltoc.pod
48128 ____________________________________________________________________________
48129 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
48130         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
48131              for the benefit of C++ compilers, as suggested by Guruprasad.
48132      Branch: perl
48133            ! embed.pl proto.h
48134 ____________________________________________________________________________
48135 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
48136         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
48137              From: Jonathan Stowe <gellyfish@gellyfish.com>
48138              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
48139              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
48140      Branch: perl
48141            ! pod/perlfaq5.pod
48142 ____________________________________________________________________________
48143 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
48144         Log: Missed from #10925.
48145      Branch: perl
48146            ! gv.c
48147 ____________________________________________________________________________
48148 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
48149         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
48150              From: Robin Houston <robin@kitsite.com>
48151              Date: Sat, 19 May 2001 16:19:34 +0100
48152              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
48153      Branch: perl
48154            ! cv.h gv.h op.c
48155 ____________________________________________________________________________
48156 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
48157         Log: Netware README tweak.
48158      Branch: perl
48159            ! README.netware
48160 ____________________________________________________________________________
48161 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
48162         Log: Subject: [PATCH] Re: overload.t fails
48163              From: Abhijit Menon-Sen <ams@wiw.org>
48164              Date: Mon, 25 Jun 2001 14:52:20 +0530
48165              Message-ID: <20010625145220.A24114@lustre.linux.in>
48166      Branch: perl
48167            ! lib/overload.t
48168 ____________________________________________________________________________
48169 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
48170         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
48171              From: Mike Guy <mjtg@cam.ac.uk>
48172              Date: Mon, 25 Jun 2001 11:43:23 +0100
48173              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
48174      Branch: perl
48175            ! lib/Carp.pm
48176 ____________________________________________________________________________
48177 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
48178         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
48179              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48180              Date: Sun, 24 Jun 2001 05:17:05 -0400
48181              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
48182      Branch: perl
48183            ! os2/os2ish.h
48184 ____________________________________________________________________________
48185 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
48186         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
48187              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48188              Date: Mon, 25 Jun 2001 05:52:27 -0400
48189              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
48190      Branch: perl
48191            ! hints/os2.sh
48192 ____________________________________________________________________________
48193 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
48194         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
48195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48196              Date: Mon, 25 Jun 2001 05:23:35 -0400
48197              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
48198      Branch: perl
48199            ! os2/os2.c
48200 ____________________________________________________________________________
48201 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
48202         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
48203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48204              Date: Mon, 25 Jun 2001 05:04:32 -0400
48205              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
48206      Branch: perl
48207            ! os2/OS2/REXX/DLL/DLL.pm
48208 ____________________________________________________________________________
48209 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
48210         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
48211              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48212              Date: Mon, 25 Jun 2001 05:02:36 -0400
48213              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
48214      Branch: perl
48215            ! mg.c os2/dl_os2.c os2/os2.c
48216 ____________________________________________________________________________
48217 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
48218         Log: Subject: Re: [PATCH 5.6.1] misprints
48219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48220              Date: Mon, 25 Jun 2001 04:50:50 -0400
48221              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
48222      Branch: perl
48223            ! os2/os2.c pp_sys.c
48224 ____________________________________________________________________________
48225 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
48226         Log: Add Test::More and Test::Simple to the delta.
48227      Branch: perl
48228            ! pod/perl572delta.pod
48229 ____________________________________________________________________________
48230 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
48231         Log: Add Test::More, from Michael G Schwern.
48232      Branch: perl
48233            + lib/Test/More.pm lib/Test/More/t/More.t
48234            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
48235            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
48236            + t/lib/Test/More/Catch.pm
48237            ! MANIFEST
48238 ____________________________________________________________________________
48239 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
48240         Log: Add Test::Simple from Michael G Schwern.
48241      Branch: perl
48242            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
48243            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
48244            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
48245            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
48246            + t/lib/Test/Simple/Catch.pm
48247            + t/lib/Test/Simple/sample_tests/death.plx
48248            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
48249            + t/lib/Test/Simple/sample_tests/extras.plx
48250            + t/lib/Test/Simple/sample_tests/five_fail.plx
48251            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
48252            + t/lib/Test/Simple/sample_tests/one_fail.plx
48253            + t/lib/Test/Simple/sample_tests/require.plx
48254            + t/lib/Test/Simple/sample_tests/success.plx
48255            + t/lib/Test/Simple/sample_tests/too_few.plx
48256            + t/lib/Test/Simple/sample_tests/two_fail.plx
48257            ! MANIFEST
48258 ____________________________________________________________________________
48259 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
48260         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
48261              From: "Craig A. Berry" <craigberry@mac.com>
48262              Date: Sun, 24 Jun 2001 23:41:36 -0500
48263              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
48264      Branch: perl
48265            ! pp_sys.c
48266 ____________________________________________________________________________
48267 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
48268         Log: Upgrade to Attribute::Handlers 0.70.
48269      Branch: perl
48270            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
48271            ! MANIFEST lib/Attribute/Handlers.pm
48272 ____________________________________________________________________________
48273 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
48274         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
48275              From: Abhijit Menon-Sen <ams@wiw.org>
48276              Date: Sat, 23 Jun 2001 05:17:44 +0530
48277              Message-ID: <20010623051744.A18583@lustre.linux.in>
48278              
48279              (Can't think of a good place to put tests.)
48280      Branch: perl
48281            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
48282 ____________________________________________________________________________
48283 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
48284         Log: Subject: [PATCH] t/op/pat.t typo fix
48285              From: Richard Soderberg <rs@crystalflame.net>
48286              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
48287              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
48288      Branch: perl
48289            ! t/op/pat.t
48290 ____________________________________________________________________________
48291 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
48292         Log: Move the pack warnings to their own file, as pointed
48293              out by Spider.
48294      Branch: perl
48295            + t/lib/warnings/pp_pack
48296            ! MANIFEST t/lib/warnings/pp
48297 ____________________________________________________________________________
48298 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
48299         Log: Update Changes.
48300      Branch: perl
48301            ! Changes patchlevel.h
48302 ____________________________________________________________________________
48303 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
48304         Log: Partially fix a problem noticed by IRIX compiler:
48305              the initialization of parse_start was bypassed by
48306              several gotos.  Now initialized to zero, which may
48307              not be the best choice.
48308      Branch: perl
48309            ! regcomp.c
48310 ____________________________________________________________________________
48311 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
48312         Log: Relax the group and password tests back to moaning only
48313              if no matches at all are found.  (Even with a small sample
48314              I could find many sites where there are, umm, anomalies in
48315              the said databases.)       
48316      Branch: perl
48317            ! t/op/grent.t t/op/pwent.t
48318 ____________________________________________________________________________
48319 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
48320         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
48321      Branch: perl
48322            ! pp_ctl.c
48323 ____________________________________________________________________________
48324 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
48325         Log: De-cut-and-pasto in #10902.
48326      Branch: perl
48327            ! pp_ctl.c
48328 ____________________________________________________________________________
48329 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
48330         Log: The #10771 didn't take?
48331      Branch: perl
48332            ! pp_ctl.c
48333 ____________________________________________________________________________
48334 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
48335         Log: Undo the filetests part of #10900, under multiplicity
48336              weird errors take place.
48337      Branch: perl
48338            ! pp_sys.c
48339 ____________________________________________________________________________
48340 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
48341         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
48342      Branch: perl
48343            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
48344 ____________________________________________________________________________
48345 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
48346         Log: (Replaced by #10922)
48347              
48348              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
48349              From: Tony Bowden <tony@kasei.com>
48350              Date: Sun, 24 Jun 2001 17:32:40 +0100
48351              Message-ID: <20010624173240.A16293@blackstar.co.uk>
48352              
48353              Document (well, mention) shortmess() and longmess()
48354              to rob people of their fun of reinventing the wheel.
48355      Branch: perl
48356            ! lib/Carp.pm
48357 ____________________________________________________________________________
48358 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
48359         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
48360              From: Brian Jepson <bjepson@oreilly.com>
48361              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
48362              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
48363      Branch: perl
48364            ! pp_sys.c
48365 ____________________________________________________________________________
48366 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
48367         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
48368              From: Robin Barker <rmb1@cise.npl.co.uk> 
48369              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
48370              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
48371      Branch: perl
48372            ! lib/CPAN.pm
48373 ____________________________________________________________________________
48374 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
48375         Log: Memoize patch from mjd.
48376      Branch: perl
48377            ! lib/Memoize/t/tie_storable.t
48378 ____________________________________________________________________________
48379 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
48380         Log: Spec the sv_pvprintify() a bit more.
48381      Branch: perl
48382            ! pod/perltodo.pod
48383 ____________________________________________________________________________
48384 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
48385         Log: Upgrade to Memoize 0.65.
48386      Branch: perl
48387            + lib/Memoize/t/array_confusion.t
48388            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
48389            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
48390            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
48391            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
48392            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
48393            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
48394            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
48395            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
48396            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
48397            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
48398            ! lib/Memoize/t/tie_storable.t
48399 ____________________________________________________________________________
48400 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
48401         Log: Metaconfig unit change for #10892.
48402      Branch: metaconfig
48403            ! U/modified/Options.U
48404 ____________________________________________________________________________
48405 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
48406         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
48407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48408              Date: Sun, 24 Jun 2001 05:24:40 -0400
48409              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
48410      Branch: perl
48411            ! Configure hints/os2.sh
48412 ____________________________________________________________________________
48413 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
48414         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
48415              From: Mike Guy <mjtg@cam.ac.uk>
48416              Date: Sun, 24 Jun 2001 15:28:39 +0100
48417              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
48418              
48419              Fix an ancient (5.002) bug.
48420      Branch: perl
48421            ! lib/Carp/Heavy.pm
48422 ____________________________________________________________________________
48423 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
48424         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
48425              variables.
48426      Branch: perl
48427            ! pp_sys.c
48428 ____________________________________________________________________________
48429 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
48430         Log: Make UTS as per #10888.
48431      Branch: perl
48432            ! hints/uts.sh
48433 ____________________________________________________________________________
48434 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
48435         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
48436      Branch: perl
48437            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
48438            ! mpeix/mpeixish.h perl.h unixish.h
48439 ____________________________________________________________________________
48440 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
48441         Log: AUTHORS update.
48442      Branch: perl
48443            ! AUTHORS
48444 ____________________________________________________________________________
48445 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
48446         Log: Subject: Encode::Tcl for multibyte doesnot work
48447              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48448              Date: Sun, 24 Jun 2001 22:48:21 +0900
48449              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
48450      Branch: perl
48451            ! ext/Encode/Encode/Tcl.pm
48452 ____________________________________________________________________________
48453 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
48454         Log: Subject: [PATCH] Remove tautology in error messages
48455              From: Mike Guy <mjtg@cam.ac.uk>
48456              Date: Sun, 24 Jun 2001 13:31:00 +0100
48457              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
48458      Branch: perl
48459            ! pp_sys.c
48460 ____________________________________________________________________________
48461 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
48462         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
48463      Branch: perl
48464            ! hints/darwin.sh
48465 ____________________________________________________________________________
48466 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
48467         Log: Subject: Re: [PATCH 5.6.1] test suite
48468              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48469              Date: Sun, 24 Jun 2001 05:47:05 -0400
48470              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
48471              
48472              Test suite fixes.
48473      Branch: perl
48474            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
48475 ____________________________________________________________________________
48476 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
48477         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
48478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48479              Date: Sun, 24 Jun 2001 05:37:19 -0400
48480              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
48481      Branch: perl
48482            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
48483 ____________________________________________________________________________
48484 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
48485         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
48486              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48487              Date: Sun, 24 Jun 2001 05:34:50 -0400
48488              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
48489              
48490              Pacify compiler warnings.
48491      Branch: perl
48492            ! pp_sys.c
48493 ____________________________________________________________________________
48494 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
48495         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
48496              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48497              Date: Sun, 24 Jun 2001 05:21:18 -0400
48498              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
48499              
48500              Enable compression of executables during link time.
48501      Branch: perl
48502            ! hints/os2.sh
48503 ____________________________________________________________________________
48504 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
48505         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
48506              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48507              Date: Sun, 24 Jun 2001 05:15:11 -0400
48508              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
48509              
48510              Add ordinals to the export list for Perl DLL.
48511              (Breaks intra-version DLL compatibility.)
48512      Branch: perl
48513            ! makedef.pl
48514 ____________________________________________________________________________
48515 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
48516         Log: Allow (displaying and) re-editing the Subject in perlbug.
48517              Also abstract the Subject quality control into a function.
48518      Branch: perl
48519            ! utils/perlbug.PL
48520 ____________________________________________________________________________
48521 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
48522         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
48523      Branch: perl
48524            ! utils/perlbug.PL
48525 ____________________________________________________________________________
48526 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
48527         Log: Regen toc and modlib.
48528      Branch: perl
48529            ! pod/perlmodlib.pod pod/perltoc.pod
48530 ____________________________________________________________________________
48531 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
48532         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
48533              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
48534              attribute semantics as much as possible, or 'ntsec' which uses
48535              native NTFS semantics.)  (See also #10877.)
48536      Branch: perl
48537            ! perl.c
48538 ____________________________________________________________________________
48539 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
48540         Log: (Retracted by #11586)
48541              
48542              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
48543      Branch: perl
48544            ! lib/Test/Harness.pm
48545 ____________________________________________________________________________
48546 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
48547         Log: Just zap the -uPerlio.
48548      Branch: perl
48549            ! ext/B/Stash.t
48550 ____________________________________________________________________________
48551 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
48552         Log: Do not test PerlIO if PerlIO not used.
48553      Branch: perl
48554            ! ext/PerlIO/PerlIO.t
48555 ____________________________________________________________________________
48556 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
48557         Log: Regen perlapi.
48558      Branch: perl
48559            ! pod/perlapi.pod
48560 ____________________________________________________________________________
48561 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
48562         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
48563              From: Nicholas Clark <nick@ccl4.org>
48564              Date: Sat, 23 Jun 2001 22:55:47 +0100
48565              Message-ID: <20010623225547.Z98663@plum.flirble.org>
48566      Branch: perl
48567            ! numeric.c
48568 ____________________________________________________________________________
48569 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
48570         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
48571              From: Prymmer/Kahn <pvhp@best.com>
48572              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
48573              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
48574      Branch: perl
48575            ! lib/h2xs.t
48576 ____________________________________________________________________________
48577 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
48578         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
48579              cygwin does not taint cwd, just like win32.
48580      Branch: perl
48581            ! lib/File/Find/taint.t t/op/taint.t
48582 ____________________________________________________________________________
48583 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
48584         Log: Retract #10865, the patch should be unnecessary.
48585              (But seemingly helpful in Cygwin?  Strange.)
48586      Branch: perl
48587            ! lib/Memoize/t/tie_ndbm.t
48588 ____________________________________________________________________________
48589 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
48590         Log: Misplaced test file; plus Cygwin filesystem semantics.
48591      Branch: perl
48592            + ext/SDBM_File/sdbm.t
48593            - ext/ODBM_File/sdbm.t
48594            ! MANIFEST
48595 ____________________________________________________________________________
48596 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
48597         Log: (Retracted by #10867.)
48598      Branch: perl
48599            ! lib/Memoize/t/tie_ndbm.t
48600 ____________________________________________________________________________
48601 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
48602         Log: Metaconfig unit change for #10863.
48603      Branch: metaconfig/U/perl
48604            ! Extensions.U
48605 ____________________________________________________________________________
48606 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
48607         Log: In Cygwin do not build NDBM_File and ODBM_File unless
48608              -lndbm and -ldbm are available.
48609      Branch: perl
48610            ! Configure config_h.SH
48611 ____________________________________________________________________________
48612 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
48613         Log: More Cygwin filesystem semantics.
48614      Branch: perl
48615            ! t/io/fs.t t/op/stat.t
48616 ____________________________________________________________________________
48617 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
48618         Log: More DOSish permission semantics for Cygwin.
48619      Branch: perl
48620            ! lib/AnyDBM_File.t
48621 ____________________________________________________________________________
48622 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
48623         Log: Cygwin too has different permission semantics.
48624      Branch: perl
48625            ! ext/GDBM_File/gdbm.t
48626 ____________________________________________________________________________
48627 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
48628         Log: The group (and assumedly passwd) databases can have
48629              only one entry (this is the case in cygwin).
48630      Branch: perl
48631            ! t/op/grent.t t/op/pwent.t
48632 ____________________________________________________________________________
48633 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
48634         Log: Also in Cygwin use Socket to figure out domainname
48635              (if any) (avoids trying to call external 'domainname',
48636              which doesn't at the moment exist in Cygwin)
48637      Branch: perl
48638            ! lib/Net/Domain.pm
48639 ____________________________________________________________________________
48640 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
48641         Log: Remove also the lib$Foo.def, not just $Foo.def.
48642      Branch: perl
48643            ! lib/ExtUtils/MM_Unix.pm
48644 ____________________________________________________________________________
48645 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
48646         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
48647      Branch: perl
48648            ! unixish.h
48649 ____________________________________________________________________________
48650 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
48651         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
48652              to match the whole isprint(), only the space character.
48653      Branch: perl
48654            ! handy.h pod/perlre.pod t/op/pat.t
48655 ____________________________________________________________________________
48656 [ 10854] By: nick                                  on 2001/06/23  08:09:33
48657         Log: Integrate mainline
48658      Branch: perlio
48659           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
48660           !> lib/ExtUtils.t lib/File/Find/taint.t
48661           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
48662           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
48663           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
48664 ____________________________________________________________________________
48665 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
48666         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
48667              with its floats    in os390 and s390 (UTS).
48668      Branch: perl
48669            ! lib/Math/BigInt/t/bigintpm.t
48670 ____________________________________________________________________________
48671 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
48672         Log: Add also UTS (s390) to the non-IEEE float platforms.
48673      Branch: perl
48674            ! t/op/sprintf.t
48675 ____________________________________________________________________________
48676 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
48677         Log: Subject: RFC: what are applicable standards for exponent sizes?
48678              From: Peter Prymmer <pvhp@forte.com>
48679              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
48680              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
48681      Branch: perl
48682            ! t/op/sprintf.t
48683 ____________________________________________________________________________
48684 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
48685         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
48686              From: Peter Prymmer <pvhp@forte.com>
48687              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
48688              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
48689      Branch: perl
48690            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
48691 ____________________________________________________________________________
48692 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
48693         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
48694              From: Peter Prymmer <pvhp@forte.com>
48695              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
48696              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
48697      Branch: perl
48698            ! lib/ExtUtils.t
48699 ____________________________________________________________________________
48700 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
48701         Log: Retract #10845.
48702      Branch: perl
48703            ! lib/File/Find/taint.t
48704 ____________________________________________________________________________
48705 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
48706         Log: Yet another error message.
48707      Branch: perl
48708            ! t/op/mkdir.t
48709 ____________________________________________________________________________
48710 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
48711         Log: The croak message for nonexistent socket functions may vary.
48712      Branch: perl
48713            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
48714 ____________________________________________________________________________
48715 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
48716         Log: (Retracted by #10848.)
48717      Branch: perl
48718            ! lib/File/Find/taint.t
48719 ____________________________________________________________________________
48720 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
48721         Log: Integrate perlio:
48722              
48723              [ 10843]
48724              Back out debug in taint.t
48725              
48726              [ 10841]
48727              Skip cwd test on Win32 ???
48728              
48729              [ 10836]
48730              Skip |- based op/write.t on Win32 as well as VMS
48731      Branch: perl
48732           !> lib/File/Find/taint.t t/op/write.t
48733 ____________________________________________________________________________
48734 [ 10843] By: nick                                  on 2001/06/22  21:24:51
48735         Log: Back out debug in taint.t
48736      Branch: perlio
48737            ! lib/File/Find/taint.t
48738 ____________________________________________________________________________
48739 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
48740         Log: setitimer() does not exist in Unicos, despite of what
48741              Configure thinks, from Mark P. Lutz.
48742      Branch: perl
48743            ! hints/unicos.sh
48744 ____________________________________________________________________________
48745 [ 10841] By: nick                                  on 2001/06/22  21:19:36
48746         Log: Skip cwd test on Win32 ???
48747      Branch: perlio
48748            ! lib/File/Find/taint.t
48749 ____________________________________________________________________________
48750 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
48751         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
48752              and Tru64 gcc -Wall happy.
48753      Branch: perl
48754            ! mg.c
48755 ____________________________________________________________________________
48756 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
48757         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
48758      Branch: perl
48759            ! ext/IPC/SysV/Semaphore.pm
48760 ____________________________________________________________________________
48761 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
48762         Log: Metaconfig unit change for #10837.
48763      Branch: metaconfig/U/perl
48764            ! Cross.U
48765 ____________________________________________________________________________
48766 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
48767         Log: Cleanup of the cross-compilation unit.
48768      Branch: perl
48769            ! Configure
48770 ____________________________________________________________________________
48771 [ 10836] By: nick                                  on 2001/06/22  20:45:12
48772         Log: Skip |- based op/write.t on Win32 as well as VMS
48773      Branch: perlio
48774            ! t/op/write.t
48775 ____________________________________________________________________________
48776 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
48777         Log: Integrate perlio:
48778              
48779              [ 10833]
48780              Patcho fix.
48781      Branch: perl
48782           !> util.c
48783 ____________________________________________________________________________
48784 [ 10834] By: nick                                  on 2001/06/22  20:41:54
48785         Log: Integrate mainline
48786      Branch: perlio
48787           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
48788           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
48789           !> vos/config.ga.h
48790 ____________________________________________________________________________
48791 [ 10833] By: nick                                  on 2001/06/22  20:22:58
48792         Log: Patcho fix.
48793      Branch: perlio
48794            ! util.c
48795 ____________________________________________________________________________
48796 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
48797         Log: Metaconfig unit changes for #10831.
48798      Branch: metaconfig
48799            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
48800 ____________________________________________________________________________
48801 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
48802         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
48803              From: Andy Dougherty <doughera@lafayette.edu>
48804              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
48805              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
48806      Branch: perl
48807            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48808            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
48809 ____________________________________________________________________________
48810 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
48811         Log: MPE/iX prototype nits from Mark Bixby.
48812      Branch: perl
48813            ! pp_sys.c
48814 ____________________________________________________________________________
48815 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
48816         Log: Detypo.
48817      Branch: perl
48818            ! util.c
48819 ____________________________________________________________________________
48820 [ 10828] By: nick                                  on 2001/06/22  15:33:37
48821         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
48822      Branch: perlio
48823           +> lib/h2xs.t
48824           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
48825           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
48826           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
48827           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
48828           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
48829           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
48830           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
48831           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
48832           !> vms/vmsish.h
48833 ____________________________________________________________________________
48834 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
48835         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
48836              Date: Fri, 22 Jun 2001 10:08:35 -0500
48837              From: "Craig A. Berry" <craigberry@mac.com>
48838              Message-Id: <a05101001b75908704194@[192.168.56.145]>
48839      Branch: perl
48840            ! vms/vms.c vms/vmsish.h
48841 ____________________________________________________________________________
48842 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
48843         Log: NetWare scripts tweak from Ananth Kesari.
48844      Branch: perl
48845            ! NetWare/t/NWScripts.pl
48846 ____________________________________________________________________________
48847 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
48848         Log: Update Changes.
48849      Branch: perl
48850            ! Changes patchlevel.h
48851 ____________________________________________________________________________
48852 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
48853         Log: Add .i and .s targets.
48854      Branch: perl
48855            ! Makefile.SH
48856 ____________________________________________________________________________
48857 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
48858         Log: Upgrade to Locale::Maketext 1.03.
48859      Branch: perl
48860            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
48861            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
48862 ____________________________________________________________________________
48863 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
48864         Log: Upgrade to I18N::LangTags 0.26.
48865      Branch: perl
48866            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
48867            ! lib/I18N/LangTags/test.pl
48868 ____________________________________________________________________________
48869 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
48870         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
48871              Philip Newton.
48872      Branch: perl
48873            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
48874            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
48875 ____________________________________________________________________________
48876 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
48877         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
48878              From: Prymmer/Kahn <pvhp@best.com>
48879              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
48880              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
48881      Branch: perl
48882            + lib/h2xs.t
48883            ! MANIFEST utils/h2xs.PL
48884 ____________________________________________________________________________
48885 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
48886         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
48887              From: Prymmer/Kahn <pvhp@best.com>
48888              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
48889              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
48890      Branch: perl
48891            ! lib/ExtUtils.t
48892 ____________________________________________________________________________
48893 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
48894         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
48895              From: Prymmer/Kahn <pvhp@best.com>
48896              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
48897              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
48898      Branch: perl
48899            ! t/pod/plainer.t
48900 ____________________________________________________________________________
48901 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
48902         Log: AUTHORS update.
48903      Branch: perl
48904            ! AUTHORS
48905 ____________________________________________________________________________
48906 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
48907         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
48908              From: "Craig A. Berry" <craigberry@mac.com>
48909              Date: Thu, 21 Jun 2001 18:20:38 -0500
48910              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
48911      Branch: perl
48912            ! ext/POSIX/POSIX.xs
48913 ____________________________________________________________________________
48914 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
48915         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
48916              From: "Craig A. Berry" <craigberry@mac.com>
48917              Date: Thu, 21 Jun 2001 09:58:52 -0500
48918              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
48919      Branch: perl
48920            ! ext/B/Deparse.t t/op/write.t
48921 ____________________________________________________________________________
48922 [ 10814] By: nick                                  on 2001/06/22  08:13:09
48923         Log: Integrate mainline.
48924      Branch: perlio
48925           !> (integrate 46 files)
48926 ____________________________________________________________________________
48927 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
48928         Log: Change the prefixes only if $prefix is unset,
48929              as originally patched by Marcel Grunauer.
48930      Branch: perl
48931            ! hints/darwin.sh hints/rhapsody.sh
48932 ____________________________________________________________________________
48933 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
48934         Log: Subject: Re: Patch for hints/darwin.sh
48935              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
48936              Date: Thu, 21 Jun 2001 11:23:46 -0700
48937              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
48938      Branch: perl
48939            ! hints/darwin.sh hints/rhapsody.sh
48940 ____________________________________________________________________________
48941 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
48942         Log: Add .PHONY targets for non-file targets,
48943              from Wilfredo Sánchez.  Should help saying
48944              "make install" on case-insensitive filesystems.
48945      Branch: perl
48946            ! Makefile.SH
48947 ____________________________________________________________________________
48948 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
48949         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
48950              From: Doug MacEachern <dougm@covalent.net>
48951              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
48952              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
48953              
48954              plus reword the getcwd() comment, plus use getcwd() buffer
48955              size minus one.
48956      Branch: perl
48957            ! util.c
48958 ____________________________________________________________________________
48959 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
48960         Log: More gprofing from Doug MacEachern.
48961      Branch: perl
48962            ! Makefile.SH
48963 ____________________________________________________________________________
48964 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
48965         Log: Metaconfig unit change for #10807.
48966      Branch: metaconfig/U/perl
48967            ! d_sfio.U
48968 ____________________________________________________________________________
48969 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
48970         Log: Tell that you are removing the unneeded -lsfio.
48971      Branch: perl
48972            ! Configure
48973 ____________________________________________________________________________
48974 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
48975         Log: More MPE/iX tweaks from Mark Bixby.
48976      Branch: perl
48977            ! perl.c t/op/magic.t
48978 ____________________________________________________________________________
48979 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
48980         Log: The fchdir() proto is supposed to live in <unistd.h>.
48981      Branch: perl
48982            ! ext/Cwd/Cwd.xs
48983 ____________________________________________________________________________
48984 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
48985         Log: This town is too small for the Cwd extension and me,
48986              it would seem...
48987      Branch: perl
48988            ! ext/Cwd/Cwd.xs
48989 ____________________________________________________________________________
48990 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
48991         Log: Metaconfig unit change for #10802.
48992      Branch: metaconfig/U/perl
48993            ! d_modfl.U
48994 ____________________________________________________________________________
48995 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
48996         Log: More d'ohs.
48997      Branch: perl
48998            ! Configure
48999 ____________________________________________________________________________
49000 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
49001         Log: Off-by-one.  I'm so classic.
49002      Branch: perl
49003            ! util.c
49004 ____________________________________________________________________________
49005 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
49006         Log: Update Changes.
49007      Branch: perl
49008            ! Changes patchlevel.h
49009 ____________________________________________________________________________
49010 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
49011         Log: Subject: Documentation patch for Net::FTP
49012              From: Marcel Grunauer <marcel@codewerk.com>
49013              Date: Wed, 20 Jun 2001 23:03:26 +0200
49014              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
49015      Branch: perl
49016            ! lib/Net/FTP.pm
49017 ____________________________________________________________________________
49018 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
49019         Log: Retract the #10417 mg.c and embed.pl parts because of
49020              strange SEGVs in 64bit x86 FreeBSD observed by
49021              Nicholas Clark.
49022      Branch: perl
49023            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
49024 ____________________________________________________________________________
49025 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
49026         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
49027      Branch: perl
49028            ! Configure NetWare/config.wc NetWare/config_H.wc
49029            ! Porting/Glossary Porting/config.sh Porting/config_H
49030            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
49031            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49032            ! vos/config.ga.h win32/config.bc win32/config.gc
49033            ! win32/config.vc win32/config_H.bc win32/config_H.gc
49034            ! win32/config_H.vc
49035 ____________________________________________________________________________
49036 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
49037         Log: Cwd tweak from Doug MacEachern.
49038      Branch: perl
49039            ! ext/Cwd/Cwd.xs
49040 ____________________________________________________________________________
49041 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
49042         Log: Protect the fchdir() and lstat() with ifdefs.
49043              fchdir() needs a Configure probe.
49044      Branch: perl
49045            ! ext/Cwd/Cwd.xs
49046 ____________________________________________________________________________
49047 [ 10794] By: nick                                  on 2001/06/21  17:11:35
49048         Log: Integrate mainline
49049      Branch: perlio
49050           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
49051           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
49052           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
49053           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
49054           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
49055           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
49056           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
49057           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
49058            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
49059            - lib/File/Glob/case.t lib/File/Glob/global.t
49060            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
49061            - lib/File/Temp/posix.t lib/File/Temp/security.t
49062            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
49063            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
49064            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
49065            - lib/Text/Wrap/wrap.t
49066           !> (integrate 41 files)
49067 ____________________________________________________________________________
49068 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
49069         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
49070              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
49071              Date: Thu, 21 Jun 2001 13:04:54 -0500
49072              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
49073      Branch: perl
49074            ! ext/Cwd/Cwd.xs
49075 ____________________________________________________________________________
49076 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
49077         Log: Subject: [PATCH pod] overlong =item
49078              From: Robin Barker <rmb1@cise.npl.co.uk>
49079              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
49080              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
49081      Branch: perl
49082            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
49083            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
49084 ____________________________________________________________________________
49085 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
49086         Log: Subject: [PATCH perlio.c] format 
49087              From: Robin Barker <rmb1@cise.npl.co.uk>
49088              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
49089              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
49090      Branch: perl
49091            ! perlio.c
49092 ____________________________________________________________________________
49093 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
49094         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
49095              From: Radu Greab <radu@netsoft.ro>
49096              Date: Thu, 21 Jun 2001 19:06:02 +0300
49097              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
49098      Branch: perl
49099            ! pod/perlapi.pod sv.c
49100 ____________________________________________________________________________
49101 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
49102         Log: The metaconfig unit changes for #10788.
49103      Branch: metaconfig/U/perl
49104            ! Cross.U fflushall.U
49105 ____________________________________________________________________________
49106 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
49107         Log: Cross-configuration changes: make $from to rm the files
49108              before copying them over (this means that he rm can be
49109              removed from the fflushall test), create $targetmkdir      
49110              (not documented in install since it is supposed to internal
49111              use only), make $run to copy over the executable only if
49112              a stamp file .xok doesn't already exist (to avoid unnecessary
49113              copying of the executable)
49114      Branch: perl
49115            ! Configure Makefile.SH
49116 ____________________________________________________________________________
49117 [ 10787] By: nick                                  on 2001/06/21  14:16:18
49118         Log: Integrate mainline
49119      Branch: perlio
49120           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
49121           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
49122           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
49123            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
49124           !> (integrate 34 files)
49125 ____________________________________________________________________________
49126 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
49127         Log: Re-add the files as text.
49128      Branch: perl
49129            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
49130 ____________________________________________________________________________
49131 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
49132         Log: Delete the binary files.
49133      Branch: perl
49134            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
49135 ____________________________________________________________________________
49136 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
49137         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
49138              From: Andy Dougherty <doughera@lafayette.edu>
49139              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
49140              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
49141      Branch: perl
49142            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
49143            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
49144            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
49145            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
49146 ____________________________________________________________________________
49147 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
49148         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
49149              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
49150              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
49151              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
49152              
49153              Setting umask to something friendlier.
49154      Branch: perl
49155            ! installman installperl
49156 ____________________________________________________________________________
49157 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
49158         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
49159              Resort MANIFEST with sort -f, looks much better.
49160      Branch: perl
49161            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
49162            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
49163            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
49164            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
49165            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
49166            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
49167            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
49168            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
49169            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
49170            - lib/File/Glob/case.t lib/File/Glob/global.t
49171            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
49172            - lib/File/Temp/posix.t lib/File/Temp/security.t
49173            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
49174            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
49175            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
49176            - lib/Text/Wrap/wrap.t
49177            ! MANIFEST
49178 ____________________________________________________________________________
49179 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
49180         Log: Upgrade to I18N::LangTags 0.25.
49181      Branch: perl
49182            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
49183            ! lib/I18N/LangTags/List.pm
49184 ____________________________________________________________________________
49185 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
49186         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
49187              From: Richard Soderberg <rs@crystalflame.net>
49188              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
49189              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
49190      Branch: perl
49191            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
49192            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
49193 ____________________________________________________________________________
49194 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
49195         Log: Test obsoleted by change #10777.
49196      Branch: perl
49197            ! t/op/sub_lval.t
49198 ____________________________________________________________________________
49199 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
49200         Log: Case of confused test numbering.
49201      Branch: perl
49202            ! t/op/pat.t
49203 ____________________________________________________________________________
49204 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
49205         Log: Subject: Re: Opinion on undef lvalue
49206              From: Abhijit Menon-Sen <ams@wiw.org>
49207              Date: Sun, 17 Jun 2001 13:04:46 +0530
49208              Message-ID: <20010617130446.B27925@lustre.linux.in>
49209              
49210              Allow lvalue subs to return undef in array context.
49211      Branch: perl
49212            ! pp_hot.c
49213 ____________________________________________________________________________
49214 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
49215         Log: Just a guess that using the same hack for cygwin as
49216              for win32 might help.
49217      Branch: perl
49218            ! lib/File/Find/find.t
49219 ____________________________________________________________________________
49220 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
49221         Log: NetWare tweaks from Guruprasad.
49222      Branch: perl
49223            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
49224            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
49225            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
49226            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
49227 ____________________________________________________________________________
49228 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
49229         Log: Subject: Re: perl@10722: Bogus warnings on REs 
49230              From: Hugo <hv@crypt.compulink.co.uk>
49231              Date: Thu, 21 Jun 2001 09:51:17 +0100
49232              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
49233              
49234              Unroll to avoid a UTS compiler bug.
49235      Branch: perl
49236            ! regcomp.c
49237 ____________________________________________________________________________
49238 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
49239         Log: Subject: Re: [PATCH] Make /o work under i?threads
49240              From: Artur Bergman <artur@contiller.se>
49241              Date: Thu, 21 Jun 2001 14:38:03 +0200
49242              Message-ID: <B757B74A.184D%artur@contiller.se>
49243      Branch: perl
49244            ! t/op/pat.t
49245 ____________________________________________________________________________
49246 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
49247         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
49248              From: Artur Bergman <artur@contiller.se> 
49249              Date: Thu, 21 Jun 2001 14:27:33 +0200
49250              Message-ID: <B757B4D4.1849%artur@contiller.se>
49251              
49252              Plus extra parentheses.
49253      Branch: perl
49254            ! op.h
49255 ____________________________________________________________________________
49256 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
49257         Log: Subject: [PATCH] Make /o work under i?threads
49258              From: Richard Soderberg <rs@crystalflame.net>
49259              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
49260              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
49261      Branch: perl
49262            ! pp_ctl.c
49263 ____________________________________________________________________________
49264 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
49265         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
49266              From: Artur Bergman <artur@contiller.se>
49267              Date: Thu, 21 Jun 2001 14:04:54 +0200
49268              Message-ID: <B757AF86.1842%artur@contiller.se>
49269      Branch: perl
49270            ! op.h
49271 ____________________________________________________________________________
49272 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
49273         Log: Subject: Re: perl@10765: sv.c not OK on win32
49274              From: Artur Bergman <artur@contiller.se>
49275              Date: Thu, 21 Jun 2001 10:31:06 +0200
49276              Message-ID: <B7577D69.182C%artur@contiller.se>
49277      Branch: perl
49278            ! sv.c
49279 ____________________________________________________________________________
49280 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
49281         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
49282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49283              Date: Thu, 21 Jun 2001 06:23:56 -0400
49284              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
49285              
49286              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
49287              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49288              Date: Thu, 21 Jun 2001 06:32:21 -0400
49289              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
49290      Branch: perl
49291            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
49292 ____________________________________________________________________________
49293 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
49294         Log: Subject: [PATCH] make syslog test more verbose
49295              From: Robert Spier <rspier@pobox.com>
49296              Date: Thu, 21 Jun 2001 00:54:32 -0400
49297              Message-ID: <15153.32264.295807.333073@rls.cx>
49298      Branch: perl
49299            ! ext/Sys/Syslog/syslog.t
49300 ____________________________________________________________________________
49301 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
49302         Log: Subject: op/study.t refinements
49303              From: Hugo <hv@crypt.compulink.co.uk>
49304              Date: Thu, 21 Jun 2001 00:29:07 +0100
49305              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
49306      Branch: perl
49307            ! t/op/study.t
49308 ____________________________________________________________________________
49309 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
49310         Log: Update Changes.
49311      Branch: perl
49312            ! Changes patchlevel.h
49313 ____________________________________________________________________________
49314 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
49315         Log: Subject: Re: [PATCH] djgpp updates
49316              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
49317              Date: Wed, 20 Jun 2001 10:05:15 +0200
49318              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
49319      Branch: perl
49320            ! djgpp/config.over
49321 ____________________________________________________________________________
49322 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
49323         Log: Fix for ID 20010619.002 "When building hash, hash keys that
49324              are function calls are not being called", from Abhijit.
49325      Branch: perl
49326            ! t/base/lex.t toke.c
49327 ____________________________________________________________________________
49328 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
49329         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
49330      Branch: perl
49331            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
49332            + lib/Locale/Maketext/test.pl
49333            - lib/Locale/Maketext.t
49334            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
49335            ! lib/Locale/Maketext/TPJ13.pod
49336 ____________________________________________________________________________
49337 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
49338         Log: Metaconfig unit change for #10760.
49339      Branch: metaconfig
49340            ! U/modified/Cppsym.U
49341 ____________________________________________________________________________
49342 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
49343         Log: Do not remove the ccsym* Cppsym* files since
49344              they are useful for metaconfig units coming after us.
49345              (This is the Configure nit mentioned in #10752.)
49346      Branch: perl
49347            ! Configure
49348 ____________________________________________________________________________
49349 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
49350         Log: Update to I18N::LangTags 0.24, from Sean Burke.
49351      Branch: perl
49352            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
49353            + lib/I18N/LangTags/README
49354            - lib/I18N/LangTags/List.pod
49355            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
49356 ____________________________________________________________________________
49357 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
49358         Log: Regen headers.
49359      Branch: perl
49360            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
49361            ! pod/perlapi.pod proto.h
49362 ____________________________________________________________________________
49363 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
49364         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
49365              From: Artur Bergman <artur@contiller.se>
49366              Date: Wed, 20 Jun 2001 11:31:32 +0200
49367              Message-ID: <B7563A14.17D8%artur@contiller.se>
49368      Branch: perl
49369            ! embed.pl hv.c intrpvar.h sv.c sv.h
49370 ____________________________________________________________________________
49371 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
49372         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
49373              From: Tim Sweetman <tim@aldigital.co.uk> 
49374              Date: Wed, 13 Jun 2001 14:25:17 +0100 
49375              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
49376      Branch: perl
49377            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
49378 ____________________________________________________________________________
49379 [ 10755] By: nick                                  on 2001/06/20  16:12:37
49380         Log: Integrate mainline
49381      Branch: perlio
49382           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
49383           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
49384           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
49385           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
49386           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
49387           !> t/op/study.t util.c
49388 ____________________________________________________________________________
49389 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
49390         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
49391              but not Makefile)
49392      Branch: maint-5.6/perl
49393            ! win32/Makefile
49394 ____________________________________________________________________________
49395 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
49396         Log: Security tweak on readlink().
49397      Branch: perl
49398            ! pp_sys.c
49399 ____________________________________________________________________________
49400 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
49401         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
49402      Branch: perl
49403            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
49404            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
49405            ! mpeix/relink t/op/pwent.t
49406 ____________________________________________________________________________
49407 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
49408         Log: Reinstate #10725 (with probe for alarm()).
49409      Branch: perl
49410            ! t/op/study.t
49411 ____________________________________________________________________________
49412 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
49413         Log: Replace our implementation of realpath() with OpenBSD's
49414              (src/lib/libc/stdlib/realpath.c 1.4).
49415      Branch: perl
49416            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
49417            ! pod/perldiag.pod proto.h util.c
49418 ____________________________________________________________________________
49419 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
49420         Log: Integrate perlio:
49421              
49422              [ 10747]
49423              Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
49424      Branch: perl
49425           !> perlio.c
49426 ____________________________________________________________________________
49427 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
49428         Log: No point in going into memory-saving contortions
49429              with getcwd() since there's a danger of buffer overflow.
49430              Also make the POSIX extension to use sv_getcwd().
49431              Finally, a missed proto.h fragment.
49432      Branch: perl
49433            ! ext/POSIX/POSIX.xs proto.h util.c
49434 ____________________________________________________________________________
49435 [ 10747] By: nick                                  on 2001/06/20  12:38:26
49436         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
49437      Branch: perlio
49438            ! perlio.c
49439 ____________________________________________________________________________
49440 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
49441         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
49442              From: Graham Barr <gbarr@pobox.com>
49443              Date: Wed, 20 Jun 2001 11:05:49 +0100
49444              Message-ID: <20010620110549.I19188@pobox.com>
49445              
49446              reported in        
49447              
49448              Subject: Bug in IO::Socket::INET module (repeat)
49449              From: "Harmon S. Nine" <hnine@netarx.com>
49450              Date: Tue, 19 Jun 2001 09:41:35 -0400
49451              Message-ID: <3B2F568F.8080605@netarx.com>
49452              
49453              The bug was that the IO::Socket::INET constructor
49454              did not allow a 'LocalPort' of 0.
49455      Branch: perl
49456            ! ext/IO/lib/IO/Socket/INET.pm
49457 ____________________________________________________________________________
49458 [ 10745] By: nick                                  on 2001/06/20  08:56:39
49459         Log: Integrate mainline.
49460      Branch: perlio
49461           !> (integrate 37 files)
49462 ____________________________________________________________________________
49463 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
49464         Log: After some reading I don't think we can blindly
49465              use systems' realpath().  Too many security problems,
49466              too many buggy implementations.
49467              
49468              TODO: the realpath() emulation code in util.c doesn't
49469              seem fully operational?  (readlink(), for example?)
49470      Branch: perl
49471            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
49472            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
49473            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
49474            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
49475            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
49476            ! win32/config_H.gc win32/config_H.vc
49477 ____________________________________________________________________________
49478 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
49479         Log: Metaconfig unit change for #10738.
49480      Branch: metaconfig
49481            ! U/compline/d_gconvert.U
49482 ____________________________________________________________________________
49483 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
49484         Log: Integrate change #10739 from maintperl:
49485              
49486              C<eval "/x$\r\n/x"> fails to compile correctly 
49487      Branch: perl
49488           !> t/op/pat.t toke.c
49489 ____________________________________________________________________________
49490 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
49491         Log: Retract #10725 (Hugo asked NOT to apply the patch)
49492      Branch: perl
49493            ! t/op/study.t
49494 ____________________________________________________________________________
49495 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
49496         Log: The test.third results were funnily named because of the
49497              new test scheme.
49498      Branch: perl
49499            ! t/TEST
49500 ____________________________________________________________________________
49501 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
49502         Log: C<eval "/x$\r\n/x"> fails to compile correctly
49503      Branch: maint-5.6/perl
49504            ! t/op/pat.t toke.c
49505 ____________________________________________________________________________
49506 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
49507         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
49508              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49509              Date: Tue, 19 Jun 2001 19:15:40 -0400
49510              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
49511              
49512              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
49513              because "1e+129" being expected but "1.e+129" being returned.
49514              The culprit (at least in Tru64) is the use of gcvt().
49515      Branch: perl
49516            ! Configure
49517 ____________________________________________________________________________
49518 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
49519         Log: Subject: [PATCH perl@10722] test hunting on VMS
49520              From: "Craig A. Berry" <craigberry@mac.com>
49521              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
49522              Date: Tue, 19 Jun 2001 18:59:01 -0500
49523      Branch: perl
49524            ! vms/test.com
49525 ____________________________________________________________________________
49526 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
49527         Log: Subject: [PATCH] s/typos//
49528              From: Abhijit Menon-Sen <ams@wiw.org>
49529              Date: Wed, 20 Jun 2001 02:15:02 +0530
49530              Message-ID: <20010620021502.A14541@lustre.linux.in>
49531              
49532              Without the op.h s/bearword/bareword/ hunk, see
49533              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
49534      Branch: perl
49535            ! util.c
49536 ____________________________________________________________________________
49537 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
49538         Log: Metaconfig unit change for #10732 and #10733.
49539      Branch: metaconfig/U/perl
49540            ! fflushall.U
49541 ____________________________________________________________________________
49542 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
49543         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
49544              From: "Craig A. Berry" <craigberry@mac.com>
49545              Date: Tue, 19 Jun 2001 17:19:48 -0500
49546              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
49547      Branch: perl
49548            ! configure.com vms/descrip_mms.template
49549 ____________________________________________________________________________
49550 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
49551         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
49552              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49553              Date: Tue, 19 Jun 2001 16:48:07 -0400
49554              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
49555              
49556              Further fixes to fflush(NULL) detection.
49557      Branch: perl
49558            ! Configure
49559 ____________________________________________________________________________
49560 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
49561         Log: AIX test -s hangs with non-existent files?
49562              (A genuine logic bug in Configure, but AIX also broken?)
49563      Branch: perl
49564            ! Configure
49565 ____________________________________________________________________________
49566 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
49567         Log: AUTHORS updates.
49568      Branch: perl
49569            ! AUTHORS
49570 ____________________________________________________________________________
49571 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
49572         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
49573              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49574              Date: Tue, 19 Jun 2001 15:33:25 -0400
49575              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
49576      Branch: perl
49577            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
49578            ! t/lib/warnings/pp
49579 ____________________________________________________________________________
49580 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
49581         Log: Integrate perlio:
49582              
49583              [ 10728]
49584              Hack File/Find/find.t to use File::Spec::Unix on Win32.
49585      Branch: perl
49586           !> lib/File/Find/find.t win32/distclean.bat
49587 ____________________________________________________________________________
49588 [ 10728] By: nick                                  on 2001/06/19  18:24:53
49589         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
49590      Branch: perlio
49591            ! lib/File/Find/find.t win32/distclean.bat
49592 ____________________________________________________________________________
49593 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
49594         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
49595              also add information how to find out whether one has PerlIO.
49596      Branch: perl
49597            ! pod/perlfunc.pod
49598 ____________________________________________________________________________
49599 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
49600         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
49601              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
49602              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
49603              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
49604      Branch: perl
49605            ! pod/perlfunc.pod
49606 ____________________________________________________________________________
49607 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
49608         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
49609              From: Hugo <hv@crypt.compulink.co.uk>
49610              Date: Tue, 19 Jun 2001 12:37:30 +0100
49611              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
49612      Branch: perl
49613            ! t/op/study.t
49614 ____________________________________________________________________________
49615 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
49616         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
49617              From: Hugo <hv@crypt.compulink.co.uk>
49618              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
49619              Date: Tue, 19 Jun 2001 13:15:17 +0100
49620      Branch: perl
49621            ! util.c
49622 ____________________________________________________________________________
49623 [ 10723] By: nick                                  on 2001/06/19  14:46:15
49624         Log: Integrate mainline
49625      Branch: perlio
49626           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
49627           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
49628           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
49629           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
49630           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
49631           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
49632            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
49633            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
49634            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
49635            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
49636            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
49637            - ext/Thread/unsync4.t
49638           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
49639           !> djgpp/config.over djgpp/fixpmain
49640           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
49641           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
49642           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
49643 ____________________________________________________________________________
49644 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
49645         Log: Update Changes.
49646      Branch: perl
49647            ! Changes patchlevel.h
49648 ____________________________________________________________________________
49649 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
49650         Log: The existence shall be MANIFESted.
49651      Branch: perl
49652            ! MANIFEST
49653 ____________________________________________________________________________
49654 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
49655         Log: The old libnet.cfg is first searched from the current directory,
49656              only then from the module path.
49657      Branch: perl
49658            ! utils/libnetcfg.PL
49659 ____________________________________________________________________________
49660 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
49661         Log: NetWare tweaks from Guruprasad.
49662      Branch: perl
49663            ! NetWare/Makefile NetWare/config.wc
49664 ____________________________________________________________________________
49665 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
49666         Log: Subject: [PATCH] djgpp updates
49667              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
49668              Date: Tue, 19 Jun 2001 10:59:06 +0200
49669              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
49670      Branch: perl
49671            ! djgpp/config.over djgpp/fixpmain
49672 ____________________________________________________________________________
49673 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
49674         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
49675              From: Prymmer/Kahn <pvhp@best.com>
49676              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
49677              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
49678      Branch: perl
49679            ! win32/Makefile
49680 ____________________________________________________________________________
49681 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
49682         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
49683              to happen right after the inclusion of <inttypes.h>,
49684              from Edward Moy.
49685      Branch: perl
49686            ! handy.h perl.h
49687 ____________________________________________________________________________
49688 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
49689         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
49690              From: Doug MacEachern <dougm@covalent.net>
49691              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
49692              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
49693      Branch: perl
49694            ! ext/DynaLoader/DynaLoader_pm.PL
49695 ____________________________________________________________________________
49696 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
49697         Log: Revert #10656 for performance reasons but leave in the
49698              use of Hv*() macros -- in comments, so that grepping the
49699              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
49700              suggested by Sarathy, also by Abhijit.)
49701      Branch: perl
49702            ! hv.c
49703 ____________________________________________________________________________
49704 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
49705         Log: Subject: [patch] .s MakeMaker suffix
49706              From: Doug MacEachern <dougm@covalent.net>
49707              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
49708              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
49709      Branch: perl
49710            ! lib/ExtUtils/MM_Unix.pm
49711 ____________________________________________________________________________
49712 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
49713         Log: One test lost in the big shuffle restored.
49714      Branch: perl
49715            + ext/IPC/SysV/ipcsysv.t
49716            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
49717 ____________________________________________________________________________
49718 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
49719         Log: Rename the old non-standard threads tests so that
49720              they won't be invoked.
49721      Branch: perl
49722            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
49723            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
49724            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
49725            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
49726            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
49727            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
49728            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
49729            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
49730            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
49731            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
49732            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
49733            - ext/Thread/unsync4.t
49734            ! MANIFEST
49735 ____________________________________________________________________________
49736 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
49737         Log: Integrate perlio:
49738              
49739              [ 10708]
49740              Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
49741              
49742              [ 10678]
49743              Integrate mainline (part2 - the deletes)
49744      Branch: perl
49745           !> win32/config_sh.PL
49746 ____________________________________________________________________________
49747 [ 10709] By: nick                                  on 2001/06/19  08:18:18
49748         Log: Integrate mainline
49749      Branch: perlio
49750           +> (branch 40 files)
49751            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
49752            - lib/strict/subs lib/strict/vars lib/warnings/1global
49753            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
49754            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
49755            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
49756            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
49757            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
49758            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
49759            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
49760            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
49761            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
49762            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
49763            - lib/warnings/utf8 lib/warnings/util
49764           !> (integrate 57 files)
49765 ____________________________________________________________________________
49766 [ 10708] By: nick                                  on 2001/06/19  07:57:10
49767         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
49768      Branch: perlio
49769            ! win32/config_sh.PL
49770 ____________________________________________________________________________
49771 [ 10707] By: nick                                  on 2001/06/19  07:05:07
49772         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
49773      Branch: perl
49774            ! perly.c perly.y perly_c.diff vms/perly_c.vms
49775 ____________________________________________________________________________
49776 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
49777         Log: More perl572delta tweaks.
49778      Branch: perl
49779            ! pod/perl572delta.pod
49780 ____________________________________________________________________________
49781 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
49782         Log: Update perl572delta.
49783      Branch: perl
49784            ! pod/perl572delta.pod
49785 ____________________________________________________________________________
49786 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
49787         Log: VOS updates from Paul Green.
49788      Branch: perl
49789            ! vos/Changes vos/build.cm vos/perl.bind
49790 ____________________________________________________________________________
49791 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
49792         Log: Update the vos/config.*.* files.
49793      Branch: perl
49794            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49795            ! vos/config.ga.h
49796 ____________________________________________________________________________
49797 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
49798         Log: Add a makefile for more painless adding of symbols to the
49799              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
49800              takes care of the adding)
49801      Branch: perl
49802            + vos/Makefile
49803 ____________________________________________________________________________
49804 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
49805         Log: Make libnetcfg by default display the libnet configuration,
49806              -c to change, add -i for old config, document all options,
49807              regen toc.
49808      Branch: perl
49809            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
49810 ____________________________________________________________________________
49811 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
49812         Log: gcc -Wall sweep.
49813      Branch: perl
49814            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
49815 ____________________________________________________________________________
49816 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
49817         Log: So there.
49818      Branch: perl
49819            ! universal.c
49820 ____________________________________________________________________________
49821 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
49822         Log: Document the need for sv_printify().
49823              
49824              Document that 'use utf8' has been considered.
49825              
49826              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
49827      Branch: perl
49828            ! pod/perltodo.pod universal.c
49829 ____________________________________________________________________________
49830 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
49831         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
49832              From: Nicholas Clark <nick@ccl4.org>
49833              Date: Mon, 18 Jun 2001 23:29:23 +0100
49834              Message-ID: <20010618232923.I98663@plum.flirble.org>
49835      Branch: perl
49836            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
49837            ! ext/Sys/Syslog/Makefile.PL
49838 ____________________________________________________________________________
49839 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
49840         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
49841              From: Scott.L.Miller@Compaq.com
49842              Date: Mon, 18 Jun 2001 10:12:27 -0500
49843              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
49844      Branch: perl
49845            ! lib/perl5db.pl pod/perldebug.pod
49846 ____________________________________________________________________________
49847 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
49848         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
49849              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
49850              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
49851              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
49852      Branch: perl
49853            ! lib/Carp/Heavy.pm
49854 ____________________________________________________________________________
49855 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
49856         Log: Subject: [PATCH] Documentation changes for CLONE
49857              From: Artur Bergman <artur@contiller.se>
49858              Date: Mon, 18 Jun 2001 22:06:37 +0200
49859              Message-ID: <B7542BEC.1719%artur@contiller.se>
49860      Branch: perl
49861            ! pod/perlmod.pod pod/perlsub.pod
49862 ____________________________________________________________________________
49863 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
49864         Log: Subject: Re: configure.com
49865              From: "Craig A. Berry" <craigberry@mac.com>
49866              Date: Mon, 18 Jun 2001 16:04:38 -0500
49867              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
49868      Branch: perl
49869            ! configure.com
49870 ____________________________________________________________________________
49871 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
49872         Log: Subject: PL_nullstash + perl_clone()
49873              From: Doug MacEachern <dougm@covalent.net>
49874              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
49875              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
49876      Branch: perl
49877            ! sv.c
49878 ____________________________________________________________________________
49879 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
49880         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
49881              From: davem@fdgroup.co.uk
49882              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
49883              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
49884      Branch: perl
49885            ! embed.pl pod/perlapi.pod
49886 ____________________________________________________________________________
49887 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
49888         Log: More cross-compilation defaults gleaned from -Dcc
49889              if it is CPU-OS-gcc.
49890      Branch: metaconfig
49891            ! U/modified/libc.U
49892      Branch: metaconfig/U/perl
49893            ! Cross.U
49894      Branch: perl
49895            ! Configure INSTALL
49896 ____________________________________________________________________________
49897 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
49898         Log: Update Changes.
49899      Branch: perl
49900            ! Changes patchlevel.h
49901 ____________________________________________________________________________
49902 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
49903         Log: Subject: [PATCH 5.7.1] sv.c documentation
49904              From: davem@fdgroup.co.uk
49905              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
49906              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
49907      Branch: perl
49908            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
49909            ! sv.c sv.h
49910 ____________________________________________________________________________
49911 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
49912         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
49913              From: "Jon Gunnip" <jongunnip@hotmail.com>
49914              Date: Sun, 17 Jun 2001 18:24:29 -0400
49915              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
49916      Branch: perl
49917            ! pod/perlvar.pod
49918 ____________________________________________________________________________
49919 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
49920         Log: Move the locale/strict/warnings helper files back
49921              under the t/lib; this way the amount of non-installabled
49922              stuff under lib/ stays smaller.
49923      Branch: perl
49924            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
49925            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
49926            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
49927            + t/lib/warnings/5nolint t/lib/warnings/6default
49928            + t/lib/warnings/7fatal t/lib/warnings/8signal
49929            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
49930            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
49931            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
49932            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
49933            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
49934            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
49935            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
49936            + t/lib/warnings/taint t/lib/warnings/toke
49937            + t/lib/warnings/universal t/lib/warnings/utf8
49938            + t/lib/warnings/util
49939            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
49940            - lib/strict/subs lib/strict/vars lib/warnings/1global
49941            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
49942            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
49943            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
49944            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
49945            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
49946            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
49947            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
49948            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
49949            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
49950            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
49951            - lib/warnings/utf8 lib/warnings/util
49952            ! MANIFEST installperl lib/locale.t lib/strict.t
49953 ____________________________________________________________________________
49954 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
49955         Log: Split off the pack/unpack code, from Nicholas Clark.
49956      Branch: perl
49957            + pp_pack.c
49958            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
49959            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
49960            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
49961 ____________________________________________________________________________
49962 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
49963         Log: Guard the SysV IPC tests against being invoked in
49964              SysV-IPC-less places.
49965      Branch: perl
49966            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
49967 ____________________________________________________________________________
49968 [ 10683] By: nick                                  on 2001/06/18  12:24:42
49969         Log: Integrate mainline (new test scheme now ok on Linux).
49970      Branch: perlio
49971           +> lib/warnings.t
49972           !> dump.c sv.c
49973 ____________________________________________________________________________
49974 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
49975         Log: Add the locale.c and numeric.c to the microperl sources.
49976      Branch: perl
49977            ! Makefile.micro win32/Makefile
49978 ____________________________________________________________________________
49979 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
49980         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
49981              From: Abhijit Menon-Sen <ams@wiw.org>
49982              Date: Mon, 18 Jun 2001 14:23:44 +0530
49983              Message-ID: <20010618142344.A13136@lustre.linux.in>
49984      Branch: perl
49985            ! dump.c
49986 ____________________________________________________________________________
49987 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
49988         Log: Subject: Re: [PATCH] more anonymous stash cleanups
49989              From: Abhijit Menon-Sen <ams@wiw.org>
49990              Date: Mon, 18 Jun 2001 15:50:32 +0530
49991              Message-ID: <20010618155032.A13223@lustre.linux.in>
49992              
49993              Plus the comment left in as suggested by NI-S.
49994      Branch: perl
49995            ! sv.c
49996 ____________________________________________________________________________
49997 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
49998         Log: One missed file.
49999      Branch: perl
50000            + lib/warnings.t
50001 ____________________________________________________________________________
50002 [ 10678] By: nick                                  on 2001/06/18  08:05:29
50003         Log: Integrate mainline (part2 - the deletes)
50004      Branch: perlio
50005            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
50006            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
50007            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
50008            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
50009            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
50010            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
50011            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
50012            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
50013            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
50014            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
50015            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
50016 ____________________________________________________________________________
50017 [ 10677] By: nick                                  on 2001/06/18  08:04:44
50018         Log: Integrate mainline (part1)
50019      Branch: perlio
50020           +> (branch 376 files)
50021            - (delete 219 files)
50022           !> (integrate 151 files)
50023 ____________________________________________________________________________
50024 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
50025         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
50026              No doubt I made some mistakes like missed some files or
50027              misnamed some files.  The naming rules were more or less:
50028              (1) if the module is from CPAN, follows its ways, be it
50029              t/*.t or test.pl.
50030              (2) otherwise if there are multiple tests for a module
50031              put them in a t/
50032              (3) otherwise if there's only one test put it in Module.t
50033              (4) helper files go to module/ (locale, strict, warnings)
50034              (5) use longer filenames now that we can (but e.g. the
50035              compat-0.6.t and the Text::Balanced test files still
50036              were renamed to be more civil against the 8.3 people)
50037              installperl was updated appropriately not to install the
50038              *.t files or the help files from under lib.
50039              
50040              TODO: some helper files still remain under t/ that could
50041              follow their 'masters'.  UPDATE: On second thoughts, why
50042              should they.  They can continue to live under t/lib, and
50043              in fact the locale/strict/warnings helpers that were moved
50044              could be moved back.  This way the amount of non-installable
50045              stuff under lib/ stays smaller.
50046      Branch: perl
50047            + (add 253 files)
50048            - (delete 254 files)
50049            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
50050 ____________________________________________________________________________
50051 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
50052         Log: The warning no more comes from util.c, it comes from numeric.c.
50053      Branch: perl
50054            ! README.tru64
50055 ____________________________________________________________________________
50056 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
50057         Log: Subject: Re: anyone good at casting spells?
50058              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50059              Date: Sun, 17 Jun 2001 21:21:04 -0400
50060              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
50061      Branch: perl
50062            ! ext/POSIX/POSIX.xs hv.h
50063 ____________________________________________________________________________
50064 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
50065         Log: Protect the (original) thread tests against testing if no 5.005
50066              threads have been configured.
50067      Branch: perl
50068            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50069            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50070            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50071            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50072            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50073            ! ext/Thread/unsync4.t
50074 ____________________________________________________________________________
50075 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
50076         Log: Try the new test scanning scheme on Text::Abbrev.
50077      Branch: perl
50078            + lib/Text/Abbrev.t
50079            - lib/Text/Abbrev/t/abbrev.t
50080            ! MANIFEST
50081 ____________________________________________________________________________
50082 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
50083         Log: Change the scan policy of the *.t and test.pl files,
50084              now the *.t do not need to live in a t/ directory.
50085      Branch: perl
50086            ! t/TEST t/harness
50087 ____________________________________________________________________________
50088 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
50089         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
50090              From: Ilmari Karonen <iltzu@sci.fi>
50091              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
50092              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
50093      Branch: perl
50094            ! pod/perlfaq7.pod
50095 ____________________________________________________________________________
50096 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
50097         Log: Quench the warnings from Tru64; the HP-UX is still
50098              broken because it really, REALLY, doesn't like the
50099              HvARRAY() being lvalue:
50100              
50101              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
50102              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
50103      Branch: perl
50104            ! hv.c
50105 ____________________________________________________________________________
50106 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
50107         Log: Integrate change #10667 from maintperl:
50108              
50109              change#10449 broke the special-case that makes lexicals inside the
50110              eval"" within DB::DB() visible
50111      Branch: perl
50112           !> op.c
50113 ____________________________________________________________________________
50114 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
50115         Log: change#10449 broke the special-case that makes lexicals inside the
50116              eval"" within DB::DB() visible
50117      Branch: maint-5.6/perl
50118            ! op.c
50119 ____________________________________________________________________________
50120 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
50121         Log: Still spurious output; indent the code a bit.
50122              
50123              TODO1: separate the utility functions like MkDir
50124              into a helper script?
50125              
50126              TODO2: I see a lot of repetition in the filepath()
50127              and dirpath() calls.
50128      Branch: perl
50129            ! t/lib/filefind.t t/lib/findtaint.t
50130 ____________________________________________________________________________
50131 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
50132         Log: Regen modlib, toc.
50133      Branch: perl
50134            ! pod/perlmodlib.pod pod/perltoc.pod
50135 ____________________________________________________________________________
50136 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
50137         Log: Add libnetcfg to perlutil.
50138      Branch: perl
50139            ! pod/perlutil.pod
50140 ____________________________________________________________________________
50141 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
50142         Log: Initial integration of libnet-1.0703.
50143              The Configure script renamed as libnetcfg, will be
50144              installed along other utilities.
50145      Branch: perl
50146            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
50147            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
50148            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
50149            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
50150            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
50151            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
50152            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
50153            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
50154            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
50155            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
50156            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
50157            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
50158            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
50159            + utils/libnetcfg.PL
50160            ! MANIFEST utils.lst utils/Makefile
50161 ____________________________________________________________________________
50162 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
50163         Log: Less potentially test-harness-confusing output.
50164      Branch: perl
50165            ! lib/Memoize/t/expire_module_t.t
50166 ____________________________________________________________________________
50167 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
50168         Log: The final print annoys make test.
50169      Branch: perl
50170            ! t/lib/filefind.t t/lib/findtaint.t
50171 ____________________________________________________________________________
50172 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
50173         Log: Add an option for handling dangling symbolic links.
50174      Branch: perl
50175            ! lib/File/Find.pm t/lib/filefind.t
50176 ____________________________________________________________________________
50177 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
50178         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
50179              From: Thomas Wegner <wegner_thomas@yahoo.com>
50180              Date: Sun, 17 Jun 2001 14:43:11 +0200
50181              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
50182      Branch: perl
50183            + t/lib/findtaint.t
50184            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
50185 ____________________________________________________________________________
50186 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
50187         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
50188              From: Jonathan Stowe <gellyfish@gellyfish.com>
50189              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
50190              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
50191      Branch: perl
50192            ! lib/ExtUtils/MM_Unix.pm
50193 ____________________________________________________________________________
50194 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
50195         Log: Subject: [PATCH] more anonymous stash cleanups
50196              From: Abhijit Menon-Sen <ams@wiw.org>
50197              Date: Sun, 17 Jun 2001 11:44:06 +0530
50198              Message-ID: <20010617114406.A25203@lustre.linux.in>
50199      Branch: perl
50200            ! op.c
50201 ____________________________________________________________________________
50202 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
50203         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
50204              From: Abhijit Menon-Sen <ams@wiw.org>
50205              Date: Sun, 17 Jun 2001 08:02:59 +0530
50206              Message-ID: <20010617080259.A28776@lustre.linux.in>
50207              
50208              Subject: [PATCH #2/7] xhv_eiter
50209              From: Abhijit Menon-Sen <ams@wiw.org>
50210              Date: Sun, 17 Jun 2001 08:13:18 +0530
50211              Message-ID: <20010617081318.B28776@lustre.linux.in>
50212              
50213              Subject: [PATCH #3/7] xhv_fill
50214              From: Abhijit Menon-Sen <ams@wiw.org>
50215              Date: Sun, 17 Jun 2001 08:25:16 +0530
50216              Message-ID: <20010617082516.C28776@lustre.linux.in>
50217              
50218              Subject: [PATCH #4/7] xhv_keys
50219              From: Abhijit Menon-Sen <ams@wiw.org>
50220              Date: Sun, 17 Jun 2001 08:36:17 +0530
50221              Message-ID: <20010617083617.D28776@lustre.linux.in>
50222              
50223              Subject: [PATCH #5/7] xhv_max
50224              From: Abhijit Menon-Sen <ams@wiw.org>
50225              Date: Sun, 17 Jun 2001 08:39:48 +0530
50226              Message-ID: <20010617083948.E28776@lustre.linux.in>
50227              
50228              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
50229              From: Abhijit Menon-Sen <ams@wiw.org>
50230              Date: Sun, 17 Jun 2001 08:51:11 +0530
50231              Message-ID: <20010617085111.F28776@lustre.linux.in>
50232      Branch: perl
50233            ! hv.c
50234 ____________________________________________________________________________
50235 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
50236         Log: Update Changes.
50237      Branch: perl
50238            ! Changes patchlevel.h
50239 ____________________________________________________________________________
50240 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
50241         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
50242              From: Abhijit Menon-Sen <ams@wiw.org>
50243              Date: Sat, 16 Jun 2001 07:41:19 +0530
50244              Message-ID: <20010616074119.A24720@lustre.linux.in>
50245      Branch: perl
50246            ! hv.c perl.c vms/vmsish.h win32/win32.h
50247 ____________________________________________________________________________
50248 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
50249         Log: Document tests failing when threaded, since we now have more.
50250      Branch: perl
50251            ! pod/perl572delta.pod
50252 ____________________________________________________________________________
50253 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
50254         Log: -Wall cleanup.
50255      Branch: perl
50256            ! ext/Thread/Thread.xs
50257 ____________________________________________________________________________
50258 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
50259         Log: pthread_attr_setstacksize() isn't absolutely necessary
50260              to call, only iff THREAD_CREATE_NEEDS_STACK.
50261      Branch: perl
50262            ! ext/Thread/Thread.xs
50263 ____________________________________________________________________________
50264 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
50265         Log: -Wall strays.
50266      Branch: perl
50267            ! perl.c util.c
50268 ____________________________________________________________________________
50269 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
50270         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
50271              (and INT64_MIN) brokenness.
50272      Branch: perl
50273            ! hints/darwin.sh perl.h
50274 ____________________________________________________________________________
50275 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
50276         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
50277              From: Nicholas Clark <nick@ccl4.org>
50278              Date: Sun, 17 Jun 2001 00:16:05 +0100
50279              Message-ID: <20010617001605.V98663@plum.flirble.org>
50280      Branch: perl
50281            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
50282            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
50283            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
50284 ____________________________________________________________________________
50285 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
50286         Log: Add perlnetware to docs; regen toc; supply skeleton
50287              docs for some Memoize submodules.
50288      Branch: perl
50289            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
50290            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
50291            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
50292            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
50293            ! win32/Makefile win32/makefile.mk
50294 ____________________________________________________________________________
50295 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
50296         Log: pod cleanup.
50297      Branch: perl
50298            ! README.netware
50299 ____________________________________________________________________________
50300 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
50301         Log: Integrate Memoize 0.64.  Few tweaks were required in
50302              the test scripts.  Note that the speed and expire*
50303              tests take several dozen seconds to run.
50304      Branch: perl
50305            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
50306            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
50307            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
50308            + lib/Memoize/README lib/Memoize/SDBM_File.pm
50309            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
50310            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
50311            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
50312            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
50313            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
50314            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
50315            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
50316            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
50317            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
50318            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
50319            ! MANIFEST t/lib/1_compile.t
50320 ____________________________________________________________________________
50321 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
50322         Log: Document the cross-compilation options.
50323      Branch: perl
50324            ! Cross/README INSTALL
50325 ____________________________________________________________________________
50326 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
50327         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
50328      Branch: perl
50329            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
50330            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
50331            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
50332            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
50333            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
50334            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
50335            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
50336            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
50337            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
50338            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
50339            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
50340            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
50341            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
50342            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
50343            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
50344            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
50345            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
50346            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
50347            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
50348            + lib/ExtUtils/MM_NW5.pm
50349            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
50350            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
50351            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
50352            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
50353            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
50354            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
50355            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
50356            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
50357            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
50358            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
50359            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
50360            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
50361            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
50362            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
50363            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
50364            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
50365            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
50366            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
50367            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
50368            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
50369            ! util.h x2p/a2py.c
50370 ____________________________________________________________________________
50371 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
50372         Log: Resort MANIFEST.
50373      Branch: perl
50374            ! MANIFEST
50375 ____________________________________________________________________________
50376 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
50377         Log: Integrate perlio:
50378              
50379              [ 10640]
50380              Disable :win32 layer as default till I get it working
50381              
50382              [ 10632]
50383              Work-in-progress win32 layer semi-functional, checking 
50384              for UNIX breakage.
50385              
50386              [ 10627]
50387              Work in progress UNIX-side edit of win32 PerLIO layer
50388      Branch: perl
50389           +> win32/win32io.c
50390           !> MANIFEST perlio.c perliol.h win32/makefile.mk
50391 ____________________________________________________________________________
50392 [ 10640] By: nick                                  on 2001/06/16  18:38:31
50393         Log: Disable :win32 layer as default till I get it working
50394      Branch: perlio
50395            ! MANIFEST perlio.c
50396 ____________________________________________________________________________
50397 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
50398         Log: Try the new scheme by moving the Text::Abbrev test
50399              to a new place under lib.
50400      Branch: perl
50401            + lib/Text/Abbrev/t/abbrev.t
50402            - t/lib/abbrev.t
50403            ! MANIFEST
50404 ____________________________________________________________________________
50405 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
50406         Log: Make the code even more dynamical so that testname
50407              suffix length can change.
50408      Branch: perl
50409            ! lib/Test/Harness.pm t/TEST
50410 ____________________________________________________________________________
50411 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
50412         Log: Allow for deeper t/ and also a single test.pl.
50413      Branch: perl
50414            ! t/TEST t/harness
50415 ____________________________________________________________________________
50416 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
50417         Log: #define fix from Nicholas Clark.
50418      Branch: perl
50419            ! ext/POSIX/POSIX.xs
50420 ____________________________________________________________________________
50421 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
50422         Log: Initialization is nice.
50423      Branch: perl
50424            ! lib/Test/Harness.pm
50425 ____________________________________________________________________________
50426 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
50427         Log: Make t/TEST and t/harness to test also the t/ tests
50428              under the main lib/ and ext/ directories.  Fix Test::Harness
50429              to dynamically change the width of its "foo/bar....ok" output.
50430      Branch: perl
50431            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
50432 ____________________________________________________________________________
50433 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
50434         Log: Subject: [PATCH] Re: perl@10611 
50435              From: Nicholas Clark <nick@ccl4.org>
50436              Date: Sat, 16 Jun 2001 16:52:47 +0100
50437              Message-ID: <20010616165247.O98663@plum.flirble.org>
50438              
50439              The .xs parts, too.
50440      Branch: perl
50441            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
50442            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
50443 ____________________________________________________________________________
50444 [ 10632] By: nick                                  on 2001/06/16  16:44:35
50445         Log: Work-in-progress win32 layer semi-functional, checking 
50446              for UNIX breakage.
50447      Branch: perlio
50448            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
50449 ____________________________________________________________________________
50450 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
50451         Log: Subject: [PATCH] Re: perl@10611 
50452              From: Nicholas Clark <nick@ccl4.org>
50453              Date: Sat, 16 Jun 2001 16:52:47 +0100
50454              Message-ID: <20010616165247.O98663@plum.flirble.org>
50455      Branch: perl
50456            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
50457            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
50458            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
50459            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
50460            ! lib/ExtUtils/Constant.pm
50461 ____________________________________________________________________________
50462 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
50463         Log: Metaconfig unit change for #10629.
50464      Branch: metaconfig
50465            ! U/modified/Finish.U
50466 ____________________________________________________________________________
50467 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
50468         Log: The extraction changed directories.
50469      Branch: perl
50470            ! Configure
50471 ____________________________________________________________________________
50472 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
50473         Log: Math::BigInt 1.35 from Tels.
50474      Branch: perl
50475            + t/lib/mbimbf.t
50476            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
50477            ! t/lib/bigfltpm.t t/lib/bigintpm.t
50478 ____________________________________________________________________________
50479 [ 10627] By: nick                                  on 2001/06/16  14:54:52
50480         Log: Work in progress UNIX-side edit of win32 PerLIO layer
50481      Branch: perlio
50482            + win32/win32io.c
50483            ! perlio.c win32/makefile.mk
50484 ____________________________________________________________________________
50485 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
50486         Log: Subject: [PATCH 5.6.1] os2/diff-configure
50487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50488              Date: Fri, 15 Jun 2001 01:19:36 -0400
50489              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
50490              
50491              Empty all of it because I think #10624 made even the
50492              last patch hunk unnecessary.
50493      Branch: perl
50494            ! os2/diff.configure
50495 ____________________________________________________________________________
50496 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
50497         Log: Metaconfig unit change for 10624.
50498      Branch: metaconfig
50499            ! U/modified/libc.U
50500      Branch: perl
50501            ! config_h.SH
50502 ____________________________________________________________________________
50503 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
50504         Log: Move the initialization of libnames to the beginning so
50505              that can one 'seed' it (as OS/2 does.)
50506      Branch: perl
50507            ! Configure
50508 ____________________________________________________________________________
50509 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
50510         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
50511              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50512              Date: Fri, 15 Jun 2001 19:10:57 -0400
50513              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
50514      Branch: perl
50515            ! os2/OS2/REXX/DLL/DLL.pm
50516 ____________________________________________________________________________
50517 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
50518         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
50519              From: "Craig A. Berry" <craigberry@mac.com>
50520              Date: Fri, 15 Jun 2001 17:00:03 -0500
50521              Message-Id: <a05101007b750342599be@[172.16.52.1]>
50522      Branch: perl
50523            ! vms/descrip_mms.template
50524 ____________________________________________________________________________
50525 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
50526         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
50527              From: "Craig A. Berry" <craigberry@mac.com>
50528              Date: Fri, 15 Jun 2001 18:39:42 -0500
50529              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
50530      Branch: perl
50531            ! lib/File/Spec/VMS.pm t/lib/extutils.t
50532 ____________________________________________________________________________
50533 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
50534         Log: Integrate perlio:
50535              
50536              [ 10619]
50537              Generated files
50538              
50539              [ 10618]
50540              Fix open.pm to work via XS-implemented method calls rather
50541              than *open::layers variables which caused all the HV/AV hassle.
50542      Branch: perl
50543           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
50544           !> t/io/utf8.t t/lib/io_scalar.t
50545 ____________________________________________________________________________
50546 [ 10619] By: nick                                  on 2001/06/15  21:05:19
50547         Log: Generated files
50548      Branch: perlio
50549            ! embed.h proto.h
50550 ____________________________________________________________________________
50551 [ 10618] By: nick                                  on 2001/06/15  20:27:42
50552         Log: Fix open.pm to work via XS-implemented method calls rather
50553              than *open::layers variables which caused all the HV/AV hassle.
50554      Branch: perlio
50555            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
50556            ! t/lib/io_scalar.t
50557 ____________________________________________________________________________
50558 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
50559         Log: Integrate perlio:
50560              
50561              [ 10616]
50562              pTHX_ / aTHX_ for ExtUtils/Constant.pm
50563      Branch: perl
50564           !> lib/ExtUtils/Constant.pm
50565 ____________________________________________________________________________
50566 [ 10616] By: nick                                  on 2001/06/15  18:46:47
50567         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
50568      Branch: perlio
50569            ! lib/ExtUtils/Constant.pm
50570 ____________________________________________________________________________
50571 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
50572         Log: Integrate perlio:
50573              
50574              [ 10614]
50575              MULTIPLICITY fix for Socket.xs
50576      Branch: perl
50577           !> ext/Socket/Socket.xs
50578 ____________________________________________________________________________
50579 [ 10614] By: nick                                  on 2001/06/15  18:33:37
50580         Log: MULTIPLICITY fix for Socket.xs
50581      Branch: perlio
50582            ! ext/Socket/Socket.xs
50583 ____________________________________________________________________________
50584 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
50585         Log: Subject: Re: perl@10611
50586              From: Doug MacEachern <dougm@covalent.net>
50587              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
50588              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
50589      Branch: perl
50590            ! ext/Socket/Socket.xs
50591 ____________________________________________________________________________
50592 [ 10612] By: nick                                  on 2001/06/15  16:14:38
50593         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
50594      Branch: perlio
50595           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
50596           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
50597           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
50598           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
50599           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
50600           !> utils/h2ph.PL
50601 ____________________________________________________________________________
50602 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
50603         Log: Update Changes.
50604      Branch: perl
50605            ! Changes patchlevel.h
50606 ____________________________________________________________________________
50607 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
50608         Log: Upping the test count.
50609      Branch: perl
50610            ! t/lib/filefind.t
50611 ____________________________________________________________________________
50612 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
50613         Log: Integrate perlio:
50614              
50615              [ 10606]
50616              regen_config_h for Win32.
50617      Branch: perl
50618           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
50619 ____________________________________________________________________________
50620 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
50621         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
50622              From: andreas.koenig@anima.de (Andreas J. Koenig)
50623              Date: 15 Jun 2001 13:30:39 +0200
50624              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
50625              
50626              Record the grim history.
50627      Branch: perl
50628            ! lib/File/Find.pm
50629 ____________________________________________________________________________
50630 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
50631         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
50632              From: Brian McCauley <nobull@mail.com>
50633              Date: 15 Jun 2001 07:51:26 +0100
50634              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
50635      Branch: perl
50636            ! lib/File/Find.pm t/lib/filefind.t
50637 ____________________________________________________________________________
50638 [ 10606] By: nick                                  on 2001/06/15  14:00:08
50639         Log: regen_config_h for Win32.
50640      Branch: perlio
50641            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50642 ____________________________________________________________________________
50643 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
50644         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
50645              From: Peter Prymmer <pvhp@forte.com>
50646              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
50647              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
50648      Branch: perl
50649            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
50650 ____________________________________________________________________________
50651 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
50652         Log: Some filesystems require writability for rename/unlink.
50653      Branch: perl
50654            ! opcode.pl
50655 ____________________________________________________________________________
50656 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
50657         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
50658              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
50659              Date: Fri, 15 Jun 2001 12:08:53 +0200
50660              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
50661      Branch: perl
50662            ! perlio.c
50663 ____________________________________________________________________________
50664 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
50665         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
50666              From: Mike Guy <mjtg@cam.ac.uk>
50667              Date: Fri, 15 Jun 2001 14:11:49 +0100
50668              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
50669      Branch: perl
50670            ! opcode.pl
50671 ____________________________________________________________________________
50672 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
50673         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
50674              From: Nicholas Clark <nick@ccl4.org>
50675              Date: Thu, 14 Jun 2001 23:52:56 +0100
50676              Message-ID: <20010614235256.G98663@plum.flirble.org>
50677      Branch: perl
50678            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
50679            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
50680 ____________________________________________________________________________
50681 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
50682         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
50683              From: Russ Allbery <rra@stanford.edu>
50684              Date: 14 Jun 2001 13:24:43 -0700
50685              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
50686      Branch: perl
50687            ! ext/GDBM_File/GDBM_File.pm
50688 ____________________________________________________________________________
50689 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
50690         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
50691              From: Nicholas Clark <nick@ccl4.org>
50692              Date: Thu, 14 Jun 2001 20:37:47 +0100
50693              Message-ID: <20010614203747.F98663@plum.flirble.org>
50694      Branch: perl
50695            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
50696            ! t/lib/gdbm.t
50697 ____________________________________________________________________________
50698 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
50699         Log: Integrate perlio:
50700              
50701              [ 10597]
50702              Check that HVs with HvNAME() != NULL are really stashes before
50703              treating them as such. Also be more defensive on the GvCV.
50704              Win32 fork and dprof now working again. 
50705              
50706              [ 10595]
50707              Skip Perl_my_bcopy in .def file as we do not provide it.
50708              - Win32 (VC++) now builds but fails:
50709              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
50710              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
50711              write.t    - open(...,"|-") not implemented on Win32 
50712      Branch: perl
50713           !> makedef.pl sv.c
50714 ____________________________________________________________________________
50715 [ 10597] By: nick                                  on 2001/06/15  11:08:13
50716         Log: Check that HVs with HvNAME() != NULL are really stashes before
50717              treating them as such. Also be more defensive on the GvCV.
50718              Win32 fork and dprof now working again. 
50719      Branch: perlio
50720            ! sv.c
50721 ____________________________________________________________________________
50722 [ 10596] By: nick                                  on 2001/06/15  10:11:20
50723         Log: Integrate mainline.
50724      Branch: perlio
50725           +> Cross/README
50726           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
50727           !> Porting/config_H config_h.SH configure.com epoc/config.sh
50728           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
50729           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50730           !> vos/config.ga.h win32/config.bc win32/config.gc
50731           !> win32/config.vc win32/config_H.bc win32/config_H.gc
50732           !> win32/config_H.vc
50733 ____________________________________________________________________________
50734 [ 10595] By: nick                                  on 2001/06/15  09:37:17
50735         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
50736              - Win32 (VC++) now builds but fails:
50737              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
50738              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
50739              write.t    - open(...,"|-") not implemented on Win32 
50740      Branch: perlio
50741            ! makedef.pl
50742 ____________________________________________________________________________
50743 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
50744         Log: Integrate perlio:
50745              
50746              [ 10591]
50747              Steps along the road toward Win32 building again.
50748      Branch: perl
50749           !> perlio.c win32/makefile.mk
50750 ____________________________________________________________________________
50751 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
50752         Log: Metaconfig unit changes for #10592.
50753      Branch: metaconfig
50754            + U/modified/i_varhdr.U U/modified/startsh.U
50755            - U/a_dvisory/crosscompile.U U/target/Target.U
50756            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
50757            ! U/compline/bitpbyte.U U/compline/byteorder.U
50758            ! U/compline/ccflags.U U/compline/charsize.U
50759            ! U/compline/d_casti32.U U/compline/d_castneg.U
50760            ! U/compline/d_closedir.U U/compline/d_fd_set.U
50761            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
50762            ! U/compline/d_keepsig.U U/compline/d_open3.U
50763            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
50764            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
50765            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
50766            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
50767            ! U/compline/doublesize.U U/compline/floatsize.U
50768            ! U/compline/nblock_io.U U/compline/orderlib.U
50769            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
50770            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
50771            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
50772            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
50773            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
50774            ! U/modified/spitshell.U U/threads/archname.U
50775            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
50776            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
50777            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
50778            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
50779            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
50780      Branch: metaconfig/U/perl
50781            + Cross.U
50782            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
50783            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
50784            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
50785            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
50786            ! stdio_streams.U uselfs.U
50787 ____________________________________________________________________________
50788 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
50789         Log: The first steps towards cross-compilation.
50790              
50791              Abstract execution of compiled test executables with $run,
50792              and abstract transfer of files with $to and $from.
50793              
50794              Under cross-compilation the $run, $to, and $from will point
50795              to appropriate wrapper scripts, by default ssh and scp,
50796              but also rsh, rcp, and cp are supported.  If not
50797              cross-compiling, they will be set to '', ':', and ':',
50798              respectively.
50799              
50800              With these patches I was able to get Configure for
50801              iPAQ ARM Linux on an Intel Linux about 95% right
50802              (only a few tests failed to execute or they produced
50803              incorrect results), and I was able to compile
50804              a functional miniperl.
50805              
50806              The symbol crosscompile renamed to be usecrosscompile,
50807              the corresponding C symbol from CROSSCOMPILE to
50808              USE_CROSS_COMPILE.
50809      Branch: perl
50810            ! Configure Cross/README Makefile.SH Porting/Glossary
50811            ! Porting/config.sh Porting/config_H config_h.SH configure.com
50812            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
50813            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
50814            ! vos/config.ga.def vos/config.ga.h win32/config.bc
50815            ! win32/config.gc win32/config.vc win32/config_H.bc
50816            ! win32/config_H.gc win32/config_H.vc
50817 ____________________________________________________________________________
50818 [ 10591] By: nick                                  on 2001/06/14  20:00:12
50819         Log: Steps along the road toward Win32 building again.
50820      Branch: perlio
50821            ! perlio.c win32/makefile.mk
50822 ____________________________________________________________________________
50823 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
50824         Log: Integrate perlio:
50825              
50826              [ 10589]
50827              Routine regen_config_h for Win32
50828      Branch: perl
50829           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
50830 ____________________________________________________________________________
50831 [ 10589] By: nick                                  on 2001/06/14  13:54:07
50832         Log: Routine regen_config_h for Win32
50833      Branch: perlio
50834            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50835 ____________________________________________________________________________
50836 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
50837         Log: Integrate perlio:
50838              
50839              [ 10586]
50840              Add new step to run_byacc which:
50841              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
50842              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
50843              
50844              [ 10584]
50845              Hack to remove insecure directories from PATH so test will run.
50846      Branch: perl
50847           +> perlyline.pl
50848           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
50849 ____________________________________________________________________________
50850 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
50851         Log: A placeholder.
50852      Branch: perl
50853            + Cross/README
50854 ____________________________________________________________________________
50855 [ 10586] By: nick                                  on 2001/06/14  08:25:07
50856         Log: Add new step to run_byacc which:
50857              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
50858              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
50859      Branch: perlio
50860            + perlyline.pl
50861            ! MANIFEST Makefile.SH perly.c
50862 ____________________________________________________________________________
50863 [ 10585] By: nick                                  on 2001/06/14  08:22:29
50864         Log: Integrate mainline
50865      Branch: perlio
50866           +> locale.c numeric.c
50867           !> Changes cygwin/Makefile.SHs embed.h embed.pl
50868           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
50869           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
50870           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
50871           !> x2p/Makefile.SH
50872 ____________________________________________________________________________
50873 [ 10584] By: nick                                  on 2001/06/14  08:05:53
50874         Log: Hack to remove insecure directories from PATH so test will run.
50875      Branch: perlio
50876            ! t/lib/filefind.t
50877 ____________________________________________________________________________
50878 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
50879         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
50880      Branch: perl
50881            - t/lib/mbimbf.t
50882            ! MANIFEST
50883 ____________________________________________________________________________
50884 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
50885         Log: Detypo.
50886      Branch: perl
50887            ! x2p/Makefile.SH
50888 ____________________________________________________________________________
50889 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
50890         Log: de-$CONFIG continues.
50891      Branch: perl
50892            ! cygwin/Makefile.SHs x2p/Makefile.SH
50893 ____________________________________________________________________________
50894 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
50895         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
50896              From: Nicholas Clark <nick@ccl4.org>
50897              Date: Wed, 13 Jun 2001 21:20:13 +0100
50898              Message-ID: <20010613212013.D98663@plum.flirble.org>
50899      Branch: perl
50900            ! opcode.pl
50901 ____________________________________________________________________________
50902 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
50903         Log: Subject: splitting util.c
50904              From: Hugo <hv@crypt.compulink.co.uk>
50905              Date: Thu, 14 Jun 2001 00:41:08 +0100
50906              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
50907      Branch: perl
50908            + locale.c numeric.c
50909            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
50910            ! pod/perlapi.pod proto.h util.c
50911 ____________________________________________________________________________
50912 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
50913         Log: Upgrade to Math::BigInt 1.34 from Tels.
50914      Branch: perl
50915            + t/lib/mbimbf.t
50916            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
50917            ! t/lib/bigfltpm.t t/lib/bigintpm.t
50918 ____________________________________________________________________________
50919 [ 10577] By: nick                                  on 2001/06/13  19:02:48
50920         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
50921      Branch: perlio
50922           !> (integrate 125 files)
50923 ____________________________________________________________________________
50924 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
50925         Log: Update Changes.
50926      Branch: perl
50927            ! Changes patchlevel.h
50928 ____________________________________________________________________________
50929 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
50930         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
50931              From: "Craig A. Berry" <craigberry@mac.com>
50932              Date: Wed, 13 Jun 2001 13:24:28 -0500
50933              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
50934      Branch: perl
50935            ! ext/re/Makefile.PL
50936 ____________________________________________________________________________
50937 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
50938         Log: Mc.u.c. for #10573.
50939      Branch: metaconfig
50940            ! U/threads/usethreads.U
50941 ____________________________________________________________________________
50942 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
50943         Log: It would be also be good if I could type.
50944      Branch: perl
50945            ! Configure
50946 ____________________________________________________________________________
50947 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
50948         Log: Metaconfig unit change for #10571.
50949      Branch: metaconfig
50950            ! U/threads/usethreads.U
50951 ____________________________________________________________________________
50952 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
50953         Log: A non-empty default is a good thing.
50954      Branch: perl
50955            ! Configure
50956 ____________________________________________________________________________
50957 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
50958         Log: Metaconfig unit change for #10569.
50959      Branch: metaconfig
50960            ! U/threads/usethreads.U
50961 ____________________________________________________________________________
50962 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
50963         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
50964              extremely experimental, not even prompted for.
50965      Branch: perl
50966            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50967            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
50968            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
50969            ! win32/config.bc win32/config.gc win32/config.vc
50970 ____________________________________________________________________________
50971 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
50972         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
50973      Branch: perl
50974            ! pod/perlfaq6.pod
50975 ____________________________________________________________________________
50976 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
50977         Log: Integrate perlio:
50978              
50979              [ 10564]
50980              Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
50981              and using that instead (name lookups are sequential search for now).
50982      Branch: perl
50983           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
50984           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
50985 ____________________________________________________________________________
50986 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
50987         Log: Subject: Re: ext/ + -Wall
50988              From: Doug MacEachern <dougm@covalent.net>
50989              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
50990              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
50991      Branch: perl
50992            ! XSUB.h lib/ExtUtils/xsubpp perl.h
50993 ____________________________________________________________________________
50994 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
50995         Log: Similar logic as DB_File.xs, using the modern macros and
50996              defines them to older ones for older Perls where PERL_VERSION
50997              is not defined, from Doug MacEachern.
50998      Branch: perl
50999            ! ext/Storable/Storable.xs
51000 ____________________________________________________________________________
51001 [ 10564] By: nick                                  on 2001/06/13  15:22:01
51002         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
51003              and using that instead (name lookups are sequential search for now).
51004      Branch: perlio
51005            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
51006            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
51007 ____________________________________________________________________________
51008 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
51009         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
51010              From: "Richard Soderberg" <rs@crystalflame.net>
51011              Date: Sat, 26 May 2001 06:44:20 -0700
51012              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
51013      Branch: perl
51014            ! sv.c t/op/glob.t
51015 ____________________________________________________________________________
51016 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
51017         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
51018              From: "Craig A. Berry" <craigberry@mac.com>
51019              Date: Tue, 12 Jun 2001 23:55:26 -0500
51020              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
51021      Branch: perl
51022            ! ext/re/Makefile.PL ext/re/re.xs
51023 ____________________________________________________________________________
51024 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
51025         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
51026              suggested by NI-S.
51027      Branch: perl
51028            ! XSUB.h malloc.c perl.h
51029 ____________________________________________________________________________
51030 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
51031         Log: Regen toc.
51032      Branch: perl
51033            ! pod/perltoc.pod
51034 ____________________________________________________________________________
51035 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
51036         Log: Subject: [patch] perl.gprof control
51037              From: Doug MacEachern <dougm@covalent.net>
51038              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
51039              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
51040      Branch: perl
51041            ! miniperlmain.c perl.h
51042 ____________________________________________________________________________
51043 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
51044         Log: Subject: Re: ext/ + -Wall
51045              From: Doug MacEachern <dougm@covalent.net>
51046              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
51047              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
51048              
51049              Document ax and break up dXSARGS.
51050      Branch: perl
51051            ! XSUB.h pod/perlapi.pod
51052 ____________________________________________________________________________
51053 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
51054         Log: More AIX tweakage from Merijn.
51055      Branch: perl
51056            ! hints/aix.sh
51057 ____________________________________________________________________________
51058 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
51059         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
51060              From: "Craig A. Berry" <craigberry@mac.com>
51061              Date: Tue, 12 Jun 2001 22:57:45 -0500
51062              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
51063      Branch: perl
51064            ! vms/descrip_mms.template
51065 ____________________________________________________________________________
51066 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
51067         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
51068              From: "Craig A. Berry" <craigberry@mac.com>
51069              Date: Tue, 12 Jun 2001 22:21:39 -0500
51070              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
51071      Branch: perl
51072            ! configure.com util.c
51073 ____________________________________________________________________________
51074 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
51075         Log: New AIX dynaloading code from Jens-Uwe Mager.
51076              Does break binary compatibility.
51077      Branch: perl
51078            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
51079 ____________________________________________________________________________
51080 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
51081         Log: VMS DEC C compiler found nits by Peter Prymmer.
51082      Branch: perl
51083            ! util.c
51084 ____________________________________________________________________________
51085 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
51086         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
51087              From: Peter Prymmer <pvhp@forte.com>
51088              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
51089              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
51090      Branch: perl
51091            ! t/lib/filecomp.t
51092 ____________________________________________________________________________
51093 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
51094         Log: I wonder how many $CONFIGs still lurk in the shadows.
51095      Branch: perl
51096            ! pod/Makefile.SH x2p/cflags.SH
51097 ____________________________________________________________________________
51098 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
51099         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
51100      Branch: perl
51101            ! pod/checkpods.PL
51102 ____________________________________________________________________________
51103 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
51104         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
51105      Branch: perl
51106            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
51107 ____________________________________________________________________________
51108 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
51109         Log: Subject: [patch] rid local_patches warnings
51110              From: Doug MacEachern <dougm@covalent.net>
51111              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
51112              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
51113      Branch: perl
51114            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
51115 ____________________________________________________________________________
51116 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
51117         Log: Subject: Re: ext/ + -Wall
51118              From: Doug MacEachern <dougm@covalent.net>
51119              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
51120              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
51121      Branch: perl
51122            ! ext/attrs/attrs.xs
51123 ____________________________________________________________________________
51124 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
51125         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
51126              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
51127              Date: Tue, 12 Jun 2001 14:36:20 -0400
51128              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
51129      Branch: perl
51130            ! pod/perlretut.pod
51131 ____________________________________________________________________________
51132 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
51133         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
51134              From: Mike Guy <mjtg@cam.ac.uk>
51135              Date: Tue, 12 Jun 2001 19:10:31 +0100
51136              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
51137              
51138              Subject: Re: [ID 20010612.001] out of memory during regex compilation
51139              From: Mike Guy <mjtg@cam.ac.uk>
51140              Date: Tue, 12 Jun 2001 19:21:01 +0100
51141              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
51142      Branch: perl
51143            ! pod/perlop.pod
51144 ____________________________________________________________________________
51145 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
51146         Log: AIX tweaks from Merijn H. Brand.
51147      Branch: perl
51148            ! hints/aix.sh
51149 ____________________________________________________________________________
51150 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
51151         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
51152              From: "Brendan O'Dea" <bod@compusol.com.au>
51153              Date: Wed, 13 Jun 2001 05:16:47 +1000
51154              Message-ID: <20010613051647.A8945@compusol.com.au>
51155      Branch: maint-5.6/perl
51156            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
51157 ____________________________________________________________________________
51158 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
51159         Log: Subject: Small bcopy cleanup
51160              From: Andy Dougherty <doughera@lafayette.edu>
51161              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
51162              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
51163      Branch: perl
51164            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
51165 ____________________________________________________________________________
51166 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
51167         Log: Subject: [PATCH] Re: ext/ + -Wall
51168              From: Nicholas Clark <nick@ccl4.org>
51169              Date: Wed, 13 Jun 2001 00:04:30 +0100
51170              Message-ID: <20010613000430.M5901@plum.flirble.org>
51171      Branch: perl
51172            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
51173 ____________________________________________________________________________
51174 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
51175         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
51176              From: Nicholas Clark <nick@ccl4.org>
51177              Date: Tue, 12 Jun 2001 23:53:07 +0100
51178              Message-ID: <20010612235307.L5901@plum.flirble.org>
51179      Branch: perl
51180            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51181 ____________________________________________________________________________
51182 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
51183         Log: MPE/iX tweaks from Mark Bixby.
51184      Branch: perl
51185            ! hints/mpeix.sh mpeix/mpeixish.h util.c
51186 ____________________________________________________________________________
51187 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
51188         Log: Update Changes.
51189      Branch: perl
51190            ! Changes patchlevel.h
51191 ____________________________________________________________________________
51192 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
51193         Log: One less -Wall whine (found under DEBUGGING).
51194      Branch: perl
51195            ! x2p/Makefile.SH x2p/a2p.c
51196 ____________________________________________________________________________
51197 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
51198         Log: s/case-independent/case-insensitive/g
51199      Branch: perl
51200            ! pod/perldebug.pod
51201 ____________________________________________________________________________
51202 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
51203         Log: As suggested in    
51204              
51205              Subject: Re: ext/ + -Wall
51206              From: Gurusamy Sarathy <gsar@ActiveState.com>
51207              Date: Mon, 11 Jun 2001 23:34:31 -0700
51208              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
51209      Branch: perl
51210            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
51211            ! perl.h
51212 ____________________________________________________________________________
51213 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
51214         Log: Subject: ext/ + -Wall
51215              From: Doug MacEachern <dougm@covalent.net>
51216              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
51217              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
51218      Branch: perl
51219            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
51220            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
51221            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
51222            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
51223            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
51224            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
51225            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
51226            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
51227            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
51228            ! lib/ExtUtils/xsubpp
51229 ____________________________________________________________________________
51230 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
51231         Log: Subject: [PATCH] anonymous stashes
51232              From: Abhijit Menon-Sen <ams@wiw.org>
51233              Date: Tue, 12 Jun 2001 12:47:04 +0530
51234              Message-ID: <20010612124704.A29029@lustre.linux.in>
51235      Branch: perl
51236            ! dump.c gv.c sv.c xsutils.c
51237 ____________________________________________________________________________
51238 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
51239         Log: One more test for $^S.
51240      Branch: perl
51241            ! t/op/magic.t
51242 ____________________________________________________________________________
51243 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
51244         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
51245              From: Abhijit Menon-Sen <ams@wiw.org>
51246              Date: Tue, 12 Jun 2001 17:35:55 +0530
51247              Message-ID: <20010612173555.A32426@lustre.linux.in>
51248      Branch: perl
51249            ! mg.c t/op/magic.t
51250 ____________________________________________________________________________
51251 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
51252         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
51253              From: Mike Guy <mjtg@cam.ac.uk>
51254              Date: Tue, 12 Jun 2001 13:14:15 +0100
51255              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
51256      Branch: perl
51257            ! pod/perlop.pod
51258 ____________________________________________________________________________
51259 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
51260         Log: AUTHORS updates.
51261      Branch: perl
51262            ! AUTHORS
51263 ____________________________________________________________________________
51264 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
51265         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
51266              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
51267              Content-Transfer-Encoding: 7bit
51268              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
51269      Branch: perl
51270            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
51271 ____________________________________________________________________________
51272 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
51273         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
51274              From: "Philip Newton" <Philip.Newton@gmx.net>
51275              Date: Mon, 11 Jun 2001 07:08:03 +0200
51276              Message-Id: <200106120802.LAA08992@taas.iki.fi>
51277      Branch: perl
51278            ! t/base/term.t
51279 ____________________________________________________________________________
51280 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
51281         Log: Cleanup the a2p.c for -Wall.
51282      Branch: perl
51283            ! x2p/Makefile.SH x2p/a2p.c
51284 ____________________________________________________________________________
51285 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
51286         Log: File::Find update for MacOS from Chris Nandor.
51287      Branch: perl
51288            ! lib/File/Find.pm t/lib/filefind.t
51289 ____________________________________________________________________________
51290 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
51291         Log: gcc -Wall nits picked out by a non-UNIX system
51292              (courtesy of Mark Bixby)
51293      Branch: perl
51294            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
51295            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
51296            ! pp_sys.c util.c
51297 ____________________________________________________________________________
51298 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
51299         Log: Metaconfig unit change for #10522.  (The d_modfl changes
51300              placate metalint.)
51301      Branch: metaconfig/U/perl
51302            ! d_modfl.U d_u32align.U
51303 ____________________________________________________________________________
51304 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
51305         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
51306              be "./try 2>&1 >/dev/null".
51307      Branch: perl
51308            ! Configure
51309 ____________________________________________________________________________
51310 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
51311         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
51312              From: "Craig A. Berry" <craigberry@mac.com>
51313              Date: Mon, 11 Jun 2001 14:00:32 -0500
51314              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
51315      Branch: perl
51316            ! configure.com
51317 ____________________________________________________________________________
51318 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
51319         Log: Move the full \p\P lists to perlunicode.
51320      Branch: perl
51321            ! pod/perlretut.pod pod/perlunicode.pod
51322 ____________________________________________________________________________
51323 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
51324         Log: VOS build tweak for 5.6.1 from Paul Green.
51325      Branch: maint-5.6/perl
51326            ! vos/build.cm
51327 ____________________________________________________________________________
51328 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
51329         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
51330              From: "Craig A. Berry" <craigberry@mac.com>
51331              Date: Fri, 8 Jun 2001 18:08:18 -0500
51332              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
51333      Branch: perl
51334            ! vms/vms.c
51335 ____________________________________________________________________________
51336 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
51337         Log: Update Changes.
51338      Branch: perl
51339            ! Changes patchlevel.h
51340 ____________________________________________________________________________
51341 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
51342         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
51343      Branch: perl
51344            ! vos/config.alpha.h vos/config.ga.h
51345 ____________________________________________________________________________
51346 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
51347         Log: VOS updates from Paul Green for @10476.
51348      Branch: perl
51349            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
51350            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51351            ! vos/config.ga.h vos/configure_perl.cm
51352 ____________________________________________________________________________
51353 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
51354         Log: Subject: [PATCH] Not many people know this ...
51355              From: Mike Guy <mjtg@cam.ac.uk>
51356              Date: Mon, 11 Jun 2001 14:55:15 +0100
51357              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
51358      Branch: perl
51359            ! pod/perldebug.pod
51360 ____________________________________________________________________________
51361 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
51362         Log: Add final commas to lists as suggested by Philip Newton.
51363      Branch: perl
51364            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51365 ____________________________________________________________________________
51366 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
51367         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
51368              Date: Sun, 10 Jun 2001 23:35:38 -0400
51369              From: Chris Nandor <pudge@pobox.com>
51370              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
51371      Branch: perl
51372            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
51373            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
51374            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
51375            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
51376            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
51377            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
51378            ! t/op/write.t t/pragma/strict.t
51379 ____________________________________________________________________________
51380 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
51381         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
51382              From: Chris Nandor <pudge@pobox.com>
51383              Date: Mon, 11 Jun 2001 08:24:28 -0400
51384              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
51385      Branch: perl
51386            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
51387            ! t/lib/io_dir.t
51388 ____________________________________________________________________________
51389 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
51390         Log: One more run_byacc (a hand-tweaked version had slipped in).
51391      Branch: perl
51392            ! perly.c vms/perly_c.vms
51393 ____________________________________________________________________________
51394 [ 10509] By: nick                                  on 2001/06/11  07:49:15
51395         Log: Integrate mainline
51396      Branch: perlio
51397           !> Makefile.SH embed.h embed.pl global.sym
51398           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
51399           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
51400           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
51401           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
51402 ____________________________________________________________________________
51403 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
51404         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
51405              From: Mike Guy <mjtg@cam.ac.uk>
51406              Reply-To: mjtg@cam.ac.uk
51407              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
51408      Branch: perl
51409            ! lib/ExtUtils/Manifest.pm
51410 ____________________________________________________________________________
51411 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
51412         Log: Subject: [PATCH] ExtUtils::Constant
51413              From: Nicholas Clark <nick@ccl4.org>
51414              Date: Sun, 10 Jun 2001 23:25:41 +0100
51415              Message-ID: <20010610232540.C76396@plum.flirble.org>
51416      Branch: perl
51417            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51418 ____________________________________________________________________________
51419 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
51420         Log: Integrate perlio:
51421              
51422              [ 10504]
51423              Fix (valid) -Wall warnings in perlio.c
51424      Branch: perl
51425           !> iperlsys.h
51426 ____________________________________________________________________________
51427 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
51428         Log: Move the grok_number and its lieutenant grok_numeric_radix
51429              from sv.c statics to util.c and public.
51430      Branch: perl
51431            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
51432            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
51433 ____________________________________________________________________________
51434 [ 10504] By: nick                                  on 2001/06/10  17:47:06
51435         Log: Fix (valid) -Wall warnings in perlio.c
51436      Branch: perlio
51437            ! iperlsys.h
51438 ____________________________________________________________________________
51439 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
51440         Log: Update perly_c.diff, update perly.fixer to edit away
51441              some of the -Wall noise.
51442      Branch: perl
51443            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
51444 ____________________________________________________________________________
51445 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
51446         Log: Check the version of byacc.
51447      Branch: perl
51448            ! Makefile.SH
51449 ____________________________________________________________________________
51450 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
51451         Log: Subject: [PATCH] perly.y overhaul
51452              From: Simon Cozens <simon@netthink.co.uk>
51453              Date: Sun, 10 Jun 2001 16:56:54 +0100
51454              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
51455              
51456              Plus make run_byacc.
51457      Branch: perl
51458            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
51459 ____________________________________________________________________________
51460 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
51461         Log: Integrate perlio:
51462              
51463              [ 10497]
51464              Paper over a crack or two with USE_SFIO
51465      Branch: perl
51466           !> perlio.c perlsfio.h
51467 ____________________________________________________________________________
51468 [ 10499] By: nick                                  on 2001/06/10  15:01:08
51469         Log: Integrate mainline
51470      Branch: perlio
51471           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
51472           !> t/pragma/locale.t util.c
51473 ____________________________________________________________________________
51474 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
51475         Log: Put some meat on the perl572delta bones.  The list of
51476              selected bug fixes needs more work, as does still the
51477              whole document.
51478      Branch: perl
51479            ! pod/perl572delta.pod
51480 ____________________________________________________________________________
51481 [ 10497] By: nick                                  on 2001/06/10  12:27:51
51482         Log: Paper over a crack or two with USE_SFIO
51483      Branch: perlio
51484            ! perlio.c perlsfio.h
51485 ____________________________________________________________________________
51486 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
51487         Log: Update Changes.
51488      Branch: perl
51489            ! Changes patchlevel.h
51490 ____________________________________________________________________________
51491 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
51492         Log: Subject: Re: pragma/locale.t #107
51493              From: Hugo <hv@crypt.compulink.co.uk>
51494              Date: Sun, 10 Jun 2001 11:23:30 +0100
51495              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
51496              
51497              Encapsulate the scan of the decimal radix separator.
51498      Branch: perl
51499            ! embed.h embed.pl proto.h sv.c
51500 ____________________________________________________________________________
51501 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
51502         Log: Try to grok numbers both with the locale specific separator
51503              and with the usual "." (if different from the lss); add a test
51504              to locale.t to do also a little bit of math in addition to just
51505              equalness testing; remove extraneous logic as suggested in
51506              
51507              Subject: Re: pragma/locale.t #107
51508              From: Nicholas Clark <nick@ccl4.org>
51509              Date: Sat, 9 Jun 2001 22:37:36 +0100
51510              Message-ID: <20010609223735.Y76396@plum.flirble.org>
51511      Branch: perl
51512            ! sv.c t/pragma/locale.t
51513 ____________________________________________________________________________
51514 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
51515         Log: Metaconfig unit change for #10492.
51516      Branch: metaconfig/U/perl
51517            ! Extensions.U
51518 ____________________________________________________________________________
51519 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
51520         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
51521              From: Artur Bergman <artur@contiller.se> 
51522              Date: Sat, 09 Jun 2001 21:03:51 +0200
51523              Message-ID: <B7483FB6.1398%artur@contiller.se>
51524      Branch: perl
51525            ! Configure
51526 ____________________________________________________________________________
51527 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
51528         Log: Integrate perlio:
51529              
51530              [ 10489]
51531              Make XS/Typemap compile (but fail) with sfio
51532      Branch: perl
51533           !> perlsfio.h
51534 ____________________________________________________________________________
51535 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
51536         Log: Do locale specific separator if only in locale.
51537      Branch: perl
51538            ! util.c
51539 ____________________________________________________________________________
51540 [ 10489] By: nick                                  on 2001/06/09  19:13:25
51541         Log: Make XS/Typemap compile (but fail) with sfio
51542      Branch: perlio
51543            ! perlsfio.h
51544 ____________________________________________________________________________
51545 [ 10488] By: nick                                  on 2001/06/09  19:12:51
51546         Log: Re-integrate mainline
51547      Branch: perlio
51548           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
51549           !> proto.h sv.c util.c
51550 ____________________________________________________________________________
51551 [ 10487] By: nick                                  on 2001/06/09  16:26:29
51552         Log: Integrate mainline
51553      Branch: perlio
51554           !> (integrate 31 files)
51555 ____________________________________________________________________________
51556 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
51557         Log: Subject: [PATCH] New attempt to clone callack
51558              From: Artur Bergman <artur@contiller.se> 
51559              Date: Thu, 07 Jun 2001 11:52:16 +0200
51560              Message-ID: <B7451B6F.12B7%artur@contiller.se>
51561      Branch: perl
51562            ! embedvar.h intrpvar.h perlapi.h sv.c
51563 ____________________________________________________________________________
51564 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
51565         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
51566      Branch: perl
51567            ! embed.h embed.pl perl.h proto.h sv.c util.c
51568 ____________________________________________________________________________
51569 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
51570         Log: Subject: Re: pragma/locale.t #107
51571              From: Nicholas Clark <nick@ccl4.org>
51572              Date: Sat, 9 Jun 2001 16:26:10 +0100
51573              Message-ID: <20010609162609.V76396@plum.flirble.org>
51574              
51575              A missing NVification.
51576      Branch: perl
51577            ! sv.c
51578 ____________________________________________________________________________
51579 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
51580         Log: Redo the #10482, there already was a test script for formats.
51581      Branch: perl
51582            - t/io/format.t
51583            ! MANIFEST t/op/write.t
51584 ____________________________________________________________________________
51585 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
51586         Log: Twisted format testing, from Merijn.
51587      Branch: perl
51588            + t/io/format.t
51589            ! MANIFEST
51590 ____________________________________________________________________________
51591 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
51592         Log: More \p{In...} testing, combined with \N{...}.
51593      Branch: perl
51594            ! lib/utf8_heavy.pl t/op/pat.t
51595 ____________________________________________________________________________
51596 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
51597         Log: Metaconfig changes for #10479.
51598      Branch: metaconfig
51599            ! U/Glossary.patch
51600      Branch: metaconfig/U/perl
51601            ! d_modfl.U
51602 ____________________________________________________________________________
51603 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
51604         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
51605      Branch: perl
51606            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51607            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
51608            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
51609            ! win32/config.bc win32/config.gc win32/config.vc
51610 ____________________________________________________________________________
51611 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
51612         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
51613              From: "Craig A. Berry" <craigberry@mac.com>
51614              Date: Thu, 7 Jun 2001 14:27:20 -0500
51615              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
51616      Branch: perl
51617            ! vms/perlvms.pod
51618 ____________________________________________________________________________
51619 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
51620         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
51621              From: Gisle Aas <gisle@ActiveState.com>
51622              Date: 07 Jun 2001 17:04:29 -0700
51623              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
51624      Branch: perl
51625            ! ext/re/re.xs
51626 ____________________________________________________________________________
51627 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
51628         Log: Update Changes.
51629      Branch: perl
51630            ! Changes patchlevel.h
51631 ____________________________________________________________________________
51632 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
51633         Log: Regen Glossary et alia.
51634      Branch: perl
51635            ! Porting/Glossary Porting/config.sh Porting/config_H
51636 ____________________________________________________________________________
51637 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
51638         Log: Metaconfig unit changes for #10473.
51639      Branch: metaconfig/U/perl
51640            ! d_modfl.U
51641 ____________________________________________________________________________
51642 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
51643         Log: Harumph, also AIX will spill its guts (i.e. dump core)
51644              if an executable contains modfl() but it hasn't been
51645              compiled right (in the case of AIX, with cc -qlongdouble).
51646      Branch: perl
51647            ! Configure
51648 ____________________________________________________________________________
51649 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
51650         Log: integrate change#10471 from mainline
51651              
51652              in change#10451, check that CvOUTSIDE is a CV before looking in
51653              (it can apparently be SVt_NULL during global destruction)
51654      Branch: maint-5.6/perl
51655           !> op.c
51656 ____________________________________________________________________________
51657 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
51658         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
51659              (it can apparently be SVt_NULL during global destruction)
51660      Branch: perl
51661            ! op.c
51662 ____________________________________________________________________________
51663 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
51664         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
51665              From: Robin Barker <rmb1@cise.npl.co.uk>
51666              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
51667              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
51668      Branch: perl
51669            ! lib/diagnostics.pm pod/perldiag.pod
51670 ____________________________________________________________________________
51671 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
51672         Log: Subject: [PATCH perl@10439] long =item
51673              From: Robin Barker <rmb1@cise.npl.co.uk>
51674              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
51675              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
51676      Branch: perl
51677            ! README.amiga lib/Attribute/Handlers.pm
51678            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
51679 ____________________________________________________________________________
51680 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
51681         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
51682              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
51683              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
51684              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
51685      Branch: perl
51686            ! pod/perlguts.pod
51687 ____________________________________________________________________________
51688 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
51689         Log: Integrate perlio:
51690              
51691              [ 10466]
51692              MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
51693              whitespace tweaks.
51694              Still coredumps in pragma/overload.t - what a nice hard fail that is...
51695      Branch: perl
51696           !> sv.c
51697 ____________________________________________________________________________
51698 [ 10466] By: nick                                  on 2001/06/07  10:25:40
51699         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
51700              whitespace tweaks.
51701              Still coredumps in pragma/overload.t - what a nice hard fail that is...
51702      Branch: perlio
51703            ! sv.c
51704 ____________________________________________________________________________
51705 [ 10465] By: nick                                  on 2001/06/07  08:41:58
51706         Log: Raw integrate of mainline for S_grok_number debug
51707              (sv.c has MULTIPLICITY issues as well as whatever else ...)
51708      Branch: perlio
51709            - plan9/perlplan9.doc plan9/perlplan9.pod
51710           !> (integrate 46 files)
51711 ____________________________________________________________________________
51712 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
51713         Log: The proper prototyping for #10463.
51714      Branch: perl
51715            ! embed.h embed.pl proto.h sv.c
51716 ____________________________________________________________________________
51717 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
51718         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
51719              From: Nicholas Clark <nick@ccl4.org>
51720              Date: Thu, 7 Jun 2001 00:29:59 +0100
51721              Message-ID: <20010607002959.Z76396@plum.flirble.org>
51722      Branch: perl
51723            ! sv.c
51724 ____________________________________________________________________________
51725 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
51726         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
51727              From: "Craig A. Berry" <craigberry@mac.com>
51728              Date: Wed, 06 Jun 2001 17:54:30 -0500
51729              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
51730      Branch: perl
51731            ! vms/perlvms.pod
51732 ____________________________________________________________________________
51733 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
51734         Log: Podify the remaining README.platform files;
51735              merge README.plan9 and plan9/perlplan9.pod;
51736              delete plan9/perlplan9.* (the perlplan.doc needs to
51737              be regenerated in Plan 9); make the =head1 and =head2
51738              in the README.platform to be a little more verbose
51739              (skipped README.os2 not to anger Ilya) so that they
51740              look better in the toc; regen toc.
51741      Branch: perl
51742            - plan9/perlplan9.doc plan9/perlplan9.pod
51743            ! MANIFEST README.aix README.amiga README.apollo README.beos
51744            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
51745            ! README.hpux README.hurd README.machten README.macos
51746            ! README.micro README.mint README.mpeix README.os390
51747            ! README.plan9 README.qnx README.solaris README.threads
51748            ! README.tru64 README.vmesa README.vms README.vos README.win32
51749            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
51750            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
51751 ____________________________________________________________________________
51752 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
51753         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
51754              From: Mike Guy <mjtg@cam.ac.uk>
51755              Reply-To: mjtg@cam.ac.uk
51756              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
51757      Branch: perl
51758            ! pod/perlguts.pod
51759 ____________________________________________________________________________
51760 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
51761         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
51762              From: Mike Guy <mjtg@cam.ac.uk>
51763              Reply-To: mjtg@cam.ac.uk
51764              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
51765      Branch: perl
51766            ! pod/perlsec.pod
51767 ____________________________________________________________________________
51768 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
51769         Log: Disable long doubles from pre-5.0 Tru64s.
51770      Branch: perl
51771            ! README.tru64 hints/dec_osf.sh
51772 ____________________________________________________________________________
51773 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
51774         Log: The #10455 exposed that modfl() is fundamentally busted
51775              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
51776              testing it.
51777      Branch: perl
51778            ! hints/dec_osf.sh
51779 ____________________________________________________________________________
51780 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
51781         Log: Metaconfig unit change for #10455.
51782      Branch: metaconfig/U/perl
51783            ! d_modfl.U
51784 ____________________________________________________________________________
51785 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
51786         Log: Configure check for geborken modfl(), inspired by
51787              
51788              Subject: Re: [20010118.017] op/int.t failure 
51789              From: Hugo <hv@crypt.compulink.co.uk>
51790              Date: Tue, 05 Jun 2001 13:43:27 +0100
51791              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
51792      Branch: perl
51793            ! Configure
51794 ____________________________________________________________________________
51795 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
51796         Log: Integrate changes #10450 and #10451 from maintperl:
51797              
51798              optimize change#10448 slightly (don't repeat search in eval""s lexical
51799              scope, since that has already been searched)
51800              
51801              change#9108 needs subtler treatment for case of closures created
51802              within eval""
51803      Branch: perl
51804           !> op.c t/op/misc.t
51805 ____________________________________________________________________________
51806 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
51807         Log: MakeMaker magic to compile (when no dynamic loading)
51808              List/Util.xsc as (ListUtil.c and) ListUtil.o since
51809              POSIX-BC (BS2000) linker has an evil limitation of
51810              being unable to include in the same executable several
51811              object files with the same name - case-insensitively -
51812              because otherwise we conflict with util.c.
51813              Strictly speaking currently required only in POSIX-BC
51814              but probably will do no harm elsewhere where static
51815              linking is required.
51816      Branch: perl
51817            ! ext/List/Util/Makefile.PL
51818 ____________________________________________________________________________
51819 [ 10452] By: nick                                  on 2001/06/06  08:59:51
51820         Log: Integrate mainline.
51821      Branch: perlio
51822           +> lib/Attribute/Handlers/demo/Demo.pm
51823           +> lib/Attribute/Handlers/demo/Descriptions.pm
51824           +> lib/Attribute/Handlers/demo/MyClass.pm
51825           +> lib/Attribute/Handlers/demo/demo.pl
51826           +> lib/Attribute/Handlers/demo/demo2.pl
51827           +> lib/Attribute/Handlers/demo/demo3.pl
51828           +> lib/Attribute/Handlers/demo/demo4.pl
51829           +> lib/Attribute/Handlers/demo/demo_call.pl
51830           +> lib/Attribute/Handlers/demo/demo_chain.pl
51831           +> lib/Attribute/Handlers/demo/demo_cycle.pl
51832           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
51833           +> lib/Attribute/Handlers/demo/demo_phases.pl
51834           +> lib/Attribute/Handlers/demo/demo_range.pl
51835           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
51836           +> uts/strtol_wrap.c
51837           !> (integrate 91 files)
51838 ____________________________________________________________________________
51839 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
51840         Log: change#9108 needs subtler treatment for case of closures created
51841              within eval""
51842      Branch: maint-5.6/perl
51843            ! op.c t/op/misc.t
51844 ____________________________________________________________________________
51845 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
51846         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
51847              scope, since that has already been searched)
51848      Branch: maint-5.6/perl
51849            ! op.c
51850 ____________________________________________________________________________
51851 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
51852         Log: Integrate change #10448 from maintperl; lexicals
51853              outside an eval"" weren't resolved correctly inside a subroutine
51854              definition inside the eval"" if they were not already referenced
51855              in the toplevel of the eval""-ed code
51856      Branch: perl
51857           !> cop.h op.c pp_ctl.c t/op/misc.t
51858 ____________________________________________________________________________
51859 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
51860         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
51861              outside an eval"" weren't resolved correctly inside a subroutine
51862              definition inside the eval"" if they were not already referenced
51863              in the toplevel of the eval""-ed code
51864      Branch: maint-5.6/perl
51865            ! cop.h op.c pp_ctl.c t/op/misc.t
51866 ____________________________________________________________________________
51867 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
51868         Log: Subject: [PATCH] perl570delta.pod
51869              From: Peter Scott <Peter@PSDT.com> 
51870              Date: Tue, 05 Jun 2001 18:51:02 -0700
51871              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
51872      Branch: perl
51873            ! pod/perl570delta.pod
51874 ____________________________________________________________________________
51875 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
51876         Log: The fudge factor is no more needed.  I hope.
51877      Branch: perl
51878            ! t/lib/posix.t
51879 ____________________________________________________________________________
51880 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
51881         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
51882              From: Hugo <hv@crypt.compulink.co.uk>
51883              Date: Tue, 05 Jun 2001 12:58:19 +0100
51884              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
51885      Branch: perl
51886            ! util.c
51887 ____________________________________________________________________________
51888 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
51889         Log: Make up prototypes only for those who have the functions
51890              but not the prototypes.
51891      Branch: perl
51892            ! perl.h
51893 ____________________________________________________________________________
51894 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
51895         Log: Subject: Re: Not OK: perl@10439 on win32 
51896              From: Prymmer/Kahn <pvhp@best.com> 
51897              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
51898              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
51899      Branch: perl
51900            ! perl.h util.c
51901 ____________________________________________________________________________
51902 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
51903         Log: The metaconfig units changes for #10441.
51904      Branch: metaconfig
51905            ! U/modified/Extract.U U/modified/Extractall.U
51906            ! U/modified/Finish.U
51907 ____________________________________________________________________________
51908 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
51909         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
51910      Branch: perl
51911            ! Configure
51912 ____________________________________________________________________________
51913 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
51914         Log: Unnecessary fuzziness undone, noted by Mike Guy.
51915      Branch: perl
51916            ! t/op/tr.t
51917 ____________________________________________________________________________
51918 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
51919         Log: Update Changes.
51920      Branch: perl
51921            ! Changes patchlevel.h
51922 ____________________________________________________________________________
51923 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
51924         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
51925              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
51926              leakage patch.
51927      Branch: perl
51928            ! t/op/misc.t
51929 ____________________________________________________________________________
51930 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
51931         Log: Test case for #10433/#10424.
51932      Branch: perl
51933            ! t/op/misc.t
51934 ____________________________________________________________________________
51935 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
51936         Log: Subject: One fix for strtoul not setting errno
51937              From: hom00@utsglobal.com (Hal Morris)
51938              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
51939              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
51940      Branch: perl
51941            + uts/strtol_wrap.c
51942            ! MANIFEST hints/uts.sh
51943 ____________________________________________________________________________
51944 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
51945         Log: Metaconfig units changes for #10434.
51946      Branch: metaconfig
51947            ! U/modified/Cppsym.U
51948      Branch: metaconfig/U/perl
51949            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
51950            + d_syscallproto.U d_usleepproto.U
51951            ! longdblfio.U quadfio.U
51952 ____________________________________________________________________________
51953 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
51954         Log: Configure tweaks; add prototype probes, make the cpp symbols
51955              probe to cast, not whine; test for %Ld and %Lf before %lld and
51956              %llf because the L is the ANSI way.
51957      Branch: perl
51958            ! Configure config_h.SH configure.com epoc/config.sh
51959            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
51960            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
51961            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
51962 ____________________________________________________________________________
51963 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
51964         Log: Sigh.  This is what #10424 was supposed to check in.
51965      Branch: perl
51966            ! op.c sv.c sv.h
51967 ____________________________________________________________________________
51968 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
51969         Log: More verbose failure.
51970      Branch: perl
51971            ! t/op/ver.t
51972 ____________________________________________________________________________
51973 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
51974         Log: The .pm changes to go with #10428.
51975      Branch: perl
51976            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
51977            ! ext/Sys/Syslog/Syslog.pm
51978 ____________________________________________________________________________
51979 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
51980         Log: On second thoughts show to utf8 skippage message only
51981              on failures, it's too confusing otherwise,
51982      Branch: perl
51983            ! t/pragma/locale.t
51984 ____________________________________________________________________________
51985 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
51986         Log: Do not import anything from Encode.
51987      Branch: perl
51988            ! ext/MIME/Base64/QuotedPrint.pm
51989 ____________________________________________________________________________
51990 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
51991         Log: The #10402 didn't take.  Weird.
51992      Branch: perl
51993            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
51994            ! ext/Sys/Syslog/Syslog.xs
51995 ____________________________________________________________________________
51996 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
51997         Log: Eradicate traces of 'asciirange' re subpragma.
51998      Branch: perl
51999            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
52000            ! pod/perldiag.pod
52001 ____________________________________________________________________________
52002 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
52003         Log: use is a compile-time thing.
52004      Branch: perl
52005            ! ext/MIME/Base64/QuotedPrint.pm
52006 ____________________________________________________________________________
52007 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
52008         Log: Subject: [PATCH perl@10419] -Wall casting patch
52009              From: Robin Barker <rmb1@cise.npl.co.uk>
52010              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
52011              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
52012      Branch: perl
52013            ! ext/Devel/DProf/DProf.xs mg.c
52014 ____________________________________________________________________________
52015 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
52016         Log: Subject: [PATCH #2] introducing SVpad_TYPED
52017              From: Abhijit Menon-Sen <ams@wiw.org>
52018              Date: Mon, 4 Jun 2001 12:26:02 +0530
52019              Message-ID: <20010604122602.A5775@lustre.linux.in>
52020      Branch: perl
52021            ! op.c sv.c sv.h
52022 ____________________________________________________________________________
52023 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
52024         Log: testsuite for change#10192 (from Gisle Aas)
52025      Branch: perl
52026            + t/op/override.t
52027            ! MANIFEST
52028 ____________________________________________________________________________
52029 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
52030         Log: integrate changes#10414-10416 from mainline
52031              
52032              Potential buffer overrun if the radix separator is more than
52033              one byte.  Also, under locales, prefer the locale-specific
52034              separator over the old boring ".".
52035              
52036              "10.", that is, decimal numbers can have no decimal part at all.
52037              
52038              The non-locale places need love, too.
52039      Branch: maint-5.6/perl
52040           !> perl.h sv.c
52041 ____________________________________________________________________________
52042 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
52043         Log: Missed from #10420.
52044      Branch: perl
52045            ! epoc/config.sh
52046 ____________________________________________________________________________
52047 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
52048         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
52049              often this prototype goes with HAS_SETRESUID_PROTO.
52050      Branch: perl
52051            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52052            ! config_h.SH configure.com perl.h uconfig.h
52053 ____________________________________________________________________________
52054 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
52055         Log: Update Changes.
52056      Branch: perl
52057            ! Changes patchlevel.h
52058 ____________________________________________________________________________
52059 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
52060         Log: -Wall "subscript has type `char'" cleanup.
52061      Branch: perl
52062            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
52063 ____________________________________________________________________________
52064 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
52065         Log: Various "cast to pointer from integer of different size"
52066              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
52067              wide but I32 (int) only 32 bits wide).
52068              
52069              WARNING: the classnum and tagnum changes in Storable.xs
52070              may not be wise, they may be breaking binary compatibility
52071              (in 64-bit platforms), asked Raphael Manfredi about the changes.
52072      Branch: perl
52073            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
52074            ! mg.c proto.h
52075 ____________________________________________________________________________
52076 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
52077         Log: The non-locale places need love, too.
52078      Branch: perl
52079            ! perl.h
52080 ____________________________________________________________________________
52081 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
52082         Log: "10.", that is, decimal numbers can have no decimal part at all.
52083      Branch: perl
52084            ! perl.h
52085 ____________________________________________________________________________
52086 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
52087         Log: Potential buffer overrun if the radix separator is more than
52088              one byte.  Also, under locales, prefer the locale-specific
52089              separator over the old boring ".".
52090      Branch: perl
52091            ! perl.h sv.c
52092 ____________________________________________________________________________
52093 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
52094         Log: Integrate change #10412 from maintperl; locale is now
52095              per-cop, not per-op; plus retweak the locale.t to always
52096              list the skipped utf8 locales.
52097      Branch: perl
52098            ! t/pragma/locale.t
52099           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
52100           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
52101 ____________________________________________________________________________
52102 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
52103         Log: rationalize locale handling to fix the bugs uncovered by change#10394
52104              
52105              the major issue was that the runtime was looking at PL_hints rather
52106              than op_private to notice whether locale was enabled
52107              
52108              the secondary issue was that many locale-sensitive numeric ops didn't
52109              have HINT_LOCALE propagated into their op_private
52110              
52111              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
52112              instead of per-op, just like HINT_BYTE and the hints for lexical
52113              warnings (this makes the hint available to every op via PL_curcop)
52114              
52115              pragma/locale.t may need to be reworked with these fixes in mind
52116              (it currently passes its tests)
52117      Branch: maint-5.6/perl
52118            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
52119            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
52120 ____________________________________________________________________________
52121 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
52122         Log: More verbose debugging.
52123      Branch: perl
52124            ! t/pragma/locale.t
52125 ____________________________________________________________________________
52126 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
52127         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
52128              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
52129              Date: Sat, 2 Jun 2001 22:53:33 +0100
52130              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
52131      Branch: perl
52132            ! regcomp.c t/pragma/warn/regcomp
52133 ____________________________________________________________________________
52134 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
52135         Log: Mention that lexicalizing $a or $b is a bad idea if one
52136              wants to use sort().
52137      Branch: perl
52138            ! pod/perlvar.pod
52139 ____________________________________________________________________________
52140 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
52141         Log: Tweak the test to be happy if the accuracy is 'good enough'.
52142      Branch: perl
52143            ! t/lib/posix.t
52144 ____________________________________________________________________________
52145 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
52146         Log: Upgrade to Attribute::Handlers 0.70.
52147              
52148              NOTE: this unearthed the "too late for CHECK block" bug,
52149              that's why the 1_compile.t change.
52150      Branch: perl
52151            + lib/Attribute/Handlers/demo/Demo.pm
52152            + lib/Attribute/Handlers/demo/Descriptions.pm
52153            + lib/Attribute/Handlers/demo/MyClass.pm
52154            + lib/Attribute/Handlers/demo/demo.pl
52155            + lib/Attribute/Handlers/demo/demo2.pl
52156            + lib/Attribute/Handlers/demo/demo3.pl
52157            + lib/Attribute/Handlers/demo/demo4.pl
52158            + lib/Attribute/Handlers/demo/demo_call.pl
52159            + lib/Attribute/Handlers/demo/demo_chain.pl
52160            + lib/Attribute/Handlers/demo/demo_cycle.pl
52161            + lib/Attribute/Handlers/demo/demo_hashdir.pl
52162            + lib/Attribute/Handlers/demo/demo_phases.pl
52163            + lib/Attribute/Handlers/demo/demo_range.pl
52164            + lib/Attribute/Handlers/demo/demo_rawdata.pl
52165            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
52166            ! t/lib/attrhand.t
52167 ____________________________________________________________________________
52168 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
52169         Log: One less -Wall whine.
52170      Branch: perl
52171            ! regcomp.c
52172 ____________________________________________________________________________
52173 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
52174         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
52175      Branch: perl
52176           !> t/op/eval.t
52177 ____________________________________________________________________________
52178 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
52179         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
52180              aren't "normally" visible inside eval""s contained in subs unless
52181              a cloned reference to them already exists)
52182              
52183              strangely enough, t/harness didn't show this up as a failure
52184              (harness needs fixing?)
52185      Branch: maint-5.6/perl
52186            ! t/op/eval.t
52187 ____________________________________________________________________________
52188 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
52189         Log: Update to Text::Balanced 1.85.
52190      Branch: perl
52191            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
52192 ____________________________________________________________________________
52193 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
52194         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
52195              From: Nicholas Clark <nick@ccl4.org>
52196              Date: Sun, 3 Jun 2001 17:54:36 +0100
52197              Message-ID: <20010603175436.E76396@plum.flirble.org> 
52198      Branch: perl
52199            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
52200            ! ext/Sys/Syslog/Syslog.xs
52201 ____________________________________________________________________________
52202 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
52203         Log: Unused variables.
52204      Branch: perl
52205            ! util.c
52206 ____________________________________________________________________________
52207 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
52208         Log: Subject: [PATCH] APIfy op_clear 
52209              From: Simon Cozens <simon@netthink.co.uk>
52210              Date: Sun, 3 Jun 2001 13:51:46 +0100
52211              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
52212              
52213              (despite the subject line, op_null is APIfied by the patch)
52214      Branch: perl
52215            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
52216 ____________________________________________________________________________
52217 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
52218         Log: Subject: [PATCH] t/lib/extutils.t
52219              From: Nicholas Clark <nick@ccl4.org>
52220              Date: Sat, 2 Jun 2001 23:57:05 +0100
52221              Message-ID: <20010602235705.Q12698@plum.flirble.org>
52222      Branch: perl
52223            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52224 ____________________________________________________________________________
52225 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
52226         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
52227              From: Prymmer/Kahn <pvhp@best.com>
52228              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
52229              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
52230      Branch: perl
52231            ! win32/Makefile win32/makefile.mk
52232 ____________________________________________________________________________
52233 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
52234         Log: Subject: Re: 'decimal digits' macro? 
52235              From: Hugo <hv@crypt.compulink.co.uk>
52236              Date: Sun, 03 Jun 2001 04:26:36 +0100
52237              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
52238      Branch: perl
52239            ! handy.h t/lib/posix.t t/op/tr.t
52240 ____________________________________________________________________________
52241 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
52242         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
52243              From: Hugo <hv@crypt.compulink.co.uk>
52244              Date: Sun, 03 Jun 2001 14:56:30 +0100
52245              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
52246      Branch: perl
52247            ! util.c
52248 ____________________________________________________________________________
52249 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
52250         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
52251      Branch: perl
52252           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
52253           !> vms/perly_c.vms
52254 ____________________________________________________________________________
52255 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
52256         Log: fix leakage of lexicals at file scope into subroutines that were
52257              declared before them; this appears to be a longstanding bug that
52258              meant that lexicals at file scope were never "deintroduced", meaning
52259              their scope range was never properly closed, and their visibility
52260              extended to all subsequent eval""s or requires
52261              
52262              added a test case
52263              
52264              seems to also fix a case of bogus duplicate warnings
52265      Branch: maint-5.6/perl
52266            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
52267            ! vms/perly_c.vms
52268 ____________________________________________________________________________
52269 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
52270         Log: More VMS tweaks from Craig A. Berry.
52271      Branch: perl
52272            ! configure.com t/lib/extutils.t
52273 ____________________________________________________________________________
52274 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
52275         Log: -Wall cleanup continues.
52276      Branch: perl
52277            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
52278            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
52279            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
52280            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
52281            ! run.c toke.c util.c
52282 ____________________________________________________________________________
52283 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
52284         Log: The metaconfig unit change for #10390.
52285      Branch: metaconfig/U/perl
52286            ! gccvers.U
52287 ____________________________________________________________________________
52288 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
52289         Log: Drop the -ansi from the default gcc flags.
52290              
52291              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
52292              that struct cannot be compared with a flat integer, such as STRLEN.
52293              The -ansi will also cause a lot of noise in Solaris because of:
52294              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
52295      Branch: perl
52296            ! Configure
52297 ____________________________________________________________________________
52298 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
52299         Log: Integrate perlio:
52300              
52301              [ 10387]
52302              Tweak util.c's atof2 for MULTIPLICITY
52303      Branch: perl
52304           !> pod/perlapi.pod util.c
52305 ____________________________________________________________________________
52306 [ 10388] By: nick                                  on 2001/06/02  08:01:12
52307         Log: Integrate mainline
52308      Branch: perlio
52309           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
52310           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
52311           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
52312           !> t/lib/1_compile.t t/lib/mimeqp.t
52313 ____________________________________________________________________________
52314 [ 10387] By: nick                                  on 2001/06/02  07:39:17
52315         Log: Tweak util.c's atof2 for MULTIPLICITY
52316      Branch: perlio
52317            ! util.c
52318 ____________________________________________________________________________
52319 [ 10386] By: nick                                  on 2001/06/02  07:38:33
52320         Log: Integrate mainline
52321      Branch: perlio
52322           !> (integrate 41 files)
52323 ____________________________________________________________________________
52324 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
52325         Log: Add Attribute::Handlers 0.61 from Damian Conway.
52326      Branch: perl
52327            + lib/Attribute/Handlers.pm t/lib/attrhand.t
52328            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
52329 ____________________________________________________________________________
52330 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
52331         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
52332              From: Peter Prymmer <pvhp@forte.com>
52333              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
52334              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
52335      Branch: perl
52336            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
52337 ____________________________________________________________________________
52338 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
52339         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
52340              From: Jeff Pinyan <jeffp@crusoe.net>
52341              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
52342              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
52343      Branch: perl
52344            ! lib/File/Find.pm
52345 ____________________________________________________________________________
52346 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
52347         Log: Subject: [PATCH perl@10381] configure.com tweaks
52348              From: "Craig A. Berry" <craigberry@mac.com>
52349              Date: Fri, 1 Jun 2001 13:55:43 -0500
52350              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
52351      Branch: perl
52352            ! configure.com
52353 ____________________________________________________________________________
52354 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
52355         Log: Update Changes.
52356      Branch: perl
52357            ! Changes patchlevel.h
52358 ____________________________________________________________________________
52359 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
52360         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
52361              From: Mike Guy <mjtg@cam.ac.uk>
52362              Date: Fri, 01 Jun 2001 18:17:02 +0100
52363              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
52364      Branch: perl
52365            ! lib/perl5db.pl
52366 ____________________________________________________________________________
52367 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
52368         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
52369              From: Hugo <hv@crypt.compulink.co.uk>
52370              Date: Thu, 31 May 2001 20:49:48 +0100
52371              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
52372      Branch: perl
52373            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
52374            ! util.c
52375 ____________________________________________________________________________
52376 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
52377         Log: Zero() is not available in x2p (or, rather, some of its
52378              implementations like memzero() might not be available.)
52379      Branch: perl
52380            ! x2p/hash.c
52381 ____________________________________________________________________________
52382 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
52383         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
52384              From: Michael G Schwern <schwern@pobox.com>
52385              Date: Fri, 1 Jun 2001 12:00:29 +0100
52386              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
52387              
52388              (But use Zero() instead of memset.)
52389      Branch: perl
52390            ! x2p/hash.c
52391 ____________________________________________________________________________
52392 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
52393         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
52394              From: Jeff Pinyan <jeffp@crusoe.net>
52395              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
52396              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
52397      Branch: perl
52398            ! pod/perldiag.pod regcomp.c t/op/pat.t
52399 ____________________________________________________________________________
52400 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
52401         Log: Retract #10324 and #10333; not needed.
52402      Branch: perl
52403            ! hints/irix_6.sh hints/linux.sh
52404 ____________________________________________________________________________
52405 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
52406         Log: The #10370 wasn't quite right.
52407      Branch: perl
52408            ! ext/XS/Typemap/Typemap.xs
52409 ____________________________________________________________________________
52410 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
52411         Log: The metaconfig units changes for #10372.
52412      Branch: metaconfig/U/perl
52413            + d_realpath.U d_sresgproto.U d_sresuproto.U
52414            ! gccvers.U i_db.U
52415 ____________________________________________________________________________
52416 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
52417         Log: Configure tweaks; record the Berkeley DB version,
52418              probe for realpath(), for setresuid() and setresgid()
52419              prototypes; use realpath() (try to be paranoid enough),
52420              use the setres[ug]id prototypes because glibc has the functions
52421              but not their prototypes; add -Wall -ansi to gcc ccflags;
52422              regen toc.
52423      Branch: perl
52424            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52425            ! config_h.SH configure.com epoc/config.sh
52426            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
52427            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
52428            ! vos/config.ga.def win32/config.bc win32/config.gc
52429            ! win32/config.vc
52430 ____________________________________________________________________________
52431 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
52432         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
52433              From: Michael G Schwern <schwern@pobox.com>
52434              Date: Fri, 1 Jun 2001 11:28:14 +0100
52435              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
52436      Branch: perl
52437            ! lib/attributes.pm xsutils.c
52438 ____________________________________________________________________________
52439 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
52440         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
52441              From: Tim Jenness <t.jenness@jach.hawaii.edu>
52442              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
52443              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
52444      Branch: perl
52445            ! ext/XS/Typemap/Typemap.xs
52446 ____________________________________________________________________________
52447 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
52448         Log: Subject: [patch] Cwd.xs optimizations/abstraction
52449              From: Doug MacEachern <dougm@covalent.net>
52450              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
52451              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
52452      Branch: perl
52453            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
52454            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
52455 ____________________________________________________________________________
52456 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
52457         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!])
52458              From: Nicholas Clark <nick@ccl4.org>
52459              Date: Thu, 31 May 2001 23:56:40 +0100
52460              Message-ID: <20010531235640.F12698@plum.flirble.org>
52461              
52462              Make the test work also under only static extensions
52463              (sh Configure -Uusedl fakes this nicely)
52464      Branch: perl
52465            ! t/lib/extutils.t
52466 ____________________________________________________________________________
52467 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
52468         Log: Subject: [PATCH hv.c] Eliminating trigraph
52469              From: Michael G Schwern <schwern@pobox.com>
52470              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
52471              Date: Fri, 1 Jun 2001 11:49:56 +0100
52472      Branch: perl
52473            ! hv.c
52474 ____________________________________________________________________________
52475 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
52476         Log: Subject: Re: [PATCH] Tests for File::Compare 
52477              From: "Philip Newton" <Philip.Newton@gmx.net>
52478              Date: Thu, 31 May 2001 19:44:05 +0200
52479              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
52480              
52481              Unnecessary "quotation marks".
52482      Branch: perl
52483            ! t/lib/filecomp.t
52484 ____________________________________________________________________________
52485 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
52486         Log: Integrate perlio:
52487              
52488              [ 10364]
52489              Cleanup dll.base and dll.exp created by GCC builds.
52490              
52491              [ 10363]
52492              Make filecomp test work on CRLF platforms by adding binmode.
52493      Branch: perl
52494           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
52495 ____________________________________________________________________________
52496 [ 10364] By: nick                                  on 2001/06/01  10:13:31
52497         Log: Cleanup dll.base and dll.exp created by GCC builds.
52498      Branch: perlio
52499            ! lib/ExtUtils/MM_Win32.pm
52500 ____________________________________________________________________________
52501 [ 10363] By: nick                                  on 2001/06/01  10:02:17
52502         Log: Make filecomp test work on CRLF platforms by adding binmode.
52503      Branch: perlio
52504            ! t/lib/filecomp.t
52505 ____________________________________________________________________________
52506 [ 10362] By: nick                                  on 2001/06/01  08:37:17
52507         Log: Integrate mainline
52508      Branch: perlio
52509           !> Changes Configure patchlevel.h perlio.c
52510 ____________________________________________________________________________
52511 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
52512         Log: panic:claustrophobia.
52513      Branch: perl
52514            ! perlio.c
52515 ____________________________________________________________________________
52516 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
52517         Log: Update Changes.
52518      Branch: perl
52519            ! Changes patchlevel.h
52520 ____________________________________________________________________________
52521 [ 10359] By: nick                                  on 2001/05/31  12:35:50
52522         Log: Integrate mainline.
52523      Branch: perlio
52524           +> t/lib/filecomp.t
52525           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
52526           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
52527 ____________________________________________________________________________
52528 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
52529         Log: Integrate perlio:
52530              
52531              [ 10350]
52532              win32 - dmake regen_config_h
52533              
52534              [ 10348]
52535              Tolerate Win32 numerics
52536      Branch: perl
52537           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
52538           !> win32/config_H.vc
52539 ____________________________________________________________________________
52540 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
52541         Log: Metaconfig unit change for #10356.
52542      Branch: metaconfig
52543            ! U/installdirs/inc_version_list.U
52544 ____________________________________________________________________________
52545 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
52546         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
52547              (idea from Sarathy; implementation from Andy)
52548      Branch: perl
52549            ! Configure
52550 ____________________________________________________________________________
52551 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
52552         Log: More AUTHORS.
52553      Branch: perl
52554            ! AUTHORS
52555 ____________________________________________________________________________
52556 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
52557         Log: Subject: Re: [PATCH] Tests for File::Compare
52558              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
52559              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
52560              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
52561      Branch: perl
52562            + t/lib/filecomp.t
52563            ! MANIFEST t/lib/1_compile.t
52564 ____________________________________________________________________________
52565 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
52566         Log: Subject: [PATCH] DEBUG_* macro cleanups
52567              From: Abhijit Menon-Sen <ams@wiw.org>
52568              Date: Thu, 31 May 2001 12:16:22 +0530
52569              Message-ID: <20010531121622.B4829@lustre.linux.in>
52570              
52571              Subject: Re: [PATCH] DEBUG_* macro cleanups
52572              From: Abhijit Menon-Sen <ams@wiw.org>
52573              Date: Thu, 31 May 2001 13:57:01 +0530
52574              Message-ID: <20010531135701.A21775@lustre.linux.in>
52575              
52576              (The DEBUG_ definitions in perl.h changed to use the
52577              STMT_START and STMT_END.)
52578      Branch: perl
52579            ! perl.h pp_ctl.c sv.c toke.c
52580 ____________________________________________________________________________
52581 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
52582         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
52583              From: Abhijit Menon-Sen <ams@wiw.org>
52584              Date: Thu, 31 May 2001 08:27:55 +0530
52585              Message-ID: <20010531082755.A10018@lustre.linux.in>
52586      Branch: perl
52587            ! ext/Storable/Storable.xs gv.c perl.c
52588 ____________________________________________________________________________
52589 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
52590         Log: Subject: [PATCH] AUTHORS
52591              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52592              Date: Thu, 31 May 2001 01:27:59 -0500
52593              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
52594              
52595              Subject: Re: [PATCH] AUTHORS
52596              From: "Philip Newton" <Philip.Newton@gmx.net>
52597              Date: Thu, 31 May 2001 10:08:06 +0200
52598              (Message-Id missing?)
52599      Branch: perl
52600            ! AUTHORS
52601 ____________________________________________________________________________
52602 [ 10350] By: nick                                  on 2001/05/31  11:40:43
52603         Log: win32 - dmake regen_config_h
52604      Branch: perlio
52605            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52606 ____________________________________________________________________________
52607 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
52608         Log: Subject: Re: [PATCH util.c] More warning cleanups.
52609              From: "Philip Newton" <Philip.Newton@gmx.net>
52610              Date: Thu, 31 May 2001 07:41:36 +0200
52611              Message-Id: <200105310538.IAA25458@taku.hut.fi>
52612              
52613              Undo C++-ism that snekt in.
52614      Branch: perl
52615            ! util.c
52616 ____________________________________________________________________________
52617 [ 10348] By: nick                                  on 2001/05/31  11:36:46
52618         Log: Tolerate Win32 numerics
52619      Branch: perlio
52620            ! t/pragma/warn/toke
52621 ____________________________________________________________________________
52622 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
52623         Log: Integrate perlio:
52624              
52625              [ 10346]
52626              Hack to restore Win32 pseudo fork broken by Multiple Interpreter
52627              perlio.c change 10255.
52628              
52629              [ 10345]
52630              Conditionally put back some "unused" dTHX which are used
52631              with PERL_IMPLICIT_SYS
52632              
52633              [ 10344]
52634              Fix Win32 for new spelling IN_BYTES 
52635              
52636              [ 10343]
52637              perlio.c -Wall cleaner under MULTIPLICITY
52638              - still minor noise with linux stdio
52639      Branch: perl
52640           !> perlio.c win32/win32.h
52641 ____________________________________________________________________________
52642 [ 10346] By: nick                                  on 2001/05/31  10:54:55
52643         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
52644              perlio.c change 10255.
52645      Branch: perlio
52646            ! perlio.c
52647 ____________________________________________________________________________
52648 [ 10345] By: nick                                  on 2001/05/31  10:01:57
52649         Log: Conditionally put back some "unused" dTHX which are used
52650              with PERL_IMPLICIT_SYS
52651      Branch: perlio
52652            ! perlio.c
52653 ____________________________________________________________________________
52654 [ 10344] By: nick                                  on 2001/05/31  10:00:59
52655         Log: Fix Win32 for new spelling IN_BYTES 
52656      Branch: perlio
52657            ! win32/win32.h
52658 ____________________________________________________________________________
52659 [ 10343] By: nick                                  on 2001/05/31  08:01:32
52660         Log: perlio.c -Wall cleaner under MULTIPLICITY
52661              - still minor noise with linux stdio
52662      Branch: perlio
52663            ! perlio.c
52664 ____________________________________________________________________________
52665 [ 10342] By: nick                                  on 2001/05/31  07:52:23
52666         Log: Integrate mainline.
52667      Branch: perlio
52668           !> (integrate 42 files)
52669 ____________________________________________________________________________
52670 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
52671         Log: AUTHORS updates.
52672      Branch: perl
52673            ! AUTHORS
52674 ____________________________________________________________________________
52675 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
52676         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
52677              From: Peter Prymmer <pvhp@forte.com>
52678              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
52679              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
52680      Branch: perl
52681            ! t/lib/md5-file.t
52682 ____________________________________________________________________________
52683 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
52684         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
52685              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
52686              to match the pragma name; various robustness cleanups.
52687      Branch: perl
52688            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
52689            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
52690 ____________________________________________________________________________
52691 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
52692         Log: More -Wall sweeping.
52693      Branch: perl
52694            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
52695            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
52696            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
52697            ! regcomp.c sv.c toke.c utf8.c
52698 ____________________________________________________________________________
52699 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
52700         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
52701              From: Nicholas Clark <nick@ccl4.org>
52702              Date: Wed, 30 May 2001 22:34:41 +0100
52703              Message-ID: <20010530223441.Y86445@plum.flirble.org>
52704      Branch: perl
52705            ! t/op/cmp.t
52706 ____________________________________________________________________________
52707 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
52708         Log: It's is not, it isn't ain't, and it's it's, not its,
52709              if you mean it is. If you don't, it's its. Then too,
52710              it's hers. It isn't her's. It isn't our's either.
52711              It's ours, and likewise yours and theirs.
52712              -- Oxford University Press, Edpress News
52713      Branch: perl
52714            ! lib/autouse.pm
52715 ____________________________________________________________________________
52716 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
52717         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
52718      Branch: perl
52719            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
52720            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
52721            ! x2p/str.c x2p/walk.c xsutils.c
52722 ____________________________________________________________________________
52723 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
52724         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
52725              From: Michael G Schwern <schwern@pobox.com>
52726              Date: Wed, 30 May 2001 17:10:38 +0100
52727              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
52728              
52729              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
52730              From: Abhijit Menon-Sen <ams@wiw.org>
52731              Date: Wed, 30 May 2001 23:16:13 +0530
52732              Message-ID: <20010530231613.A31933@lustre.linux.in>
52733      Branch: perl
52734            ! perl.c t/run/runenv.t
52735 ____________________________________________________________________________
52736 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
52737         Log: (Retracted by #10375.)
52738              
52739              IRIX hints patch from Merijn Broeren.
52740              
52741              TODO: (this and the earlier Linux hints patch) should be solved
52742              at Configure level.  Merijn: -ldb should not be used on any platform
52743              for perl, just when linking DBFile itself. Trying to be helpful here
52744              is counterproductive.
52745      Branch: perl
52746            ! hints/irix_6.sh
52747 ____________________________________________________________________________
52748 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
52749         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
52750              From: Nicholas Clark <nick@ccl4.org>
52751              Date: Wed, 30 May 2001 23:20:58 +0100
52752              Message-ID: <20010530232058.B86445@plum.flirble.org>
52753      Branch: perl
52754            ! doop.c
52755 ____________________________________________________________________________
52756 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
52757         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
52758              From: Michael G Schwern <schwern@pobox.com> 
52759              Date: Wed, 30 May 2001 15:24:20 +0100
52760              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
52761      Branch: perl
52762            ! t/pragma/autouse.t
52763 ____________________________________________________________________________
52764 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
52765         Log: The regex trick wasn't a good idea.
52766      Branch: perl
52767            ! pod/perlfaq4.pod
52768 ____________________________________________________________________________
52769 [ 10329] By: nick                                  on 2001/05/30  18:34:35
52770         Log: Integrate mainline
52771      Branch: perlio
52772           !> (integrate 40 files)
52773 ____________________________________________________________________________
52774 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
52775         Log: Update Changes.
52776      Branch: perl
52777            ! Changes patchlevel.h
52778 ____________________________________________________________________________
52779 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
52780         Log: The metaconfig unit change for #10325.
52781      Branch: metaconfig
52782            + U/modified/afs.U
52783 ____________________________________________________________________________
52784 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
52785         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
52786              is now wrong.
52787      Branch: perl
52788            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
52789 ____________________________________________________________________________
52790 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
52791         Log: Introduce $Config{afsroot}.
52792      Branch: perl
52793            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52794            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
52795            ! win32/config.gc win32/config.vc
52796 ____________________________________________________________________________
52797 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
52798         Log: (Retracted by #10375.)
52799              
52800              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
52801      Branch: perl
52802            ! hints/linux.sh
52803 ____________________________________________________________________________
52804 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
52805         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
52806              (Also Configure tweaks needed; coming up soon.)
52807      Branch: perl
52808            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
52809 ____________________________________________________________________________
52810 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
52811         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
52812              From: Michael G Schwern <schwern@pobox.com>
52813              Date: Sun, 27 May 2001 10:29:43 +0100
52814              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
52815      Branch: perl
52816            ! lib/perl5db.pl
52817 ____________________________________________________________________________
52818 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
52819         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
52820              and Abhijit Menon-Sen.
52821      Branch: perl
52822            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
52823            ! perl.c pp_sys.c regcomp.c
52824 ____________________________________________________________________________
52825 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
52826         Log: Fix the BOOT section to call myU2time properly.
52827      Branch: perl
52828            ! ext/Time/HiRes/HiRes.xs
52829 ____________________________________________________________________________
52830 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
52831         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
52832              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
52833              Date: Wed, 30 May 2001 09:44:29 -0400
52834              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
52835              
52836              Detypo; plus add one more trick.
52837      Branch: perl
52838            ! pod/perlfaq4.pod
52839 ____________________________________________________________________________
52840 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
52841         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)
52842              From: Michael G Schwern <schwern@pobox.com>
52843              Date: Wed, 30 May 2001 14:39:06 +0100
52844              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
52845      Branch: perl
52846            ! lib/autouse.pm t/pragma/autouse.t
52847 ____________________________________________________________________________
52848 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
52849         Log: Subject: Re: AIX and gcc (moving targets)
52850              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52851              Date: Wed, 30 May 2001 15:25:08 +0200
52852              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
52853      Branch: perl
52854            ! ext/Time/HiRes/HiRes.xs
52855 ____________________________________________________________________________
52856 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
52857         Log: Subject: [PATCH t/TEST] sorting tests
52858              From: Michael G Schwern <schwern@pobox.com>
52859              Date: Wed, 30 May 2001 10:24:02 +0100
52860              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
52861      Branch: perl
52862            ! t/TEST
52863 ____________________________________________________________________________
52864 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
52865         Log: Subject: [ID 20010529.002] typos in man page perlre
52866              From: bart@cg681574-a.adubn1.nj.home.com 
52867              Date: Tue, 29 May 2001 13:58:59 -0500
52868              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
52869      Branch: perl
52870            ! pod/perlre.pod
52871 ____________________________________________________________________________
52872 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
52873         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
52874              From: "Craig A. Berry" <craigberry@mac.com>
52875              Date: Tue, 29 May 2001 23:23:45 -0500
52876              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
52877      Branch: perl
52878            ! t/lib/extutils.t t/pragma/autouse.t
52879 ____________________________________________________________________________
52880 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
52881         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)
52882              From: David Dyck <dcd@tc.fluke.com>
52883              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
52884              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
52885      Branch: perl
52886            ! t/lib/filefind.t
52887 ____________________________________________________________________________
52888 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
52889         Log: AIX hints update for gcc from Merijn H. Brand.
52890      Branch: perl
52891            ! hints/aix.sh
52892 ____________________________________________________________________________
52893 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
52894         Log: Retract #10295 and #10296: a more generic solution
52895              is needed (there's something funny with gcc on AIX).
52896      Branch: perl
52897            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
52898 ____________________________________________________________________________
52899 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
52900         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
52901              From: Hugo <hv@crypt.compulink.co.uk>
52902              Date: Wed, 30 May 2001 11:59:19 +0100
52903              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
52904              
52905              localizing $@ has unfortunate semantics - if you die past
52906              a local $@, the die message is lost.
52907      Branch: perl
52908            ! lib/utf8_heavy.pl
52909 ____________________________________________________________________________
52910 [ 10309] By: nick                                  on 2001/05/30  08:23:02
52911         Log: Integrate mainline (autouse works again.)
52912      Branch: perlio
52913           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
52914           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
52915           !> pod/perlvar.pod t/op/cmp.t
52916 ____________________________________________________________________________
52917 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
52918         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
52919              From: David Dyck <dcd@tc.fluke.com>
52920              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
52921              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
52922      Branch: perl
52923            ! lib/File/Find.pm
52924 ____________________________________________________________________________
52925 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
52926         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
52927              From: Nicholas Clark <nick@ccl4.org>
52928              Date: Tue, 29 May 2001 23:16:09 +0100
52929              Message-ID: <20010529231609.U86445@plum.flirble.org>
52930              
52931              Make the test output slightly clearer by distinguishing
52932              between '' and undef.
52933      Branch: perl
52934            ! t/op/cmp.t
52935 ____________________________________________________________________________
52936 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
52937         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
52938              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52939              Date: Tue, 29 May 2001 19:15:19 -0400
52940              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
52941      Branch: perl
52942            ! hints/os2.sh
52943 ____________________________________________________________________________
52944 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
52945         Log: Subject: perlvar.pod addition
52946              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
52947              Date: Fri, 25 May 2001 20:23:12 +0200
52948              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
52949              
52950              Subject: Re: perlvar.pod addition
52951              From: "Abigail" <abigail@foad.org> 
52952              Date: Fri, 25 May 2001 22:00:39 +0200
52953              Message-ID: <20010525200039.28029.qmail@foad.org>
52954              
52955              Mention $a and $b in perlvar.
52956      Branch: perl
52957            ! pod/perlvar.pod
52958 ____________________________________________________________________________
52959 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
52960         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
52961              From: Jeff Pinyan <jeffp@crusoe.net>
52962              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
52963              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
52964      Branch: perl
52965            ! pod/perlvar.pod
52966 ____________________________________________________________________________
52967 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
52968         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
52969              From: Jeff Pinyan <jeffp@crusoe.net>
52970              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
52971              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
52972      Branch: perl
52973            ! pod/perlfaq6.pod
52974 ____________________________________________________________________________
52975 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
52976         Log: Mention Time::localtime and Time::gmtime.
52977      Branch: perl
52978            ! ext/Time/Piece/Piece.pm
52979 ____________________________________________________________________________
52980 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
52981         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
52982              From: Michael G Schwern <schwern@pobox.com>
52983              Date: Tue, 29 May 2001 18:51:32 +0100
52984              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
52985      Branch: perl
52986            ! pod/perlfaq4.pod
52987 ____________________________________________________________________________
52988 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
52989         Log: Retract #10243.
52990      Branch: perl
52991            ! lib/autouse.pm
52992 ____________________________________________________________________________
52993 [ 10299] By: nick                                  on 2001/05/29  18:41:19
52994         Log: Post weekend integrate mainline (fails one test pragma/autouse).
52995      Branch: perlio
52996           +> (branch 29 files)
52997           !> (integrate 91 files)
52998 ____________________________________________________________________________
52999 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
53000         Log: Update Changes.
53001      Branch: perl
53002            ! Changes patchlevel.h
53003 ____________________________________________________________________________
53004 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
53005         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
53006              before Perl_load_module/Perl_call_method and restore the value
53007              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
53008      Branch: perl
53009            ! utf8.c
53010 ____________________________________________________________________________
53011 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
53012         Log: Subject: Re: AIX and gcc (moving targets)
53013              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53014              Date: Tue, 29 May 2001 17:59:40 +0200
53015              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
53016      Branch: perl
53017            ! ext/Storable/Makefile.PL
53018 ____________________________________________________________________________
53019 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
53020         Log: Subject: Re: AIX and gcc (moving targets)
53021              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53022              Date: Tue, 29 May 2001 12:32:57 +0200
53023              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
53024      Branch: perl
53025            ! ext/POSIX/Makefile.PL
53026 ____________________________________________________________________________
53027 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
53028         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
53029              From: Michael G Schwern <schwern@pobox.com>
53030              Date: Tue, 29 May 2001 09:53:29 +0100
53031              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
53032              
53033              (#10280 retracted)
53034      Branch: perl
53035            ! lib/Test/Harness.pm t/lib/test-harness.t
53036 ____________________________________________________________________________
53037 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
53038         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
53039              From: Michael G Schwern <schwern@pobox.com>
53040              Date: Tue, 29 May 2001 09:19:52 +0100
53041              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
53042      Branch: perl
53043            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
53044            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
53045            + t/lib/Test/todo.t
53046            ! MANIFEST lib/Test.pm t/TEST
53047 ____________________________________________________________________________
53048 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
53049         Log: From: Michael G Schwern <schwern@pobox.com>
53050              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
53051              Date: Tue, 29 May 2001 08:26:09 +0100
53052              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
53053      Branch: perl
53054            ! t/TEST
53055 ____________________________________________________________________________
53056 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
53057         Log: Add tests for Time::gmtime and Time::localtime.
53058      Branch: perl
53059            + t/lib/time-gmtime.t t/lib/time-localtime.t
53060            ! MANIFEST t/lib/1_compile.t
53061 ____________________________________________________________________________
53062 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
53063         Log: Add test for File::stat.
53064      Branch: perl
53065            + t/lib/filestat.t
53066            ! MANIFEST t/lib/1_compile.t
53067 ____________________________________________________________________________
53068 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
53069         Log: Add test for Net::servent.
53070      Branch: perl
53071            + t/lib/net-sent.t
53072            ! MANIFEST t/lib/1_compile.t
53073 ____________________________________________________________________________
53074 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
53075         Log: Add test for Net::protoent.
53076      Branch: perl
53077            + t/lib/net-pent.t
53078            ! MANIFEST t/lib/1_compile.t
53079 ____________________________________________________________________________
53080 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
53081         Log: Add test for Net::netent.
53082      Branch: perl
53083            + t/lib/net-nent.t
53084            ! MANIFEST t/lib/1_compile.t
53085 ____________________________________________________________________________
53086 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
53087         Log: Add test for User::grent.  Portability doubtful.
53088      Branch: perl
53089            + t/lib/user-grent.t
53090            ! MANIFEST t/lib/1_compile.t
53091 ____________________________________________________________________________
53092 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
53093         Log: Add test for User::pwent.
53094              Probably will fall down somewhere for portability reasons.
53095      Branch: perl
53096            + t/lib/user-pwent.t
53097            ! MANIFEST t/lib/1_compile.t
53098 ____________________________________________________________________________
53099 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
53100         Log: Metaconfig units changes for #10283.
53101      Branch: metaconfig
53102            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
53103            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
53104            ! U/installdirs/sitescript.U U/modified/Signal.U
53105 ____________________________________________________________________________
53106 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
53107         Log: Subject: [PATCH 5.6.1] signal names in Configure
53108              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53109              Date: Tue, 29 May 2001 03:52:25 -0400
53110              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
53111              
53112              Subject: [PATCH 5.6.1] older perl in Configure
53113              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53114              Date: Tue, 29 May 2001 03:55:40 -0400
53115              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
53116              
53117              Subject: [PATCH 5.6.1] goofs in Configure
53118              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53119              Date: Tue, 29 May 2001 04:13:07 -0400
53120              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
53121              
53122              Configure portability tweaks.
53123      Branch: perl
53124            ! Configure
53125 ____________________________________________________________________________
53126 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
53127         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
53128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53129              Date: Tue, 29 May 2001 04:07:06 -0400
53130              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
53131      Branch: perl
53132            ! os2/os2.c
53133 ____________________________________________________________________________
53134 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
53135         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
53136              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53137              Date: Tue, 29 May 2001 04:01:38 -0400
53138              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
53139      Branch: perl
53140            ! hints/os2.sh os2/Makefile.SHs
53141 ____________________________________________________________________________
53142 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
53143         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
53144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53145              Date: Tue, 29 May 2001 03:50:18 -0400
53146              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
53147      Branch: perl
53148            ! lib/Test/Harness.pm
53149 ____________________________________________________________________________
53150 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
53151         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
53152      Branch: perl
53153            ! lib/utf8_heavy.pl
53154 ____________________________________________________________________________
53155 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
53156         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
53157              From: Hugo <hv@crypt.compulink.co.uk>
53158              Date: Tue, 29 May 2001 03:03:45 +0100
53159              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
53160              
53161              Explanation why the $@ always gets the UTF8 flag when under use utf8--
53162              because we told it to have the flag when under use utf8.
53163      Branch: perl
53164            ! pp_ctl.c
53165 ____________________________________________________________________________
53166 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
53167         Log: At least a partial fix for 20010528.004.
53168      Branch: perl
53169            ! lib/utf8_heavy.pl
53170 ____________________________________________________________________________
53171 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
53172         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
53173              From: Nicholas Clark <nick@ccl4.org> 
53174              Date: Mon, 28 May 2001 23:39:38 +0100
53175              Message-ID: <20010528233938.M86445@plum.flirble.org>
53176              
53177              More portable non-zero UV.
53178      Branch: perl
53179            ! t/lib/extutils.t
53180 ____________________________________________________________________________
53181 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
53182         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
53183              From: Nicholas Clark <nick@ccl4.org>
53184              Date: Mon, 28 May 2001 22:46:09 +0100
53185              Message-ID: <20010528224608.L86445@plum.flirble.org>
53186              
53187              Test also "make clean".
53188      Branch: perl
53189            ! t/lib/extutils.t
53190 ____________________________________________________________________________
53191 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
53192         Log: Subject: Re: Would -Wno-unused -Wall be better?
53193              From: Michael G Schwern <schwern@pobox.com>
53194              Date: Tue, 29 May 2001 00:55:54 +0100
53195              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
53196      Branch: perl
53197            ! pp.h
53198 ____________________________________________________________________________
53199 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
53200         Log: Add a test for 20010528.007, fixed in #10272.
53201      Branch: perl
53202            ! t/op/misc.t toke.c
53203 ____________________________________________________________________________
53204 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
53205         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
53206              From: Hugo <hv@crypt.compulink.co.uk>
53207              Date: Tue, 29 May 2001 00:23:23 +0100
53208              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
53209      Branch: perl
53210            ! toke.c
53211 ____________________________________________________________________________
53212 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
53213         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
53214              From: Michael G Schwern <schwern@pobox.com>
53215              Date: Tue, 29 May 2001 00:42:59 +0100
53216              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
53217      Branch: perl
53218            ! t/pragma/autouse.t
53219 ____________________________________________________________________________
53220 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
53221         Log: Some shells seemingly arrange the signal handlers differently
53222              (bug id 20010521.004).
53223      Branch: perl
53224            ! t/lib/sigaction.t
53225 ____________________________________________________________________________
53226 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
53227         Log: Regen perlmodlib.
53228      Branch: perl
53229            ! pod/perlmodlib.pod
53230 ____________________________________________________________________________
53231 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
53232         Log: Update Changes.
53233      Branch: perl
53234            ! Changes patchlevel.h
53235 ____________________________________________________________________________
53236 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
53237         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
53238              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
53239              Date: Mon, 28 May 2001 14:56:35 -0500
53240              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
53241      Branch: perl
53242            ! pod/perlnewmod.pod
53243 ____________________________________________________________________________
53244 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
53245         Log: Regen toc.
53246      Branch: perl
53247            ! pod/perltoc.pod
53248 ____________________________________________________________________________
53249 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
53250         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
53251              From: "Richard Soderberg" <rs@crystalflame.net>
53252              Date: Mon, 28 May 2001 12:31:23 -0700
53253              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
53254      Branch: perl
53255            ! t/op/splice.t
53256 ____________________________________________________________________________
53257 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
53258         Log: The #10260 was too bold: locales and utf8 still do not mix.
53259      Branch: perl
53260            ! t/pragma/locale.t
53261 ____________________________________________________________________________
53262 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
53263         Log: Subject: [PATCH] Pod nitpicks
53264              From: "Richard Soderberg" <rs@crystalflame.net>
53265              Date: Mon, 28 May 2001 10:08:58 -0700
53266              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
53267      Branch: perl
53268            ! pod/perl571delta.pod pod/perlapi.pod sv.h
53269 ____________________________________________________________________________
53270 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
53271         Log: Upgrade to I18N::LangTags 0.22.
53272      Branch: perl
53273            + lib/I18N/LangTags/List.pod
53274            ! MANIFEST lib/I18N/LangTags.pm
53275 ____________________________________________________________________________
53276 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
53277         Log: A slightly more serious bug found by -Mutf8; op/misc and
53278              lib/complex dumped core.
53279      Branch: perl
53280            ! regexec.c
53281 ____________________________________________________________________________
53282 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
53283         Log: Various buglets shaken out by -Mutf8.
53284      Branch: perl
53285            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
53286            ! t/pragma/locale.t
53287 ____________________________________________________________________________
53288 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
53289         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
53290      Branch: perl
53291            ! t/lib/carp.t
53292 ____________________________________________________________________________
53293 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
53294         Log: Subject: [PATCH] todo patch
53295              From: Artur Bergman <artur@contiller.se> 
53296              Date: Mon, 28 May 2001 17:03:51 +0200
53297              Message-ID: <B7383577.F34%artur@contiller.se>
53298      Branch: perl
53299            ! pod/perltodo.pod
53300 ____________________________________________________________________________
53301 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
53302         Log: Subject: typo in perlguts.pod
53303              From: "John P. Linderman" <jpl@research.att.com>
53304              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
53305              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
53306      Branch: perl
53307            ! pod/perlguts.pod
53308 ____________________________________________________________________________
53309 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
53310         Log: Subject: AIX and gcc (moving targets)
53311              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53312              Date: Mon, 28 May 2001 12:54:04 +0200
53313              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
53314      Branch: perl
53315            ! hints/aix.sh
53316 ____________________________________________________________________________
53317 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
53318         Log: Subject: Re: perlio + multiple perl_alloc..destruct
53319              From: Doug MacEachern <dougm@covalent.net>
53320              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
53321              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
53322      Branch: perl
53323            ! perlio.c
53324 ____________________________________________________________________________
53325 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
53326         Log: The #10251 wasn't quite up-to-the-code.
53327      Branch: perl
53328            ! t/op/misc.t
53329 ____________________________________________________________________________
53330 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
53331         Log: Test case for bug 20010526.004, fixed in #10252.
53332      Branch: perl
53333            ! t/op/taint.t
53334 ____________________________________________________________________________
53335 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
53336         Log: Subject: Re: [ID 20010526.004] Taint looses value
53337              From: Hugo <hv@crypt.compulink.co.uk>
53338              Date: Sun, 27 May 2001 20:39:32 +0100
53339              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
53340      Branch: perl
53341            ! sv.c
53342 ____________________________________________________________________________
53343 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
53344         Log: Test case for 20010422.005, fixed by #10250.
53345      Branch: perl
53346            ! t/op/misc.t
53347 ____________________________________________________________________________
53348 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
53349         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
53350              From: Spider Boardman <spider@Orb.Nashua.NH.US>
53351              Date: Mon, 28 May 2001 06:39:12 -0400
53352              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
53353      Branch: perl
53354            ! toke.c
53355 ____________________________________________________________________________
53356 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
53357         Log: Linerewrapping.
53358      Branch: perl
53359            ! lib/open.pm
53360 ____________________________________________________________________________
53361 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
53362         Log: Updates on the modules list.
53363      Branch: perl
53364            ! t/lib/1_compile.t
53365 ____________________________________________________________________________
53366 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
53367         Log: Add a test for PerlIO.
53368              
53369              (I probably got the crlf/raw thing wrong for clrfy platforms...)
53370      Branch: perl
53371            + t/lib/perlio.t
53372            ! MANIFEST lib/PerlIO.pm
53373 ____________________________________________________________________________
53374 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
53375         Log: Add a test for carp et alia.
53376      Branch: perl
53377            + t/lib/carp.t
53378            ! MANIFEST
53379 ____________________________________________________________________________
53380 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
53381         Log: Adding the new test would be swell.
53382      Branch: perl
53383            + t/pragma/autouse.t
53384 ____________________________________________________________________________
53385 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
53386         Log: Add a test for the autouse pragma.
53387      Branch: perl
53388            ! MANIFEST
53389 ____________________________________________________________________________
53390 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
53391         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
53392              From: dLux <dlux@spam.sch.bme.hu>
53393              Date: Sun, 27 May 2001 16:14:26 +0200
53394              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
53395      Branch: perl
53396            ! lib/autouse.pm
53397 ____________________________________________________________________________
53398 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
53399         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
53400              From: "Richard Soderberg" <rs@crystalflame.net>
53401              Date: Mon, 28 May 2001 03:56:36 -0700
53402              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
53403      Branch: perl
53404            ! utils/dprofpp.PL
53405 ____________________________________________________________________________
53406 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
53407         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
53408              From: "Stephen P. Potter" <spp@spotter.yi.org>
53409              Date: Tue, 22 May 2001 11:40:25 -0400
53410              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
53411              
53412              Subject: Re: [ID 20010522.003] Time::Local module bug
53413              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
53414              Date: Tue, 22 May 2001 11:50:19 -0400
53415              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
53416      Branch: perl
53417            ! lib/Time/Local.pm
53418 ____________________________________________________________________________
53419 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
53420         Log: The PERL_DL_NONLAZY can have whitespace in front.
53421      Branch: perl
53422            ! t/lib/extutils.t
53423 ____________________________________________________________________________
53424 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
53425         Log: Document strftime() and strptime().
53426      Branch: perl
53427            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
53428 ____________________________________________________________________________
53429 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
53430         Log: Make Time::Piece::strptime() to be a function, not a method.
53431      Branch: perl
53432            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
53433 ____________________________________________________________________________
53434 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
53435         Log: Tweak the test to be more portable.
53436      Branch: perl
53437            ! t/lib/extutils.t
53438 ____________________________________________________________________________
53439 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
53440         Log: Subject: PATCH: Re: Re: Attributes that tie
53441              From: Leon Brocard <acme@astray.com>
53442              Date: Sun, 27 May 2001 12:37:29 +0100
53443              Message-ID: <20010527123729.A22663@ns0.astray.com>
53444              
53445              Document that variable attributes are not currently usable
53446              for tieing.  (An ugly limitation that should be fixed.)
53447      Branch: perl
53448            ! lib/attributes.pm
53449 ____________________________________________________________________________
53450 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
53451         Log: Microperl tweaks.
53452      Branch: perl
53453            ! Makefile.micro uconfig.h uconfig.sh
53454 ____________________________________________________________________________
53455 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
53456         Log: Add make target for microperl (kind of silly, but convenient).
53457      Branch: perl
53458            ! Makefile.SH
53459 ____________________________________________________________________________
53460 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
53461         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
53462              for microperl.)
53463      Branch: perl
53464            ! doio.c
53465 ____________________________________________________________________________
53466 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
53467         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
53468              From: rspier@pobox.com (Robert Spier)
53469              Date: Sat, 26 May 2001 20:05:23 -0400
53470              Message-ID: <15120.17603.148648.12430@rls.cx>
53471              
53472              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
53473              From: rspier@pobox.com (Robert Spier)
53474              Date: Sun, 27 May 2001 00:23:12 -0400
53475              Message-ID: <15120.33072.511966.767230@rls.cx>
53476      Branch: perl
53477            ! doio.c pod/perlfunc.pod
53478 ____________________________________________________________________________
53479 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
53480         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
53481      Branch: perl
53482            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
53483 ____________________________________________________________________________
53484 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
53485         Log: Add README.tru64.
53486      Branch: perl
53487            + README.tru64
53488 ____________________________________________________________________________
53489 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
53490         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
53491      Branch: perl
53492            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
53493            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
53494            ! MANIFEST
53495 ____________________________________________________________________________
53496 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
53497         Log: Integrate I18N::LangTags from Sean Burke.
53498              
53499              TODO: the language list from RFC 3066 needs to be integrated
53500              and made available somehow.  The list is included in the
53501              I18N-LangTags 0.21 distribution, but it is undocumented
53502              and unconnected to the module.
53503      Branch: perl
53504            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
53505            ! MANIFEST
53506 ____________________________________________________________________________
53507 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
53508         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
53509              envisioned by Sarathy.
53510      Branch: perl
53511            ! t/op/ver.t toke.c
53512 ____________________________________________________________________________
53513 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
53514         Log: Subject: [ID 20010525.001] Pod typo nits fixed
53515              From: lvirden@cas.org
53516              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
53517              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
53518              
53519              minus the perlsolaris decimation plus the
53520              
53521              Subject: Re: [ID 20010525.001] Pod typo nits fixed
53522              From: "Philip Newton" <Philip.Newton@gmx.net>
53523              Date: Fri, 25 May 2001 18:05:55 +0200
53524              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
53525      Branch: perl
53526            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
53527            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
53528            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
53529            ! pod/perlutil.pod pod/perlxstut.pod
53530 ____________________________________________________________________________
53531 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
53532         Log: return clauses are nice.
53533      Branch: perl
53534            ! sv.c
53535 ____________________________________________________________________________
53536 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
53537         Log: Subject: change 10199 backwards?
53538              From: Doug MacEachern <dougm@covalent.net>
53539              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
53540              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
53541      Branch: perl
53542            ! sv.c
53543 ____________________________________________________________________________
53544 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
53545         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
53546              From: Hugo <hv@crypt.compulink.co.uk>
53547              Date: Sat, 26 May 2001 17:05:12 +0100
53548              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
53549      Branch: perl
53550            + t/op/gmagic.t
53551            ! MANIFEST doop.c embed.h embed.pl global.sym
53552            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
53553            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
53554 ____________________________________________________________________________
53555 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
53556         Log: Regen headers for #10221.
53557      Branch: perl
53558            ! global.sym objXSUB.h perlapi.c
53559 ____________________________________________________________________________
53560 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
53561         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
53562              From: Juha Laiho <juha.laiho@Elma.Net>
53563              Date: Thu, 3 May 2001 09:51:30 +0300
53564              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
53565      Branch: perl
53566            ! embed.pl
53567 ____________________________________________________________________________
53568 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
53569         Log: Subject: Re: [PATCH] Re: stability of sort()?
53570              From: "John P. Linderman" <jpl@research.att.com>
53571              Date: Sat, 26 May 2001 13:27:19 -0400
53572              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
53573      Branch: perl
53574            ! pod/perlfunc.pod
53575 ____________________________________________________________________________
53576 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
53577         Log: Integrate perlio:
53578              
53579              [ 10212]
53580              Change perlguts docs to not suggest PUSHi etc. for multiple results,
53581              add a few more notes there on use of mortals on the stack.
53582      Branch: perl
53583           !> pod/perlguts.pod
53584 ____________________________________________________________________________
53585 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
53586         Log: Subject: [PATCH perl@10210] PerlIO for VMS
53587              From: "Craig A. Berry" <craigberry@mac.com>
53588              Date: Sat, 26 May 2001 09:34:11 -0500
53589              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
53590      Branch: perl
53591            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
53592            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
53593            ! vms/vmsish.h
53594 ____________________________________________________________________________
53595 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
53596         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
53597              From: David Dyck <dcd@tc.fluke.com>
53598              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
53599              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
53600      Branch: perl
53601            ! lib/perl5db.pl
53602 ____________________________________________________________________________
53603 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
53604         Log: Subject: utf8 regexp tests
53605              From: Hugo <hv@crypt.compulink.co.uk>
53606              Date: Fri, 25 May 2001 22:35:01 +0100
53607              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
53608      Branch: perl
53609            ! t/op/regexp.t
53610 ____________________________________________________________________________
53611 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
53612         Log: Subject: [PATCH] Re: stability of sort()?
53613              From: Nicholas Clark <nick@ccl4.org>
53614              Date: Fri, 25 May 2001 22:40:19 +0100
53615              Message-ID: <20010525224019.B86445@plum.flirble.org>
53616      Branch: perl
53617            ! pod/perlfunc.pod
53618 ____________________________________________________________________________
53619 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
53620         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
53621              From: John Peacock <jpeacock@rowman.com>
53622              Date: Thu, 24 May 2001 22:14:01 -0400
53623              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
53624      Branch: perl
53625            ! mg.c scope.c sv.c
53626 ____________________________________________________________________________
53627 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
53628         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
53629              From: Nicholas Clark <nick@ccl4.org>
53630              Date: Sun, 20 May 2001 19:24:13 +0100
53631              Message-ID: <20010520192413.G83222@plum.flirble.org>
53632      Branch: perl
53633            + lib/ExtUtils/Constant.pm t/lib/extutils.t
53634            ! MANIFEST utils/h2xs.PL
53635 ____________________________________________________________________________
53636 [ 10212] By: nick                                  on 2001/05/26  09:49:28
53637         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
53638              add a few more notes there on use of mortals on the stack.
53639      Branch: perlio
53640            ! pod/perlguts.pod
53641 ____________________________________________________________________________
53642 [ 10211] By: nick                                  on 2001/05/26  09:05:36
53643         Log: Integrate mainline
53644      Branch: perlio
53645           +> t/lib/fcntl.t t/pragma/vars.t
53646           !> (integrate 49 files)
53647 ____________________________________________________________________________
53648 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
53649         Log: Update Changes.
53650      Branch: perl
53651            ! Changes patchlevel.h
53652 ____________________________________________________________________________
53653 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
53654         Log: Based on
53655              
53656              Subject: [PATCH pp.c] Wrapping pack("C",256)
53657              From: Simon Cozens <simon@netthink.co.uk>
53658              Date: Sat, 12 May 2001 17:58:41 +0100
53659              Message-ID: <20010512175841.A6132@netthink.co.uk>
53660      Branch: perl
53661            ! pod/perldiag.pod pp.c t/pragma/warn/pp
53662 ____________________________________________________________________________
53663 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
53664         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
53665              From: "Brendan O'Dea" <bod@compusol.com.au>
53666              Date: Fri, 25 May 2001 11:18:29 +1000
53667              Message-ID: <20010525111829.A28411@compusol.com.au>
53668              
53669              (Slightly modified.)
53670      Branch: perl
53671            ! lib/Term/Cap.pm
53672 ____________________________________________________________________________
53673 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
53674         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
53675              From: Hugo <hv@crypt.compulink.co.uk>
53676              Date: Fri, 25 May 2001 02:13:25 +0100
53677              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
53678      Branch: perl
53679            ! t/op/misc.t
53680 ____________________________________________________________________________
53681 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
53682         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
53683              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
53684              Date: Fri, 25 May 2001 10:25:36 +0900
53685              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
53686      Branch: perl
53687            ! regcomp.c regexec.c
53688 ____________________________________________________________________________
53689 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
53690         Log: Subject: [PATCH #2] stash autovivification and method call error messages
53691              From: Ilmari Karonen <iltzu@sci.fi>
53692              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
53693              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
53694      Branch: perl
53695            ! gv.c pp_hot.c t/op/method.t
53696 ____________________________________________________________________________
53697 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
53698         Log: Add make target and documentation for gprof profiling.
53699      Branch: perl
53700            ! Makefile.SH pod/perlhack.pod
53701 ____________________________________________________________________________
53702 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
53703         Log: Subject: Don't think about UTF8 
53704              From: Mike Guy <mjtg@cam.ac.uk> 
53705              Date: Tue, 22 May 2001 14:35:39 +0100
53706              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
53707      Branch: perl
53708            ! sv.h
53709 ____________________________________________________________________________
53710 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
53711         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
53712              From: Geraint A Edwards <gedge@serf.org> 
53713              Date: Thu, 24 May 2001 22:51:24 +0100
53714              Message-Id: <20010524225124.A34981@cymru.serf.org>
53715      Branch: perl
53716            ! x2p/find2perl.PL
53717 ____________________________________________________________________________
53718 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
53719         Log: DB_File has its own attribute story.
53720      Branch: perl
53721            ! ext/DB_File/DB_File.xs
53722 ____________________________________________________________________________
53723 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
53724         Log: Subject: Re: Making perl with -Wall
53725              From: Andy Dougherty <doughera@lafayette.edu>
53726              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
53727              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
53728      Branch: perl
53729            ! perl.h
53730 ____________________________________________________________________________
53731 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
53732         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
53733              From: "Richard Soderberg" <rs@crystalflame.net>
53734              Date: Thu, 24 May 2001 08:58:16 -0700
53735              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
53736      Branch: perl
53737            ! sv.c
53738 ____________________________________________________________________________
53739 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
53740         Log: IV/UV casting fixes from Nicholas Clark.
53741      Branch: perl
53742            ! perl.h pp_sys.c util.c
53743 ____________________________________________________________________________
53744 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
53745         Log: Subject: Re: Making perl with -Wall
53746              From: Michael G Schwern <schwern@pobox.com>
53747              Date: Thu, 24 May 2001 15:40:28 +0100
53748              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
53749      Branch: perl
53750            ! malloc.c perl.h
53751 ____________________________________________________________________________
53752 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
53753         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
53754              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53755              Date: Tue, 22 May 2001 11:49:37 +0200
53756              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
53757      Branch: metaconfig
53758            ! U/modified/Oldsym.U
53759      Branch: metaconfig/U/perl
53760            ! patchlevel.U
53761      Branch: perl
53762            ! Configure config_h.SH myconfig.SH
53763 ____________________________________________________________________________
53764 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
53765         Log: Under versiononly install also the scripts with the version suffix.
53766              (e.g. .../bin/h2xs5.7.1)
53767      Branch: perl
53768            ! installperl
53769 ____________________________________________________________________________
53770 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
53771         Log: Subject: [PATCH] Stop segfault in mg.c:636
53772              From: "Richard Soderberg" <rs@crystalflame.net>
53773              Date: Thu, 24 May 2001 05:51:52 -0700
53774              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
53775      Branch: perl
53776            ! mg.c
53777 ____________________________________________________________________________
53778 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
53779         Log: Iteration continues; hopefully convergently.
53780      Branch: perl
53781            ! t/lib/b-stash.t
53782 ____________________________________________________________________________
53783 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
53784         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
53785              From: Gisle Aas <gisle@ActiveState.com>
53786              Date: 23 May 2001 16:13:10 -0700
53787              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
53788      Branch: perl
53789            ! op.c toke.c
53790 ____________________________________________________________________________
53791 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
53792         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
53793              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53794              Date: Thu, 24 May 2001 05:05:22 -0500
53795              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
53796      Branch: perl
53797            ! lib/dumpvar.pl lib/perl5db.pl
53798 ____________________________________________________________________________
53799 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
53800         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
53801              From: David Dyck <dcd@tc.fluke.com>
53802              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
53803              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
53804      Branch: perl
53805            ! lib/perl5db.pl
53806 ____________________________________________________________________________
53807 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
53808         Log: Tiny pod nits on READMEs, mostly whitespace issues.
53809      Branch: perl
53810            ! README.amiga README.dos README.macos README.mpeix README.vmesa
53811            ! README.win32
53812 ____________________________________________________________________________
53813 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
53814         Log: The DG/UX part of the 20010521.005.
53815      Branch: perl
53816            ! README.dgux
53817 ____________________________________________________________________________
53818 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
53819         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
53820              From: Hugo <hv@crypt.compulink.co.uk>
53821              Date: Mon, 21 May 2001 16:32:02 +0100
53822              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
53823      Branch: perl
53824            ! regcomp.c t/op/misc.t
53825 ____________________________________________________________________________
53826 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
53827         Log: Subject: [PATCH] Extra UNIVERSAL tests
53828              From: Mike Guy <mjtg@cam.ac.uk>
53829              Date: Wed, 23 May 2001 12:29:20 +0100
53830              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
53831      Branch: perl
53832            ! t/op/universal.t
53833 ____________________________________________________________________________
53834 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
53835         Log: Subject: [PATCH] Remove EQ keyword
53836              From: Mike Guy <mjtg@cam.ac.uk>
53837              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
53838              Date: Wed, 23 May 2001 11:17:29 +0100
53839      Branch: perl
53840            ! keywords.h keywords.pl
53841 ____________________________________________________________________________
53842 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
53843         Log: Subject: [PATCH] lib/perl5db.pl
53844              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53845              Date: Wed, 23 May 2001 02:18:03 -0500
53846              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
53847      Branch: perl
53848            ! lib/perl5db.pl
53849 ____________________________________________________________________________
53850 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
53851         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
53852              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53853              Date: Tue, 22 May 2001 23:34:41 -0500
53854              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
53855      Branch: perl
53856            ! lib/Term/Cap.pm
53857 ____________________________________________________________________________
53858 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
53859         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
53860              From: davem@fdgroup.co.uk
53861              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
53862              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
53863      Branch: perl
53864            ! emacs/e2ctags.pl
53865 ____________________________________________________________________________
53866 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
53867         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
53868              From: Michael G Schwern <schwern@pobox.com>
53869              Date: Tue, 22 May 2001 14:15:09 +0100
53870              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
53871      Branch: perl
53872            ! lib/vars.pm
53873 ____________________________________________________________________________
53874 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
53875         Log: Subject: [PATCH lib/vars.pm] Odd code nit
53876              From: Michael G Schwern <schwern@pobox.com>
53877              Date: Tue, 22 May 2001 14:14:28 +0100
53878              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
53879      Branch: perl
53880            ! lib/vars.pm
53881 ____________________________________________________________________________
53882 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
53883         Log: Use the new use vars feature.
53884      Branch: perl
53885            ! t/lib/b-stash.t
53886 ____________________________________________________________________________
53887 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
53888         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
53889              From: Mike Guy <mjtg@cam.ac.uk>
53890              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53891              Date: Tue, 22 May 2001 13:11:39 +0100
53892      Branch: perl
53893            + t/pragma/vars.t
53894            ! MANIFEST lib/vars.pm t/lib/1_compile.t
53895 ____________________________________________________________________________
53896 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
53897         Log: -qlongdouble considered harmful by Merijn.
53898      Branch: perl
53899            ! hints/aix.sh
53900 ____________________________________________________________________________
53901 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
53902         Log: Update Changes.
53903      Branch: perl
53904            ! Changes patchlevel.h
53905 ____________________________________________________________________________
53906 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
53907         Log: Add a test of its very own for Fcntl.  Hopefully portable.
53908      Branch: perl
53909            + t/lib/fcntl.t
53910            ! MANIFEST
53911 ____________________________________________________________________________
53912 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
53913         Log: Must be trickier for 'minitest' not to die.
53914      Branch: perl
53915            ! t/op/taint.t
53916 ____________________________________________________________________________
53917 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
53918         Log: Can't declare other people's variables.
53919      Branch: perl
53920            ! t/lib/b-stash.t
53921 ____________________________________________________________________________
53922 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
53923         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
53924      Branch: perl
53925            ! doio.c t/op/taint.t
53926 ____________________________________________________________________________
53927 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
53928         Log: The OS/2 variable needs to be declared.
53929      Branch: perl
53930            ! t/lib/b-stash.t
53931 ____________________________________________________________________________
53932 [ 10170] By: nick                                  on 2001/05/20  16:48:29
53933         Log: Integrate mainline
53934      Branch: perlio
53935           !> (integrate 41 files)
53936 ____________________________________________________________________________
53937 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
53938         Log: Small perlsec updates: clarify the taintedness of filename
53939              globbing; suggest using Scalar::Util::tainted().
53940      Branch: perl
53941            ! pod/perlsec.pod
53942 ____________________________________________________________________________
53943 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
53944         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
53945              From: Dave Mitchell <davem@fdgroup.co.uk>
53946              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
53947              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
53948      Branch: perl
53949            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
53950            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
53951            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
53952            ! xsutils.c
53953 ____________________________________________________________________________
53954 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
53955         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
53956              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53957              Date: Sat, 19 May 2001 04:08:46 -0400
53958              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
53959      Branch: perl
53960            ! lib/ExtUtils/Mksymlists.pm makedef.pl
53961 ____________________________________________________________________________
53962 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
53963         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
53964              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53965              Date: Sat, 19 May 2001 04:30:45 -0400
53966              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
53967      Branch: perl
53968            ! os2/os2.c
53969 ____________________________________________________________________________
53970 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
53971         Log: Subject: [PATCH 5.6.1] build bugs OS/2
53972              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53973              Date: Sat, 19 May 2001 04:35:28 -0400
53974              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
53975      Branch: perl
53976            ! os2/Makefile.SHs os2/os2.c
53977 ____________________________________________________________________________
53978 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
53979         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
53980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53981              Date: Sat, 19 May 2001 04:04:23 -0400
53982              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
53983              
53984              (In bleadperl patched b-stash.t instead of b.t)
53985      Branch: perl
53986            ! t/lib/b-stash.t t/lib/bigfltpm.t
53987 ____________________________________________________________________________
53988 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
53989         Log: Subject: [PATCH 5.6.1] perl5db
53990              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53991              Date: Sat, 19 May 2001 03:49:09 -0400
53992              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
53993      Branch: perl
53994            ! lib/perl5db.pl
53995 ____________________________________________________________________________
53996 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
53997         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
53998              From: Gisle Aas <gisle@ActiveState.com>
53999              Date: 18 May 2001 14:24:51 -0700
54000              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
54001      Branch: perl
54002            ! pp_ctl.c
54003 ____________________________________________________________________________
54004 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
54005         Log: Subject: [PATCH] Chomp should not always stringify
54006              From: Gisle Aas <gisle@ActiveState.com>
54007              Date: 18 May 2001 07:55:25 -0700
54008              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
54009      Branch: perl
54010            ! doop.c t/op/chop.t
54011 ____________________________________________________________________________
54012 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
54013         Log: Integrate perlio:
54014              
54015              [ 10159]
54016              Document some more of open's features.
54017      Branch: perl
54018           !> pod/perlfunc.pod
54019 ____________________________________________________________________________
54020 [ 10159] By: nick                                  on 2001/05/20  09:39:46
54021         Log: Document some more of open's features.
54022      Branch: perlio
54023            ! pod/perlfunc.pod
54024 ____________________________________________________________________________
54025 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
54026         Log: back out change#10153 (it has compatibility issues such as the
54027              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
54028              benefit for 5.6.x doesn't seem worth the risk)
54029      Branch: maint-5.6/perl
54030            ! toke.c
54031 ____________________________________________________________________________
54032 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
54033         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
54034      Branch: perl
54035            ! x2p/s2p.PL
54036 ____________________________________________________________________________
54037 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
54038         Log: Update Changes.
54039      Branch: perl
54040            ! Changes patchlevel.h
54041 ____________________________________________________________________________
54042 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
54043         Log: Integrate change #10144 from maintperl.
54044              
54045              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
54046      Branch: perl
54047           !> win32/config.bc win32/config.gc win32/config.vc
54048           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54049 ____________________________________________________________________________
54050 [ 10154] By: nick                                  on 2001/05/18  07:23:03
54051         Log: Integrate mainline.
54052      Branch: perlio
54053           +> README.dgux t/lib/i18n-collate.t utils.lst
54054           !> (integrate 49 files)
54055 ____________________________________________________________________________
54056 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
54057         Log: Integrate change #7224 from mainline into maintperl.
54058              
54059              Allow @+ and @- to be doublequoted, from Simon Cozens. 
54060              (Approved by Larry, see Tom's comment in 20000830.005.)
54061      Branch: maint-5.6/perl
54062           !> toke.c
54063 ____________________________________________________________________________
54064 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
54065         Log: Subject: [PATCH bleadperl] small lookbehind fix
54066              From: Hugo <hv@crypt.compulink.co.uk>
54067              Date: Fri, 18 May 2001 00:07:19 +0100
54068              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
54069      Branch: perl
54070            ! regexec.c
54071 ____________________________________________________________________________
54072 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
54073         Log: Detypos.
54074      Branch: perl
54075            ! installman utils.lst
54076 ____________________________________________________________________________
54077 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
54078         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
54079              in 20001222.001.
54080      Branch: perl
54081            ! t/lib/glob-basic.t
54082 ____________________________________________________________________________
54083 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
54084         Log: Subject: [PATCH] Test for bug 20010515.004
54085              From: Benjamin Sugars <bsugars@canoe.ca>
54086              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
54087              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
54088      Branch: perl
54089            ! t/op/misc.t
54090 ____________________________________________________________________________
54091 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
54092         Log: Integrate #10145 from maintperl.
54093              
54094              fix for ID 20010515.004 (needs test)
54095      Branch: perl
54096           !> pp_hot.c
54097 ____________________________________________________________________________
54098 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
54099         Log: Thinko noticed by Doug MacEachern.
54100      Branch: perl
54101            ! thread.h
54102 ____________________________________________________________________________
54103 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
54104         Log: Subject: Re: [PATCH] HERE mark in regex
54105              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
54106              Date: Thu, 17 May 2001 12:20:33 -0400
54107              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
54108      Branch: perl
54109            ! t/op/re_tests
54110 ____________________________________________________________________________
54111 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
54112         Log: fix for ID 20010515.004 (needs test)
54113      Branch: maint-5.6/perl
54114            ! pp_hot.c
54115 ____________________________________________________________________________
54116 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
54117         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
54118      Branch: maint-5.6/perl
54119            ! win32/config.bc win32/config.gc win32/config.vc
54120            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54121 ____________________________________________________________________________
54122 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
54123         Log: Macrofy the getspecific (and use it also in util.c)
54124      Branch: perl
54125            ! thread.h util.c
54126 ____________________________________________________________________________
54127 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
54128         Log: Use the unchecked thread-specific key fetch also in Tru64.
54129      Branch: perl
54130            ! thread.h
54131 ____________________________________________________________________________
54132 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
54133         Log: Subject: [PATCH 5.6.1]Quick thread speedup
54134              From: Dan Sugalski <dan@sidhe.org> 
54135              Date: Wed, 16 May 2001 18:05:19 -0400
54136              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
54137      Branch: perl
54138            ! thread.h util.c
54139 ____________________________________________________________________________
54140 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
54141         Log: I think this is quite enough testing for a deprecated feature.
54142      Branch: perl
54143            + t/lib/i18n-collate.t
54144            ! MANIFEST t/lib/1_compile.t
54145 ____________________________________________________________________________
54146 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
54147         Log: More HP-UX lore from Jeff Okamoto.
54148      Branch: perl
54149            ! README.hpux
54150 ____________________________________________________________________________
54151 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
54152         Log: Sort utils.lst for easier maintenance.
54153      Branch: perl
54154            ! utils.lst
54155 ____________________________________________________________________________
54156 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
54157         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
54158              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54159              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
54160              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
54161              
54162              Add pod2latex to utils.lst.
54163      Branch: perl
54164            ! MANIFEST utils.lst
54165 ____________________________________________________________________________
54166 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
54167         Log: Subject: Re: [PATCH] HERE mark in regex
54168              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
54169              Date: Wed, 16 May 2001 13:04:43 -0400
54170              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
54171      Branch: perl
54172            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
54173            ! t/op/regmesg.t t/pragma/warn/regcomp
54174 ____________________________________________________________________________
54175 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
54176         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
54177              From: Simon Cozens <simon@netthink.co.uk>
54178              Date: Wed, 16 May 2001 18:02:08 +0100
54179              Message-ID: <20010516180208.A6458@netthink.co.uk>
54180      Branch: perl
54181            ! installman utils.lst
54182 ____________________________________________________________________________
54183 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
54184         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
54185              From: "Philip Newton" <pnewton@gmx.de>
54186              Date: Tue, 15 May 2001 15:09:30 +0200
54187              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
54188              
54189              Test case for #10128.
54190      Branch: perl
54191            ! t/pragma/warn/pp_hot
54192 ____________________________________________________________________________
54193 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
54194         Log: Update Changes.
54195      Branch: perl
54196            ! Changes patchlevel.h
54197 ____________________________________________________________________________
54198 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
54199         Log: Deprecate pseudo-hashes.
54200      Branch: perl
54201            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
54202 ____________________________________________________________________________
54203 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
54204         Log: HP-UX hints update from Merijn.
54205      Branch: perl
54206            ! hints/hpux.sh
54207 ____________________________________________________________________________
54208 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
54209         Log: README.hpux update from Merijn.
54210      Branch: perl
54211            ! README.hpux
54212 ____________________________________________________________________________
54213 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
54214         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
54215              From: Simon Cozens <simon@netthink.co.uk>
54216              Date: Wed, 16 May 2001 15:57:55 +0100
54217              Message-ID: <20010516155755.A4728@netthink.co.uk>
54218      Branch: perl
54219            + utils.lst
54220            ! MANIFEST installman installperl
54221 ____________________________________________________________________________
54222 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
54223         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
54224              From: "Philip Newton" <pnewton@gmx.de>
54225              Date: Tue, 15 May 2001 16:31:05 +0200
54226              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
54227              
54228              Fix PERL_Y2KWARN test to check before rather than after appending.
54229      Branch: perl
54230            ! pp_hot.c
54231 ____________________________________________________________________________
54232 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
54233         Log: Regen Porting stuff.
54234      Branch: perl
54235            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54236            ! config_h.SH
54237 ____________________________________________________________________________
54238 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
54239         Log: Metaconfig unit change for #10125.
54240      Branch: metaconfig
54241            ! U/modified/Oldconfig.U
54242 ____________________________________________________________________________
54243 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
54244         Log: Use OSVERS.
54245      Branch: perl
54246            ! Configure config_h.SH perl.c
54247 ____________________________________________________________________________
54248 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
54249         Log: Regen toc.
54250      Branch: perl
54251            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54252 ____________________________________________________________________________
54253 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
54254         Log: Adding the README.dgux to the MANIFEST would be a good idea.
54255      Branch: perl
54256            ! MANIFEST
54257 ____________________________________________________________________________
54258 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
54259         Log: Move the stack desire definition to thread.h.
54260      Branch: perl
54261            ! ext/Thread/Thread.xs thread.h
54262 ____________________________________________________________________________
54263 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
54264         Log: DG-UX threading patches, including a README.dgux,
54265              from Takis Psarogiannakopoulos.
54266      Branch: perl
54267            + README.dgux
54268            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
54269 ____________________________________________________________________________
54270 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
54271         Log: Subject: [PATCH B::Deparse] More on /x regexes
54272              From: Robin Houston <robin@kitsite.com>
54273              Date: Tue, 15 May 2001 19:09:35 +0100
54274              Message-ID: <20010515190935.A27268@penderel>
54275      Branch: perl
54276            ! ext/B/B/Deparse.pm
54277 ____________________________________________________________________________
54278 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
54279         Log: Document that the core time() may be rounding rather
54280              than truncating, would have saved at least my confusion.
54281      Branch: perl
54282            ! ext/Time/HiRes/HiRes.pm
54283 ____________________________________________________________________________
54284 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
54285         Log: Subject: perl-current/t/time-hires.t
54286              From: John Peacock <jpeacock@rowman.com>
54287              Date: Fri, 11 May 2001 14:09:41 -0400
54288              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
54289      Branch: perl
54290            ! t/lib/time-hires.t
54291 ____________________________________________________________________________
54292 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
54293         Log: Subject: [PATCH dump.c] Op private flags
54294              From: Simon Cozens <simon@netthink.co.uk>
54295              Date: Sun, 13 May 2001 20:20:36 +0100
54296              Message-ID: <20010513202036.A21896@netthink.co.uk>
54297      Branch: perl
54298            ! dump.c
54299 ____________________________________________________________________________
54300 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
54301         Log: Upgrade to Switch 2.03.
54302      Branch: perl
54303            ! lib/Switch.pm
54304 ____________________________________________________________________________
54305 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
54306         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
54307              to PERL_CONFIG_SH and use it consistently.
54308      Branch: maint-5.6/perl
54309           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
54310           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
54311           !> myconfig.SH writemain.SH
54312 ____________________________________________________________________________
54313 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
54314         Log: Metaconfig units changes for #10113.
54315      Branch: metaconfig
54316            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
54317 ____________________________________________________________________________
54318 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
54319         Log: The problem described in 20010514.031 still wasn't
54320              fully cured, there were remnants of $CONFIG when
54321              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
54322              to avoid future conflicts.
54323      Branch: perl
54324            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
54325            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
54326            ! myconfig.SH writemain.SH
54327 ____________________________________________________________________________
54328 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
54329         Log: Half of #10107 got lost.
54330      Branch: perl
54331            ! ext/B/B/Deparse.pm
54332 ____________________________________________________________________________
54333 [ 10111] By: nick                                  on 2001/05/15  08:39:14
54334         Log: Integrate mainline.
54335      Branch: perlio
54336           +> ext/POSIX/hints/uts.pl
54337            - Todo Todo-5.6 t/camel-III/vstring.t
54338           !> (integrate 48 files)
54339 ____________________________________________________________________________
54340 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
54341         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
54342              From: Robin Houston <robin@kitsite.com>
54343              Date: Mon, 14 May 2001 22:27:08 +0100
54344              Message-ID: <20010514222708.A22963@penderel>
54345      Branch: perl
54346            ! t/TestInit.pm
54347 ____________________________________________________________________________
54348 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
54349         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
54350              From: Robin Houston <robin@kitsite.com>
54351              Date: Mon, 14 May 2001 22:16:43 +0100
54352              Message-ID: <20010514221643.A22437@penderel>
54353      Branch: perl
54354            ! ext/B/B/Deparse.pm
54355 ____________________________________________________________________________
54356 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
54357         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
54358              From: Robin Houston <robin@kitsite.com>
54359              Date: Mon, 14 May 2001 22:03:44 +0100
54360              Message-ID: <20010514220344.A20643@penderel>
54361      Branch: perl
54362            ! ext/B/B/Deparse.pm
54363 ____________________________________________________________________________
54364 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
54365         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
54366              From: Robin Houston <robin@kitsite.com>
54367              Date: Mon, 14 May 2001 22:10:07 +0100
54368              Message-ID: <20010514221007.A21118@penderel>
54369      Branch: perl
54370            ! ext/B/B/Deparse.pm
54371 ____________________________________________________________________________
54372 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
54373         Log: Fix for 20010514.037; substr() didn't invalidate the locale
54374              collation magic.
54375      Branch: perl
54376            ! pp.c
54377 ____________________________________________________________________________
54378 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
54379         Log: Update Changes.
54380      Branch: perl
54381            ! Changes patchlevel.h
54382 ____________________________________________________________________________
54383 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
54384         Log: Retract #10094.
54385      Branch: perl
54386            ! lib/Pod/Text.pm
54387 ____________________________________________________________________________
54388 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
54389         Log: Integrate change #10100 from maintperl.
54390              
54391              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
54392              bug ID 20010514.027)
54393      Branch: perl
54394           !> mg.c pp_ctl.c
54395 ____________________________________________________________________________
54396 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
54397         Log: Document the deprecatedness of suidperl.
54398      Branch: perl
54399            ! INSTALL pod/perlfaq1.pod
54400 ____________________________________________________________________________
54401 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
54402         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
54403              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
54404              Date: Mon, 14 May 2001 09:38:59 -0400
54405              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
54406      Branch: perl
54407            ! lib/ExtUtils/MM_Unix.pm
54408 ____________________________________________________________________________
54409 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
54410         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
54411              bug ID 20010514.027)
54412              
54413              TODO: this needs a testsuite addition
54414      Branch: maint-5.6/perl
54415            ! mg.c pp_ctl.c
54416 ____________________________________________________________________________
54417 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
54418         Log: More DWIMminess for Class::Struct: calling the array or hash
54419              accessors only with one argument, an array or a hash reference,
54420              sets the underlying array or hash.  This mirrors nicely also
54421              the usage in the constructor.
54422              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
54423      Branch: perl
54424            ! lib/Class/Struct.pm t/lib/class-struct.t
54425 ____________________________________________________________________________
54426 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
54427         Log: Reference cmp'ing should go through the whole stringification
54428              process shebang, as pointed out by Sarathy in #10091.
54429      Branch: perl
54430            ! pp.c
54431 ____________________________________________________________________________
54432 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
54433         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
54434              From: Simon Cozens <simon@netthink.co.uk>
54435              Date: Sat, 12 May 2001 16:36:27 +0100
54436              Message-ID: <20010512163627.A5522@netthink.co.uk>
54437              
54438              with some additions salvaged from Todo and Todo-5.6 before
54439              retiring them.
54440      Branch: perl
54441            - Todo Todo-5.6
54442            ! MANIFEST pod/perltodo.pod
54443 ____________________________________________________________________________
54444 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
54445         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
54446              From: "Golubev I. N." <gin@mo.msk.ru>
54447              Date: Mon, 07 May 2001 14:33:34 (GMT)
54448              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
54449      Branch: perl
54450            ! perl.h
54451 ____________________________________________________________________________
54452 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
54453         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
54454              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
54455              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
54456              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
54457      Branch: perl
54458            ! lib/ExtUtils/MM_Unix.pm
54459 ____________________________________________________________________________
54460 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
54461         Log: (Retracted by #10104.)
54462              
54463              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
54464              From: barries <barries@slaysys.com>
54465              Date: Sat, 12 May 2001 01:28:10 -0400
54466              Message-ID: <20010512012810.B26358@jester.slaysys.com>
54467      Branch: perl
54468            ! lib/Pod/Text.pm
54469 ____________________________________________________________________________
54470 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
54471         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
54472              From: Mike Guy <mjtg@cam.ac.uk>
54473              Date: Sat, 12 May 2001 19:24:33 +0100
54474              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
54475      Branch: perl
54476            ! lib/AutoSplit.pm
54477 ____________________________________________________________________________
54478 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
54479         Log: Yet another HP-UX hints tweak from Merijn.
54480      Branch: perl
54481            ! hints/hpux.sh
54482 ____________________________________________________________________________
54483 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
54484         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
54485              isn't defined (changes#9366,9368,9370 from mainline without the
54486              pp_scmp() change)
54487      Branch: maint-5.6/perl
54488            ! pp.c pp.h pp_hot.c
54489 ____________________________________________________________________________
54490 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
54491         Log: The sorting seems to happen now automatically.
54492      Branch: perl
54493            ! t/lib/glob-basic.t
54494 ____________________________________________________________________________
54495 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
54496         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
54497              From: Benjamin Sugars <bsugars@canoe.ca>
54498              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
54499              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
54500      Branch: perl
54501            ! pod/perlfunc.pod
54502 ____________________________________________________________________________
54503 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
54504         Log: Subject: Re: undef(&foo) does not work for XS functions
54505              From: Doug MacEachern <dougm@covalent.net>
54506              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
54507              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
54508      Branch: perl
54509            ! op.c
54510 ____________________________________________________________________________
54511 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
54512         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
54513              From: Peter Prymmer <pvhp@forte.com>
54514              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
54515              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
54516      Branch: perl
54517            ! t/op/append.t
54518 ____________________________________________________________________________
54519 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
54520         Log: Update Changes.
54521      Branch: perl
54522            ! Changes patchlevel.h
54523 ____________________________________________________________________________
54524 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
54525         Log: Remove the 'asciir' re subpragma.  Should instead implement
54526              the 'physical vs logical' range scheme:
54527              
54528              \xAA-\xCC is a native physical range, you want that range of
54529              codepoints in your native encoding.  In EBCDIC the codepoints
54530              in the gaps (between i-j and r-s) should be included.
54531              
54532              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
54533              codepoints in Unicode.
54534              
54535              a-z is a logical range, you want that range of 'logical' codepoints
54536              in your native encoding.  In EBCDIC the codepoints in the gaps
54537              (between i-j and r-s) should not be included.
54538              
54539              Mixed cases (a-\xAA, etc) should either be errors, or maybe
54540              the 'logical' endpoints should be converted to native/Unicode
54541              codepoints, and the range handled as a physical range.
54542              
54543              'Logical endpoints' are to be recognized only in the A-Z, a-z,
54544              and 0-9 ranges.  Probably a warning should be given for mixed
54545              cases like A-z or a-9 (since such expressions are encoding
54546              dependent), with a recommendation to use physical ranges.
54547      Branch: perl
54548            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
54549            ! t/op/regexp.t
54550 ____________________________________________________________________________
54551 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
54552         Log: Make the test to cleanup the test directory tree
54553              both before and after the testing so that we always
54554              have a clean slate to work with.
54555      Branch: perl
54556            ! t/lib/filefind.t
54557 ____________________________________________________________________________
54558 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
54559         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
54560              From: Jon Eveland <jweveland@yahoo.com>
54561              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
54562              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
54563      Branch: perl
54564            ! pod/perlfunc.pod
54565 ____________________________________________________________________________
54566 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
54567         Log: Merge the camel-III/vstring.t with op/ver.t.
54568      Branch: perl
54569            - t/camel-III/vstring.t
54570            ! MANIFEST t/TEST t/harness t/op/ver.t
54571 ____________________________________________________________________________
54572 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
54573         Log: Add test.deparse make target.
54574      Branch: perl
54575            ! Makefile.SH
54576 ____________________________________________________________________________
54577 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
54578         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
54579              From: Robin Houston <robin@kitsite.com>
54580              Date: Fri, 11 May 2001 12:02:22 +0100
54581              Message-ID: <20010511120222.A11529@penderel>
54582      Branch: perl
54583            ! ext/B/B/Deparse.pm t/op/method.t
54584 ____________________________________________________________________________
54585 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
54586         Log: A nicely working combination for UTS from Hal Morris.
54587      Branch: perl
54588            + ext/POSIX/hints/uts.pl
54589            ! MANIFEST hints/uts.sh
54590 ____________________________________________________________________________
54591 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
54592         Log: i_ieeefp=undef for UTS.
54593      Branch: perl
54594            ! hints/uts.sh
54595 ____________________________________________________________________________
54596 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
54597         Log: Subject: RE: rand(0) is rand(1)
54598              From: Larry Shatzer <lshatzer@islanddata.com>
54599              Date: Thu, 10 May 2001 11:09:27 -0700
54600              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
54601      Branch: perl
54602            ! pod/perlfunc.pod
54603 ____________________________________________________________________________
54604 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
54605         Log: Subject: [patch] make op_{clear,null} public
54606              From: Doug MacEachern <dougm@covalent.net>
54607              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
54608              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
54609      Branch: perl
54610            ! embed.h embed.pl op.c proto.h
54611 ____________________________________________________________________________
54612 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
54613         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
54614              From: Robin Houston <robin@kitsite.com>
54615              Date: Thu, 10 May 2001 18:54:59 +0100
54616              Message-ID: <20010510185459.A5995@penderel>
54617      Branch: perl
54618            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
54619 ____________________________________________________________________________
54620 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
54621         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
54622              From: Robin Houston <robin@kitsite.com>
54623              Date: Thu, 10 May 2001 12:56:39 +0100
54624              Message-ID: <20010510125639.A2119@penderel>
54625      Branch: perl
54626            ! ext/B/B/Deparse.pm
54627 ____________________________________________________________________________
54628 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
54629         Log: Retract #10070, not ready yet.
54630      Branch: perl
54631            ! ext/B/B/Deparse.pm
54632 ____________________________________________________________________________
54633 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
54634         Log: The metaconfig unit change for #10071.
54635      Branch: metaconfig
54636            ! U/modified/mallocsrc.U
54637 ____________________________________________________________________________
54638 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
54639         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
54640      Branch: perl
54641            ! Configure
54642 ____________________________________________________________________________
54643 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
54644         Log: (Retracted by #10073)
54645              
54646              Subject: Re: [PATCH t/TEST] B::Deparse tester 
54647              From: Hugo <hv@crypt.compulink.co.uk>
54648              Date: Thu, 10 May 2001 05:48:09 +0100
54649              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
54650      Branch: perl
54651            ! ext/B/B/Deparse.pm
54652 ____________________________________________________________________________
54653 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
54654         Log: Add a for(func()) test.
54655      Branch: perl
54656            ! t/cmd/for.t
54657 ____________________________________________________________________________
54658 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
54659         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
54660              From: Robin Houston <robin@kitsite.com>
54661              Date: Thu, 10 May 2001 13:50:08 +0100
54662              Message-ID: <20010510135008.A2454@penderel>
54663      Branch: perl
54664            ! ext/B/B/Deparse.pm
54665 ____________________________________________________________________________
54666 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
54667         Log: A thinko in #10065.
54668      Branch: perl
54669            ! hv.c
54670 ____________________________________________________________________________
54671 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
54672         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
54673              From: Robin Houston <robin@kitsite.com>
54674              Date: Thu, 10 May 2001 02:10:34 +0100
54675              Message-ID: <20010510021034.A19421@penderel>
54676      Branch: perl
54677            ! ext/B/B.xs ext/B/B/Deparse.pm
54678 ____________________________________________________________________________
54679 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
54680         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
54681              From: Doug MacEachern <dougm@covalent.net>
54682              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
54683              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
54684      Branch: perl
54685            ! hv.c
54686 ____________________________________________________________________________
54687 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
54688         Log: One more workaround for the UTS compiler from Hal Morris.
54689      Branch: perl
54690            ! perl.h
54691 ____________________________________________________________________________
54692 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
54693         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
54694              From: Robin Houston <robin@kitsite.com>
54695              Date: Thu, 10 May 2001 01:02:08 +0100
54696              Message-ID: <20010510010208.A18200@penderel>
54697      Branch: perl
54698            ! ext/B/B/Debug.pm
54699 ____________________________________________________________________________
54700 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
54701         Log: Subject: [PATCH] Simplify deb_curcv() a bit
54702              From: Benjamin Sugars <bsugars@canoe.ca>
54703              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
54704              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
54705      Branch: perl
54706            ! run.c
54707 ____________________________________________________________________________
54708 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
54709         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
54710              From: Benjamin Sugars <bsugars@canoe.ca>
54711              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
54712              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
54713      Branch: perl
54714            ! t/lib/io_scalar.t
54715 ____________________________________________________________________________
54716 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
54717         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
54718              From: Peter Prymmer <pvhp@forte.com>
54719              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
54720              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
54721      Branch: perl
54722            ! t/lib/md5-file.t
54723 ____________________________________________________________________________
54724 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
54725         Log: Subject: [PATCH t/TEST] B::Deparse tester
54726              From: Robin Houston <robin@kitsite.com>
54727              Date: Wed, 9 May 2001 19:17:50 +0100
54728              Message-ID: <20010509191750.A16940@penderel>
54729      Branch: perl
54730            ! ext/B/O.pm t/TEST
54731 ____________________________________________________________________________
54732 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
54733         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
54734              From: Jeff Pinyan <jeffp@crusoe.net>
54735              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
54736              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
54737      Branch: perl
54738            ! lib/Pod/Html.pm
54739 ____________________________________________________________________________
54740 [ 10057] By: nick                                  on 2001/05/09  18:37:56
54741         Log: Integrate mainline.
54742      Branch: perlio
54743           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
54744           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
54745 ____________________________________________________________________________
54746 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
54747         Log: Update Changes.
54748      Branch: perl
54749            ! Changes patchlevel.h
54750 ____________________________________________________________________________
54751 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
54752         Log: Integrate perlio:
54753              
54754              [ 10050]
54755              win32, regen_config_h
54756      Branch: perl
54757           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54758 ____________________________________________________________________________
54759 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
54760         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
54761              From: Benjamin Sugars <bsugars@canoe.ca>
54762              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
54763              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
54764      Branch: perl
54765            ! perlio.c
54766 ____________________________________________________________________________
54767 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
54768         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
54769              From: Benjamin Sugars <bsugars@canoe.ca>
54770              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
54771              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
54772      Branch: perl
54773            ! ext/PerlIO/Scalar/Scalar.xs
54774 ____________________________________________________________________________
54775 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
54776         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
54777              From: Jeff Pinyan <jeffp@crusoe.net>
54778              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
54779              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
54780      Branch: perl
54781            ! lib/Pod/Html.pm
54782 ____________________________________________________________________________
54783 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
54784         Log: EPOC tweak from Olaf Flebbe.
54785      Branch: perl
54786            ! epoc/epocish.h
54787 ____________________________________________________________________________
54788 [ 10050] By: nick                                  on 2001/05/09  14:37:57
54789         Log: win32, regen_config_h
54790      Branch: perlio
54791            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54792 ____________________________________________________________________________
54793 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
54794         Log: Integrate perlio:
54795              
54796              [ 10048]
54797              If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
54798              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
54799      Branch: perl
54800           !> pp_sys.c
54801 ____________________________________________________________________________
54802 [ 10048] By: nick                                  on 2001/05/09  11:59:50
54803         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
54804              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
54805      Branch: perlio
54806            ! pp_sys.c
54807 ____________________________________________________________________________
54808 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
54809         Log: Integrate perlio:
54810              
54811              [ 10045]
54812              MULTIPLICITY/DEBUGGING build fix.
54813      Branch: perl
54814           !> run.c
54815 ____________________________________________________________________________
54816 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
54817         Log: Subject: Re: Less warnings during configure
54818              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54819              Date: Wed, 09 May 2001 13:12:49 +0200
54820              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
54821      Branch: perl
54822            ! hints/hpux.sh
54823 ____________________________________________________________________________
54824 [ 10045] By: nick                                  on 2001/05/09  09:56:59
54825         Log: MULTIPLICITY/DEBUGGING build fix.
54826      Branch: perlio
54827            ! run.c
54828 ____________________________________________________________________________
54829 [ 10044] By: nick                                  on 2001/05/09  09:46:37
54830         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
54831      Branch: perlio
54832           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
54833            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
54834           !> (integrate 65 files)
54835 ____________________________________________________________________________
54836 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
54837         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
54838              From: Robin Houston <robin@kitsite.com>
54839              Date: Tue, 8 May 2001 19:38:00 +0100
54840              Message-ID: <20010508193800.A4389@penderel>
54841              
54842              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
54843              From: Robin Houston <robin@kitsite.com>
54844              Date: Tue, 8 May 2001 20:03:57 +0100
54845              Message-ID: <20010508200357.A4614@penderel>
54846              
54847              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
54848              From: Robin Houston <robin@kitsite.com>
54849              Date: Wed, 9 May 2001 00:12:05 +0100
54850              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
54851      Branch: perl
54852            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
54853 ____________________________________________________________________________
54854 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
54855         Log: Retract #10031.
54856      Branch: perl
54857            ! pod/perlfunc.pod
54858 ____________________________________________________________________________
54859 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
54860         Log: The metaconfig unit changes for #10040.
54861      Branch: metaconfig/U/perl
54862            ! Checkcc.U d_dlsymun.U dlsrc.U
54863 ____________________________________________________________________________
54864 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
54865         Log: The Configure half of
54866              
54867              Subject: Less warnings during configure
54868              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54869              Date: Tue, 08 May 2001 08:44:02 +0200
54870              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
54871      Branch: perl
54872            ! Configure
54873 ____________________________________________________________________________
54874 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
54875         Log: Subject: Less warnings during configure
54876              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54877              Date: Tue, 08 May 2001 08:44:02 +0200
54878              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
54879      Branch: perl
54880            ! hints/hpux.sh
54881 ____________________________________________________________________________
54882 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
54883         Log: Don't forget to whine about \d__\d.
54884      Branch: perl
54885            ! t/pragma/warn/toke toke.c
54886 ____________________________________________________________________________
54887 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
54888         Log: Allow underscores also in the exponent part.
54889      Branch: perl
54890            ! t/pragma/warn/toke toke.c
54891 ____________________________________________________________________________
54892 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
54893         Log: CodeMagicCD doesn't look like an *I*DE.
54894      Branch: perl
54895            ! pod/perlfaq3.pod
54896 ____________________________________________________________________________
54897 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
54898         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
54899              to be consistently down).
54900      Branch: perl
54901            ! pod/perlfaq3.pod
54902 ____________________________________________________________________________
54903 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
54904         Log: Upgrade to Text::Balanced 1.84.
54905      Branch: perl
54906            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
54907 ____________________________________________________________________________
54908 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
54909         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
54910              From: Benjamin Sugars <bsugars@canoe.ca>
54911              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
54912              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
54913      Branch: perl
54914            ! run.c
54915 ____________________________________________________________________________
54916 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
54917         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
54918              From: Peter Prymmer <pvhp@forte.com>
54919              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
54920              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
54921      Branch: perl
54922            ! t/pod/plainer.t
54923 ____________________________________________________________________________
54924 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
54925         Log: (Retracted by #10042)
54926              
54927              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
54928              From: "Philip Newton" <pnewton@gmx.de>
54929              Date: Tue, 8 May 2001 09:18:10 +0200
54930              Message-ID: <3AF7B9D2.28861.603732@localhost>
54931      Branch: perl
54932            ! pod/perlfunc.pod
54933 ____________________________________________________________________________
54934 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
54935         Log: Subject: [PATCH B::Deparse] Document known bugs
54936              From: Robin Houston <robin@kitsite.com>
54937              Date: Tue, 8 May 2001 01:53:34 +0100
54938              Message-ID: <20010508015334.A32394@penderel>
54939      Branch: perl
54940            ! ext/B/B/Deparse.pm
54941 ____________________________________________________________________________
54942 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
54943         Log: Subject: Re: Perl book, magazine and website updates.
54944              From: "Philip Newton" <pnewton@gmx.de>
54945              Date: Mon, 7 May 2001 17:03:58 +0200
54946              Message-ID: <3AF6D57E.5387.1E29930@localhost>
54947      Branch: perl
54948            ! pod/perlfaq2.pod
54949 ____________________________________________________________________________
54950 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
54951         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
54952              From: Peter Prymmer <pvhp@forte.com>
54953              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
54954              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
54955      Branch: perl
54956            ! t/io/fflush.t
54957 ____________________________________________________________________________
54958 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
54959         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
54960              From: Robin Houston <robin@kitsite.com>
54961              Date: Tue, 8 May 2001 01:14:55 +0100
54962              Message-ID: <20010508011455.A32162@penderel>
54963      Branch: perl
54964            ! ext/B/B/Deparse.pm
54965 ____________________________________________________________________________
54966 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
54967         Log: Typo in #10025.
54968      Branch: perl
54969            ! hints/uts.sh
54970 ____________________________________________________________________________
54971 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
54972         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
54973      Branch: perl
54974            ! hints/uts.sh
54975 ____________________________________________________________________________
54976 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
54977         Log: Subject: Re: [ID 20010506.045] question about hash syntax
54978              From: Peter Scott <Peter@PSDT.com>
54979              Date: Sun, 06 May 2001 13:10:40 -0700
54980              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
54981      Branch: perl
54982            ! pod/perl56delta.pod
54983 ____________________________________________________________________________
54984 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
54985         Log: Configure should figure out the list of dynamic extensions
54986              just fine in UTS-- and in fact it does, as reported by Hal Morris.
54987      Branch: perl
54988            ! hints/uts.sh
54989 ____________________________________________________________________________
54990 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
54991         Log: Update Changes.
54992      Branch: perl
54993            ! Changes patchlevel.h
54994 ____________________________________________________________________________
54995 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
54996         Log: Subject: [PATCH regcomp.c] Insecure regexes
54997              From: Robin Houston <robin@kitsite.com>
54998              Date: Mon, 7 May 2001 21:56:12 +0100
54999              Message-ID: <20010507215612.A31114@penderel>
55000      Branch: perl
55001            ! regcomp.c
55002 ____________________________________________________________________________
55003 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
55004         Log: Drop the foobar.perl.com references for now until Simon
55005              gets them sorted out.
55006      Branch: perl
55007            ! pod/perlfaq2.pod
55008 ____________________________________________________________________________
55009 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
55010         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
55011              From: Prymmer/Kahn <pvhp@best.com>
55012              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
55013              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
55014      Branch: perl
55015            ! lib/Devel/SelfStubber.pm
55016 ____________________________________________________________________________
55017 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
55018         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
55019              From: Prymmer/Kahn <pvhp@best.com>
55020              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
55021              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
55022      Branch: perl
55023            ! win32/Makefile
55024 ____________________________________________________________________________
55025 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
55026         Log: s/WebTechnique's/WebTechniques/
55027      Branch: perl
55028            ! pod/perlfaq2.pod
55029 ____________________________________________________________________________
55030 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
55031         Log: Llama 3 updates from Randal.
55032      Branch: perl
55033            ! pod/perlfaq2.pod
55034 ____________________________________________________________________________
55035 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
55036         Log: Subject: [PATCH] Help -Dt show correct pad variables
55037              From: Benjamin Sugars <ben.sugars@home.com>
55038              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
55039              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
55040      Branch: perl
55041            ! embed.h embed.pl proto.h run.c
55042 ____________________________________________________________________________
55043 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
55044         Log: Subject: [PATCH] Document C<our $foo : shared>
55045              From: Benjamin Sugars <ben.sugars@home.com>
55046              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
55047              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
55048      Branch: perl
55049            ! pod/perlfunc.pod
55050 ____________________________________________________________________________
55051 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
55052         Log: Subject: [PATCH B::Deparse] undefined folded constants
55053              From: Robin Houston <robin@kitsite.com>
55054              Date: Sun, 6 May 2001 17:19:09 +0100
55055              Message-ID: <20010506171909.A7046@penderel>
55056      Branch: perl
55057            ! ext/B/B/Deparse.pm
55058 ____________________________________________________________________________
55059 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
55060         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
55061              From: Robin Houston <robin@kitsite.com>
55062              Message-ID: <20010506164654.A6848@penderel>
55063              Date: Sun, 6 May 2001 16:46:54 +0100
55064      Branch: perl
55065            ! ext/B/B/Deparse.pm
55066 ____________________________________________________________________________
55067 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
55068         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
55069              From: Robin Houston <robin@kitsite.com>
55070              Date: Sun, 6 May 2001 14:47:02 +0100
55071              Message-ID: <20010506144702.A6308@penderel>
55072      Branch: perl
55073            ! t/op/my_stash.t
55074 ____________________________________________________________________________
55075 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
55076         Log: Subject: Perl book, magazine and website updates.
55077              From: Simon Cozens <simon@netthink.co.uk>
55078              Date: Sun, 6 May 2001 16:55:36 +0100
55079              Message-ID: <20010506165536.A1795@netthink.co.uk>
55080      Branch: perl
55081            ! pod/perlbook.pod pod/perlfaq2.pod
55082 ____________________________________________________________________________
55083 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
55084         Log: Tweaks on the Tru64 prof options.
55085      Branch: perl
55086            ! pod/perlhack.pod
55087 ____________________________________________________________________________
55088 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
55089         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
55090              From: Robin Houston <robin@kitsite.com>
55091              Date: Sun, 6 May 2001 14:40:51 +0100
55092              Message-ID: <20010506144051.A6279@penderel>
55093      Branch: perl
55094            ! t/pod/testp2pt.pl
55095 ____________________________________________________________________________
55096 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
55097         Log: Subject: [PATCH B::Deparse] scoping
55098              From: Robin Houston <robin@kitsite.com>
55099              Date: Sun, 6 May 2001 14:36:56 +0100
55100              Message-ID: <20010506143656.A4006@penderel>
55101      Branch: perl
55102            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
55103 ____________________________________________________________________________
55104 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
55105         Log: Document the undefinedness of bitshifting out of range.
55106      Branch: perl
55107            ! pod/perlop.pod
55108 ____________________________________________________________________________
55109 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
55110         Log: Retract #10003 and update the IDE descriptions a bit.
55111      Branch: perl
55112            ! pod/perlfaq3.pod
55113 ____________________________________________________________________________
55114 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
55115         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
55116              From: Prymmer/Kahn <pvhp@best.com>
55117              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
55118              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
55119      Branch: perl
55120            ! win32/Makefile win32/buildext.pl win32/config.bc
55121            ! win32/config.gc win32/config.vc
55122 ____________________________________________________________________________
55123 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
55124         Log: (Retracted by #10005.)
55125      Branch: perl
55126            ! pod/perlfaq3.pod
55127 ____________________________________________________________________________
55128 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
55129         Log: It's "psed", not "sed".
55130      Branch: perl
55131            ! x2p/s2p.PL
55132 ____________________________________________________________________________
55133 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
55134         Log: Update Changes.
55135      Branch: perl
55136            ! Changes patchlevel.h
55137 ____________________________________________________________________________
55138 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
55139         Log: Subject: Re: bleadperl make install fails due to "psed"
55140              From: andreas.koenig@anima.de (Andreas J. Koenig)
55141              Date: 05 May 2001 18:23:28 +0200
55142              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
55143      Branch: perl
55144            ! x2p/Makefile.SH x2p/s2p.PL
55145 ____________________________________________________________________________
55146 [  9999] By: jhi                                   on 2001/05/05  18:28:09
55147         Log: AUTHORS updates.
55148      Branch: perl
55149            ! AUTHORS
55150 ____________________________________________________________________________
55151 [  9998] By: jhi                                   on 2001/05/05  18:16:00
55152         Log: Updates on the pods related to the modules included since 5.6.
55153              
55154              TODO: perltodo really could use major updating.
55155      Branch: perl
55156            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
55157            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
55158            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
55159            ! pod/perlsyn.pod pod/perltodo.pod
55160 ____________________________________________________________________________
55161 [  9997] By: jhi                                   on 2001/05/05  17:35:17
55162         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
55163              from Kurt Skauen.
55164      Branch: perl
55165            + hints/atheos.sh
55166            ! MANIFEST
55167 ____________________________________________________________________________
55168 [  9996] By: jhi                                   on 2001/05/05  17:25:00
55169         Log: Add preemptive #undefs for some of the shorter and more prone
55170              to collision regcomp.h #defines.  (Background: the MASK collided
55171              with a system header #define in Rhapsody.)
55172      Branch: perl
55173            ! regcomp.h
55174 ____________________________________________________________________________
55175 [  9995] By: jhi                                   on 2001/05/05  13:24:21
55176         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
55177              From: Nicholas Clark <nick@ccl4.org>
55178              Date: Sat, 5 May 2001 14:46:39 +0100
55179              Message-ID: <20010505144639.O53513@plum.flirble.org>
55180              
55181              Add a test for the constants (if any) being processed correctly.
55182      Branch: perl
55183            ! utils/h2xs.PL
55184 ____________________________________________________________________________
55185 [  9994] By: jhi                                   on 2001/05/05  02:11:03
55186         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
55187              From: Peter Prymmer <pvhp@forte.com>
55188              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
55189              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
55190      Branch: perl
55191            ! t/lib/b-stash.t
55192 ____________________________________________________________________________
55193 [  9993] By: jhi                                   on 2001/05/05  02:03:49
55194         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
55195              From: Peter Prymmer <pvhp@forte.com>
55196              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
55197              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
55198      Branch: perl
55199            ! perlio.c vms/vmsish.h
55200 ____________________________________________________________________________
55201 [  9992] By: jhi                                   on 2001/05/04  17:21:12
55202         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
55203              From: Robin Barker <rmb1@cise.npl.co.uk>
55204              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
55205              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
55206      Branch: perl
55207            + t/pod/plainer.t
55208            ! MANIFEST
55209 ____________________________________________________________________________
55210 [  9991] By: jhi                                   on 2001/05/04  16:47:45
55211         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
55212              From: Robin Barker <rmb1@cise.npl.co.uk>
55213              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
55214              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
55215      Branch: perl
55216            ! regcomp.c
55217 ____________________________________________________________________________
55218 [  9990] By: jhi                                   on 2001/05/04  14:37:20
55219         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
55220              From: Prymmer/Kahn <pvhp@best.com>
55221              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
55222              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
55223      Branch: perl
55224            ! t/lib/b-stash.t
55225 ____________________________________________________________________________
55226 [  9989] By: jhi                                   on 2001/05/04  14:03:58
55227         Log: Introduce perl572delta, update Todo, add the missing
55228              mention about signal safety since 5.7.1 (though this
55229              requires verification and more details.)
55230      Branch: perl
55231            + pod/perl572delta.pod
55232            ! MANIFEST Todo pod/perl571delta.pod
55233 ____________________________________________________________________________
55234 [  9988] By: jhi                                   on 2001/05/04  12:41:51
55235         Log: Subject: [PATCH perl@9944] long =item
55236              From: Robin Barker <rmb1@cise.npl.co.uk>
55237              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
55238              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
55239      Branch: perl
55240            ! ext/Time/HiRes/HiRes.pm
55241 ____________________________________________________________________________
55242 [  9987] By: jhi                                   on 2001/05/04  12:39:19
55243         Log: The #9901 had removed one line essential for EBCDIC.
55244      Branch: perl
55245            ! regcomp.c
55246 ____________________________________________________________________________
55247 [  9986] By: jhi                                   on 2001/05/04  12:30:23
55248         Log: Subject: cygwin/Makefile.SHs INSTALL patch
55249              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
55250              Date: Mon, 08 Jan 2001 04:59:21 +0200
55251              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
55252      Branch: perl
55253            ! cygwin/Makefile.SHs
55254 ____________________________________________________________________________
55255 [  9985] By: jhi                                   on 2001/05/04  03:51:39
55256         Log: Encode/IO doc tweaks.
55257      Branch: perl
55258            ! ext/Encode/Encode.pm
55259 ____________________________________________________________________________
55260 [  9984] By: jhi                                   on 2001/05/04  03:29:34
55261         Log: Remove GDBM_File from the dynamic extensions for UTS,
55262              GDBM is not a standard feature.
55263      Branch: perl
55264            ! hints/uts.sh
55265 ____________________________________________________________________________
55266 [  9983] By: jhi                                   on 2001/05/04  03:22:59
55267         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
55268      Branch: perl
55269            ! pod/perlretut.pod
55270 ____________________________________________________________________________
55271 [  9982] By: jhi                                   on 2001/05/03  23:21:03
55272         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
55273              From: Benjamin Sugars <bsugars@canoe.ca>
55274              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
55275              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
55276      Branch: perl
55277            ! dump.c
55278 ____________________________________________________________________________
55279 [  9981] By: jhi                                   on 2001/05/03  23:20:05
55280         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
55281              From: Benjamin Sugars <bsugars@canoe.ca>
55282              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
55283              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
55284      Branch: perl
55285            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
55286 ____________________________________________________________________________
55287 [  9980] By: jhi                                   on 2001/05/03  23:15:29
55288         Log: Integrate perlio:
55289              
55290              [  9976]
55291              Allow $answer = encode($object,$text); like it says in docs.
55292              
55293              [  9975]
55294              Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
55295              to be in scope (fair enough), and also a package variable (our) for eval to see it.
55296      Branch: perl
55297           !> ext/Encode/Encode.pm
55298 ____________________________________________________________________________
55299 [  9979] By: jhi                                   on 2001/05/03  16:54:59
55300         Log: Install psed man page.
55301      Branch: perl
55302            ! installman
55303 ____________________________________________________________________________
55304 [  9978] By: jhi                                   on 2001/05/03  16:45:58
55305         Log: Remove unused files; noted by Sarathy.
55306      Branch: perl
55307            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
55308            ! MANIFEST
55309 ____________________________________________________________________________
55310 [  9977] By: jhi                                   on 2001/05/03  16:42:30
55311         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
55312              From: Andy Dougherty <doughera@lafayette.edu>
55313              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
55314              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
55315      Branch: perl
55316            ! INSTALL
55317 ____________________________________________________________________________
55318 [  9976] By: nick                                  on 2001/05/03  16:40:42
55319         Log: Allow $answer = encode($object,$text); like it says in docs.
55320      Branch: perlio
55321            ! ext/Encode/Encode.pm
55322 ____________________________________________________________________________
55323 [  9975] By: nick                                  on 2001/05/03  16:22:30
55324         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
55325              to be in scope (fair enough), and also a package variable (our) for eval to see it.
55326      Branch: perlio
55327            ! ext/Encode/Encode.pm
55328 ____________________________________________________________________________
55329 [  9974] By: nick                                  on 2001/05/03  15:48:17
55330         Log: Integrate mainline.
55331      Branch: perlio
55332           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
55333           +> t/lib/filter-simple.t t/lib/next.t
55334           !> (integrate 70 files)
55335 ____________________________________________________________________________
55336 [  9973] By: jhi                                   on 2001/05/03  13:09:09
55337         Log: Update Changes.
55338      Branch: perl
55339            ! Changes patchlevel.h
55340 ____________________________________________________________________________
55341 [  9972] By: jhi                                   on 2001/05/03  12:58:33
55342         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
55343              From: Prymmer/Kahn <pvhp@best.com>
55344              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
55345              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
55346      Branch: perl
55347            ! t/io/fflush.t
55348 ____________________________________________________________________________
55349 [  9971] By: jhi                                   on 2001/05/03  12:57:26
55350         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
55351              From: Prymmer/Kahn <pvhp@best.com>
55352              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
55353              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
55354      Branch: perl
55355            ! win32/FindExt.pm
55356 ____________________________________________________________________________
55357 [  9970] By: jhi                                   on 2001/05/03  02:42:46
55358         Log: Can't croak sans thread context, from Doug MacEachern.
55359      Branch: perl
55360            ! toke.c
55361 ____________________________________________________________________________
55362 [  9969] By: jhi                                   on 2001/05/03  01:23:48
55363         Log: Subject: Random input test and Perl
55364              From: Ilya Zakharevich <ilya@math.berkeley.edu>
55365              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
55366              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
55367      Branch: perl
55368            ! toke.c
55369 ____________________________________________________________________________
55370 [  9968] By: jhi                                   on 2001/05/02  22:17:21
55371         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
55372              From: Peter Prymmer <pvhp@forte.com>
55373              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
55374              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
55375      Branch: perl
55376            ! pod/perlfunc.pod pod/perlport.pod
55377 ____________________________________________________________________________
55378 [  9967] By: jhi                                   on 2001/05/02  20:12:45
55379         Log: Workaround for UTS compiler casting bug from Hal Morris.
55380      Branch: perl
55381            ! perl.h
55382 ____________________________________________________________________________
55383 [  9966] By: jhi                                   on 2001/05/02  18:31:37
55384         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
55385              From: Dan Sugalski <dan@sidhe.org>
55386              Date: Wed, 02 May 2001 15:23:22 -0400
55387              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
55388      Branch: perl
55389            ! perl.c vms/vms.c
55390 ____________________________________________________________________________
55391 [  9965] By: jhi                                   on 2001/05/02  18:21:29
55392         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
55393      Branch: perl
55394            ! pod/perlfunc.pod
55395 ____________________________________________________________________________
55396 [  9964] By: jhi                                   on 2001/05/02  18:15:01
55397         Log: Document large files in INSTALL, document also the %x
55398              limitation if not use64bitint, closes bug 20010326.007.
55399      Branch: perl
55400            ! INSTALL
55401 ____________________________________________________________________________
55402 [  9963] By: jhi                                   on 2001/05/02  17:24:47
55403         Log: perlmodlib tweaks; regen pods.
55404      Branch: perl
55405            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
55406            ! pod/perltoc.pod
55407 ____________________________________________________________________________
55408 [  9962] By: jhi                                   on 2001/05/02  17:14:00
55409         Log: Fix for a segfault, from Marc Lehmann.
55410      Branch: perl
55411            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
55412 ____________________________________________________________________________
55413 [  9961] By: jhi                                   on 2001/05/02  15:55:53
55414         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
55415              From: "Philip Newton" <pnewton@gmx.de>
55416              Date: Wed, 2 May 2001 18:39:03 +0200
55417              Message-ID: <3AF05447.15525.173B588@localhost>
55418      Branch: perl
55419            ! pod/perlop.pod
55420 ____________________________________________________________________________
55421 [  9960] By: jhi                                   on 2001/05/02  15:35:37
55422         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
55423              From: Dan Sugalski <dan@sidhe.org>
55424              Date: Wed, 02 May 2001 11:37:27 -0400
55425              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
55426      Branch: perl
55427            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
55428            ! thread.h vms/vms.c vms/vmsish.h
55429 ____________________________________________________________________________
55430 [  9959] By: jhi                                   on 2001/05/02  15:21:08
55431         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
55432              From: Benjamin Sugars <bsugars@canoe.ca>
55433              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
55434              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
55435      Branch: perl
55436            ! ext/PerlIO/Scalar/Scalar.xs
55437 ____________________________________________________________________________
55438 [  9958] By: jhi                                   on 2001/05/02  15:15:53
55439         Log: Bug in #9915, spotted by Mike Guy.
55440      Branch: perl
55441            ! installperl
55442 ____________________________________________________________________________
55443 [  9957] By: jhi                                   on 2001/05/02  13:26:01
55444         Log: Add a test for not griping about references as array
55445              indices if the reference has magic in it (overloaded
55446              methods).
55447      Branch: perl
55448            ! pod/perldiag.pod t/pragma/warn/pp_hot
55449 ____________________________________________________________________________
55450 [  9956] By: jhi                                   on 2001/05/02  13:07:01
55451         Log: Retracted a bit too much in #9952.
55452      Branch: perl
55453            ! t/pragma/sub_lval.t
55454 ____________________________________________________________________________
55455 [  9955] By: jhi                                   on 2001/05/02  13:05:38
55456         Log: Test for #9952.
55457      Branch: perl
55458            ! t/op/tie.t
55459 ____________________________________________________________________________
55460 [  9954] By: jhi                                   on 2001/05/02  11:48:18
55461         Log: Additional note on the encoding example: one cannot
55462              convert string constants in-place.
55463      Branch: perl
55464            ! ext/Encode/Encode.pm
55465 ____________________________________________________________________________
55466 [  9953] By: jhi                                   on 2001/05/02  11:43:51
55467         Log: Note that if you have recent enough Perl you already
55468              have Filter::Util::Call.
55469      Branch: perl
55470            ! lib/Filter/Simple.pm
55471 ____________________________________________________________________________
55472 [  9952] By: jhi                                   on 2001/05/02  11:31:53
55473         Log: Retract changes #8254 and #8255, causes coredump in
55474              'tie FH, "main"', reported by Abigail, culprit found by
55475              Benjamin Sugars.  Mirrors maintperl change #9950.
55476      Branch: perl
55477            ! op.c t/pragma/sub_lval.t
55478 ____________________________________________________________________________
55479 [  9951] By: jhi                                   on 2001/05/02  11:14:29
55480         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
55481      Branch: perl
55482            + t/lib/MyFilter.pm
55483 ____________________________________________________________________________
55484 [  9950] By: gsar                                  on 2001/05/02  03:17:11
55485         Log: revert integration of changes#8254,8255 in change#8620 (causes
55486              a coredump in C<tie FH, 'foo'>; the idea itself may need better
55487              rationalization)
55488      Branch: maint-5.6/perl
55489            ! op.c t/pragma/sub_lval.t
55490 ____________________________________________________________________________
55491 [  9949] By: gsar                                  on 2001/05/02  02:56:32
55492         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
55493              
55494              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
55495              
55496              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
55497      Branch: maint-5.6/perl
55498           !> hints/svr5.sh
55499 ____________________________________________________________________________
55500 [  9948] By: gsar                                  on 2001/05/02  02:49:15
55501         Log: pod/find.t breaks on VMS (from Craig Berry)
55502      Branch: maint-5.6/perl
55503            ! t/pod/find.t
55504 ____________________________________________________________________________
55505 [  9947] By: jhi                                   on 2001/05/02  02:43:09
55506         Log: Add an encoding conversion example.
55507      Branch: perl
55508            ! ext/Encode/Encode.pm
55509 ____________________________________________________________________________
55510 [  9946] By: jhi                                   on 2001/05/02  01:34:22
55511         Log: Another coat of paint but still nowhere finished.
55512              Need to decide on the semantics of strptime(): should
55513              strptime() be a function instead of a method?  To do
55514              the week/monthname-strptiming the i18n/l10n bullet needs
55515              to be bitten with gusto.
55516      Branch: perl
55517            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
55518 ____________________________________________________________________________
55519 [  9945] By: jhi                                   on 2001/05/01  23:40:52
55520         Log: Update Changes.
55521      Branch: perl
55522            ! Changes patchlevel.h
55523 ____________________________________________________________________________
55524 [  9944] By: jhi                                   on 2001/05/01  23:33:37
55525         Log: Add known-to-be-tested modules to the list-to-be-skipped.
55526      Branch: perl
55527            ! t/lib/1_compile.t
55528 ____________________________________________________________________________
55529 [  9943] By: jhi                                   on 2001/05/01  23:24:40
55530         Log: Subject: BorlandC++ fix
55531              From: "Vadim Konovalov" <watman@inbox.ru>
55532              Date: Mon, 30 Apr 2001 20:12:26 -0700
55533              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
55534      Branch: perl
55535            ! win32/makefile.mk
55536 ____________________________________________________________________________
55537 [  9942] By: jhi                                   on 2001/05/01  23:18:02
55538         Log: Update to Filter::Simple 0.60, create a test for it.
55539      Branch: perl
55540            + t/lib/filter-simple.t
55541            ! MANIFEST lib/Filter/Simple.pm
55542 ____________________________________________________________________________
55543 [  9941] By: jhi                                   on 2001/05/01  19:47:24
55544         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
55545              From: Hugo <hv@crypt.compulink.co.uk>
55546              Date: Tue, 01 May 2001 20:12:20 +0100
55547              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
55548      Branch: perl
55549            ! pp_hot.c t/op/re_tests
55550 ____________________________________________________________________________
55551 [  9940] By: jhi                                   on 2001/05/01  19:42:16
55552         Log: Integrate perlio:
55553              
55554              [  9936]
55555              Fix for base.pm clobbering $VERSION
55556              
55557              [  9935]
55558              Test for base.pm clobbering $VERSION.
55559      Branch: perl
55560           !> lib/base.pm t/lib/fields.t
55561 ____________________________________________________________________________
55562 [  9939] By: jhi                                   on 2001/05/01  19:39:51
55563         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
55564              From: Benjamin Sugars <bsugars@canoe.ca>
55565              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
55566              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
55567      Branch: perl
55568            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
55569 ____________________________________________________________________________
55570 [  9938] By: jhi                                   on 2001/05/01  19:34:09
55571         Log: Add NEXT, a pseudo-class for method redispatching.
55572              <Damian>NEXT.pm probably offers more bang-for-buck
55573              than anything else I've ever written.</Damian>
55574      Branch: perl
55575            + lib/NEXT.pm t/lib/next.t
55576            ! MANIFEST
55577 ____________________________________________________________________________
55578 [  9937] By: jhi                                   on 2001/05/01  19:21:41
55579         Log: Update to Switch 2.02.
55580      Branch: perl
55581            ! lib/Switch.pm t/lib/switch.t
55582 ____________________________________________________________________________
55583 [  9936] By: nick                                  on 2001/05/01  19:09:21
55584         Log: Fix for base.pm clobbering $VERSION
55585      Branch: perlio
55586            ! lib/base.pm
55587 ____________________________________________________________________________
55588 [  9935] By: nick                                  on 2001/05/01  18:54:38
55589         Log: Test for base.pm clobbering $VERSION.
55590      Branch: perlio
55591            ! t/lib/fields.t
55592 ____________________________________________________________________________
55593 [  9934] By: jhi                                   on 2001/05/01  18:39:10
55594         Log: Add information about Scalar::Util::blessed.
55595      Branch: perl
55596            ! pod/perlobj.pod
55597 ____________________________________________________________________________
55598 [  9933] By: jhi                                   on 2001/05/01  18:33:51
55599         Log: Subject: Extra UNIVERSAL documentation
55600              From: Mike Guy <mjtg@cam.ac.uk>
55601              Date: Tue, 01 May 2001 20:12:11 +0100
55602              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
55603      Branch: perl
55604            ! pod/perlobj.pod
55605 ____________________________________________________________________________
55606 [  9932] By: jhi                                   on 2001/05/01  18:26:54
55607         Log: Subject: Autoflush in tests as appropriate
55608              From: Mike Guy <mjtg@cam.ac.uk>
55609              Date: Tue, 01 May 2001 20:05:31 +0100
55610              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
55611      Branch: perl
55612            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
55613            ! t/op/taint.t
55614 ____________________________________________________________________________
55615 [  9931] By: jhi                                   on 2001/05/01  18:02:29
55616         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
55617              From: Benjamin Sugars <bsugars@canoe.ca>
55618              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
55619              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
55620      Branch: perl
55621            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
55622 ____________________________________________________________________________
55623 [  9930] By: jhi                                   on 2001/05/01  15:12:26
55624         Log: Subject: Re: Finally got a round tuit
55625              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55626              Date: Tue, 01 May 2001 14:14:10 +0200
55627              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
55628              
55629              The -DP part, slightly modified.
55630      Branch: perl
55631            ! perl.c
55632 ____________________________________________________________________________
55633 [  9929] By: jhi                                   on 2001/05/01  14:17:15
55634         Log: Subject: Re: Finally got a round tuit
55635              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55636              Date: Tue, 01 May 2001 16:34:06 +0200
55637              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
55638              
55639              cpp and optimization tweaks for HP-UX.
55640      Branch: perl
55641            ! hints/hpux.sh
55642 ____________________________________________________________________________
55643 [  9928] By: jhi                                   on 2001/05/01  13:24:20
55644         Log: Tune the scan_num() comments to reality.
55645      Branch: perl
55646            ! toke.c
55647 ____________________________________________________________________________
55648 [  9927] By: jhi                                   on 2001/05/01  13:14:01
55649         Log: Subject: [PATCH B::Deparse] optimised sort
55650              From: Robin Houston <robin@kitsite.com>
55651              Date: Tue, 1 May 2001 14:07:12 +0100
55652              Message-ID: <20010501140712.A4266@penderel>
55653      Branch: perl
55654            ! ext/B/B/Deparse.pm
55655 ____________________________________________________________________________
55656 [  9926] By: jhi                                   on 2001/05/01  13:10:53
55657         Log: Subject: [PATCH t/lib/b-deparse.t] 
55658              From: Robin Houston <robin@kitsite.com>
55659              Date: Tue, 1 May 2001 13:37:42 +0100
55660              Message-ID: <20010501133742.A4082@penderel>
55661      Branch: perl
55662            ! t/lib/b-deparse.t
55663 ____________________________________________________________________________
55664 [  9925] By: jhi                                   on 2001/05/01  13:10:13
55665         Log: Subject: [PATCH B::Deparse] for(;;), sort
55666              From: Robin Houston <robin@kitsite.com>
55667              Date: Tue, 1 May 2001 13:35:00 +0100
55668              Message-ID: <20010501133500.A4061@penderel>
55669      Branch: perl
55670            ! ext/B/B/Deparse.pm
55671 ____________________________________________________________________________
55672 [  9924] By: jhi                                   on 2001/05/01  13:09:22
55673         Log: Subject: [PATCH B::Deparse] do, warn, use
55674              From: Robin Houston <robin@kitsite.com>
55675              Date: Tue, 1 May 2001 13:31:03 +0100
55676              Message-ID: <20010501133103.A4041@penderel>
55677      Branch: perl
55678            ! ext/B/B/Deparse.pm
55679 ____________________________________________________________________________
55680 [  9923] By: jhi                                   on 2001/05/01  11:45:36
55681         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
55682              From: Benjamin Sugars <ben.sugars@home.com>
55683              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
55684              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
55685      Branch: perl
55686            + t/io/fflush.t
55687            ! MANIFEST
55688 ____________________________________________________________________________
55689 [  9922] By: jhi                                   on 2001/05/01  11:35:42
55690         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
55691              From: Peter Prymmer <pvhp@forte.com>
55692              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
55693              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
55694      Branch: perl
55695            ! t/lib/selfstubber.t
55696 ____________________________________________________________________________
55697 [  9921] By: jhi                                   on 2001/04/30  16:34:33
55698         Log: Subject: [PATCH B::Concise] suppress warning
55699              From: Robin Houston <robin@kitsite.com>
55700              Date: Mon, 30 Apr 2001 16:09:49 +0100
55701              Message-ID: <20010430160949.A25086@penderel>
55702      Branch: perl
55703            ! ext/B/B/Concise.pm
55704 ____________________________________________________________________________
55705 [  9920] By: jhi                                   on 2001/04/30  13:56:04
55706         Log: Strip the *markers* from #9919.
55707      Branch: perl
55708            ! pod/perlfaq.pod pod/perlfaq5.pod
55709 ____________________________________________________________________________
55710 [  9919] By: jhi                                   on 2001/04/30  13:54:04
55711         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
55712              From: Gwyn Judd <b.judd@xtra.co.nz>
55713              Date: Sun, 29 Apr 2001 01:47:49 +1200
55714              Message-ID: <20010429014749.A4418@thislove>
55715      Branch: perl
55716            ! pod/perlfaq.pod pod/perlfaq5.pod
55717 ____________________________________________________________________________
55718 [  9918] By: jhi                                   on 2001/04/30  13:13:54
55719         Log: More_tweakage.
55720      Branch: perl
55721            ! pod/perldata.pod pod/perldiag.pod
55722 ____________________________________________________________________________
55723 [  9917] By: jhi                                   on 2001/04/30  13:01:27
55724         Log: Update Changes.
55725      Branch: perl
55726            ! Changes patchlevel.h
55727 ____________________________________________________________________________
55728 [  9916] By: jhi                                   on 2001/04/30  12:57:03
55729         Log: T_w_e_a_k_a_g_e.
55730      Branch: perl
55731            ! pod/perldata.pod pod/perldiag.pod
55732 ____________________________________________________________________________
55733 [  9915] By: jhi                                   on 2001/04/30  12:39:29
55734         Log: Install s2p also as psed.
55735              
55736              TODO: psed documentation?
55737      Branch: perl
55738            ! installperl
55739 ____________________________________________________________________________
55740 [  9914] By: jhi                                   on 2001/04/30  12:29:21
55741         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
55742              From: Jens Hamisch <jens@Strawberry.COM>
55743              Date: Fri, 27 Apr 2001 17:00:36 +0200
55744              Message-ID: <20010427170036.K1372@Strawberry.COM>
55745              
55746              SOCKS5_VERSION_NAME is the right symbol to detect
55747              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
55748              function called socks5_init() is available, and even that is
55749              not universal, most SOCKS5 installations use SOCKSinit()).
55750      Branch: perl
55751            ! perlio.c
55752 ____________________________________________________________________________
55753 [  9913] By: jhi                                   on 2001/04/30  12:22:15
55754         Log: Allow a zero timeout on IO::Socket accept and connect--
55755              though one really shouldn't do that.  Based on
55756              
55757              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
55758              From: "John Holdsworth" <coldwave@bigfoot.com>
55759              Date: Sun, 4 Feb 2001 12:48:18 +0100
55760              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
55761      Branch: perl
55762            ! ext/IO/lib/IO/Socket.pm
55763 ____________________________________________________________________________
55764 [  9912] By: jhi                                   on 2001/04/30  11:27:27
55765         Log: Save the spot of regprev (see #9911) for binary compatibility;
55766              regen API.
55767      Branch: perl
55768            ! embedvar.h perlapi.h thrdvar.h
55769 ____________________________________________________________________________
55770 [  9911] By: jhi                                   on 2001/04/30  11:22:03
55771         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
55772              From: Hugo <hv@crypt.compulink.co.uk>
55773              Date: Sun, 29 Apr 2001 17:09:30 +0100
55774              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
55775      Branch: perl
55776            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
55777 ____________________________________________________________________________
55778 [  9910] By: jhi                                   on 2001/04/30  11:15:12
55779         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
55780              a dummy for PL_numeric_radix); no pressing reason to break
55781              binary compatibility; regen API.
55782      Branch: perl
55783            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
55784            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
55785 ____________________________________________________________________________
55786 [  9909] By: jhi                                   on 2001/04/30  10:56:08
55787         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
55788              From: Walt Mankowski <waltman@netaxs.com>
55789              Date: Sun, 29 Apr 2001 21:53:48 -0400
55790              Message-ID: <20010429215348.A3971@netaxs.com>
55791      Branch: perl
55792            ! pod/perlfunc.pod
55793 ____________________________________________________________________________
55794 [  9908] By: jhi                                   on 2001/04/30  10:49:40
55795         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
55796      Branch: perl
55797            ! t/lib/selfstubber.t
55798 ____________________________________________________________________________
55799 [  9907] By: nick                                  on 2001/04/30  09:26:50
55800         Log: Integrate mainline.
55801      Branch: perlio
55802           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
55803 ____________________________________________________________________________
55804 [  9906] By: jhi                                   on 2001/04/29  23:24:20
55805         Log: Abigail spotted a thinko in #9905.
55806      Branch: perl
55807            ! pod/perldiag.pod
55808 ____________________________________________________________________________
55809 [  9905] By: jhi                                   on 2001/04/29  15:55:39
55810         Log: Changed the underscore/undebar syntax in numeric constants;
55811              now any grouping will do, as long as the underscores are not
55812              consecutive (so "zero-grouping" is out), and they do not begin
55813              or end the integer or fractional parts.
55814      Branch: perl
55815            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
55816 ____________________________________________________________________________
55817 [  9904] By: nick                                  on 2001/04/29  15:43:22
55818         Log: Integrate mainline.
55819      Branch: perlio
55820           +> (branch 98 files)
55821            - lib/unicode/Block.pl
55822            - lib/unicode/In/AlphabeticPresentationForms.pl
55823            - lib/unicode/In/Arabic.pl
55824            - lib/unicode/In/ArabicPresentationForms-A.pl
55825            - lib/unicode/In/ArabicPresentationForms-B.pl
55826            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
55827            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
55828            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
55829            - lib/unicode/In/BopomofoExtended.pl
55830            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
55831            - lib/unicode/In/CJKCompatibility.pl
55832            - lib/unicode/In/CJKCompatibilityForms.pl
55833            - lib/unicode/In/CJKCompatibilityIdeographs.pl
55834            - lib/unicode/In/CJKRadicalsSupplement.pl
55835            - lib/unicode/In/CJKSymbolsandPunctuation.pl
55836            - lib/unicode/In/CJKUnifiedIdeographs.pl
55837            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
55838            - lib/unicode/In/Cherokee.pl
55839            - lib/unicode/In/CombiningDiacriticalMarks.pl
55840            - lib/unicode/In/CombiningHalfMarks.pl
55841            - lib/unicode/In/CombiningMarksforSymbols.pl
55842            - lib/unicode/In/ControlPictures.pl
55843            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
55844            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
55845            - lib/unicode/In/EnclosedAlphanumerics.pl
55846            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
55847            - lib/unicode/In/Ethiopic.pl
55848            - lib/unicode/In/GeneralPunctuation.pl
55849            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
55850            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
55851            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
55852            - lib/unicode/In/HalfwidthandFullwidthForms.pl
55853            - lib/unicode/In/HangulCompatibilityJamo.pl
55854            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
55855            - lib/unicode/In/Hebrew.pl
55856            - lib/unicode/In/HighPrivateUseSurrogates.pl
55857            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
55858            - lib/unicode/In/IPAExtensions.pl
55859            - lib/unicode/In/IdeographicDescriptionCharacters.pl
55860            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
55861            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
55862            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
55863            - lib/unicode/In/Latin-1Supplement.pl
55864            - lib/unicode/In/LatinExtended-A.pl
55865            - lib/unicode/In/LatinExtended-B.pl
55866            - lib/unicode/In/LatinExtendedAdditional.pl
55867            - lib/unicode/In/LetterlikeSymbols.pl
55868            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
55869            - lib/unicode/In/MathematicalOperators.pl
55870            - lib/unicode/In/MiscellaneousSymbols.pl
55871            - lib/unicode/In/MiscellaneousTechnical.pl
55872            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
55873            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
55874            - lib/unicode/In/OpticalCharacterRecognition.pl
55875            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
55876            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
55877            - lib/unicode/In/SmallFormVariants.pl
55878            - lib/unicode/In/SpacingModifierLetters.pl
55879            - lib/unicode/In/Specials.pl
55880            - lib/unicode/In/SuperscriptsandSubscripts.pl
55881            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
55882            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
55883            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
55884            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
55885            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
55886           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
55887           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
55888           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
55889           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
55890           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
55891           !> utf8.c win32/Makefile
55892 ____________________________________________________________________________
55893 [  9903] By: jhi                                   on 2001/04/29  14:30:53
55894         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
55895              From: Prymmer/Kahn <pvhp@best.com>
55896              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
55897              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
55898      Branch: perl
55899            ! win32/Makefile
55900 ____________________________________________________________________________
55901 [  9902] By: jhi                                   on 2001/04/29  02:52:44
55902         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
55903              From: "Abigail" <abigail@foad.org>
55904              Date: Sun, 29 Apr 2001 03:14:25 +0200
55905              Message-ID: <20010429011425.24503.qmail@foad.org>
55906      Branch: perl
55907            ! ext/IO/lib/IO/Seekable.pm
55908 ____________________________________________________________________________
55909 [  9901] By: jhi                                   on 2001/04/29  02:04:46
55910         Log: In character classes one couldn't have 0x80..0xff characters
55911              at the left hand side if there were 0x100.. characters in the
55912              character class.
55913      Branch: perl
55914            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
55915            ! t/op/pat.t utf8.c
55916 ____________________________________________________________________________
55917 [  9900] By: jhi                                   on 2001/04/28  22:55:04
55918         Log: Forgot the latest mktables.PL from #9899.
55919      Branch: perl
55920            ! lib/unicode/mktables.PL
55921 ____________________________________________________________________________
55922 [  9899] By: jhi                                   on 2001/04/28  22:53:28
55923         Log: Explain the \p{} and \P{} error message better and
55924              have prettier prettyprint in In.pl.
55925      Branch: perl
55926            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
55927            ! pod/perldiag.pod
55928 ____________________________________________________________________________
55929 [  9898] By: jhi                                   on 2001/04/28  21:03:34
55930         Log: Add one possible explanation for the "Invalid [] range" error.
55931      Branch: perl
55932            ! pod/perldiag.pod
55933 ____________________________________________________________________________
55934 [  9897] By: jhi                                   on 2001/04/28  17:18:26
55935         Log: Add a level of indirection to the implementation of \p{InFoo}
55936              so that we don't have to have long filenames.  (Nothing changes
55937              in the user interface.)   The indirection is defined in
55938              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
55939              Also rename some the character classes by removing '-' from
55940              the classnames, and finally renamed Block.pl as Blocks.pl.
55941      Branch: perl
55942            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
55943            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
55944            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
55945            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
55946            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
55947            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
55948            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
55949            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
55950            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
55951            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
55952            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
55953            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
55954            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
55955            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
55956            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
55957            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
55958            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
55959            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
55960            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
55961            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
55962            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
55963            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
55964            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
55965            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
55966            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
55967            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
55968            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
55969            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
55970            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
55971            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
55972            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
55973            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
55974            + lib/unicode/In/94.pl lib/unicode/In/95.pl
55975            - lib/unicode/Block.pl
55976            - lib/unicode/In/AlphabeticPresentationForms.pl
55977            - lib/unicode/In/Arabic.pl
55978            - lib/unicode/In/ArabicPresentationForms-A.pl
55979            - lib/unicode/In/ArabicPresentationForms-B.pl
55980            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
55981            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
55982            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
55983            - lib/unicode/In/BopomofoExtended.pl
55984            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
55985            - lib/unicode/In/CJKCompatibility.pl
55986            - lib/unicode/In/CJKCompatibilityForms.pl
55987            - lib/unicode/In/CJKCompatibilityIdeographs.pl
55988            - lib/unicode/In/CJKRadicalsSupplement.pl
55989            - lib/unicode/In/CJKSymbolsandPunctuation.pl
55990            - lib/unicode/In/CJKUnifiedIdeographs.pl
55991            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
55992            - lib/unicode/In/Cherokee.pl
55993            - lib/unicode/In/CombiningDiacriticalMarks.pl
55994            - lib/unicode/In/CombiningHalfMarks.pl
55995            - lib/unicode/In/CombiningMarksforSymbols.pl
55996            - lib/unicode/In/ControlPictures.pl
55997            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
55998            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
55999            - lib/unicode/In/EnclosedAlphanumerics.pl
56000            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
56001            - lib/unicode/In/Ethiopic.pl
56002            - lib/unicode/In/GeneralPunctuation.pl
56003            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
56004            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
56005            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
56006            - lib/unicode/In/HalfwidthandFullwidthForms.pl
56007            - lib/unicode/In/HangulCompatibilityJamo.pl
56008            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
56009            - lib/unicode/In/Hebrew.pl
56010            - lib/unicode/In/HighPrivateUseSurrogates.pl
56011            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
56012            - lib/unicode/In/IPAExtensions.pl
56013            - lib/unicode/In/IdeographicDescriptionCharacters.pl
56014            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
56015            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
56016            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
56017            - lib/unicode/In/Latin-1Supplement.pl
56018            - lib/unicode/In/LatinExtended-A.pl
56019            - lib/unicode/In/LatinExtended-B.pl
56020            - lib/unicode/In/LatinExtendedAdditional.pl
56021            - lib/unicode/In/LetterlikeSymbols.pl
56022            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
56023            - lib/unicode/In/MathematicalOperators.pl
56024            - lib/unicode/In/MiscellaneousSymbols.pl
56025            - lib/unicode/In/MiscellaneousTechnical.pl
56026            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
56027            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
56028            - lib/unicode/In/OpticalCharacterRecognition.pl
56029            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
56030            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
56031            - lib/unicode/In/SmallFormVariants.pl
56032            - lib/unicode/In/SpacingModifierLetters.pl
56033            - lib/unicode/In/Specials.pl
56034            - lib/unicode/In/SuperscriptsandSubscripts.pl
56035            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
56036            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
56037            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
56038            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
56039            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
56040            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
56041            ! pod/perlunicode.pod
56042 ____________________________________________________________________________
56043 [  9896] By: jhi                                   on 2001/04/28  14:33:17
56044         Log: Update the information on shared library path on HP-UX.
56045      Branch: perl
56046            ! INSTALL
56047 ____________________________________________________________________________
56048 [  9895] By: jhi                                   on 2001/04/28  14:32:30
56049         Log: Because #9894 seems to do the trick, this workaround can be removed.
56050      Branch: perl
56051            ! t/lib/selfstubber.t
56052 ____________________________________________________________________________
56053 [  9894] By: jhi                                   on 2001/04/28  14:26:13
56054         Log: For PerlIO flush the children's file handles (on fork/exec/system).
56055      Branch: perl
56056            ! perl.h
56057 ____________________________________________________________________________
56058 [  9893] By: jhi                                   on 2001/04/28  14:23:15
56059         Log: Test tweak for #9891.
56060      Branch: perl
56061            ! t/lib/b-deparse.t
56062 ____________________________________________________________________________
56063 [  9892] By: jhi                                   on 2001/04/28  14:10:13
56064         Log: New HP-UX hints from Merijn.
56065      Branch: perl
56066            ! hints/hpux.sh
56067 ____________________________________________________________________________
56068 [  9891] By: jhi                                   on 2001/04/28  14:07:27
56069         Log: Subject: [PATCH B::Deparse] non-block scopes
56070              From: Robin Houston <robin@kitsite.com>
56071              Date: Fri, 27 Apr 2001 19:15:14 +0100
56072              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
56073      Branch: perl
56074            ! ext/B/B/Deparse.pm
56075 ____________________________________________________________________________
56076 [  9890] By: nick                                  on 2001/04/27  19:41:25
56077         Log: Integrate mainline
56078      Branch: perlio
56079           +> t/lib/selfstubber.t
56080           !> (integrate 50 files)
56081 ____________________________________________________________________________
56082 [  9889] By: jhi                                   on 2001/04/27  18:23:46
56083         Log: Subject: Re: selfstubber test fail on bleadperl
56084              From: Mike Guy <mjtg@cam.ac.uk>
56085              Date: Fri, 27 Apr 2001 19:31:18 +0100
56086              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
56087      Branch: perl
56088            ! t/lib/selfstubber.t
56089 ____________________________________________________________________________
56090 [  9888] By: jhi                                   on 2001/04/27  16:20:54
56091         Log: Test tweak for #9886.
56092      Branch: perl
56093            ! t/lib/b-deparse.t
56094 ____________________________________________________________________________
56095 [  9887] By: jhi                                   on 2001/04/27  16:16:33
56096         Log: Buffering issue at least in Solaris (even with perlio).
56097      Branch: perl
56098            ! t/lib/selfstubber.t
56099 ____________________________________________________________________________
56100 [  9886] By: jhi                                   on 2001/04/27  14:59:23
56101         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
56102              From: Robin Houston <robin@kitsite.com>
56103              Date: Fri, 27 Apr 2001 16:53:20 +0100
56104              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
56105      Branch: perl
56106            ! ext/B/B/Deparse.pm
56107 ____________________________________________________________________________
56108 [  9885] By: jhi                                   on 2001/04/27  14:23:51
56109         Log: Update Changes.
56110      Branch: perl
56111            ! Changes patchlevel.h
56112 ____________________________________________________________________________
56113 [  9884] By: jhi                                   on 2001/04/27  14:14:12
56114         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
56115              From: "Philip Newton" <pnewton@gmx.de>
56116              Date: Fri, 27 Apr 2001 16:40:13 +0200
56117              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
56118      Branch: perl
56119            ! pod/perldata.pod
56120 ____________________________________________________________________________
56121 [  9883] By: jhi                                   on 2001/04/27  13:28:19
56122         Log: Add LOG_PERROR; prettify the "removed".
56123      Branch: perl
56124            ! ext/Sys/Syslog/Syslog.xs
56125 ____________________________________________________________________________
56126 [  9882] By: jhi                                   on 2001/04/27  13:13:18
56127         Log: h2xs tweaks: use NV instead of double, "quote" the removed
56128              prefixes for clarity (especially when nothing is removed),
56129              slight pod reformats.
56130      Branch: perl
56131            ! utils/h2xs.PL
56132 ____________________________________________________________________________
56133 [  9881] By: jhi                                   on 2001/04/27  12:58:48
56134         Log: Don't bother creating existing directories.
56135      Branch: perl
56136            ! utils/h2xs.PL
56137 ____________________________________________________________________________
56138 [  9880] By: jhi                                   on 2001/04/27  12:45:39
56139         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
56140              From: Mike Schilli <m@perlmeister.com>
56141              Date: Wed, 25 Apr 2001 01:29:21 -0700
56142              Message-id: <3AE68AE1.6A981723@perlmeister.com>
56143      Branch: perl
56144            ! utils/h2xs.PL
56145 ____________________________________________________________________________
56146 [  9879] By: jhi                                   on 2001/04/27  12:40:55
56147         Log: break is not yet Perl.  Added the template license also to README.
56148      Branch: perl
56149            ! utils/h2xs.PL
56150 ____________________________________________________________________________
56151 [  9878] By: jhi                                   on 2001/04/27  03:08:20
56152         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
56153              From: Tim Jenness <t.jenness@jach.hawaii.edu>
56154              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
56155              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
56156      Branch: perl
56157            ! t/lib/xs-typemap.t
56158 ____________________________________________________________________________
56159 [  9877] By: jhi                                   on 2001/04/26  23:54:40
56160         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
56161              From: "Abigail" <abigail@foad.org>
56162              Date: Fri, 27 Apr 2001 01:44:28 +0200
56163              Message-ID: <20010426234428.19786.qmail@foad.org>
56164      Branch: perl
56165            ! utils/h2xs.PL
56166 ____________________________________________________________________________
56167 [  9876] By: jhi                                   on 2001/04/26  23:52:06
56168         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
56169              From: Peter Prymmer <pvhp@forte.com>
56170              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
56171              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
56172      Branch: perl
56173            ! t/lib/selfstubber.t
56174 ____________________________________________________________________________
56175 [  9875] By: jhi                                   on 2001/04/26  23:48:10
56176         Log: Deparse nits.
56177      Branch: perl
56178            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
56179 ____________________________________________________________________________
56180 [  9874] By: jhi                                   on 2001/04/26  22:46:05
56181         Log: Document ANYOF_CLASS.
56182      Branch: perl
56183            ! regcomp.h
56184 ____________________________________________________________________________
56185 [  9873] By: jhi                                   on 2001/04/26  22:35:03
56186         Log: Subject: Re: [PATCH @9846] dumping ANYOF
56187              From: Hugo <hv@crypt.compulink.co.uk>
56188              Date: Thu, 26 Apr 2001 23:33:38 +0100
56189              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
56190      Branch: perl
56191            ! regcomp.c regcomp.h
56192 ____________________________________________________________________________
56193 [  9872] By: jhi                                   on 2001/04/26  22:34:31
56194         Log: Subject: [PATCH] more for Devel::SelfStubber
56195              From: Nicholas Clark <nick@ccl4.org>
56196              Date: Fri, 27 Apr 2001 00:13:52 +0100
56197              Message-ID: <20010427001351.K88186@plum.flirble.org>
56198      Branch: perl
56199            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
56200 ____________________________________________________________________________
56201 [  9871] By: jhi                                   on 2001/04/26  21:59:17
56202         Log: Subject: [PATCH B::Deparse] formats must be flush left
56203              From: Robin Houston <robin@kitsite.com>
56204              Date: Thu, 26 Apr 2001 23:54:29 +0100
56205              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
56206      Branch: perl
56207            ! ext/B/B/Deparse.pm
56208 ____________________________________________________________________________
56209 [  9870] By: jhi                                   on 2001/04/26  21:57:37
56210         Log: If some of the constants are prefixes of others,
56211              the prefixes may never get recognized.  (See 20010426.006.)
56212      Branch: perl
56213            ! utils/h2xs.PL
56214 ____________________________________________________________________________
56215 [  9869] By: jhi                                   on 2001/04/26  21:50:42
56216         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
56217              From: Chris Bongaarts <cab@tc.umn.edu>
56218              Date: Thu, 26 Apr 2001 17:10:31 -0500
56219              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
56220      Branch: perl
56221            ! ext/Sys/Syslog/Syslog.xs
56222 ____________________________________________________________________________
56223 [  9868] By: jhi                                   on 2001/04/26  21:35:12
56224         Log: Further cuts and more docs from Graham Barr.
56225      Branch: perl
56226            ! ext/List/Util/lib/List/Util.pm
56227            ! ext/List/Util/lib/Scalar/Util.pm
56228 ____________________________________________________________________________
56229 [  9867] By: jhi                                   on 2001/04/26  21:18:57
56230         Log: Subject: [PATCH 5.7.1] DB_File-1.77
56231              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
56232              Date: Thu, 26 Apr 2001 22:37:53 +0100
56233              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
56234      Branch: perl
56235            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
56236            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
56237 ____________________________________________________________________________
56238 [  9866] By: jhi                                   on 2001/04/26  21:12:31
56239         Log: Subject: [PATCH B::Deparse] fix easy bugs
56240              From: Robin Houston <robin@kitsite.com>
56241              Date: Thu, 26 Apr 2001 23:03:33 +0100
56242              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
56243      Branch: perl
56244            ! ext/B/B/Deparse.pm
56245 ____________________________________________________________________________
56246 [  9865] By: jhi                                   on 2001/04/26  20:26:13
56247         Log: Update Changes.
56248      Branch: perl
56249            ! Changes patchlevel.h
56250 ____________________________________________________________________________
56251 [  9864] By: jhi                                   on 2001/04/26  19:27:48
56252         Log: Dethinko from Robin Houston.
56253      Branch: perl
56254            ! ext/B/B/Deparse.pm
56255 ____________________________________________________________________________
56256 [  9863] By: jhi                                   on 2001/04/26  19:10:35
56257         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
56258              From: Robin Houston <robin@kitsite.com>
56259              Date: Thu, 26 Apr 2001 21:08:32 +0100
56260              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
56261      Branch: perl
56262            ! ext/B/B/Deparse.pm
56263 ____________________________________________________________________________
56264 [  9862] By: jhi                                   on 2001/04/26  19:04:23
56265         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
56266              From: Robin Houston <robin@kitsite.com>
56267              Date: Thu, 26 Apr 2001 20:52:50 +0100
56268              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
56269      Branch: perl
56270            ! ext/B/B/Deparse.pm
56271 ____________________________________________________________________________
56272 [  9861] By: jhi                                   on 2001/04/26  18:56:14
56273         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
56274              From: Mike Guy <mjtg@cam.ac.uk>
56275              Date: Thu, 26 Apr 2001 14:22:40 +0100
56276              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
56277      Branch: perl
56278            ! pod/perlobj.pod
56279 ____________________________________________________________________________
56280 [  9860] By: jhi                                   on 2001/04/26  18:46:42
56281         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
56282              From: Robin Houston <robin@kitsite.com>
56283              Date: Thu, 26 Apr 2001 20:34:29 +0100
56284              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
56285              
56286              Hashes do not interpolate.
56287      Branch: perl
56288            ! ext/B/B/Deparse.pm
56289 ____________________________________________________________________________
56290 [  9859] By: jhi                                   on 2001/04/26  18:43:51
56291         Log: Subject: The Time::Piece conspiracy unmasked!!!
56292              From: Mike Guy <mjtg@cam.ac.uk>
56293              Date: Thu, 26 Apr 2001 19:02:50 +0100
56294              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
56295              
56296              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
56297              From: Mike Guy <mjtg@cam.ac.uk>
56298              Date: Thu, 26 Apr 2001 19:08:21 +0100
56299              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
56300              
56301              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
56302              From: Graham Barr <gbarr@pobox.com>
56303              Date: Thu, 26 Apr 2001 19:12:03 +0100
56304              Message-ID: <20010426191203.A70835@pobox.com>
56305              
56306              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
56307      Branch: perl
56308            ! ext/List/Util/lib/List/Util.pm
56309            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
56310 ____________________________________________________________________________
56311 [  9858] By: jhi                                   on 2001/04/26  18:17:42
56312         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
56313              From: Robin Houston <robin@kitsite.com>
56314              Date: Thu, 26 Apr 2001 16:09:35 +0100
56315              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
56316      Branch: perl
56317            ! t/comp/proto.t
56318 ____________________________________________________________________________
56319 [  9857] By: jhi                                   on 2001/04/26  18:04:59
56320         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
56321              From: barries <barries@slaysys.com>
56322              Date: Thu, 26 Apr 2001 12:01:10 -0400
56323              Message-ID: <20010426120110.E29698@jester.slaysys.com>
56324      Branch: perl
56325            ! pod/perldiag.pod
56326 ____________________________________________________________________________
56327 [  9856] By: jhi                                   on 2001/04/26  18:03:33
56328         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
56329              Date: Thu, 26 Apr 2001 17:13:41 +0100
56330              From: Robin Houston <robin@kitsite.com>
56331              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
56332              
56333              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
56334              From: Robin Houston <robin@kitsite.com>
56335              Date: Thu, 26 Apr 2001 18:44:29 +0100
56336              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
56337      Branch: perl
56338            ! ext/B/B/Deparse.pm
56339 ____________________________________________________________________________
56340 [  9855] By: jhi                                   on 2001/04/26  17:56:04
56341         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
56342              From: Robin Houston <robin@kitsite.com>
56343              Date: Thu, 26 Apr 2001 17:04:08 +0100
56344              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
56345      Branch: perl
56346            ! ext/B/B/Deparse.pm
56347 ____________________________________________________________________________
56348 [  9854] By: jhi                                   on 2001/04/26  17:47:26
56349         Log: Subject: Re: Short test case for undef %stash:: crash
56350              From: Benjamin Sugars <bsugars@canoe.ca> 
56351              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
56352              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
56353              Changed and moved the perldiag entry.
56354      Branch: perl
56355            ! gv.c pod/perldiag.pod
56356 ____________________________________________________________________________
56357 [  9853] By: jhi                                   on 2001/04/26  14:35:16
56358         Log: Beginnings of strptime().  Do not touch the wet paint.
56359      Branch: perl
56360            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
56361 ____________________________________________________________________________
56362 [  9852] By: jhi                                   on 2001/04/26  13:17:21
56363         Log: Retract #9851, core dumps from pod2man.
56364      Branch: perl
56365            ! regcomp.c
56366 ____________________________________________________________________________
56367 [  9851] By: jhi                                   on 2001/04/26  11:54:41
56368         Log: (Retracted by #9852.)
56369              
56370              Subject: [PATCH @9846] dumping ANYOF
56371              From: Hugo <hv@crypt.compulink.co.uk>
56372              Date: Thu, 26 Apr 2001 05:32:38 +0100
56373              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
56374      Branch: perl
56375            ! regcomp.c
56376 ____________________________________________________________________________
56377 [  9850] By: jhi                                   on 2001/04/26  02:34:44
56378         Log: If ccflags was empty the _previous_ $* containing all the
56379              environment variables and Configure variables was used,
56380              which lead, among other bad things, into $ccflags being your
56381              uname -a output, which lead into test compile with cc failing,
56382              which lead into gcc being selected, which didn't work that well
56383              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
56384              with large files, et cetera.
56385      Branch: perl
56386            ! hints/hpux.sh
56387 ____________________________________________________________________________
56388 [  9849] By: jhi                                   on 2001/04/26  01:44:57
56389         Log: Make selfstubber test more portable.
56390      Branch: perl
56391            ! t/lib/selfstubber.t
56392 ____________________________________________________________________________
56393 [  9848] By: jhi                                   on 2001/04/26  00:50:26
56394         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
56395              From: Benjamin Sugars <ben.sugars@home.com>
56396              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
56397              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
56398      Branch: perl
56399            ! ext/Cwd/Cwd.xs
56400 ____________________________________________________________________________
56401 [  9847] By: jhi                                   on 2001/04/26  00:46:58
56402         Log: Subject: [PATCH: perl@9841] VMS updates
56403              From: Peter Prymmer <pvhp@forte.com>
56404              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
56405              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
56406      Branch: perl
56407            ! README.vms configure.com vms/descrip_mms.template
56408            ! vms/ext/filespec.t
56409 ____________________________________________________________________________
56410 [  9846] By: jhi                                   on 2001/04/26  00:11:56
56411         Log: re 'debug' was broken by #9084.
56412      Branch: perl
56413            ! ext/re/re.xs
56414 ____________________________________________________________________________
56415 [  9845] By: jhi                                   on 2001/04/25  22:33:17
56416         Log: Subject: [PATCH] test for Devel::SelfStubber
56417              From: Nicholas Clark <nick@ccl4.org>
56418              Date: Thu, 26 Apr 2001 00:00:54 +0100
56419              Message-ID: <20010426000054.D89026@plum.flirble.org>
56420      Branch: perl
56421            + t/lib/selfstubber.t
56422            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
56423 ____________________________________________________________________________
56424 [  9844] By: jhi                                   on 2001/04/25  22:29:32
56425         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
56426              From: Paul Johnson <paul@pjcj.net>
56427              Date: Thu, 26 Apr 2001 00:46:08 +0200
56428              Message-ID: <20010426004608.H2338@pjcj.net>
56429      Branch: perl
56430            ! ext/B/B/Concise.pm
56431 ____________________________________________________________________________
56432 [  9843] By: jhi                                   on 2001/04/25  22:28:28
56433         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
56434              From: Peter Prymmer <pvhp@forte.com>
56435              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
56436              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
56437      Branch: perl
56438            ! ext/Cwd/Cwd.xs
56439 ____________________________________________________________________________
56440 [  9842] By: jhi                                   on 2001/04/25  20:58:12
56441         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
56442              From: John Peacock <jpeacock@rowman.com>
56443              Date: Wed, 25 Apr 2001 17:30:26 -0400
56444              Message-ID: <3AE741F2.B3217464@rowman.com>
56445      Branch: perl
56446            ! lib/Math/BigInt.pm t/lib/bigintpm.t
56447 ____________________________________________________________________________
56448 [  9841] By: jhi                                   on 2001/04/25  20:07:05
56449         Log: Update Changes.
56450      Branch: perl
56451            ! Changes patchlevel.h
56452 ____________________________________________________________________________
56453 [  9840] By: jhi                                   on 2001/04/25  19:56:51
56454         Log: Yet another HP-UX hints version from Merijn.
56455      Branch: perl
56456            ! hints/hpux.sh
56457 ____________________________________________________________________________
56458 [  9839] By: jhi                                   on 2001/04/25  19:53:04
56459         Log: abs_path() didn't terminate the filename correctly,
56460              in DIRNAMLENless systems like HP-UX this would fail.
56461      Branch: perl
56462            ! ext/Cwd/Cwd.xs
56463 ____________________________________________________________________________
56464 [  9838] By: jhi                                   on 2001/04/25  16:37:26
56465         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
56466              From: Mike Guy <mjtg@cam.ac.uk>
56467              Date: Wed, 25 Apr 2001 18:31:47 +0100
56468              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
56469      Branch: perl
56470            ! op.c
56471 ____________________________________________________________________________
56472 [  9837] By: jhi                                   on 2001/04/25  16:21:53
56473         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
56474              From: Jon Eveland <jweveland@yahoo.com>
56475              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
56476              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
56477      Branch: perl
56478            ! lib/perl5db.pl
56479 ____________________________________________________________________________
56480 [  9836] By: jhi                                   on 2001/04/25  14:17:50
56481         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
56482              From: "Philip Newton" <pnewton@gmx.de>
56483              Date: Wed, 25 Apr 2001 17:05:58 +0200
56484              Message-ID: <3AE703F6.3234.1833C45@localhost>
56485      Branch: perl
56486            ! Porting/patching.pod
56487 ____________________________________________________________________________
56488 [  9835] By: jhi                                   on 2001/04/25  13:58:07
56489         Log: It would seem that both ar and full_ar need to be overridden
56490              for HP-UX to avoid the GNU ar.
56491      Branch: perl
56492            ! hints/hpux.sh
56493 ____________________________________________________________________________
56494 [  9834] By: jhi                                   on 2001/04/25  13:50:40
56495         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
56496              From: "Philip Newton" <pnewton@gmx.de>
56497              Date: Wed, 25 Apr 2001 16:09:23 +0200
56498              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
56499              
56500              Detypo.
56501      Branch: perl
56502            ! t/op/misc.t
56503 ____________________________________________________________________________
56504 [  9833] By: jhi                                   on 2001/04/25  12:36:11
56505         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
56506      Branch: perl
56507            ! hints/hpux.sh
56508 ____________________________________________________________________________
56509 [  9832] By: jhi                                   on 2001/04/25  12:33:36
56510         Log: New version of HP-UX hints from Merijn.
56511      Branch: perl
56512            ! hints/hpux.sh
56513 ____________________________________________________________________________
56514 [  9831] By: jhi                                   on 2001/04/25  03:39:45
56515         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
56516      Branch: perl
56517            ! hints/hpux.sh
56518 ____________________________________________________________________________
56519 [  9830] By: jhi                                   on 2001/04/25  02:53:25
56520         Log: The tzname[] bit is not needed by util.c -- and causes
56521              heartburn in VMS (and it missing was probably the cause of
56522              the Mac OS X trouble).  Ouch.
56523      Branch: perl
56524            ! ext/POSIX/POSIX.xs util.c
56525 ____________________________________________________________________________
56526 [  9829] By: jhi                                   on 2001/04/25  00:10:06
56527         Log: Metaconfig unit change for #9828.
56528      Branch: metaconfig
56529            ! U/compline/ccflags.U
56530 ____________________________________________________________________________
56531 [  9828] By: jhi                                   on 2001/04/25  00:04:18
56532         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
56533              (which is actually the reason for the change, we need to pass
56534              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
56535              EP/IX, OS/2, and TitanOS, based on the hints files.
56536      Branch: perl
56537            ! Configure config_h.SH
56538 ____________________________________________________________________________
56539 [  9827] By: jhi                                   on 2001/04/24  23:49:20
56540         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
56541              the $cat must have an absolute path.
56542      Branch: perl
56543            ! makedepend.SH
56544 ____________________________________________________________________________
56545 [  9826] By: jhi                                   on 2001/04/24  23:40:53
56546         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
56547      Branch: perl
56548            ! README.amiga
56549 ____________________________________________________________________________
56550 [  9825] By: jhi                                   on 2001/04/24  23:35:35
56551         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
56552              From: "Philip Newton" <pnewton@gmx.de>
56553              Date: Tue, 24 Apr 2001 18:52:49 +0200
56554              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
56555      Branch: perl
56556            ! x2p/find2perl.PL
56557 ____________________________________________________________________________
56558 [  9824] By: jhi                                   on 2001/04/24  23:33:07
56559         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
56560              Some gcc specifics dropped out due to extensive rewriting;
56561              will be put back later as needed.
56562      Branch: perl
56563            ! hints/hpux.sh
56564 ____________________________________________________________________________
56565 [  9823] By: jhi                                   on 2001/04/24  23:27:57
56566         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
56567      Branch: perl
56568            ! ext/POSIX/POSIX.xs
56569 ____________________________________________________________________________
56570 [  9822] By: jhi                                   on 2001/04/24  23:25:21
56571         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
56572              From: Tim Jenness <t.jenness@jach.hawaii.edu>
56573              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
56574              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
56575      Branch: perl
56576            ! ext/XS/Typemap/Typemap.xs
56577 ____________________________________________________________________________
56578 [  9821] By: jhi                                   on 2001/04/24  23:24:10
56579         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
56580              From: "Abigail" <abigail@foad.org>
56581              Date: Tue, 24 Apr 2001 23:12:03 +0200
56582              Message-ID: <20010424211203.7901.qmail@foad.org>
56583      Branch: perl
56584            ! pod/perlport.pod
56585 ____________________________________________________________________________
56586 [  9820] By: jhi                                   on 2001/04/24  23:23:15
56587         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
56588              From: Matt Sergeant <matt@sergeant.org>
56589              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
56590              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
56591      Branch: perl
56592            ! pod/perlfaq4.pod
56593 ____________________________________________________________________________
56594 [  9819] By: nick                                  on 2001/04/24  18:49:43
56595         Log: Integrate mainline.
56596      Branch: perlio
56597           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
56598           !> (integrate 37 files)
56599 ____________________________________________________________________________
56600 [  9818] By: jhi                                   on 2001/04/24  14:35:23
56601         Log: Update Changes.
56602      Branch: perl
56603            ! Changes patchlevel.h
56604 ____________________________________________________________________________
56605 [  9817] By: jhi                                   on 2001/04/24  14:09:17
56606         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
56607              From: "Philip Newton" <pnewton@gmx.de>
56608              Date: Tue, 24 Apr 2001 12:58:12 +0200
56609              Message-ID: <3AE57864.8304.B77A0A@localhost> 
56610              
56611              plus add CPAN to the list of modules that have their own tests.
56612      Branch: perl
56613            ! t/lib/1_compile.t
56614 ____________________________________________________________________________
56615 [  9816] By: jhi                                   on 2001/04/24  14:07:03
56616         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
56617              From: Michael G Schwern <schwern@pobox.com>
56618              Date: Sat, 21 Apr 2001 22:35:00 +0100
56619              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
56620      Branch: perl
56621            ! t/lib/1_compile.t
56622 ____________________________________________________________________________
56623 [  9815] By: jhi                                   on 2001/04/24  13:54:32
56624         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
56625              From: Robin Houston <robin@kitsite.com>
56626              Date: Tue, 24 Apr 2001 15:51:18 +0100
56627              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
56628      Branch: perl
56629            ! ext/B/B/Deparse.pm
56630 ____________________________________________________________________________
56631 [  9814] By: jhi                                   on 2001/04/24  13:17:34
56632         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
56633              From: Bill Glicker <billg@burrelles.com>
56634              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
56635              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
56636      Branch: perl
56637            ! hints/svr5.sh
56638 ____________________________________________________________________________
56639 [  9813] By: jhi                                   on 2001/04/24  12:54:23
56640         Log: Prevent path disclosure (probing for existence of filenames)
56641              using suidperl; bug id 20010322.218.
56642      Branch: perl
56643            ! perl.c pod/perldiag.pod
56644 ____________________________________________________________________________
56645 [  9812] By: jhi                                   on 2001/04/24  12:08:36
56646         Log: Retract #9811.
56647      Branch: perl
56648            ! ext/POSIX/POSIX.xs
56649 ____________________________________________________________________________
56650 [  9811] By: jhi                                   on 2001/04/24  11:57:35
56651         Log: (Retracted by #9812.)
56652      Branch: perl
56653            ! ext/POSIX/POSIX.xs
56654 ____________________________________________________________________________
56655 [  9810] By: jhi                                   on 2001/04/24  03:32:35
56656         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
56657      Branch: perl
56658            ! util.c
56659 ____________________________________________________________________________
56660 [  9809] By: jhi                                   on 2001/04/24  03:16:13
56661         Log: The Math::BigFloat::import() was broken.
56662              (Fixes bug id 20010422.002.)
56663      Branch: perl
56664            ! lib/Math/BigFloat.pm
56665 ____________________________________________________________________________
56666 [  9808] By: jhi                                   on 2001/04/24  01:11:40
56667         Log: Additional dependencies; should help for parallel makes
56668              not to fail on missing lib/lib.pm or lib/re.pm.
56669      Branch: perl
56670            ! Makefile.SH
56671 ____________________________________________________________________________
56672 [  9807] By: jhi                                   on 2001/04/24  00:57:01
56673         Log: Update the test failure disclaimer.
56674      Branch: perl
56675            ! t/pragma/warn/pp_hot
56676 ____________________________________________________________________________
56677 [  9806] By: jhi                                   on 2001/04/24  00:54:04
56678         Log: Add make target "install-all" which is alias for "install"
56679              to cater for case-preserving filesystems like HFS+.
56680      Branch: perl
56681            ! INSTALL Makefile.SH
56682 ____________________________________________________________________________
56683 [  9805] By: jhi                                   on 2001/04/24  00:47:28
56684         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
56685              From: Peter Prymmer <pvhp@forte.com>
56686              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
56687              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
56688              
56689              (Ken William's message forwarded from macosx@perl.org)
56690      Branch: perl
56691            ! hints/darwin.sh
56692 ____________________________________________________________________________
56693 [  9804] By: jhi                                   on 2001/04/23  23:57:35
56694         Log: Cut-and-pasto.
56695      Branch: perl
56696            ! perlio.c
56697 ____________________________________________________________________________
56698 [  9803] By: jhi                                   on 2001/04/23  23:52:25
56699         Log: More PerlIO robustness.
56700      Branch: perl
56701            ! perlio.c
56702 ____________________________________________________________________________
56703 [  9802] By: jhi                                   on 2001/04/23  23:43:35
56704         Log: Make the "STD* opened only for ..." errors more consistent.
56705      Branch: perl
56706            ! doio.c
56707 ____________________________________________________________________________
56708 [  9801] By: jhi                                   on 2001/04/23  23:34:26
56709         Log: Test case for #9800.
56710      Branch: perl
56711            ! t/op/misc.t
56712 ____________________________________________________________________________
56713 [  9800] By: jhi                                   on 2001/04/23  23:14:43
56714         Log: Avoid coredump on 'close STDERR; die' by making
56715              the PerlIO calls more robust.  Also use SETERRNO()
56716              instead of errno = to be more VMS-ready.
56717      Branch: perl
56718            ! perlio.c
56719 ____________________________________________________________________________
56720 [  9799] By: jhi                                   on 2001/04/23  21:41:10
56721         Log: Subject: test for ID 20010423.002
56722              From: Robin Houston <robin@kitsite.com>
56723              Date: Mon, 23 Apr 2001 16:52:21 +0100
56724              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
56725      Branch: perl
56726            ! t/op/avhv.t
56727 ____________________________________________________________________________
56728 [  9798] By: jhi                                   on 2001/04/23  21:40:07
56729         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
56730              From: David Dyck <dcd@tc.fluke.com>
56731              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
56732              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
56733      Branch: perl
56734            ! installperl
56735 ____________________________________________________________________________
56736 [  9797] By: jhi                                   on 2001/04/23  21:37:56
56737         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
56738              From: Benjamin Sugars <bsugars@canoe.ca>
56739              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
56740              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
56741      Branch: perl
56742            ! ext/Cwd/Cwd.xs lib/Cwd.pm
56743 ____________________________________________________________________________
56744 [  9796] By: jhi                                   on 2001/04/23  21:29:24
56745         Log: Synchronize h2xs and pod2man some more on the documentation
56746              templates they propose.
56747      Branch: perl
56748            ! pod/pod2man.PL utils/h2xs.PL
56749 ____________________________________________________________________________
56750 [  9795] By: jhi                                   on 2001/04/23  17:30:40
56751         Log: Add one more naughty test for base64; make encoding logic cleaner.
56752      Branch: perl
56753            ! t/lib/mimeb64.t
56754 ____________________________________________________________________________
56755 [  9794] By: jhi                                   on 2001/04/23  13:51:32
56756         Log: Update Changes.
56757      Branch: perl
56758            ! Changes patchlevel.h
56759 ____________________________________________________________________________
56760 [  9793] By: jhi                                   on 2001/04/23  13:44:18
56761         Log: Duplicate lines.
56762      Branch: perl
56763            ! MANIFEST
56764 ____________________________________________________________________________
56765 [  9792] By: jhi                                   on 2001/04/23  13:39:13
56766         Log: Subject: Re: PATCH 5.7.1
56767              From: Mark-Jason Dominus <mjd@plover.com>
56768              Date: Mon, 23 Apr 2001 10:30:21 -0400
56769              Message-ID: <20010423143021.17335.qmail@plover.com>
56770      Branch: perl
56771            ! perl.h sv.c
56772 ____________________________________________________________________________
56773 [  9791] By: jhi                                   on 2001/04/23  13:32:40
56774         Log: Add the CPAN.pm 1.59_54 tests.
56775      Branch: perl
56776            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
56777            ! MANIFEST
56778 ____________________________________________________________________________
56779 [  9790] By: jhi                                   on 2001/04/23  13:21:55
56780         Log: Subject: Deparse nit
56781              From: Robin Houston <robin@kitsite.com>
56782              Date: Mon, 23 Apr 2001 12:38:20 +0100
56783              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
56784      Branch: perl
56785            ! ext/B/B/Deparse.pm
56786 ____________________________________________________________________________
56787 [  9789] By: jhi                                   on 2001/04/23  13:19:07
56788         Log: Subject: [PATCH] bug 20010423.002
56789              From: Robin Houston <robin@kitsite.com>
56790              Date: Mon, 23 Apr 2001 13:12:30 +0100
56791              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
56792      Branch: perl
56793            ! pp.c
56794 ____________________________________________________________________________
56795 [  9788] By: jhi                                   on 2001/04/23  13:02:49
56796         Log: Subject: PATCH [5.7.1] hv.c unused #define
56797              From: Mark-Jason Dominus <mjd@plover.com>
56798              Date: Sun, 22 Apr 2001 14:17:49 -0400
56799              Message-ID: <20010422181749.26976.qmail@plover.com>
56800      Branch: perl
56801            ! hv.c
56802 ____________________________________________________________________________
56803 [  9787] By: jhi                                   on 2001/04/23  13:02:02
56804         Log: Subject: PATCH 5.7.1
56805              From: Mark-Jason Dominus <mjd@plover.com>
56806              Date: Sun, 22 Apr 2001 15:12:57 -0400
56807              Message-ID: <20010422191258.6539.qmail@plover.com>
56808              
56809              plus Sarathy's STMT_START + STMT_END suggestion.
56810      Branch: perl
56811            ! perl.h
56812 ____________________________________________________________________________
56813 [  9786] By: jhi                                   on 2001/04/23  12:53:25
56814         Log: Fix for
56815              
56816              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
56817              From: dLux <dlux@spam.sch.bme.hu>
56818              Date: Mon, 23 Apr 2001 01:25:26 +0200
56819              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
56820              
56821              (SvGROW really does return a char *.)
56822      Branch: perl
56823            ! pod/perlapi.pod sv.h
56824 ____________________________________________________________________________
56825 [  9785] By: jhi                                   on 2001/04/23  04:34:04
56826         Log: Time::Piece work continues.  $t->day removed since
56827              I think it's too confusing.  Now has normal and
56828              abbreviated length weekday names and month names,
56829              the names change with _names(), not _list().
56830              Now has strftime() in Perl, _strftime() is
56831              the libc version (to which strftime() falls back
56832              if it doesn't know the format.  To do: the reverse
56833              of strftime, strptime(), and the localisation of both.
56834      Branch: perl
56835            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
56836            ! t/lib/time-piece.t
56837 ____________________________________________________________________________
56838 [  9784] By: jhi                                   on 2001/04/23  02:41:46
56839         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
56840              From: andreas.koenig@anima.de (Andreas J. Koenig)
56841              Date: 23 Apr 2001 05:20:55 +0200
56842              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
56843      Branch: perl
56844            ! t/pragma/overload.t
56845 ____________________________________________________________________________
56846 [  9783] By: jhi                                   on 2001/04/22  23:32:42
56847         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
56848              From: Robin Houston <robin@kitsite.com>
56849              Date: Mon, 23 Apr 2001 00:38:18 +0100
56850              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
56851      Branch: perl
56852            ! ext/B/B/Deparse.pm
56853 ____________________________________________________________________________
56854 [  9782] By: jhi                                   on 2001/04/22  20:55:43
56855         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
56856              From: Simon Cozens <simon@netthink.co.uk>
56857              Date: Sun, 22 Apr 2001 18:47:25 +0100
56858              Message-ID: <20010422184725.A14411@netthink.co.uk>
56859      Branch: perl
56860            ! sv.c t/pragma/overload.t
56861 ____________________________________________________________________________
56862 [  9781] By: jhi                                   on 2001/04/22  20:52:13
56863         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
56864              From: Robin Houston <robin@kitsite.com>
56865              Date: Sun, 22 Apr 2001 22:14:50 +0100
56866              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
56867      Branch: perl
56868            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
56869 ____________________________________________________________________________
56870 [  9780] By: nick                                  on 2001/04/22  20:40:31
56871         Log: Integrate mainline.
56872      Branch: perlio
56873           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
56874           +> t/lib/b-stash.t
56875           !> (integrate 38 files)
56876 ____________________________________________________________________________
56877 [  9779] By: jhi                                   on 2001/04/22  15:16:03
56878         Log: Subject: IO::Socket::INET patch
56879              From: andrew deryabin <djsf@technarchy.ru>
56880              Date: Sat, 21 Apr 2001 17:46:52 +0400
56881              Message-ID: <20010421174652.B1426@technarchy>
56882      Branch: perl
56883            ! ext/IO/lib/IO/Socket/INET.pm
56884 ____________________________________________________________________________
56885 [  9778] By: jhi                                   on 2001/04/22  15:14:33
56886         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
56887              From: Mark-Jason Dominus <mjd@plover.com>
56888              Date: Sat, 21 Apr 2001 21:27:49 -0400
56889              Message-ID: <20010422012749.27024.qmail@plover.com>
56890      Branch: perl
56891            ! regcomp.c
56892 ____________________________________________________________________________
56893 [  9777] By: jhi                                   on 2001/04/22  15:10:51
56894         Log: Subject: Re: Regex debugger patch 
56895              From: Mark-Jason Dominus <mjd@plover.com>
56896              Date: Sat, 21 Apr 2001 21:48:51 -0400
56897              Message-ID: <20010422014851.27165.qmail@plover.com>
56898      Branch: perl
56899            ! pod/perldebguts.pod
56900 ____________________________________________________________________________
56901 [  9776] By: jhi                                   on 2001/04/22  15:09:48
56902         Log: Subject: Re: Regex debugger patch
56903              From: Mark-Jason Dominus <mjd@plover.com>
56904              Date: Sat, 21 Apr 2001 14:24:39 -0400
56905              Message-ID: <20010421182439.16508.qmail@plover.com>
56906              
56907              Regex debugger backend.
56908      Branch: perl
56909            ! regcomp.c regexp.h
56910 ____________________________________________________________________________
56911 [  9775] By: jhi                                   on 2001/04/21  16:45:40
56912         Log: Subject: [PATCH] Typo in utf8.h
56913              From: Jesús Quiroga <jquiroga@pobox.com>
56914              Date: Sat, 21 Apr 2001 19:25:33 +0200
56915              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
56916      Branch: perl
56917            ! utf8.h
56918 ____________________________________________________________________________
56919 [  9774] By: jhi                                   on 2001/04/21  16:43:52
56920         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
56921              From: Joe Orton <jorton@redhat.com>
56922              Date: Tue, 17 Apr 2001 15:50:43 +0100
56923              Message-Id: <20010417155043.D19132@eu.c2.net>
56924      Branch: perl
56925            ! hints/svr5.sh
56926 ____________________________________________________________________________
56927 [  9773] By: jhi                                   on 2001/04/21  15:30:15
56928         Log: Subject: Patch utils/h2xs.PL
56929              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
56930              Date: Sat, 21 Apr 2001 10:32:16 -0500
56931              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
56932              
56933              Add MAILING list and LICENSE templates.
56934      Branch: perl
56935            ! utils/h2xs.PL
56936 ____________________________________________________________________________
56937 [  9772] By: jhi                                   on 2001/04/21  15:28:36
56938         Log: Subject: perlfaq2.patch for 5.7.1
56939              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
56940              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
56941              Date: Fri, 20 Apr 2001 16:42:19 -0500
56942              
56943              rm an extra tab, a blurb about the xx.cpan to clarify
56944              which countries actually have that and dejanews is history
56945              as well as most of that nonsensical entry.
56946      Branch: perl
56947            ! pod/perlfaq2.pod
56948 ____________________________________________________________________________
56949 [  9771] By: jhi                                   on 2001/04/21  15:27:17
56950         Log: Subject: perlfaq1.patch for 5.7.1
56951              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
56952              Date: Fri, 20 Apr 2001 16:57:36 -0500
56953              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
56954              
56955              Evil URLs must die. Especially when they are broken.
56956      Branch: perl
56957            ! pod/perlfaq1.pod
56958 ____________________________________________________________________________
56959 [  9770] By: jhi                                   on 2001/04/21  15:23:38
56960         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
56961              From: Michael G Schwern <schwern@pobox.com>
56962              Date: Sat, 21 Apr 2001 16:11:12 +0100
56963              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
56964      Branch: perl
56965            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
56966            + t/lib/b-stash.t
56967            ! MANIFEST ext/B/B.pm t/lib/b.t
56968 ____________________________________________________________________________
56969 [  9769] By: jhi                                   on 2001/04/21  15:03:32
56970         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
56971              From: Michael G Schwern <schwern@pobox.com>
56972              Date: Sat, 21 Apr 2001 09:48:00 +0100
56973              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
56974      Branch: perl
56975            ! utils/h2ph.PL
56976 ____________________________________________________________________________
56977 [  9768] By: jhi                                   on 2001/04/21  14:33:49
56978         Log: PerlIO and Encode doc cleanup and tweaks.
56979      Branch: perl
56980            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
56981            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
56982 ____________________________________________________________________________
56983 [  9767] By: jhi                                   on 2001/04/21  12:40:16
56984         Log: Integrate perlio:
56985              
56986              [  9766]
56987              Avoid core dump on
56988              open(STDOUT,">",\$foo);
56989      Branch: perl
56990           !> doio.c
56991 ____________________________________________________________________________
56992 [  9766] By: nick                                  on 2001/04/20  18:28:35
56993         Log: Avoid core dump on
56994              open(STDOUT,">",\$foo);
56995      Branch: perlio
56996            ! doio.c
56997 ____________________________________________________________________________
56998 [  9765] By: jhi                                   on 2001/04/20  13:23:43
56999         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
57000              From: Robin Houston <robin@kitsite.com>
57001              Date: Fri, 20 Apr 2001 14:29:22 +0100
57002              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
57003      Branch: perl
57004            ! ext/B/B.pm ext/B/B/Deparse.pm
57005 ____________________________________________________________________________
57006 [  9764] By: jhi                                   on 2001/04/20  13:19:33
57007         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
57008              From: Peter Prymmer <pvhp@forte.com>
57009              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
57010              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
57011      Branch: perl
57012            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
57013            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
57014            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
57015            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
57016 ____________________________________________________________________________
57017 [  9763] By: jhi                                   on 2001/04/20  12:36:39
57018         Log: Subject: Re: A new PerlIO coredump
57019              From: Nick Ing-Simmons <nik@tiuk.ti.com>
57020              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
57021              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
57022      Branch: perl
57023            ! doio.c
57024 ____________________________________________________________________________
57025 [  9762] By: jhi                                   on 2001/04/19  23:02:30
57026         Log: Update Changes.
57027      Branch: perl
57028            ! Changes patchlevel.h
57029 ____________________________________________________________________________
57030 [  9761] By: jhi                                   on 2001/04/19  22:59:19
57031         Log: More cleanup cleanup.
57032      Branch: perl
57033            ! Makefile.SH win32/Makefile win32/makefile.mk
57034 ____________________________________________________________________________
57035 [  9760] By: jhi                                   on 2001/04/19  22:50:31
57036         Log: lib/Time is non-empty, let's not rmdir it.
57037      Branch: perl
57038            ! Makefile.SH
57039 ____________________________________________________________________________
57040 [  9759] By: jhi                                   on 2001/04/19  22:36:51
57041         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
57042              From: Robin Houston <robin@kitsite.com>
57043              Date: Fri, 20 Apr 2001 00:18:53 +0100
57044              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
57045      Branch: perl
57046            ! ext/B/B/Deparse.pm
57047 ____________________________________________________________________________
57048 [  9758] By: jhi                                   on 2001/04/19  22:36:00
57049         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
57050              From: Peter Prymmer <pvhp@forte.com>
57051              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
57052              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
57053      Branch: perl
57054            ! ext/Cwd/Cwd.xs
57055 ____________________________________________________________________________
57056 [  9757] By: nick                                  on 2001/04/19  18:53:54
57057         Log: Blind (untested) integrate of mainline.
57058      Branch: perlio
57059           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
57060           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
57061           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
57062           !> (integrate 53 files)
57063 ____________________________________________________________________________
57064 [  9756] By: jhi                                   on 2001/04/19  16:59:23
57065         Log: Document and test Time::Piece.
57066      Branch: perl
57067            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
57068            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
57069 ____________________________________________________________________________
57070 [  9755] By: jhi                                   on 2001/04/19  12:13:29
57071         Log: A better fix for the \x{12345678} trouble from NI-S.
57072      Branch: perl
57073            ! utf8.c
57074 ____________________________________________________________________________
57075 [  9754] By: jhi                                   on 2001/04/19  11:56:07
57076         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
57077              From: Robin Houston <robin@kitsite.com>
57078              Date: Wed, 18 Apr 2001 17:58:33 +0100
57079              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
57080      Branch: perl
57081            ! ext/B/B/Deparse.pm op.c
57082 ____________________________________________________________________________
57083 [  9753] By: jhi                                   on 2001/04/19  04:21:52
57084         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
57085              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
57086              Date: Thu, 19 Apr 2001 01:11:41 -0400
57087              Message-ID: <20010419011141.A5798@cpan.org>
57088      Branch: perl
57089            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
57090 ____________________________________________________________________________
57091 [  9752] By: jhi                                   on 2001/04/19  02:41:10
57092         Log: The new time utils need to be thread-aware, too.
57093      Branch: perl
57094            ! util.c
57095 ____________________________________________________________________________
57096 [  9751] By: jhi                                   on 2001/04/19  02:26:47
57097         Log: Compilation nit noticed by AIX compiler.
57098      Branch: perl
57099            ! perlio.c
57100 ____________________________________________________________________________
57101 [  9750] By: jhi                                   on 2001/04/19  02:20:06
57102         Log: The new time utils need to be public.
57103      Branch: perl
57104            ! embed.pl
57105 ____________________________________________________________________________
57106 [  9749] By: jhi                                   on 2001/04/19  01:42:39
57107         Log: Regen toc.
57108      Branch: perl
57109            ! pod/perltoc.pod
57110 ____________________________________________________________________________
57111 [  9748] By: jhi                                   on 2001/04/19  01:41:10
57112         Log: Add Time::Piece, a slight rewrite of Time::Object,
57113              from Matt Sergeant.
57114      Branch: perl
57115            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
57116            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
57117            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
57118            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
57119            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
57120            ! win32/makefile.mk
57121 ____________________________________________________________________________
57122 [  9747] By: jhi                                   on 2001/04/19  00:55:35
57123         Log: The new metaconfig unit from strftime.
57124      Branch: metaconfig/U/perl
57125            + d_strftime.U
57126 ____________________________________________________________________________
57127 [  9746] By: jhi                                   on 2001/04/19  00:54:54
57128         Log: Move the strftime() wrapper from POSIX.xs to util.c
57129              as my_strftime(), requires HAS_STRFTIME.
57130      Branch: perl
57131            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57132            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
57133            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
57134            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57135            ! vos/config.ga.h win32/config.bc win32/config.gc
57136            ! win32/config.vc
57137 ____________________________________________________________________________
57138 [  9745] By: jhi                                   on 2001/04/18  23:11:03
57139         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
57140              in preparation of Time::Piece.
57141      Branch: perl
57142            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
57143 ____________________________________________________________________________
57144 [  9744] By: jhi                                   on 2001/04/18  22:33:12
57145         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
57146              From: Peter Prymmer <pvhp@forte.com>
57147              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
57148              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
57149      Branch: perl
57150            ! t/lib/exporter.t
57151 ____________________________________________________________________________
57152 [  9743] By: jhi                                   on 2001/04/18  22:32:23
57153         Log: Subject: Fwd: pod2html leaves cache files lying around?
57154              From: Rajesh Vaidheeswarran <rv@gnu.org>
57155              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
57156              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
57157      Branch: perl
57158            ! lib/Pod/Html.pm
57159 ____________________________________________________________________________
57160 [  9742] By: jhi                                   on 2001/04/18  20:31:49
57161         Log: Update Changes.
57162      Branch: perl
57163            ! Changes patchlevel.h
57164 ____________________________________________________________________________
57165 [  9741] By: jhi                                   on 2001/04/18  20:23:02
57166         Log: Declare hints only if needed.
57167      Branch: perl
57168            ! ext/B/B/Deparse.pm
57169 ____________________________________________________________________________
57170 [  9740] By: jhi                                   on 2001/04/18  19:06:05
57171         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
57172              bug noticed by Robin Houston; basically the code of detecting
57173              value wraparound was acting differently under different compilers
57174              and platforms.  The workaround is to remove the overflow check
57175              for now, a real fix would be to do the overflow (portably) right.
57176      Branch: perl
57177            ! t/op/pat.t utf8.c
57178 ____________________________________________________________________________
57179 [  9739] By: jhi                                   on 2001/04/18  19:01:23
57180         Log: Subject: [PATCH B::Deparse] some pragma support
57181              From: Robin Houston <robin@kitsite.com>
57182              Date: Wed, 18 Apr 2001 19:32:12 +0100
57183              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
57184      Branch: perl
57185            ! ext/B/B/Deparse.pm
57186 ____________________________________________________________________________
57187 [  9738] By: jhi                                   on 2001/04/18  15:16:37
57188         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
57189              From: Benjamin Sugars <bsugars@canoe.ca>
57190              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
57191              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
57192      Branch: perl
57193            ! t/op/glob.t
57194 ____________________________________________________________________________
57195 [  9737] By: jhi                                   on 2001/04/18  13:24:50
57196         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
57197              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57198              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
57199              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
57200      Branch: perl
57201            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
57202            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
57203 ____________________________________________________________________________
57204 [  9736] By: jhi                                   on 2001/04/18  04:15:14
57205         Log: The #9735 also changes the subtest 12.
57206      Branch: perl
57207            ! t/lib/b.t
57208 ____________________________________________________________________________
57209 [  9735] By: jhi                                   on 2001/04/18  03:55:17
57210         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
57211              From: David Dyck <dcd@tc.fluke.com>
57212              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
57213              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
57214      Branch: perl
57215            ! ext/B/B/Deparse.pm
57216 ____________________________________________________________________________
57217 [  9734] By: jhi                                   on 2001/04/18  03:54:11
57218         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
57219              From: Gisle Aas <gisle@ActiveState.com>
57220              Date: 17 Apr 2001 19:06:45 -0700
57221              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
57222      Branch: perl
57223            ! pp_hot.c t/op/misc.t
57224 ____________________________________________________________________________
57225 [  9733] By: jhi                                   on 2001/04/17  22:25:22
57226         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
57227              From: "Abigail" <abigail@foad.org>
57228              Date: Wed, 18 Apr 2001 01:17:46 +0200
57229              Message-ID: <20010417231746.21657.qmail@foad.org>
57230      Branch: perl
57231            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
57232 ____________________________________________________________________________
57233 [  9732] By: jhi                                   on 2001/04/17  20:47:56
57234         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
57235              From: Robin Houston <robin@kitsite.com>
57236              Date: Tue, 17 Apr 2001 22:37:42 +0100
57237              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
57238      Branch: perl
57239            ! ext/B/B/Deparse.pm
57240 ____________________________________________________________________________
57241 [  9731] By: nick                                  on 2001/04/17  20:46:35
57242         Log: Re-sync for t/lib/b.t fix
57243      Branch: perlio
57244           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
57245 ____________________________________________________________________________
57246 [  9730] By: jhi                                   on 2001/04/17  20:45:29
57247         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
57248              From: Robin Houston <robin@kitsite.com>
57249              Date: Tue, 17 Apr 2001 22:29:36 +0100
57250              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
57251      Branch: perl
57252            ! ext/B/B.xs ext/B/B/Deparse.pm
57253 ____________________________________________________________________________
57254 [  9729] By: jhi                                   on 2001/04/17  20:43:11
57255         Log: Subject: Deparse - parenthesise args to undeclared subs
57256              From: Robin Houston <robin@kitsite.com>
57257              Date: Tue, 17 Apr 2001 21:31:05 +0100
57258              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
57259      Branch: perl
57260            ! ext/B/B/Deparse.pm
57261 ____________________________________________________________________________
57262 [  9728] By: jhi                                   on 2001/04/17  18:57:30
57263         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
57264              From: Benjamin Sugars <ben.sugars@home.com>
57265              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
57266              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
57267      Branch: perl
57268            ! t/lib/cwd.t
57269 ____________________________________________________________________________
57270 [  9727] By: jhi                                   on 2001/04/17  18:20:20
57271         Log: Subject: [PATCH B::Deparse] ambient pragmas
57272              From: Robin Houston <robin@kitsite.com>
57273              Date: Tue, 17 Apr 2001 20:01:59 +0100
57274              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
57275      Branch: perl
57276            ! ext/B/B/Deparse.pm t/lib/b.t
57277 ____________________________________________________________________________
57278 [  9726] By: nick                                  on 2001/04/17  16:33:51
57279         Log: Integrate mainline (t/lib/b.t fails test 2...)
57280      Branch: perlio
57281           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
57282           +> ext/List/Util/README ext/List/Util/Util.xs
57283           +> ext/List/Util/lib/List/Util.pm
57284           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
57285           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
57286           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
57287           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
57288           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
57289           !> (integrate 31 files)
57290 ____________________________________________________________________________
57291 [  9725] By: jhi                                   on 2001/04/17  12:14:24
57292         Log: Subject: multiple B::* changes
57293              From: Robin Houston <robin@kitsite.com>
57294              Date: Thu, 12 Apr 2001 20:12:27 +0100
57295              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
57296      Branch: perl
57297            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
57298 ____________________________________________________________________________
57299 [  9724] By: jhi                                   on 2001/04/17  11:59:05
57300         Log: Thread-awareness from Doug MacEachern.
57301      Branch: perl
57302            ! ext/List/Util/Util.xs
57303 ____________________________________________________________________________
57304 [  9723] By: jhi                                   on 2001/04/17  11:57:41
57305         Log: Make the test more portable.
57306      Branch: perl
57307            ! t/lib/cwd.t
57308 ____________________________________________________________________________
57309 [  9722] By: jhi                                   on 2001/04/17  11:53:50
57310         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
57311              From: Benjamin Sugars <ben.sugars@home.com>
57312              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
57313              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
57314      Branch: perl
57315            ! t/lib/cwd.t
57316 ____________________________________________________________________________
57317 [  9721] By: jhi                                   on 2001/04/17  11:52:17
57318         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
57319              From: Benjamin Sugars <bsugars@canoe.ca>
57320              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
57321              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
57322      Branch: perl
57323            ! op.c
57324 ____________________________________________________________________________
57325 [  9720] By: jhi                                   on 2001/04/17  11:35:42
57326         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
57327              From: Chris Nandor <pudge@pobox.com>
57328              Date: Tue, 17 Apr 2001 00:30:49 -0400
57329              Message-Id: <p05100207b701768712de@[10.0.1.177]>
57330      Branch: perl
57331            ! ext/File/Glob/bsd_glob.c gv.c
57332 ____________________________________________________________________________
57333 [  9719] By: jhi                                   on 2001/04/17  11:32:13
57334         Log: Subject: [PATCH] Tweten->West
57335              From: Casey West <casey@geeknest.com>
57336              Date: Mon, 16 Apr 2001 12:11:22 -0400
57337              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
57338      Branch: perl
57339            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
57340            ! pod/perltie.pod
57341 ____________________________________________________________________________
57342 [  9718] By: jhi                                   on 2001/04/16  03:22:52
57343         Log: Update Changes.
57344      Branch: perl
57345            ! Changes patchlevel.h
57346 ____________________________________________________________________________
57347 [  9717] By: jhi                                   on 2001/04/16  03:06:28
57348         Log: Regen toc.
57349      Branch: perl
57350            ! pod/perltoc.pod
57351 ____________________________________________________________________________
57352 [  9716] By: jhi                                   on 2001/04/16  02:58:42
57353         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
57354              From: Prymmer/Kahn <pvhp@best.com>
57355              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
57356              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
57357      Branch: perl
57358            ! utf8.c
57359 ____________________________________________________________________________
57360 [  9715] By: jhi                                   on 2001/04/15  23:40:35
57361         Log: Subject: Re: Net::Ping patch, adds stream protocol
57362              From: bronson@rinspin.com (Scott Bronson)
57363              Date: Tue, 10 Apr 2001 23:58:33 -0700
57364              Message-ID: <20010410235833.N29719@rinspin.com>
57365      Branch: perl
57366            ! lib/Net/Ping.pm
57367 ____________________________________________________________________________
57368 [  9714] By: jhi                                   on 2001/04/15  23:31:46
57369         Log: Printing out the ok messages helps successful testing.
57370      Branch: perl
57371            ! t/lib/time-hires.t
57372 ____________________________________________________________________________
57373 [  9713] By: jhi                                   on 2001/04/15  21:43:24
57374         Log: Update Douglas Wegscheid's email.
57375      Branch: perl
57376            ! AUTHORS
57377 ____________________________________________________________________________
57378 [  9712] By: jhi                                   on 2001/04/15  21:40:41
57379         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
57380              From: Michael G Schwern <schwern@pobox.com>
57381              Date: Sat, 14 Apr 2001 22:40:50 +0100
57382              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
57383      Branch: perl
57384            + t/lib/exporter.t
57385            ! MANIFEST lib/Exporter/Heavy.pm
57386 ____________________________________________________________________________
57387 [  9711] By: jhi                                   on 2001/04/15  21:39:21
57388         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
57389              From: Michael G Schwern <schwern@pobox.com>
57390              Date: Sat, 14 Apr 2001 22:13:59 +0100
57391              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
57392      Branch: perl
57393            ! t/op/loopctl.t
57394 ____________________________________________________________________________
57395 [  9710] By: jhi                                   on 2001/04/15  21:30:19
57396         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
57397              From: Michael G Schwern <schwern@pobox.com>
57398              Date: Sat, 14 Apr 2001 22:05:32 +0100
57399              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
57400      Branch: perl
57401            ! t/pragma/warnings.t
57402 ____________________________________________________________________________
57403 [  9709] By: jhi                                   on 2001/04/15  19:34:09
57404         Log: Integrate changes #9706,9707 from maintperl into mainline.
57405              
57406              change#7210 broke .packlist generation
57407              
57408              ExtUtils::Installed doesn't quote regex metacharacters in paths
57409              before using them in match; also make it work for dosish platforms
57410      Branch: perl
57411           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
57412 ____________________________________________________________________________
57413 [  9708] By: jhi                                   on 2001/04/15  19:31:01
57414         Log: Test also the scalar aspect of getitimer().
57415      Branch: perl
57416            ! t/lib/time-hires.t
57417 ____________________________________________________________________________
57418 [  9707] By: gsar                                  on 2001/04/15  17:24:20
57419         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
57420              before using them in match; also make it work for dosish platforms
57421      Branch: maint-5.6/perl
57422            ! lib/ExtUtils/Installed.pm
57423 ____________________________________________________________________________
57424 [  9706] By: gsar                                  on 2001/04/15  17:21:59
57425         Log: change#7210 broke .packlist generation (listed only filename
57426              rather than fully qualified path name)
57427      Branch: maint-5.6/perl
57428            ! lib/ExtUtils/Install.pm
57429 ____________________________________________________________________________
57430 [  9705] By: jhi                                   on 2001/04/15  12:36:33
57431         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
57432      Branch: perl
57433            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
57434            ! t/lib/time-hires.t
57435 ____________________________________________________________________________
57436 [  9704] By: jhi                                   on 2001/04/15  10:49:08
57437         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
57438              From: Prymmer/Kahn <pvhp@best.com>
57439              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
57440              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
57441      Branch: perl
57442            ! lib/utf8.pm pod/perlebcdic.pod
57443 ____________________________________________________________________________
57444 [  9703] By: jhi                                   on 2001/04/15  02:26:26
57445         Log: I keep forgetting to sort MANIFEST.
57446      Branch: perl
57447            ! MANIFEST
57448 ____________________________________________________________________________
57449 [  9702] By: jhi                                   on 2001/04/15  02:07:47
57450         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
57451              Now we have blessed, reftype, tainted, first, reduce, ...
57452      Branch: perl
57453            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
57454            + ext/List/Util/README ext/List/Util/Util.xs
57455            + ext/List/Util/lib/List/Util.pm
57456            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
57457            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
57458            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
57459            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
57460            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
57461            ! MANIFEST
57462 ____________________________________________________________________________
57463 [  9701] By: jhi                                   on 2001/04/14  15:05:25
57464         Log: Subject: RE: dprofpp.pl updates 
57465              From: Carl Eklof <CEklof@endeca.com>
57466              Date: Thu, 12 Apr 2001 18:45:46 -0400
57467              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
57468      Branch: perl
57469            ! utils/dprofpp.PL
57470 ____________________________________________________________________________
57471 [  9700] By: jhi                                   on 2001/04/14  14:44:55
57472         Log: Do not just blindly add CR.
57473      Branch: perl
57474            ! Porting/makerel
57475 ____________________________________________________________________________
57476 [  9699] By: jhi                                   on 2001/04/13  13:17:01
57477         Log: Update Changes.
57478      Branch: perl
57479            ! Changes patchlevel.h
57480 ____________________________________________________________________________
57481 [  9698] By: jhi                                   on 2001/04/13  12:44:48
57482         Log: Integrate perlio:
57483              
57484              [  9696]
57485              Fix core dump on binmode($fh,'Scalar')
57486      Branch: perl
57487           !> ext/PerlIO/Scalar/Scalar.xs
57488 ____________________________________________________________________________
57489 [  9697] By: jhi                                   on 2001/04/13  12:29:15
57490         Log: Add more debug output to the test.
57491      Branch: perl
57492            ! t/lib/cwd.t
57493 ____________________________________________________________________________
57494 [  9696] By: nick                                  on 2001/04/13  10:14:29
57495         Log: Fix core dump on binmode($fh,'Scalar')
57496      Branch: perlio
57497            ! ext/PerlIO/Scalar/Scalar.xs
57498 ____________________________________________________________________________
57499 [  9695] By: nick                                  on 2001/04/13  09:05:42
57500         Log: Integrate mainline
57501      Branch: perlio
57502           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
57503           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
57504           +> t/lib/time-hires.t
57505           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
57506           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
57507           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
57508           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
57509           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
57510           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
57511           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
57512 ____________________________________________________________________________
57513 [  9694] By: jhi                                   on 2001/04/12  22:23:35
57514         Log: Integrate change #9693 from maintperl into mainline.
57515              
57516              $VERSION and Version() on the same line provokes a warning from
57517              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
57518      Branch: perl
57519           !> lib/Devel/SelfStubber.pm
57520 ____________________________________________________________________________
57521 [  9693] By: gsar                                  on 2001/04/12  21:55:56
57522         Log: $VERSION and Version() on the same line provokes a warning from
57523              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
57524      Branch: maint-5.6/perl
57525            ! lib/Devel/SelfStubber.pm
57526 ____________________________________________________________________________
57527 [  9692] By: jhi                                   on 2001/04/12  13:54:00
57528         Log: This is at least 5.005.
57529      Branch: perl
57530            ! ext/Time/HiRes/HiRes.xs
57531 ____________________________________________________________________________
57532 [  9691] By: jhi                                   on 2001/04/12  13:37:20
57533         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
57534      Branch: perl
57535            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
57536            ! win32/Makefile win32/makefile.mk
57537 ____________________________________________________________________________
57538 [  9690] By: jhi                                   on 2001/04/12  01:34:46
57539         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
57540      Branch: perl
57541            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
57542            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
57543            + t/lib/time-hires.t
57544            ! MANIFEST
57545 ____________________________________________________________________________
57546 [  9689] By: jhi                                   on 2001/04/12  00:28:39
57547         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
57548              From: Gisle Aas <gisle@ActiveState.com>
57549              Date: 11 Apr 2001 16:36:11 -0700
57550              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
57551      Branch: perl
57552            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
57553 ____________________________________________________________________________
57554 [  9688] By: jhi                                   on 2001/04/12  00:27:39
57555         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
57556              From: Gisle Aas <gisle@ActiveState.com>
57557              Date: 11 Apr 2001 11:13:24 -0700
57558              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
57559      Branch: perl
57560            ! ext/MIME/Base64/Base64.xs
57561 ____________________________________________________________________________
57562 [  9687] By: jhi                                   on 2001/04/11  19:51:47
57563         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
57564      Branch: perl
57565            ! Todo-5.6
57566 ____________________________________________________________________________
57567 [  9686] By: jhi                                   on 2001/04/11  16:54:25
57568         Log: Subject: [PATCH opcode.pl] Documentation of table format
57569              From: Simon Cozens <simon@netthink.co.uk>
57570              Date: Wed, 11 Apr 2001 12:59:31 +0100
57571              Message-ID: <20010411125931.A25681@netthink.co.uk>
57572      Branch: perl
57573            ! opcode.pl
57574 ____________________________________________________________________________
57575 [  9685] By: jhi                                   on 2001/04/11  16:53:15
57576         Log: Subject: [PATCH] prototype("CORE::recv")
57577              From: Simon Cozens <simon@netthink.co.uk>
57578              Date: Wed, 11 Apr 2001 13:24:35 +0100
57579              Message-ID: <20010411132435.A26169@netthink.co.uk>
57580      Branch: perl
57581            ! pp.c t/comp/proto.t
57582 ____________________________________________________________________________
57583 [  9684] By: jhi                                   on 2001/04/11  16:47:13
57584         Log: FAQ (and AUTHORS) update from Dan Carson: the information
57585              was several years obsolete, Term::Readkey has been updated
57586              to have the functionality.
57587      Branch: perl
57588            ! AUTHORS pod/perlfaq5.pod
57589 ____________________________________________________________________________
57590 [  9683] By: jhi                                   on 2001/04/11  12:15:46
57591         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
57592              From: Calle Dybedahl <calle@lysator.liu.se>
57593              Date: 10 Apr 2001 16:44:16 +0200
57594              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
57595      Branch: perl
57596            ! ext/MIME/Base64/Base64.xs
57597 ____________________________________________________________________________
57598 [  9682] By: jhi                                   on 2001/04/11  12:12:26
57599         Log: A more minimal fix for 20010410.006 from Hugo.
57600      Branch: perl
57601            ! regexec.c
57602 ____________________________________________________________________________
57603 [  9681] By: jhi                                   on 2001/04/11  11:34:23
57604         Log: Integrate changes #9678,9679 from maintline into mainperl.
57605              
57606              addendum to change#9676
57607              
57608              up $File::Glob::VERSION; add a note pointing out the version of
57609              the OpenBSD glob bsd_glob.c resembles
57610      Branch: perl
57611           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
57612           !> ext/File/Glob/bsd_glob.h
57613 ____________________________________________________________________________
57614 [  9680] By: jhi                                   on 2001/04/11  11:30:38
57615         Log: Bad test numbering in integrate in #9677.
57616              Fixes ID 20010411.001.
57617      Branch: perl
57618            ! t/op/pat.t
57619 ____________________________________________________________________________
57620 [  9679] By: gsar                                  on 2001/04/11  03:38:40
57621         Log: up $File::Glob::VERSION; add a note pointing out the version of
57622              the OpenBSD glob bsd_glob.c resembles
57623      Branch: maint-5.6/perl
57624            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
57625            ! ext/File/Glob/bsd_glob.h
57626 ____________________________________________________________________________
57627 [  9678] By: gsar                                  on 2001/04/11  03:09:48
57628         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
57629              revision 1.8.10.1 found here:
57630              
57631              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
57632      Branch: maint-5.6/perl
57633            ! ext/File/Glob/bsd_glob.c
57634 ____________________________________________________________________________
57635 [  9677] By: jhi                                   on 2001/04/11  02:54:39
57636         Log: Integrate changes #9675,9676 from maintperl into mainline.
57637              
57638              fix for bug 20010410.006, undo change#7115
57639              
57640              port the OpenBSD glob() security patch
57641      Branch: perl
57642           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
57643           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
57644           !> t/op/pat.t
57645 ____________________________________________________________________________
57646 [  9676] By: gsar                                  on 2001/04/11  02:19:02
57647         Log: port the glob() security patch found at:
57648              
57649              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
57650              
57651              CERT advisory for the issue is here:
57652              
57653              http://www.cert.org/advisories/CA-2001-07.html
57654              
57655              Note that the security scare is only relevant for those who are
57656              foolish enough to build suidperl (which is now officially discouraged)
57657      Branch: maint-5.6/perl
57658            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
57659            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
57660 ____________________________________________________________________________
57661 [  9675] By: gsar                                  on 2001/04/10  23:52:11
57662         Log: fix for bug 20010410.006
57663              
57664              undo change#7115 (came into maint-5.6 as change#8156)
57665              
57666              add tests to keep it from coming back
57667      Branch: maint-5.6/perl
57668            ! regexec.c t/op/pat.t
57669 ____________________________________________________________________________
57670 [  9674] By: nick                                  on 2001/04/10  20:39:31
57671         Log: Integrate mainline
57672      Branch: perlio
57673           +> Porting/testall.atom
57674           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
57675           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
57676           !> t/lib/lc-uk.t t/pod/find.t
57677 ____________________________________________________________________________
57678 [  9673] By: nick                                  on 2001/04/10  18:46:14
57679         Log: Integrate against change 9670 aka perl-5.7.1
57680      Branch: perlio
57681           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
57682           !> (integrate 53 files)
57683 ____________________________________________________________________________
57684 [  9672] By: jhi                                   on 2001/04/10  13:45:01
57685         Log: Add a script for doing cumulative profile of the test suite.
57686              (Requires ATOM, that is, Tru64.)
57687      Branch: perl
57688            + Porting/testall.atom
57689            ! MANIFEST
57690 ____________________________________________________________________________
57691 [  9671] By: jhi                                   on 2001/04/10  12:38:53
57692         Log: Missing std block.
57693      Branch: perl
57694            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
57695            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
57696            ! t/pod/find.t
57697 ____________________________________________________________________________
57698 [  9670] By: jhi                                   on 2001/04/10  01:25:58
57699         Log: This is 5.7.1.
57700      Branch: perl
57701            ! patchlevel.h
57702 ____________________________________________________________________________
57703 [  9669] By: jhi                                   on 2001/04/10  01:09:14
57704         Log: Update Changes.
57705      Branch: perl
57706            ! Changes patchlevel.h
57707 ____________________________________________________________________________
57708 [  9668] By: jhi                                   on 2001/04/10  01:00:38
57709         Log: Regen toc.
57710      Branch: perl
57711            ! pod/perltoc.pod
57712 ____________________________________________________________________________
57713 [  9667] By: jhi                                   on 2001/04/10  00:52:16
57714         Log: Update perlhist.
57715      Branch: perl
57716            ! pod/perlhist.pod
57717 ____________________________________________________________________________
57718 [  9666] By: jhi                                   on 2001/04/09  23:38:59
57719         Log: Slight wording tweaks from Damian to #9658.
57720      Branch: perl
57721            ! pod/perlobj.pod
57722 ____________________________________________________________________________
57723 [  9665] By: jhi                                   on 2001/04/09  19:56:06
57724         Log: Subject: [PATCH perlutil.pod] Nit
57725              From: Simon Cozens <simon@netthink.co.uk>
57726              Date: Mon, 9 Apr 2001 20:29:44 +0100
57727              Message-ID: <20010409202944.A14796@the.earth.li>
57728      Branch: perl
57729            ! pod/perlutil.pod
57730 ____________________________________________________________________________
57731 [  9664] By: jhi                                   on 2001/04/09  19:54:42
57732         Log: Subject: Re: perl571delta.pod@9631
57733              From: Mike Guy <mjtg@cam.ac.uk>
57734              Date: Mon, 09 Apr 2001 18:09:14 +0100
57735              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
57736      Branch: perl
57737            ! pod/perl571delta.pod
57738 ____________________________________________________________________________
57739 [  9663] By: jhi                                   on 2001/04/09  13:43:35
57740         Log: Update Changes.
57741      Branch: perl
57742            ! Changes patchlevel.h
57743 ____________________________________________________________________________
57744 [  9662] By: jhi                                   on 2001/04/09  13:24:46
57745         Log: tweak tweak.
57746      Branch: perl
57747            ! AUTHORS pod/perl571delta.pod
57748 ____________________________________________________________________________
57749 [  9661] By: jhi                                   on 2001/04/09  13:15:13
57750         Log: Thinko in manual patch applying.
57751      Branch: perl
57752            ! sv.c
57753 ____________________________________________________________________________
57754 [  9660] By: jhi                                   on 2001/04/09  13:07:53
57755         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
57756              From: Robin Barker <rmb1@cise.npl.co.uk> 
57757              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
57758              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
57759              
57760              (This corrects the case where the "isn't numeric" string contains \0s
57761              and is longer than the temporary buffer, and contains \0 at the point
57762              the string would be truncated by "...".) 
57763      Branch: perl
57764            ! sv.c
57765 ____________________________________________________________________________
57766 [  9659] By: jhi                                   on 2001/04/09  12:57:41
57767         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
57768      Branch: perl
57769            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
57770            ! t/lib/cgi-function.t t/lib/cgi-html.t
57771 ____________________________________________________________________________
57772 [  9658] By: jhi                                   on 2001/04/09  12:48:47
57773         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
57774              From: Ilmari Karonen <iltzu@sci.fi>
57775              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
57776              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
57777              
57778              Rearrange and rewrite the Method Invocation section
57779              to explain the concepts in nicer order.
57780      Branch: perl
57781            ! pod/perlobj.pod
57782 ____________________________________________________________________________
57783 [  9657] By: jhi                                   on 2001/04/09  12:35:58
57784         Log: Upgrade to podlators 1.09, from Russ Allbery.
57785      Branch: perl
57786            ! lib/Pod/Man.pm lib/Pod/Text.pm
57787 ____________________________________________________________________________
57788 [  9656] By: jhi                                   on 2001/04/09  12:31:53
57789         Log: perl571delta.
57790      Branch: perl
57791            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
57792 ____________________________________________________________________________
57793 [  9655] By: jhi                                   on 2001/04/09  12:20:09
57794         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
57795              From: Prymmer/Kahn <pvhp@best.com>
57796              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
57797              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
57798      Branch: perl
57799            ! lib/utf8.pm pod/perlunicode.pod
57800 ____________________________________________________________________________
57801 [  9654] By: gsar                                  on 2001/04/09  03:38:33
57802         Log: here lies 5.6.1
57803      Branch: maint-5.6/perl
57804            ! Changes
57805 ____________________________________________________________________________
57806 [  9653] By: jhi                                   on 2001/04/09  03:25:24
57807         Log: Update perlhist.
57808      Branch: perl
57809            ! pod/perlhist.pod
57810 ____________________________________________________________________________
57811 [  9652] By: jhi                                   on 2001/04/09  03:18:49
57812         Log: perl571delta tweaking continues.
57813      Branch: perl
57814            ! pod/perl571delta.pod
57815 ____________________________________________________________________________
57816 [  9651] By: gsar                                  on 2001/04/09  03:11:19
57817         Log: update Changes, patchlevel.h &c.
57818      Branch: maint-5.6/perl
57819            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
57820            ! pod/perltoc.pod
57821 ____________________________________________________________________________
57822 [  9650] By: jhi                                   on 2001/04/09  02:40:24
57823         Log: Integrate the perlfork half of #9513 from maintperl into mainline
57824              (the perlunicode half is obsolete)
57825      Branch: perl
57826            ! pod/perlfork.pod
57827 ____________________________________________________________________________
57828 [  9649] By: gsar                                  on 2001/04/09  02:35:43
57829         Log: tweak perldelta as suggested by Jarkko
57830      Branch: maint-5.6/perl
57831            ! pod/perldelta.pod
57832 ____________________________________________________________________________
57833 [  9648] By: jhi                                   on 2001/04/09  02:13:04
57834         Log: Integrate change #9646 from maintperl into mainline.
57835              
57836              add note about ithreads and Thread.pm
57837      Branch: perl
57838           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
57839 ____________________________________________________________________________
57840 [  9647] By: jhi                                   on 2001/04/09  02:10:18
57841         Log: Bad assumption that shortsize == 2.
57842      Branch: perl
57843            ! t/lib/xs-typemap.t
57844 ____________________________________________________________________________
57845 [  9646] By: gsar                                  on 2001/04/09  00:48:04
57846         Log: add note about ithreads and Thread.pm (too many people are
57847              confused by the fact that Thread.pm is built and installed
57848              under non-5005threads but doesn't work)
57849      Branch: maint-5.6/perl
57850            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
57851 ____________________________________________________________________________
57852 [  9645] By: gsar                                  on 2001/04/09  00:19:03
57853         Log: update perldelta.pod for changes in 5.6.1
57854      Branch: maint-5.6/perl
57855            ! Changes pod/perldelta.pod
57856 ____________________________________________________________________________
57857 [  9644] By: jhi                                   on 2001/04/08  20:37:00
57858         Log: Integrate change #9639 from maintperl into mainline:
57859              on windows, many of the README.* pods were being copied to
57860              the wrong location
57861      Branch: perl
57862           !> win32/Makefile win32/makefile.mk
57863 ____________________________________________________________________________
57864 [  9643] By: jhi                                   on 2001/04/08  20:07:11
57865         Log: Integrate change #9624 from maintperl into mainline:
57866              the pod tests were not okay.  (t/pod/find.t changes ignored)
57867      Branch: perl
57868           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
57869           !> t/pod/include.t t/pod/included.t t/pod/lref.t
57870           !> t/pod/multiline_items.t t/pod/nested_items.t
57871           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
57872           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
57873 ____________________________________________________________________________
57874 [  9642] By: jhi                                   on 2001/04/08  19:57:17
57875         Log: Integrate change #9638 from maintperl into mainline:
57876              update to latest JPL from the anoncvs repository
57877      Branch: perl
57878           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
57879           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
57880           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
57881 ____________________________________________________________________________
57882 [  9641] By: jhi                                   on 2001/04/08  19:53:30
57883         Log: perl571delta updates.
57884      Branch: perl
57885            ! lib/Filter/Simple.pm pod/perl571delta.pod
57886 ____________________________________________________________________________
57887 [  9640] By: gsar                                  on 2001/04/08  19:20:46
57888         Log: integrate change#9634 from mainline
57889              
57890              Fix the perlmodlib generation (didn't understand separate .pod
57891              files; didn't understand -- as the name-thing separator).
57892              Update the CPAN mirrors list.
57893      Branch: maint-5.6/perl
57894            ! pod/perlmodlib.pod
57895           !> pod/perlmodlib.PL
57896 ____________________________________________________________________________
57897 [  9639] By: gsar                                  on 2001/04/08  18:57:31
57898         Log: on windows, many of the README.* pods were being copied to the wrong
57899              location
57900      Branch: maint-5.6/perl
57901            ! win32/Makefile win32/makefile.mk
57902 ____________________________________________________________________________
57903 [  9638] By: gsar                                  on 2001/04/08  18:38:25
57904         Log: update to latest JPL from the anoncvs repository
57905      Branch: maint-5.6/perl
57906            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
57907            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
57908            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
57909 ____________________________________________________________________________
57910 [  9637] By: jhi                                   on 2001/04/08  17:53:53
57911         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
57912      Branch: perl
57913            ! pod/perl571delta.pod
57914 ____________________________________________________________________________
57915 [  9636] By: jhi                                   on 2001/04/08  17:18:32
57916         Log: Regen toc.
57917      Branch: perl
57918            ! pod/perltoc.pod
57919 ____________________________________________________________________________
57920 [  9635] By: jhi                                   on 2001/04/08  17:16:33
57921         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
57922              From: "Craig A. Berry" <craigberry@mac.com>
57923              Date: Sun, 08 Apr 2001 12:30:16 -0500
57924              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
57925      Branch: perl
57926            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
57927 ____________________________________________________________________________
57928 [  9634] By: jhi                                   on 2001/04/08  17:09:19
57929         Log: Fix the perlmodlib generation (didn't understand separate .pod
57930              files; didn't understand -- as the name-thing separator).
57931              
57932              Update the CPAN mirrors list.
57933      Branch: perl
57934            ! pod/perlmodlib.PL pod/perlmodlib.pod
57935 ____________________________________________________________________________
57936 [  9633] By: jhi                                   on 2001/04/08  16:49:17
57937         Log: Sort MANIFEST.
57938      Branch: perl
57939            ! MANIFEST
57940 ____________________________________________________________________________
57941 [  9632] By: gsar                                  on 2001/04/08  16:36:06
57942         Log: add $Tie::RefHash::VERSION
57943      Branch: maint-5.6/perl
57944            ! lib/Tie/RefHash.pm
57945 ____________________________________________________________________________
57946 [  9631] By: jhi                                   on 2001/04/08  16:10:15
57947         Log: perl571delta updates based on p5p feedback; still needs
57948              lots of examples.
57949      Branch: perl
57950            ! pod/perl571delta.pod
57951 ____________________________________________________________________________
57952 [  9630] By: jhi                                   on 2001/04/08  15:59:13
57953         Log: Update the list of supported platforms to talk about 5.7.1
57954              (and 5.6.1)
57955      Branch: perl
57956            ! pod/perlport.pod
57957 ____________________________________________________________________________
57958 [  9629] By: jhi                                   on 2001/04/08  15:55:41
57959         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
57960              from maintperl into mainline: perlport updates.
57961      Branch: perl
57962            ! pod/perlport.pod
57963 ____________________________________________________________________________
57964 [  9628] By: jhi                                   on 2001/04/08  15:53:17
57965         Log: perlsolaris.pod copied to wrong directory.
57966      Branch: perl
57967            ! win32/makefile.mk
57968 ____________________________________________________________________________
57969 [  9627] By: jhi                                   on 2001/04/08  14:48:18
57970         Log: Subject: Typos in perl571delta.pod
57971              From: "Stephen P. Potter" <spp@spotter.yi.org>
57972              Date: Sat, 07 Apr 2001 20:37:05 -0400
57973              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
57974      Branch: perl
57975            ! pod/perl571delta.pod
57976 ____________________________________________________________________________
57977 [  9626] By: jhi                                   on 2001/04/08  14:39:04
57978         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
57979      Branch: perl
57980            ! gv.c
57981 ____________________________________________________________________________
57982 [  9625] By: nick                                  on 2001/04/08  10:14:23
57983         Log: Integrate mainline
57984      Branch: perlio
57985           +> pod/perl570delta.pod pod/perl571delta.pod
57986           !> (integrate 27 files)
57987 ____________________________________________________________________________
57988 [  9624] By: gsar                                  on 2001/04/08  06:08:17
57989         Log: test in t/pod/* were busted
57990              
57991              these tests are still not enabled in t/{harness,TEST}
57992      Branch: maint-5.6/perl
57993            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
57994            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
57995            ! t/pod/multiline_items.t t/pod/nested_items.t
57996            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
57997            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
57998 ____________________________________________________________________________
57999 [  9623] By: gsar                                  on 2001/04/08  03:37:01
58000         Log: integrate change#9470 from mainline
58001              
58002              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
58003      Branch: maint-5.6/perl
58004           !> ext/Socket/Socket.xs
58005 ____________________________________________________________________________
58006 [  9622] By: jhi                                   on 2001/04/07  22:40:47
58007         Log: Update Changes.
58008      Branch: perl
58009            ! Changes patchlevel.h
58010 ____________________________________________________________________________
58011 [  9621] By: jhi                                   on 2001/04/07  22:34:16
58012         Log: Update AUTHORS.
58013      Branch: perl
58014            ! AUTHORS
58015 ____________________________________________________________________________
58016 [  9620] By: jhi                                   on 2001/04/07  22:12:47
58017         Log: Forgot to bump the number of tests in #9164.
58018      Branch: perl
58019            ! t/op/array.t
58020 ____________________________________________________________________________
58021 [  9619] By: jhi                                   on 2001/04/07  22:09:50
58022         Log: Bump patchlevel to 5.7.1.
58023      Branch: perl
58024            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58025            ! config_h.SH patchlevel.h
58026 ____________________________________________________________________________
58027 [  9618] By: jhi                                   on 2001/04/07  22:02:41
58028         Log: Populate perl571delta.
58029      Branch: perl
58030            ! pod/perl571delta.pod
58031 ____________________________________________________________________________
58032 [  9617] By: jhi                                   on 2001/04/07  22:01:23
58033         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
58034              to forget it later; do not change patchlevel.h yet or regenerate
58035              Configure yet.
58036      Branch: perl
58037            ! epoc/config.sh win32/Makefile win32/config_H.bc
58038            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
58039 ____________________________________________________________________________
58040 [  9616] By: jhi                                   on 2001/04/07  17:46:33
58041         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
58042      Branch: perl
58043            ! pod/perl571delta.pod
58044 ____________________________________________________________________________
58045 [  9615] By: jhi                                   on 2001/04/07  17:33:21
58046         Log: Change the toc configuration.
58047      Branch: perl
58048            ! pod/buildtoc.PL pod/perl.pod
58049 ____________________________________________________________________________
58050 [  9614] By: jhi                                   on 2001/04/07  17:29:47
58051         Log: Subject: PATCH: $[
58052              From: Robin Houston <robin@kitsite.com>
58053              Date: Fri, 6 Apr 2001 18:10:14 +0100
58054              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
58055      Branch: perl
58056            ! op.c t/op/array.t
58057 ____________________________________________________________________________
58058 [  9613] By: jhi                                   on 2001/04/07  17:28:26
58059         Log: Subject: [PATCH perl@9424] isn't numeric warning
58060              From: Robin Barker <rmb1@cise.npl.co.uk>
58061              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
58062              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
58063      Branch: perl
58064            ! sv.c t/pragma/warn/sv
58065 ____________________________________________________________________________
58066 [  9612] By: jhi                                   on 2001/04/07  17:26:45
58067         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
58068              From: Mike Guy <mjtg@cam.ac.uk>
58069              Date: Fri, 06 Apr 2001 12:47:06 +0100
58070              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
58071      Branch: perl
58072            ! dump.c t/lib/peek.t
58073 ____________________________________________________________________________
58074 [  9611] By: jhi                                   on 2001/04/07  17:21:35
58075         Log: Create perl571delta and seed it off with the perldelta changes
58076              since 5.7.0; remove those changes from perldelta and rename it
58077              as perl570delta; recreate perldelta but leave it almost empty.
58078      Branch: perl
58079            + pod/perl570delta.pod pod/perl571delta.pod
58080            ! MANIFEST pod/perldelta.pod
58081 ____________________________________________________________________________
58082 [  9610] By: jhi                                   on 2001/04/07  16:56:32
58083         Log: Denit.
58084      Branch: perl
58085            ! pod/perldelta.pod
58086 ____________________________________________________________________________
58087 [  9609] By: jhi                                   on 2001/04/07  16:38:32
58088         Log: Retract #9523: needs more thought.
58089      Branch: perl
58090            ! Makefile.SH
58091 ____________________________________________________________________________
58092 [  9608] By: jhi                                   on 2001/04/07  14:59:20
58093         Log: atmark() code cleanaup.
58094      Branch: perl
58095            ! ext/IO/IO.xs
58096 ____________________________________________________________________________
58097 [  9607] By: jhi                                   on 2001/04/07  14:48:14
58098         Log: Integrate change #9605 from maintperl into mainline.
58099              
58100              can't optimize away scope entry if tr/// is present
58101      Branch: perl
58102           !> op.c t/op/tr.t
58103 ____________________________________________________________________________
58104 [  9606] By: jhi                                   on 2001/04/07  14:43:59
58105         Log: Integrate perlio:
58106              
58107              [  9604]
58108              Split out extension finding code from buildext.pl into FindExt.pm
58109              Use it to get Config.pm's idea of available extensions in line
58110              with what is built.
58111              
58112              [  9603]
58113              Cleanup correction for failed :Via() layer, also set an error code.
58114              
58115              [  9602]
58116              Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
58117              style. So don't use binmode() on the handles so that Win32 etc. see
58118              same sequence and produce same digests.
58119              
58120              [  9601]
58121              Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
58122              Else it complains and so crlf layer (say) does not get pushed.
58123              
58124              [  9599]
58125              Quote $VERSION in Encode.pm.
58126              regen_config_h as requested.
58127      Branch: perl
58128           +> win32/FindExt.pm
58129           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
58130           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
58131 ____________________________________________________________________________
58132 [  9605] By: gsar                                  on 2001/04/07  11:52:40
58133         Log: can't optimize away scope entry if tr/// is present
58134      Branch: maint-5.6/perl
58135            ! op.c t/op/tr.t
58136 ____________________________________________________________________________
58137 [  9604] By: nick                                  on 2001/04/07  11:39:45
58138         Log: Split out extension finding code from buildext.pl into FindExt.pm
58139              Use it to get Config.pm's idea of available extensions in line
58140              with what is built.
58141      Branch: perlio
58142            + win32/FindExt.pm
58143            ! MANIFEST win32/buildext.pl win32/config_sh.PL
58144            ! win32/makefile.mk
58145 ____________________________________________________________________________
58146 [  9603] By: nick                                  on 2001/04/07  09:11:38
58147         Log: Cleanup correction for failed :Via() layer, also set an error code.
58148      Branch: perlio
58149            ! ext/PerlIO/Via/Via.xs
58150 ____________________________________________________________________________
58151 [  9602] By: nick                                  on 2001/04/07  08:38:04
58152         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
58153              style. So don't use binmode() on the handles so that Win32 etc. see
58154              same sequence and produce same digests.
58155      Branch: perlio
58156            ! t/lib/md5-file.t
58157 ____________________________________________________________________________
58158 [  9601] By: nick                                  on 2001/04/07  08:36:26
58159         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
58160              Else it complains and so crlf layer (say) does not get pushed.
58161      Branch: perlio
58162            ! perlio.c
58163 ____________________________________________________________________________
58164 [  9600] By: jhi                                   on 2001/04/06  23:00:09
58165         Log: Integrate change #9599 from perlio into mainline.
58166      Branch: perl
58167           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
58168           !> win32/config_H.vc
58169 ____________________________________________________________________________
58170 [  9599] By: nick                                  on 2001/04/06  21:42:43
58171         Log: Quote $VERSION in Encode.pm.
58172              regen_config_h as requested.
58173      Branch: perlio
58174            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
58175            ! win32/config_H.vc
58176 ____________________________________________________________________________
58177 [  9598] By: nick                                  on 2001/04/06  20:34:59
58178         Log: Integrate mainline
58179      Branch: perlio
58180           +> README.macos
58181           !> (integrate 39 files)
58182 ____________________________________________________________________________
58183 [  9597] By: gsar                                  on 2001/04/06  18:06:35
58184         Log: integrate change#9464 from mainline (addendum to change#8313)
58185              
58186              Subject: [PATCH @9452] Better peep()ing for foreach() loops
58187      Branch: maint-5.6/perl
58188           !> op.c
58189 ____________________________________________________________________________
58190 [  9596] By: jhi                                   on 2001/04/06  17:26:03
58191         Log: The d_casti32=undef is good for you even when not use64bitall.
58192      Branch: perl
58193            ! hints/hpux.sh
58194 ____________________________________________________________________________
58195 [  9595] By: gsar                                  on 2001/04/06  14:57:17
58196         Log: add a low-impact fix to accommodate darwin-ism
58197      Branch: maint-5.6/perl
58198            ! ext/Errno/Errno_pm.PL
58199 ____________________________________________________________________________
58200 [  9594] By: jhi                                   on 2001/04/06  14:55:14
58201         Log: Integrate changes #9528,9593 from mainline into maintperl;
58202              tweaking the editor/IDE/shell list.
58203      Branch: maint-5.6/perl
58204           !> pod/perlfaq3.pod
58205 ____________________________________________________________________________
58206 [  9593] By: jhi                                   on 2001/04/06  14:51:39
58207         Log: Make the editor/IDE/shell list a little bit airier.
58208      Branch: perl
58209            ! pod/perlfaq3.pod
58210 ____________________________________________________________________________
58211 [  9592] By: gsar                                  on 2001/04/06  14:45:18
58212         Log: integrate change#9477 from mainline (base.pm doc tweak)
58213              
58214              missing doc entry for fmod()
58215      Branch: maint-5.6/perl
58216            ! lib/Math/BigFloat.pm
58217           !> lib/base.pm
58218 ____________________________________________________________________________
58219 [  9591] By: jhi                                   on 2001/04/06  13:55:48
58220         Log: Regen toc.
58221      Branch: perl
58222            ! pod/perltoc.pod
58223 ____________________________________________________________________________
58224 [  9590] By: jhi                                   on 2001/04/06  13:54:52
58225         Log: Math::BigFloat patches from John Peacock.  The equivalent
58226              of #9586 from maintperl but reworked by John to work with
58227              the bleadperl.
58228      Branch: perl
58229            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
58230 ____________________________________________________________________________
58231 [  9589] By: jhi                                   on 2001/04/06  13:42:23
58232         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
58233      Branch: perl
58234            ! ext/Digest/MD5/Makefile.PL
58235 ____________________________________________________________________________
58236 [  9588] By: jhi                                   on 2001/04/06  13:31:45
58237         Log: Integrate changes #9584,9587 from maintperl into mainline.
58238              
58239              keep eval"" CVs alive until the end of the statement in which
58240              they're called
58241              
58242              add README.macos (from Chris Nandor)
58243              
58244              tyop in change#9555
58245      Branch: perl
58246           +> README.macos
58247           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
58248           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
58249           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
58250           !> win32/makefile.mk
58251 ____________________________________________________________________________
58252 [  9587] By: gsar                                  on 2001/04/06  07:31:30
58253         Log: add README.macos (from Chris Nandor)
58254              
58255              tyop in change#9555
58256      Branch: maint-5.6/perl
58257            + README.macos
58258            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
58259            ! win32/Makefile win32/makefile.mk
58260 ____________________________________________________________________________
58261 [  9586] By: gsar                                  on 2001/04/06  07:08:54
58262         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
58263      Branch: maint-5.6/perl
58264            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
58265 ____________________________________________________________________________
58266 [  9585] By: gsar                                  on 2001/04/06  06:58:44
58267         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
58268              from mainline
58269              
58270              Subject: [PATCH] Base64 update to perlfaq9.pod
58271              
58272              Subject: [PATCH AUTHORS] Housekeeping
58273              
58274              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
58275              Mac OS X (Darwin) has extra pwent fields.
58276              
58277              Subject: [PATCH B::*] print control-character vars readably
58278              Needs EBCDICification.
58279              
58280              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
58281              
58282              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
58283              
58284              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
58285              
58286              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
58287              
58288              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
58289              
58290              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
58291              
58292              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
58293              
58294              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
58295              
58296              FreeBSD hints tweak from Anton Berezin.
58297              
58298              Subject: [PATCH foolperl & bleadperl] README.vms update
58299              
58300              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
58301      Branch: maint-5.6/perl
58302           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
58303           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
58304           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
58305 ____________________________________________________________________________
58306 [  9584] By: gsar                                  on 2001/04/06  04:09:00
58307         Log: keep eval"" CVs alive until the end of the statement in which
58308              they're called; this avoids a coredump ensuing from search for
58309              lexicals in code such as:
58310              
58311              sub bug {
58312              my $s = @_;
58313              eval q[sub { eval 'sub { &$s }' }];
58314              }
58315              bug("x")->()->();
58316              
58317              this code still doesn't work as intended (as it has remained
58318              since time immemorial), but it doesn't provoke a coredump anymore
58319      Branch: maint-5.6/perl
58320            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
58321            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
58322 ____________________________________________________________________________
58323 [  9583] By: jhi                                   on 2001/04/05  23:52:51
58324         Log: Update Changes.
58325      Branch: perl
58326            ! Changes patchlevel.h
58327 ____________________________________________________________________________
58328 [  9582] By: jhi                                   on 2001/04/05  23:11:23
58329         Log: Slight doc tweak.
58330      Branch: perl
58331            ! pod/perlunicode.pod
58332 ____________________________________________________________________________
58333 [  9581] By: jhi                                   on 2001/04/05  23:04:11
58334         Log: Integrate perlio:
58335              
58336              [  9569]
58337              Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
58338              
58339              [  9549]
58340              Downgrade "Wide character in print" to a warning.
58341      Branch: perl
58342           !> pod/perlunicode.pod
58343 ____________________________________________________________________________
58344 [  9580] By: jhi                                   on 2001/04/05  23:03:29
58345         Log: Test for #9579.
58346      Branch: perl
58347            ! t/op/do.t
58348 ____________________________________________________________________________
58349 [  9579] By: jhi                                   on 2001/04/05  22:54:17
58350         Log: Subject: [PATCH] Propagate calling context for do '...'
58351              From: Gisle Aas <gisle@ActiveState.com>
58352              Date: 04 Apr 2001 20:17:29 -0700
58353              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
58354      Branch: perl
58355            ! pod/perlfunc.pod pp_ctl.c
58356 ____________________________________________________________________________
58357 [  9578] By: jhi                                   on 2001/04/05  22:52:51
58358         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
58359              From: Peter Prymmer <pvhp@forte.com>
58360              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
58361              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
58362      Branch: perl
58363            ! README.vms
58364 ____________________________________________________________________________
58365 [  9577] By: jhi                                   on 2001/04/05  22:48:22
58366         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
58367              From: "Craig A. Berry" <craigberry@mac.com>
58368              Date: Thu, 5 Apr 2001 13:43:28 -0500
58369              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
58370      Branch: perl
58371            ! README.vms
58372 ____________________________________________________________________________
58373 [  9576] By: jhi                                   on 2001/04/05  22:31:38
58374         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
58375              From: Michael G Schwern <schwern@pobox.com>
58376              Date: Thu, 5 Apr 2001 21:53:21 +0100
58377              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
58378      Branch: perl
58379            ! lib/base.pm t/lib/fields.t
58380 ____________________________________________________________________________
58381 [  9575] By: jhi                                   on 2001/04/05  22:26:10
58382         Log: FreeBSD hints tweak from Anton Berezin.
58383      Branch: perl
58384            ! hints/freebsd.sh
58385 ____________________________________________________________________________
58386 [  9574] By: jhi                                   on 2001/04/05  22:24:03
58387         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
58388              From: David Dyck <dcd@tc.fluke.com>
58389              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
58390              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
58391      Branch: perl
58392            ! t/op/oct.t
58393 ____________________________________________________________________________
58394 [  9573] By: jhi                                   on 2001/04/05  22:23:06
58395         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
58396              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
58397              From: David Dyck <dcd@tc.fluke.com>
58398              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
58399      Branch: perl
58400            ! pp.c
58401 ____________________________________________________________________________
58402 [  9572] By: jhi                                   on 2001/04/05  22:14:47
58403         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
58404              From: Robin Houston <robin@kitsite.com>
58405              Date: Thu, 5 Apr 2001 20:56:48 +0100
58406              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
58407      Branch: perl
58408            ! ext/B/B/Deparse.pm
58409 ____________________________________________________________________________
58410 [  9571] By: jhi                                   on 2001/04/05  22:12:53
58411         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
58412              From: Robin Houston <robin@kitsite.com>
58413              Date: Thu, 5 Apr 2001 19:55:51 +0100
58414              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
58415      Branch: perl
58416            ! ext/B/B/Deparse.pm
58417 ____________________________________________________________________________
58418 [  9570] By: jhi                                   on 2001/04/05  22:11:06
58419         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
58420              From: Robin Houston <robin@kitsite.com>
58421              Date: Thu, 5 Apr 2001 20:16:29 +0100
58422              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
58423      Branch: perl
58424            ! ext/B/B/Deparse.pm
58425 ____________________________________________________________________________
58426 [  9569] By: nick                                  on 2001/04/05  21:32:26
58427         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
58428      Branch: perlio
58429            ! pod/perlunicode.pod
58430 ____________________________________________________________________________
58431 [  9568] By: nick                                  on 2001/04/05  19:38:09
58432         Log: Integrate mainline
58433      Branch: perlio
58434           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
58435           !> (integrate 35 files)
58436 ____________________________________________________________________________
58437 [  9567] By: jhi                                   on 2001/04/05  18:31:45
58438         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
58439              From: Robin Houston <robin@kitsite.com>
58440              Date: Thu, 5 Apr 2001 18:03:23 +0100
58441              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
58442      Branch: perl
58443            ! ext/B/B/Deparse.pm
58444 ____________________________________________________________________________
58445 [  9566] By: jhi                                   on 2001/04/05  18:29:35
58446         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
58447              From: Robin Houston <robin@kitsite.com>
58448              Date: Thu, 5 Apr 2001 16:45:18 +0100
58449              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
58450      Branch: perl
58451            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
58452 ____________________________________________________________________________
58453 [  9565] By: jhi                                   on 2001/04/05  18:24:23
58454         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
58455              From: Robin Houston <robin@kitsite.com>
58456              Date: Thu, 5 Apr 2001 14:50:09 +0100
58457              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
58458      Branch: perl
58459            ! ext/B/B/Deparse.pm
58460 ____________________________________________________________________________
58461 [  9564] By: jhi                                   on 2001/04/05  18:23:03
58462         Log: Subject: [PATCH B::*] print control-character vars readably
58463              From: Robin Houston <robin@kitsite.com>
58464              Date: Thu, 5 Apr 2001 14:27:38 +0100
58465              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
58466              
58467              Needs EBCDICification.
58468      Branch: perl
58469            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
58470            ! ext/B/B/Terse.pm
58471 ____________________________________________________________________________
58472 [  9563] By: jhi                                   on 2001/04/05  18:20:32
58473         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
58474              Date: Thu, 5 Apr 2001 13:21:42 -0400
58475              From: Paul Schinder <schinder@pobox.com>
58476              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
58477              
58478              Mac OS X (Darwin) has extra pwent fields.
58479      Branch: perl
58480            ! t/op/pwent.t
58481 ____________________________________________________________________________
58482 [  9562] By: jhi                                   on 2001/04/05  17:57:51
58483         Log: Regen toc.
58484      Branch: perl
58485            ! pod/perltoc.pod
58486 ____________________________________________________________________________
58487 [  9561] By: jhi                                   on 2001/04/05  17:47:33
58488         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
58489      Branch: metaconfig
58490            ! U/Glossary.patch
58491      Branch: metaconfig/U/perl
58492            + d_u32align.U
58493            ! d_cmsghdr_s.U d_msghdr_s.U
58494 ____________________________________________________________________________
58495 [  9560] By: jhi                                   on 2001/04/05  17:47:01
58496         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
58497              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
58498              Introduce probes for struct msghdr, struct cmsghdr,
58499              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
58500              ualarm, usleep, for possible later extension work.
58501      Branch: perl
58502            + t/lib/md5-align.t
58503            ! Configure MANIFEST Porting/Glossary Porting/config.sh
58504            ! Porting/config_H config_h.SH configure.com epoc/config.sh
58505            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
58506            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58507            ! vos/config.ga.h win32/config.bc win32/config.gc
58508            ! win32/config.vc
58509 ____________________________________________________________________________
58510 [  9559] By: jhi                                   on 2001/04/05  13:03:04
58511         Log: Be traditional in your cpp (for the Errno extension).
58512      Branch: perl
58513            ! hints/darwin.sh
58514 ____________________________________________________________________________
58515 [  9558] By: jhi                                   on 2001/04/05  13:00:05
58516         Log: Add $Config{cppflags} to the gcc incantation.
58517      Branch: perl
58518            ! ext/Errno/Errno_pm.PL
58519 ____________________________________________________________________________
58520 [  9557] By: jhi                                   on 2001/04/05  04:22:39
58521         Log: Introduce Sean Burke's Class::ISA 0.32.
58522      Branch: perl
58523            + lib/Class/ISA.pm t/lib/class-isa.t
58524            ! MANIFEST
58525 ____________________________________________________________________________
58526 [  9556] By: jhi                                   on 2001/04/05  04:09:50
58527         Log: Subject: [PATCH AUTHORS] Housekeeping
58528              From: Paul Johnson <paul@pjcj.net> 
58529              Date: Wed, 4 Apr 2001 22:45:47 +0200
58530              Message-ID: <20010404224547.D9548@pjcj.net>
58531      Branch: perl
58532            ! AUTHORS
58533 ____________________________________________________________________________
58534 [  9555] By: jhi                                   on 2001/04/05  04:06:33
58535         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
58536              From: Gisle Aas <gisle@ActiveState.com>
58537              Date: 04 Apr 2001 14:23:04 -0700
58538              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
58539      Branch: perl
58540            ! pod/perlfaq9.pod
58541 ____________________________________________________________________________
58542 [  9554] By: jhi                                   on 2001/04/05  04:05:49
58543         Log: Downgrade also the "Wide character" diagnostic.
58544      Branch: perl
58545            ! pod/perldiag.pod
58546 ____________________________________________________________________________
58547 [  9553] By: jhi                                   on 2001/04/05  04:00:33
58548         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
58549              maintperl into mainline.
58550              
58551              "double" should be "NV"; standard typemap is missing entry
58552              for NV
58553              
58554              s/djSP/dSP/
58555              
58556              Downgrade "Wide character in print" to a warning.
58557              
58558              B::Deparse fix for ${^FOO} and documentation for PVX() method
58559              (from Robin Houston)
58560              
58561              tr/// doesn't null-terminate the result in some situations
58562              (from Gisle Aas)
58563      Branch: perl
58564           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
58565           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
58566           !> t/io/utf8.t t/op/tr.t
58567 ____________________________________________________________________________
58568 [  9552] By: jhi                                   on 2001/04/05  03:52:50
58569         Log: Retract changes #9542 and #9538 (from maintperl, integrated
58570              at #9540), shouldn't be needed because of the perlio changes.
58571      Branch: perl
58572            ! util.c
58573 ____________________________________________________________________________
58574 [  9551] By: gsar                                  on 2001/04/05  00:18:34
58575         Log: tr/// doesn't null-terminate the result in some situations
58576              (from Gisle Aas)
58577      Branch: maint-5.6/perl
58578            ! doop.c t/op/tr.t
58579 ____________________________________________________________________________
58580 [  9550] By: gsar                                  on 2001/04/04  20:04:17
58581         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
58582              (from Robin Houston)
58583      Branch: maint-5.6/perl
58584            ! ext/B/B.pm ext/B/B/Deparse.pm
58585 ____________________________________________________________________________
58586 [  9549] By: nick                                  on 2001/04/04  18:56:15
58587         Log: Downgrade "Wide character in print" to a warning.
58588      Branch: perlio
58589            ! doio.c t/io/utf8.t
58590 ____________________________________________________________________________
58591 [  9548] By: gsar                                  on 2001/04/04  18:51:49
58592         Log: integrate changes#9460,9462,9482,9521,9522
58593              
58594              Subject: PATCH: B::Debug should show LOOP-specific fields
58595              
58596              Subject: B::Deparse precedence bug. (Patch included.)
58597              
58598              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
58599              
58600              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
58601              
58602              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
58603      Branch: maint-5.6/perl
58604           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
58605           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
58606 ____________________________________________________________________________
58607 [  9547] By: gsar                                  on 2001/04/04  18:49:16
58608         Log: s/djSP/dSP/
58609      Branch: maint-5.6/perl
58610            ! ext/Thread/Thread.xs
58611 ____________________________________________________________________________
58612 [  9546] By: nick                                  on 2001/04/04  18:44:00
58613         Log: Integrate mainline.
58614      Branch: perlio
58615           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
58616           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
58617 ____________________________________________________________________________
58618 [  9545] By: gsar                                  on 2001/04/04  18:38:52
58619         Log: integrate change#8837 from mainline
58620              
58621              Subject: [patch] -Wall cleanup round 2
58622      Branch: maint-5.6/perl
58623           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
58624           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
58625           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
58626           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
58627           !> ext/SDBM_File/SDBM_File.xs
58628 ____________________________________________________________________________
58629 [  9544] By: gsar                                  on 2001/04/04  17:49:57
58630         Log: "double" should be "NV"; standard typemap is missing entry
58631              for NV
58632      Branch: maint-5.6/perl
58633            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
58634 ____________________________________________________________________________
58635 [  9543] By: jhi                                   on 2001/04/04  14:13:18
58636         Log: Thou shalt not (just) match for English error messages.
58637      Branch: perl
58638            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
58639            ! os2/OS2/Process/Process.pm
58640 ____________________________________________________________________________
58641 [  9542] By: jhi                                   on 2001/04/04  13:20:39
58642         Log: Make the stdio tricks of fflush_all() to exist only if
58643              stdio is being used.
58644      Branch: perl
58645            ! util.c
58646 ____________________________________________________________________________
58647 [  9541] By: jhi                                   on 2001/04/04  04:20:24
58648         Log: Subject: Re: [PATCH] Lighten up glob
58649              From: Benjamin Sugars <bsugars@canoe.ca>
58650              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
58651              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
58652      Branch: perl
58653            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
58654            ! util.c
58655 ____________________________________________________________________________
58656 [  9540] By: jhi                                   on 2001/04/04  04:03:57
58657         Log: Integrate changes #9538,9539 from maintperl into mainline.
58658              
58659              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
58660              for use with _fwalk() (fix for change#7705)
58661              
58662              another tweak needed for SunOS 4.1.x build (from Mike Guy)
58663              (cp -f is not portable)
58664      Branch: perl
58665           !> Makefile.SH util.c
58666 ____________________________________________________________________________
58667 [  9539] By: gsar                                  on 2001/04/04  03:01:14
58668         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
58669      Branch: maint-5.6/perl
58670            ! Makefile.SH
58671 ____________________________________________________________________________
58672 [  9538] By: gsar                                  on 2001/04/04  01:00:38
58673         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
58674              for use with _fwalk() (fix for change#7705)
58675      Branch: maint-5.6/perl
58676            ! util.c
58677 ____________________________________________________________________________
58678 [  9537] By: nick                                  on 2001/04/03  19:24:55
58679         Log: Integrate mainline
58680      Branch: perlio
58681           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
58682           +> lib/unicode/PropList.html
58683            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
58684           !> (integrate 69 files)
58685 ____________________________________________________________________________
58686 [  9536] By: jhi                                   on 2001/04/03  18:02:31
58687         Log: Integrate change #9533 from maintperl into mainline.
58688              
58689              better fix for change#9517 to accomodate UNC paths like
58690              \\server\share\foo, and paths with trailing backslash
58691              like c:\this\
58692      Branch: perl
58693           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
58694 ____________________________________________________________________________
58695 [  9535] By: jhi                                   on 2001/04/03  17:58:07
58696         Log: Change the push/unshift warning to be of class syntax, not misc.
58697      Branch: perl
58698            ! op.c pod/perldiag.pod t/pragma/warn/op
58699 ____________________________________________________________________________
58700 [  9534] By: jhi                                   on 2001/04/03  15:03:46
58701         Log: Change the push/unshift warning (#9532) to talk about "no values"
58702              instead of "no arguments".
58703      Branch: perl
58704            ! op.c pod/perldiag.pod t/pragma/warn/op
58705 ____________________________________________________________________________
58706 [  9533] By: gsar                                  on 2001/04/03  14:30:07
58707         Log: better fix for change#9517 to accomodate UNC paths like
58708              \\server\share\foo, and paths with trailing backslash
58709              like c:\this\
58710      Branch: maint-5.6/perl
58711            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
58712 ____________________________________________________________________________
58713 [  9532] By: jhi                                   on 2001/04/03  13:11:46
58714         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
58715              From: Robin Houston <robin@kitsite.com>
58716              Date: Mon, 2 Apr 2001 15:03:29 +0100
58717              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
58718      Branch: perl
58719            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
58720 ____________________________________________________________________________
58721 [  9531] By: jhi                                   on 2001/04/03  13:06:34
58722         Log: Integrate change #9530 from maintperl into mainline.
58723              
58724              accomodate VMS "mailbox overflow" quirk in testsuite (from
58725              Craig Berry)
58726      Branch: perl
58727           !> t/lib/socket.t
58728 ____________________________________________________________________________
58729 [  9530] By: gsar                                  on 2001/04/03  04:56:41
58730         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
58731              Craig Berry)
58732      Branch: maint-5.6/perl
58733            ! t/lib/socket.t
58734 ____________________________________________________________________________
58735 [  9529] By: jhi                                   on 2001/04/03  02:34:34
58736         Log: Update Changes.
58737      Branch: perl
58738            ! Changes patchlevel.h
58739 ____________________________________________________________________________
58740 [  9528] By: jhi                                   on 2001/04/03  01:27:57
58741         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
58742              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
58743              To: perl5-porters@perl.org
58744              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
58745      Branch: perl
58746            ! pod/perlfaq3.pod
58747 ____________________________________________________________________________
58748 [  9527] By: jhi                                   on 2001/04/03  01:22:09
58749         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
58750              From: Peter Prymmer <pvhp@forte.com>
58751              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
58752              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
58753      Branch: perl
58754            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
58755 ____________________________________________________________________________
58756 [  9526] By: jhi                                   on 2001/04/03  01:18:25
58757         Log: The metaconfig unit changes for #9525.
58758      Branch: metaconfig
58759            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
58760      Branch: metaconfig/U/perl
58761            ! use64bits.U
58762 ____________________________________________________________________________
58763 [  9525] By: jhi                                   on 2001/04/03  01:17:30
58764         Log: Configure sanity checks:
58765              * if use64bitall is attempted but pointers are only 32-bit,
58766              'downgrade' to use64bitint
58767              * if use64bitint is attempted but there's no quad type,
58768              forget about use64bitint (well, the default for it is 'n',
58769              the user can still override this)
58770              * if pointers are 64 bits, do not try to use Perl's malloc
58771      Branch: perl
58772            ! Configure
58773 ____________________________________________________________________________
58774 [  9524] By: gsar                                  on 2001/04/03  01:09:12
58775         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
58776      Branch: maint-5.6/perl
58777            ! pp_sys.c
58778 ____________________________________________________________________________
58779 [  9523] By: jhi                                   on 2001/04/03  00:02:31
58780         Log: (Retracted by #9609)
58781              
58782              Make it harder for parallel makes to enter 'test' before
58783              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
58784              should be unhappy enough, but sometimes parallel makes seem
58785              to sneak past both in Tru64 and AIX.)
58786      Branch: perl
58787            ! Makefile.SH
58788 ____________________________________________________________________________
58789 [  9522] By: jhi                                   on 2001/04/02  22:35:31
58790         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
58791              Date: Mon, 2 Apr 2001 22:54:10 +0100
58792              From: Robin Houston <robin@kitsite.com>
58793              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
58794      Branch: perl
58795            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
58796 ____________________________________________________________________________
58797 [  9521] By: jhi                                   on 2001/04/02  22:32:23
58798         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
58799              From: Robin Houston <robin@kitsite.com>
58800              Date: Mon, 2 Apr 2001 20:24:03 +0100
58801              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
58802      Branch: perl
58803            ! ext/B/B/Concise.pm
58804 ____________________________________________________________________________
58805 [  9520] By: jhi                                   on 2001/04/02  22:30:43
58806         Log: Subject: [PATCH] REALLY pedantic hv.h nit
58807              From: Simon Cozens <simon@netthink.co.uk>
58808              Date: Mon, 2 Apr 2001 15:43:06 +0100
58809              Message-ID: <20010402154306.A21711@netthink.co.uk>
58810      Branch: perl
58811            ! hv.h
58812 ____________________________________________________________________________
58813 [  9519] By: jhi                                   on 2001/04/02  22:28:04
58814         Log: Based on
58815              
58816              Subject: [foolperl] EPOC fix
58817              From: Olaf Flebbe <O.Flebbe@science-computing.de>
58818              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
58819              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
58820      Branch: perl
58821            ! pp_sys.c
58822 ____________________________________________________________________________
58823 [  9518] By: jhi                                   on 2001/04/02  22:22:34
58824         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
58825              
58826              README.win32 tweaks; add a note about alternative location for
58827              getting a gcc-2.95.2 that will build perl properly on windows
58828              
58829              add some notes about gutsy threading matters
58830              
58831              many of the utilities interpolate literal paths within doublequotes
58832              (fails on dosish platforms where path contains backslashes)
58833      Branch: perl
58834           !> README.win32 pod/perlguts.pod utils/perldoc.PL
58835           !> x2p/find2perl.PL x2p/s2p.PL
58836 ____________________________________________________________________________
58837 [  9517] By: gsar                                  on 2001/04/02  19:52:21
58838         Log: many of the utilities interpolate literal paths within doublequotes
58839              (fails on dosish platforms where path contains backslashes)
58840      Branch: maint-5.6/perl
58841            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
58842 ____________________________________________________________________________
58843 [  9516] By: gsar                                  on 2001/04/02  05:49:37
58844         Log: a foolish release
58845      Branch: maint-5.6/perl
58846            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
58847            ! pod/perltoc.pod
58848 ____________________________________________________________________________
58849 [  9515] By: gsar                                  on 2001/04/02  05:04:29
58850         Log: add missing changelog summaries
58851      Branch: maint-5.6/perl
58852            ! Changes
58853 ____________________________________________________________________________
58854 [  9514] By: gsar                                  on 2001/04/02  04:07:13
58855         Log: add some notes about gutsy threading matters
58856      Branch: maint-5.6/perl
58857            ! pod/perlguts.pod
58858 ____________________________________________________________________________
58859 [  9513] By: gsar                                  on 2001/04/02  03:25:21
58860         Log: add more prominent caveat notices about experimental features
58861      Branch: maint-5.6/perl
58862            ! pod/perlfork.pod pod/perlunicode.pod
58863 ____________________________________________________________________________
58864 [  9512] By: gsar                                  on 2001/04/02  02:54:33
58865         Log: integrate changes#9479,9509 from mainline
58866              
58867              [PATCH] File::Glob stuff for Mac OS
58868              
58869              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
58870      Branch: maint-5.6/perl
58871           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58872           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
58873           !> t/lib/glob-taint.t
58874 ____________________________________________________________________________
58875 [  9511] By: gsar                                  on 2001/04/02  02:38:24
58876         Log: README.win32 tweaks; add a note about alternative location for
58877              getting a gcc-2.95.2 that will build perl properly on windows
58878      Branch: maint-5.6/perl
58879            ! README.win32
58880 ____________________________________________________________________________
58881 [  9510] By: jhi                                   on 2001/04/01  20:45:10
58882         Log: An ambiguousity warning.
58883      Branch: perl
58884            ! t/lib/trig.t
58885 ____________________________________________________________________________
58886 [  9509] By: jhi                                   on 2001/04/01  19:53:47
58887         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
58888              From: Jonathan Stowe <gellyfish@gellyfish.com>
58889              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
58890              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
58891      Branch: perl
58892            ! ext/File/Glob/bsd_glob.c
58893 ____________________________________________________________________________
58894 [  9508] By: jhi                                   on 2001/04/01  19:35:03
58895         Log: Update Changes.
58896      Branch: perl
58897            ! Changes patchlevel.h
58898 ____________________________________________________________________________
58899 [  9507] By: jhi                                   on 2001/04/01  19:24:01
58900         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
58901              from mainline to maintperl: pod tweaks.
58902      Branch: maint-5.6/perl
58903           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
58904           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
58905           !> pod/perlvar.pod
58906 ____________________________________________________________________________
58907 [  9506] By: jhi                                   on 2001/04/01  19:11:53
58908         Log: Commit Sarathy to April release of 5.6.1 :-)
58909      Branch: perl
58910            ! pod/perlfaq1.pod
58911 ____________________________________________________________________________
58912 [  9505] By: jhi                                   on 2001/04/01  19:03:15
58913         Log: Subject: PATCH 5.6.0 (perldebug.pod)
58914              From: Mark-Jason Dominus <mjd@plover.com>
58915              Date: Sun, 01 Apr 2001 14:25:11 -0400
58916              Message-ID: <20010401182511.9247.qmail@plover.com>
58917      Branch: perl
58918            ! pod/perldebug.pod
58919 ____________________________________________________________________________
58920 [  9504] By: jhi                                   on 2001/04/01  18:43:09
58921         Log: Add great_circle_direction().
58922      Branch: perl
58923            ! lib/Math/Trig.pm t/lib/trig.t
58924 ____________________________________________________________________________
58925 [  9503] By: jhi                                   on 2001/04/01  17:29:12
58926         Log: Unicode ReadMe update for Unicode 3.1.
58927      Branch: perl
58928            ! lib/unicode/ReadMe.txt
58929 ____________________________________________________________________________
58930 [  9502] By: jhi                                   on 2001/04/01  17:18:40
58931         Log: Integrate change #9501 from maintperl into mainline.
58932              
58933              fix the perlembed notes on multiple interpreters
58934              
58935              fix ExtUtils::Embed to work passably on Windows
58936      Branch: perl
58937           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
58938 ____________________________________________________________________________
58939 [  9501] By: gsar                                  on 2001/04/01  07:21:57
58940         Log: fix the perlembed notes on multiple interpreters
58941              
58942              fix ExtUtils::Embed to work passably on Windows
58943      Branch: maint-5.6/perl
58944            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
58945 ____________________________________________________________________________
58946 [  9500] By: jhi                                   on 2001/04/01  05:58:23
58947         Log: Test for #9499.
58948      Branch: perl
58949            ! t/op/tr.t
58950 ____________________________________________________________________________
58951 [  9499] By: jhi                                   on 2001/04/01  05:55:46
58952         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
58953      Branch: perl
58954            ! embed.h embed.pl op.c proto.h
58955 ____________________________________________________________________________
58956 [  9498] By: jhi                                   on 2001/04/01  05:44:34
58957         Log: Protect the workaround hunk more.
58958      Branch: perl
58959            ! toke.c
58960 ____________________________________________________________________________
58961 [  9497] By: jhi                                   on 2001/04/01  00:24:25
58962         Log: Integrate changes #9493,9494,9495,9496 from maintperl
58963              into mainline.
58964              
58965              fix a broken workaround for Borland compiler in change#4739
58966              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
58967              
58968              nits spotted by Borland compiler
58969              
58970              avoid redefinition warnings under Borland 5.02
58971              
58972              various nits identified by the Borland 5.5 compiler; remove suppression
58973              of a few warnings
58974      Branch: perl
58975           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
58976           !> win32/win32.h
58977 ____________________________________________________________________________
58978 [  9496] By: gsar                                  on 2001/03/31  23:22:28
58979         Log: various nits identified by the Borland 5.5 compiler; remove suppression
58980              of a few warnings
58981      Branch: maint-5.6/perl
58982            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
58983 ____________________________________________________________________________
58984 [  9495] By: gsar                                  on 2001/03/31  21:03:08
58985         Log: avoid redefinition warnings under Borland 5.02
58986      Branch: maint-5.6/perl
58987            ! win32/makefile.mk
58988 ____________________________________________________________________________
58989 [  9494] By: gsar                                  on 2001/03/31  20:18:59
58990         Log: nits spotted by Borland compiler
58991      Branch: maint-5.6/perl
58992            ! utf8.h win32/win32.h
58993 ____________________________________________________________________________
58994 [  9493] By: gsar                                  on 2001/03/31  20:18:05
58995         Log: fix a broken workaround for Borland compiler in change#4739
58996              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
58997      Branch: maint-5.6/perl
58998            ! toke.c
58999 ____________________________________________________________________________
59000 [  9492] By: jhi                                   on 2001/03/31  18:36:24
59001         Log: Integrate change #9491 from maintperl into mainline.
59002              
59003              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
59004              directory is relative (need to fetch the full path name *before*
59005              the chdir!)
59006      Branch: perl
59007           !> lib/Cwd.pm
59008 ____________________________________________________________________________
59009 [  9491] By: gsar                                  on 2001/03/31  17:01:56
59010         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
59011              directory is relative (need to fetch the full path name *before*
59012              the chdir!)
59013              
59014              this is a followup patch for change#6749
59015      Branch: maint-5.6/perl
59016            ! lib/Cwd.pm
59017 ____________________________________________________________________________
59018 [  9490] By: jhi                                   on 2001/03/31  15:50:18
59019         Log: Subject: Re: [PATCH] av.h cosmetics
59020              From: Simon Cozens <simon@netthink.co.uk>
59021              Date: Sat, 31 Mar 2001 13:09:59 +0100
59022              Message-ID: <20010331130959.A22000@netthink.co.uk>
59023              
59024              Document AvALLOC.
59025      Branch: perl
59026            ! pod/perlguts.pod
59027 ____________________________________________________________________________
59028 [  9489] By: jhi                                   on 2001/03/31  15:48:44
59029         Log: Subject: [PATCH] Re: Math::Big* v1.21
59030              From: Tels <perl_dummy@bloodgate.com>
59031              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
59032              Message-Id: <200103311125.GAA377738@www08.hway.net>
59033      Branch: perl
59034            ! pod/perlop.pod
59035 ____________________________________________________________________________
59036 [  9488] By: jhi                                   on 2001/03/31  03:39:51
59037         Log: Debug output tweak.
59038      Branch: perl
59039            ! t/lib/cwd.t
59040 ____________________________________________________________________________
59041 [  9487] By: jhi                                   on 2001/03/31  03:33:02
59042         Log: OverVMSification.
59043      Branch: perl
59044            ! t/lib/cwd.t
59045 ____________________________________________________________________________
59046 [  9486] By: jhi                                   on 2001/03/31  03:01:40
59047         Log: Missed MANIFESTations in #9483.
59048      Branch: perl
59049            ! MANIFEST
59050 ____________________________________________________________________________
59051 [  9485] By: jhi                                   on 2001/03/31  02:58:17
59052         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
59053              From: Peter Prymmer <pvhp@forte.com>
59054              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
59055              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
59056      Branch: perl
59057            ! regexec.c t/lib/cwd.t
59058 ____________________________________________________________________________
59059 [  9484] By: jhi                                   on 2001/03/31  01:04:41
59060         Log: Obsolete file (see #3938)
59061      Branch: perl
59062            - lib/unicode/README.Ethiopic
59063            ! MANIFEST
59064 ____________________________________________________________________________
59065 [  9483] By: jhi                                   on 2001/03/31  00:52:42
59066         Log: Update to Unicode 3.1.
59067              (Rename Names.txt to NamesList.txt.)
59068      Branch: perl
59069            + lib/unicode/NamesList.txt lib/unicode/PropList.html
59070            - lib/unicode/Names.txt
59071            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
59072            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
59073            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
59074            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
59075            ! lib/unicode/UCD.html lib/unicode/Unicode.html
59076            ! lib/unicode/rename lib/unicode/version
59077 ____________________________________________________________________________
59078 [  9482] By: jhi                                   on 2001/03/30  23:33:44
59079         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
59080              From: Robin Houston <robin@kitsite.com>
59081              Date: Fri, 30 Mar 2001 20:07:22 +0100
59082              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
59083      Branch: perl
59084            ! ext/B/B/Deparse.pm
59085 ____________________________________________________________________________
59086 [  9481] By: jhi                                   on 2001/03/30  23:20:25
59087         Log: Subject: Re: [PATCH] CwdXS, Take 2
59088              From: Benjamin Sugars <bsugars@canoe.ca>
59089              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
59090              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
59091      Branch: perl
59092            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
59093            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
59094 ____________________________________________________________________________
59095 [  9480] By: jhi                                   on 2001/03/30  22:52:38
59096         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
59097              From: David Dyck <dcd@tc.fluke.com>
59098              Date: Fri, 30 Mar 2001 14:44:13 -0800
59099              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
59100              
59101              The t/rantests flags file creation was accidentally
59102              removed by #9217.
59103      Branch: perl
59104            ! Makefile.SH
59105 ____________________________________________________________________________
59106 [  9479] By: jhi                                   on 2001/03/30  22:45:45
59107         Log: Subject: [PATCH] File::Glob stuff for Mac OS
59108              From: Chris Nandor <pudge@pobox.com>
59109              Date: Fri, 30 Mar 2001 16:51:00 -0500
59110              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
59111      Branch: perl
59112            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
59113            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
59114            ! t/lib/glob-taint.t
59115 ____________________________________________________________________________
59116 [  9478] By: jhi                                   on 2001/03/30  22:43:12
59117         Log: Subject: fix for win32/buildext.pl
59118              From: "Vadim Konovalov" <watman@inbox.ru>
59119              Date: Sat, 31 Mar 2001 00:50:36 +0400
59120              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
59121      Branch: perl
59122            ! win32/buildext.pl
59123 ____________________________________________________________________________
59124 [  9477] By: jhi                                   on 2001/03/30  22:41:16
59125         Log: Subject: small base.pm doc patch
59126              From: Leon Brocard <acme@astray.com>
59127              Date: Fri, 30 Mar 2001 21:49:57 +0100
59128              Message-ID: <20010330214957.B8733@ns0.astray.com>
59129      Branch: perl
59130            ! lib/base.pm
59131 ____________________________________________________________________________
59132 [  9476] By: jhi                                   on 2001/03/30  18:16:57
59133         Log: Subject: [PATCH] av.h cosmetics
59134              From: Simon Cozens <simon@netthink.co.uk>
59135              Date: Fri, 30 Mar 2001 18:12:28 +0100
59136              Message-ID: <20010330181228.A9319@netthink.co.uk>
59137      Branch: perl
59138            ! av.h
59139 ____________________________________________________________________________
59140 [  9475] By: jhi                                   on 2001/03/30  18:15:50
59141         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
59142              From: "Philip Newton" <pnewton@gmx.de>
59143              Date: Fri, 30 Mar 2001 19:06:57 +0200
59144              Message-ID: <3AC4D951.14815.1AC7068@localhost>
59145      Branch: perl
59146            ! pod/perlhack.pod
59147 ____________________________________________________________________________
59148 [  9474] By: jhi                                   on 2001/03/30  18:14:02
59149         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
59150              From: Benjamin Sugars <bsugars@canoe.ca>
59151              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
59152              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
59153      Branch: perl
59154            ! t/lib/glob-basic.t
59155 ____________________________________________________________________________
59156 [  9473] By: jhi                                   on 2001/03/30  16:09:24
59157         Log: Update Changes.
59158      Branch: perl
59159            ! Changes patchlevel.h
59160 ____________________________________________________________________________
59161 [  9472] By: jhi                                   on 2001/03/30  15:16:08
59162         Log: Integrate perlio:
59163              
59164              [  9471]
59165              Should be (^O eq 'MSWin32') not 'Win32'
59166              Fail #12 seems real - chdir is in wrong dir.
59167              
59168              [  9467]
59169              Skip order test of glob if case-ignoring system cannot 
59170              create a.test and A.test
59171      Branch: perl
59172           !> t/lib/cwd.t t/lib/glob-basic.t
59173 ____________________________________________________________________________
59174 [  9471] By: nick                                  on 2001/03/30  14:47:10
59175         Log: Should be (^O eq 'MSWin32') not 'Win32'
59176              Fail #12 seems real - chdir is in wrong dir.
59177      Branch: perlio
59178            ! t/lib/cwd.t
59179 ____________________________________________________________________________
59180 [  9470] By: jhi                                   on 2001/03/30  14:41:11
59181         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
59182              From: Radu Greab <radu@netsoft.ro>
59183              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
59184              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
59185              
59186              Replace #9352.
59187      Branch: perl
59188            ! ext/Socket/Socket.xs pp_sys.c
59189 ____________________________________________________________________________
59190 [  9469] By: jhi                                   on 2001/03/30  14:37:51
59191         Log: Subject: PATCH pod/perldiag.pod
59192              From: Robin Houston <robin@kitsite.com>
59193              Date: Fri, 30 Mar 2001 14:10:36 +0100
59194              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
59195      Branch: perl
59196            ! pod/perldiag.pod t/lib/glob-basic.t
59197 ____________________________________________________________________________
59198 [  9468] By: jhi                                   on 2001/03/30  14:36:36
59199         Log: Subject: Better diagnostic in io/fs.t
59200              From: andreas.koenig@anima.de (Andreas J. Koenig)
59201              Date: 30 Mar 2001 10:11:43 +0200
59202              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
59203      Branch: perl
59204            ! t/io/fs.t
59205 ____________________________________________________________________________
59206 [  9467] By: nick                                  on 2001/03/30  14:25:43
59207         Log: Skip order test of glob if case-ignoring system cannot 
59208              create a.test and A.test
59209      Branch: perlio
59210            ! t/lib/glob-basic.t
59211 ____________________________________________________________________________
59212 [  9466] By: nick                                  on 2001/03/30  13:03:12
59213         Log: Integrate mainline.
59214      Branch: perlio
59215            - ext/re/hints/aix.pl
59216           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
59217           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
59218           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
59219           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
59220 ____________________________________________________________________________
59221 [  9465] By: jhi                                   on 2001/03/30  03:53:37
59222         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
59223              the tests sometimes hang, sometimes not.)
59224      Branch: perl
59225            ! t/lib/io_multihomed.t t/lib/io_sock.t
59226 ____________________________________________________________________________
59227 [  9464] By: jhi                                   on 2001/03/30  02:56:04
59228         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
59229              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
59230              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
59231              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
59232      Branch: perl
59233            ! op.c
59234 ____________________________________________________________________________
59235 [  9463] By: jhi                                   on 2001/03/30  02:34:48
59236         Log: Test for #9462.
59237      Branch: perl
59238            ! t/lib/b.t
59239 ____________________________________________________________________________
59240 [  9462] By: jhi                                   on 2001/03/30  02:29:37
59241         Log: Subject: B::Deparse precedence bug. (Patch included.)
59242              From: Jeremy Madea <jmadea@inktomi.com>
59243              Date: Thu, 29 Mar 2001 12:05:02 -0800
59244              Message-ID: <20010329120502.A24881@dr.inktomi.com>
59245      Branch: perl
59246            ! ext/B/B/Deparse.pm
59247 ____________________________________________________________________________
59248 [  9461] By: jhi                                   on 2001/03/30  02:18:41
59249         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
59250              From: Peter Prymmer <pvhp@forte.com>
59251              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
59252              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
59253      Branch: perl
59254            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
59255            ! t/lib/md5-file.t
59256 ____________________________________________________________________________
59257 [  9460] By: jhi                                   on 2001/03/30  02:17:07
59258         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
59259              From: Robin Houston <robin@kitsite.com>
59260              Date: Thu, 29 Mar 2001 20:47:56 +0100
59261              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
59262      Branch: perl
59263            ! ext/B/B/Debug.pm
59264 ____________________________________________________________________________
59265 [  9459] By: jhi                                   on 2001/03/30  02:16:05
59266         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
59267              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
59268              Date: Wed, 28 Mar 2001 18:02:20 -0600
59269              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
59270      Branch: perl
59271            ! lib/ExtUtils/MM_VMS.pm
59272 ____________________________________________________________________________
59273 [  9458] By: jhi                                   on 2001/03/30  02:07:58
59274         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
59275              From: "Joshua E. Rodd" <jrodd@pbs.org>
59276              Date: Wed, 28 Mar 2001 17:29:12 -0500
59277              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
59278      Branch: perl
59279            ! pod/perlop.pod
59280 ____________________________________________________________________________
59281 [  9457] By: jhi                                   on 2001/03/30  02:04:33
59282         Log: Subject: ext/re/aix.pl can go
59283              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59284              Date: Thu, 29 Mar 2001 12:03:28 +0200
59285              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
59286      Branch: perl
59287            - ext/re/hints/aix.pl
59288            ! MANIFEST
59289 ____________________________________________________________________________
59290 [  9456] By: jhi                                   on 2001/03/30  02:03:32
59291         Log: Integrate perlio:
59292              
59293              [  9455]
59294              DLL name has changed so installperl needs to know
59295              (Why isn't it working it out or passed it?)
59296              
59297              [  9454]
59298              Change Encode's check arguments to 'bool' so SvTRUE gets used
59299              and we don't get undef warnings.
59300      Branch: perl
59301           !> ext/Encode/Encode.xs installperl
59302 ____________________________________________________________________________
59303 [  9455] By: nick                                  on 2001/03/29  21:11:46
59304         Log: DLL name has changed so installperl needs to know
59305              (Why isn't it working it out or passed it?)
59306      Branch: perlio
59307            ! installperl
59308 ____________________________________________________________________________
59309 [  9454] By: nick                                  on 2001/03/29  20:56:12
59310         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
59311              and we don't get undef warnings.
59312      Branch: perlio
59313            ! ext/Encode/Encode.xs
59314 ____________________________________________________________________________
59315 [  9453] By: nick                                  on 2001/03/29  17:58:48
59316         Log: Integrate mainline
59317      Branch: perlio
59318           !> Changes patchlevel.h
59319 ____________________________________________________________________________
59320 [  9452] By: jhi                                   on 2001/03/29  16:44:55
59321         Log: Update Changes.
59322      Branch: perl
59323            ! Changes patchlevel.h
59324 ____________________________________________________________________________
59325 [  9451] By: nick                                  on 2001/03/29  16:31:38
59326         Log: Integrate mainline
59327      Branch: perlio
59328           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
59329           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
59330           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
59331           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
59332           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
59333 ____________________________________________________________________________
59334 [  9450] By: jhi                                   on 2001/03/29  16:29:17
59335         Log: Integrate perlio:
59336              
59337              [  9448]
59338              Make sure buildext.pl finds Errno.pm
59339      Branch: perl
59340           !> win32/buildext.pl
59341 ____________________________________________________________________________
59342 [  9449] By: jhi                                   on 2001/03/29  15:50:01
59343         Log: Update Changes.
59344      Branch: perl
59345            ! Changes patchlevel.h
59346 ____________________________________________________________________________
59347 [  9448] By: nick                                  on 2001/03/29  15:47:15
59348         Log: Make sure buildext.pl finds Errno.pm
59349      Branch: perlio
59350            ! win32/buildext.pl
59351 ____________________________________________________________________________
59352 [  9447] By: jhi                                   on 2001/03/29  15:39:34
59353         Log: Integrate perlio:
59354              
59355              [  9445]
59356              Fix breakage ... 
59357      Branch: perl
59358           !> win32/makefile.mk
59359 ____________________________________________________________________________
59360 [  9446] By: nick                                  on 2001/03/29  15:30:03
59361         Log: Integrate win32/makefile.mk with mainline.
59362      Branch: perlio
59363           !> win32/makefile.mk
59364 ____________________________________________________________________________
59365 [  9445] By: nick                                  on 2001/03/29  15:27:32
59366         Log: Fix breakage ... 
59367      Branch: perlio
59368            ! win32/makefile.mk
59369 ____________________________________________________________________________
59370 [  9444] By: jhi                                   on 2001/03/29  15:03:08
59371         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
59372              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
59373              Date: Thu, 29 Mar 2001 10:32:59 +0400
59374              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
59375      Branch: perl
59376            ! win32/makefile.mk
59377 ____________________________________________________________________________
59378 [  9443] By: jhi                                   on 2001/03/29  15:02:12
59379         Log: Integrate perlio:
59380              
59381              [  9442]
59382              Work in progress - determine win32 extensions to build via script.
59383              
59384              [  9435]
59385              Win32 has name conflict with ERROR
59386              
59387              [  9432]
59388              Make as-shipped compiler default to MSVC6 
59389              
59390              [  9431]
59391              Allow someone to write PerlIO::Array, PerlIO::Code, ...
59392              akin to PerlIO::Scalar.
59393              
59394              [  9429]
59395              Noticed that two tests were skipped as perlio:: package
59396              isn't there any more. Changed the skip condition.
59397              Avoid core-dump if sv_utf8_upgrade() called on something
59398              that does not become SvPOK after SvPV() (e.g. a ref).
59399      Branch: perl
59400           +> win32/buildext.pl
59401           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
59402           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
59403 ____________________________________________________________________________
59404 [  9442] By: nick                                  on 2001/03/29  14:59:11
59405         Log: Work in progress - determine win32 extensions to build via script.
59406      Branch: perlio
59407            + win32/buildext.pl
59408            ! MANIFEST win32/makefile.mk
59409 ____________________________________________________________________________
59410 [  9441] By: jhi                                   on 2001/03/29  14:51:47
59411         Log: Reintroduce the use of external pwd.
59412      Branch: perl
59413            ! t/lib/cwd.t
59414 ____________________________________________________________________________
59415 [  9440] By: jhi                                   on 2001/03/29  14:42:58
59416         Log: use warnings instead of -w.
59417      Branch: perl
59418            ! utils/h2xs.PL
59419 ____________________________________________________________________________
59420 [  9439] By: jhi                                   on 2001/03/29  14:41:52
59421         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
59422              From: Jonathan Stowe <gellyfish@gellyfish.com>
59423              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
59424              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
59425      Branch: perl
59426            ! utils/h2xs.PL
59427 ____________________________________________________________________________
59428 [  9438] By: jhi                                   on 2001/03/29  14:39:38
59429         Log: Subject: [PATCH perl@9424] minor pod nits
59430              From: Robin Barker <rmb1@cise.npl.co.uk>
59431              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
59432              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
59433      Branch: perl
59434            ! pod/perlhack.pod pod/perliol.pod
59435 ____________________________________________________________________________
59436 [  9437] By: jhi                                   on 2001/03/29  14:29:16
59437         Log: Subject: [PATCH perl@9424] typemap cast warning
59438              From: Robin Barker <rmb1@cise.npl.co.uk>
59439              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
59440              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
59441      Branch: perl
59442            ! lib/ExtUtils/typemap
59443 ____________________________________________________________________________
59444 [  9436] By: jhi                                   on 2001/03/29  14:26:03
59445         Log: Subject: [PATCH perl@9424] printf warning
59446              From: Robin Barker <rmb1@cise.npl.co.uk>
59447              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
59448              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
59449      Branch: perl
59450            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
59451            ! ext/Storable/Storable.xs toke.c
59452 ____________________________________________________________________________
59453 [  9435] By: nick                                  on 2001/03/29  14:23:31
59454         Log: Win32 has name conflict with ERROR
59455      Branch: perlio
59456            ! ext/PerlIO/Via/Via.xs
59457 ____________________________________________________________________________
59458 [  9434] By: jhi                                   on 2001/03/29  14:17:48
59459         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
59460              From: Peter Prymmer <pvhp@forte.com>
59461              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
59462              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
59463      Branch: perl
59464            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
59465 ____________________________________________________________________________
59466 [  9433] By: jhi                                   on 2001/03/29  13:52:44
59467         Log: test-prep target was missing.
59468      Branch: perl
59469            ! Makefile.SH
59470 ____________________________________________________________________________
59471 [  9432] By: nick                                  on 2001/03/29  12:40:03
59472         Log: Make as-shipped compiler default to MSVC6 
59473      Branch: perlio
59474            ! win32/makefile.mk
59475 ____________________________________________________________________________
59476 [  9431] By: nick                                  on 2001/03/29  12:12:16
59477         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
59478              akin to PerlIO::Scalar.
59479      Branch: perlio
59480            ! perlio.c perlio.h
59481 ____________________________________________________________________________
59482 [  9430] By: nick                                  on 2001/03/29  10:56:35
59483         Log: Integrate mainline.
59484      Branch: perlio
59485           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
59486           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
59487           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
59488           !> win32/makefile.mk win32/win32sck.c
59489 ____________________________________________________________________________
59490 [  9429] By: nick                                  on 2001/03/29  09:03:43
59491         Log: Noticed that two tests were skipped as perlio:: package
59492              isn't there any more. Changed the skip condition.
59493              Avoid core-dump if sv_utf8_upgrade() called on something
59494              that does not become SvPOK after SvPV() (e.g. a ref).
59495      Branch: perlio
59496            ! sv.c t/io/utf8.t t/lib/io_scalar.t
59497 ____________________________________________________________________________
59498 [  9428] By: jhi                                   on 2001/03/29  01:31:47
59499         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
59500              From: Benjamin Sugars <bsugars@canoe.ca> 
59501              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
59502              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
59503      Branch: perl
59504            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
59505            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
59506            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
59507 ____________________________________________________________________________
59508 [  9427] By: jhi                                   on 2001/03/29  00:49:30
59509         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
59510              From: "Vadim Konovalov" <watman@inbox.ru>
59511              Date: Thu, 29 Mar 2001 01:50:12 +0400
59512              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
59513      Branch: perl
59514            ! win32/makefile.mk win32/win32sck.c
59515 ____________________________________________________________________________
59516 [  9426] By: gsar                                  on 2001/03/29  00:28:04
59517         Log: dmake can only handle == and != in comparisons; support building
59518              with Borland's VCL libraries (from Vadim Konovalov)
59519      Branch: maint-5.6/perl
59520            ! win32/makefile.mk
59521 ____________________________________________________________________________
59522 [  9425] By: nick                                  on 2001/03/28  19:29:56
59523         Log: Integrate (@snapshot)
59524      Branch: perlio
59525           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
59526 ____________________________________________________________________________
59527 [  9424] By: jhi                                   on 2001/03/28  19:03:16
59528         Log: Update Changes.
59529      Branch: perl
59530            ! Changes patchlevel.h
59531 ____________________________________________________________________________
59532 [  9423] By: jhi                                   on 2001/03/28  18:52:09
59533         Log: Rmdir lib/XS on cleanup.
59534      Branch: perl
59535            ! Makefile.SH
59536 ____________________________________________________________________________
59537 [  9422] By: jhi                                   on 2001/03/28  18:49:34
59538         Log: Integrate perlio:
59539              
59540              [  9421]
59541              Loose duplicate chunk.
59542      Branch: perl
59543           !> t/op/utf8decode.t
59544 ____________________________________________________________________________
59545 [  9421] By: nick                                  on 2001/03/28  18:46:44
59546         Log: Loose duplicate chunk.
59547      Branch: perlio
59548            ! t/op/utf8decode.t
59549 ____________________________________________________________________________
59550 [  9420] By: nick                                  on 2001/03/28  18:44:11
59551         Log: Integrate mainline.
59552      Branch: perlio
59553           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
59554           !> vms/vmsish.h
59555 ____________________________________________________________________________
59556 [  9419] By: jhi                                   on 2001/03/28  18:42:05
59557         Log: Can't trust external pwds
59558              (either shell builtins or external programs)
59559      Branch: perl
59560            ! t/lib/cwd.t
59561 ____________________________________________________________________________
59562 [  9418] By: jhi                                   on 2001/03/28  18:34:05
59563         Log: Integrate perlio:
59564              
59565              [  9417]
59566              PerlIO.pm / perlio.pm conflict.
59567              Update some pods.
59568              Make t/op/utf8decode.t a text file.
59569      Branch: perl
59570            - lib/perlio.pm
59571           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
59572           !> t/op/utf8decode.t
59573 ____________________________________________________________________________
59574 [  9417] By: nick                                  on 2001/03/28  18:24:02
59575         Log: PerlIO.pm / perlio.pm conflict.
59576              Update some pods.
59577              Make t/op/utf8decode.t a text file.
59578      Branch: perlio
59579            - lib/perlio.pm
59580            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
59581            ! t/op/utf8decode.t
59582 ____________________________________________________________________________
59583 [  9416] By: jhi                                   on 2001/03/28  18:06:07
59584         Log: Integrate change #9409 from mainline to maintperl.
59585              
59586              Yet another tweak on AIX dynaloading.
59587      Branch: maint-5.6/perl
59588           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
59589 ____________________________________________________________________________
59590 [  9415] By: gsar                                  on 2001/03/28  17:13:01
59591         Log: integrate changes#9377,9385,9401 from mainline
59592              
59593              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
59594              
59595              If directory entries compare equal case-insensitively,
59596              retry case-sensitively.
59597              
59598              Subject: [PATCH] B::Terse and warnings
59599      Branch: maint-5.6/perl
59600           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
59601           !> t/pragma/warn/perl
59602 ____________________________________________________________________________
59603 [  9414] By: jhi                                   on 2001/03/28  17:11:12
59604         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
59605              From: "Craig A. Berry" <craigberry@mac.com>
59606              Date: Wed, 28 Mar 2001 10:55:20 -0600
59607              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
59608      Branch: perl
59609            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
59610 ____________________________________________________________________________
59611 [  9413] By: jhi                                   on 2001/03/28  17:03:12
59612         Log: Dup hunk.
59613      Branch: perl
59614            ! t/op/utf8decode.t
59615 ____________________________________________________________________________
59616 [  9412] By: jhi                                   on 2001/03/28  17:02:36
59617         Log: Forced integrate from perlio.
59618      Branch: perl
59619           !> t/op/utf8decode.t
59620 ____________________________________________________________________________
59621 [  9411] By: nick                                  on 2001/03/28  16:50:03
59622         Log: Integrate mainline.
59623      Branch: perlio
59624           +> t/lib/cwd.t
59625           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
59626           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
59627           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
59628           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
59629           !> t/pragma/warn/perl
59630 ____________________________________________________________________________
59631 [  9410] By: jhi                                   on 2001/03/28  16:44:23
59632         Log: Subject: Re: [PATCH] 9403 cannot be tested
59633              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59634              Date: Wed, 28 Mar 2001 18:33:56 +0200
59635              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
59636      Branch: perl
59637            ! makedef.pl
59638 ____________________________________________________________________________
59639 [  9409] By: jhi                                   on 2001/03/28  16:12:45
59640         Log: Yet another tweak on AIX dynaloading.
59641      Branch: perl
59642            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
59643 ____________________________________________________________________________
59644 [  9408] By: jhi                                   on 2001/03/28  15:52:55
59645         Log: Subject: [PATCH] 9403 cannot be tested
59646              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
59647              Date: Wed, 28 Mar 2001 17:23:00 +0200
59648              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
59649              
59650              A missing symbol.
59651      Branch: perl
59652            ! makedef.pl
59653 ____________________________________________________________________________
59654 [  9407] By: jhi                                   on 2001/03/28  15:47:43
59655         Log: Integrate perlio:
59656              
59657              [  9400]
59658              More EBCDIC tweaks:
59659              - one more swash issue &~(0xA0-1) did not do the right thing,
59660              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
59661              - add "use re 'asciirange'" to make [!-~] etc. work
59662              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
59663              - Choose a key for t/op/each.t test which gets encoded.
59664              - Skip utf8decode if this is UTF-EBCDIC.
59665      Branch: perl
59666            ! t/op/utf8decode.t
59667           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
59668           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
59669 ____________________________________________________________________________
59670 [  9406] By: jhi                                   on 2001/03/28  15:37:08
59671         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
59672              From: Benjamin Sugars <bsugars@canoe.ca> 
59673              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
59674              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
59675      Branch: perl
59676            + t/lib/cwd.t
59677            ! MANIFEST
59678 ____________________________________________________________________________
59679 [  9405] By: jhi                                   on 2001/03/28  15:13:18
59680         Log: pp_ne() needs a CORRECT boolean.
59681      Branch: perl
59682            ! pp.c
59683 ____________________________________________________________________________
59684 [  9404] By: jhi                                   on 2001/03/28  15:09:23
59685         Log: pp_ne() needs a boolean, not an integer.
59686      Branch: perl
59687            ! pp.c
59688 ____________________________________________________________________________
59689 [  9403] By: jhi                                   on 2001/03/28  14:47:43
59690         Log: (Retracted by #9404.)
59691      Branch: perl
59692            ! pp.c
59693 ____________________________________________________________________________
59694 [  9402] By: jhi                                   on 2001/03/28  14:43:59
59695         Log: Subject: Re: [PATCH] Typemap testing
59696              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
59697              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
59698              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
59699      Branch: perl
59700            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
59701            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
59702 ____________________________________________________________________________
59703 [  9401] By: jhi                                   on 2001/03/28  14:42:14
59704         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
59705              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
59706              Date: Sun, 25 Mar 2001 21:59:15 +0100
59707              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
59708              
59709              A variable will be checked for the "use once" warnings if:
59710              
59711              1. It is in the scope of a use warnings 'once'
59712              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
59713              
59714              Otherwise it won't be checked at all.
59715              
59716              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
59717              
59718              The enclosed patch partially fixes this issue. What I didn't
59719              get to work was the case where the "used once" warning is enabled
59720              in any file other than the main file.
59721      Branch: perl
59722            ! gv.c t/pragma/warn/perl
59723 ____________________________________________________________________________
59724 [  9400] By: nick                                  on 2001/03/28  14:38:24
59725         Log: More EBCDIC tweaks:
59726              - one more swash issue &~(0xA0-1) did not do the right thing,
59727              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
59728              - add "use re 'asciirange'" to make [!-~] etc. work
59729              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
59730              - Choose a key for t/op/each.t test which gets encoded.
59731              - Skip utf8decode if this is UTF-EBCDIC.
59732      Branch: perlio
59733            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
59734            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
59735 ____________________________________________________________________________
59736 [  9399] By: jhi                                   on 2001/03/28  14:21:00
59737         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
59738              Andreas Schwab.
59739      Branch: perl
59740            ! pp.c
59741 ____________________________________________________________________________
59742 [  9398] By: jhi                                   on 2001/03/28  00:55:56
59743         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
59744              From: David Dyck <dcd@tc.fluke.com>
59745              Date: Tue, 27 Mar 2001 15:16:24 -0800
59746              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
59747      Branch: perl
59748            ! ext/IO/lib/IO/Socket.pm
59749 ____________________________________________________________________________
59750 [  9397] By: jhi                                   on 2001/03/27  21:52:49
59751         Log: Integrate perlio:
59752              
59753              [  9395]
59754              Outline docs for PerlIO and PerlIO::Scalar
59755              
59756              [  9394]
59757              PerlIO::Via layer (alpha-ish).
59758      Branch: perl
59759           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
59760           +> ext/PerlIO/Via/Via.xs
59761           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
59762 ____________________________________________________________________________
59763 [  9396] By: nick                                  on 2001/03/27  21:45:13
59764         Log: Integrate mainline.
59765      Branch: perlio
59766           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
59767           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
59768 ____________________________________________________________________________
59769 [  9395] By: nick                                  on 2001/03/27  21:18:58
59770         Log: Outline docs for PerlIO and PerlIO::Scalar
59771      Branch: perlio
59772            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
59773 ____________________________________________________________________________
59774 [  9394] By: nick                                  on 2001/03/27  20:50:13
59775         Log: PerlIO::Via layer (alpha-ish).
59776      Branch: perlio
59777            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
59778            + ext/PerlIO/Via/Via.xs
59779            ! MANIFEST
59780 ____________________________________________________________________________
59781 [  9393] By: jhi                                   on 2001/03/27  20:49:55
59782         Log: Retract #9329 now that 9390 should take care of the matter.
59783      Branch: perl
59784            ! utils/h2xs.PL
59785 ____________________________________________________________________________
59786 [  9390] By: jhi                                   on 2001/03/27  20:47:50
59787         Log: Subject: Autoloading Errno.pm when %! is encountered
59788              From: Robin Houston <robin@kitsite.com>
59789              Date: Tue, 27 Mar 2001 20:57:11 +0100
59790              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
59791      Branch: perl
59792            ! embed.h embed.pl gv.c proto.h t/op/magic.t
59793 ____________________________________________________________________________
59794 [  9389] By: jhi                                   on 2001/03/27  20:24:31
59795         Log: Integrate perlio:
59796              
59797              [  9384]
59798              Various EBCDIC fixes:
59799              - major revelation that swash code is encoding aware,
59800              (or thought it was) - now it is ;-)
59801              - With that out of the way fix a slab of tr/// cases.
59802              - Fix Encode 'Unicode' to be true Unicode so tests pass.
59803              - As anticipated Base64.xs needed tweaks.
59804              - Until tr/// works right avoid old_encode64 in MIME tests.
59805      Branch: perl
59806           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
59807           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
59808           !> utf8.c
59809 ____________________________________________________________________________
59810 [  9388] By: jhi                                   on 2001/03/27  20:21:38
59811         Log: Better have a three-element array if one is going to assign
59812              to the third element of that array. (from Tim Jenness)
59813      Branch: perl
59814            ! ext/XS/Typemap/Typemap.xs
59815 ____________________________________________________________________________
59816 [  9387] By: nick                                  on 2001/03/27  20:15:43
59817         Log: Integrate mainline.
59818      Branch: perlio
59819           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
59820           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
59821           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
59822           +> t/lib/xs-typemap.t
59823           !> (integrate 34 files)
59824 ____________________________________________________________________________
59825 [  9386] By: jhi                                   on 2001/03/27  20:04:18
59826         Log: Subject: Re: perl@9359 breaks HTML::Parser
59827              From: Gisle Aas <gisle@ActiveState.com>
59828              Date: 27 Mar 2001 11:30:24 -0800
59829              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
59830              
59831              Clarify the UTF-8 issues of the API docs.
59832              (Slightly reworded and expanded.)
59833      Branch: perl
59834            ! pod/perlapi.pod sv.c sv.h
59835 ____________________________________________________________________________
59836 [  9385] By: jhi                                   on 2001/03/27  19:44:25
59837         Log: If directory entries compare equal case-insensitively,
59838              retry case-sensitively.
59839      Branch: perl
59840            ! ext/File/Glob/bsd_glob.c
59841 ____________________________________________________________________________
59842 [  9384] By: nick                                  on 2001/03/27  19:38:50
59843         Log: Various EBCDIC fixes:
59844              - major revelation that swash code is encoding aware,
59845              (or thought it was) - now it is ;-)
59846              - With that out of the way fix a slab of tr/// cases.
59847              - Fix Encode 'Unicode' to be true Unicode so tests pass.
59848              - As anticipated Base64.xs needed tweaks.
59849              - Until tr/// works right avoid old_encode64 in MIME tests.
59850      Branch: perlio
59851            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
59852            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
59853 ____________________________________________________________________________
59854 [  9383] By: jhi                                   on 2001/03/27  18:34:41
59855         Log: Add the std test suite BEGIN block.
59856      Branch: perl
59857            ! t/lib/xs-typemap.t
59858 ____________________________________________________________________________
59859 [  9382] By: jhi                                   on 2001/03/27  15:16:07
59860         Log: Add debugging output to the test.
59861      Branch: perl
59862            ! t/lib/glob-basic.t
59863 ____________________________________________________________________________
59864 [  9381] By: jhi                                   on 2001/03/27  15:08:10
59865         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
59866      Branch: perl
59867            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
59868            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
59869            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
59870            + t/lib/xs-typemap.t
59871            ! MANIFEST
59872 ____________________________________________________________________________
59873 [  9380] By: jhi                                   on 2001/03/27  14:48:34
59874         Log: Subject: [PATCH] Typemap testing
59875              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
59876              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
59877              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
59878              
59879              (The first part of the patch.)
59880      Branch: perl
59881            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
59882 ____________________________________________________________________________
59883 [  9379] By: jhi                                   on 2001/03/27  14:44:56
59884         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
59885              From: Benjamin Sugars <bsugars@canoe.ca> 
59886              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
59887              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
59888      Branch: perl
59889            ! t/lib/glob-basic.t
59890 ____________________________________________________________________________
59891 [  9378] By: jhi                                   on 2001/03/27  14:42:30
59892         Log: Subject: [PATCH] perlvar nit
59893              From: Simon Cozens <simon@netthink.co.uk>
59894              Date: Tue, 27 Mar 2001 01:12:01 +0100
59895              Message-ID: <20010327011201.A19179@netthink.co.uk>
59896      Branch: perl
59897            ! pod/perlvar.pod
59898 ____________________________________________________________________________
59899 [  9377] By: jhi                                   on 2001/03/27  14:36:26
59900         Log: Subject: [PATCH] B::Terse and warnings
59901              From: Benjamin Sugars <ben.sugars@home.com>
59902              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
59903              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
59904      Branch: perl
59905            ! ext/B/B.pm ext/B/B/Terse.pm
59906 ____________________________________________________________________________
59907 [  9376] By: jhi                                   on 2001/03/27  14:31:31
59908         Log: Document sockatmark() some.
59909      Branch: perl
59910            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
59911            ! pod/perltoc.pod
59912 ____________________________________________________________________________
59913 [  9375] By: jhi                                   on 2001/03/27  14:00:24
59914         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
59915              noted by Gisle and fixed by NI-S.
59916      Branch: perl
59917            ! sv.c
59918 ____________________________________________________________________________
59919 [  9374] By: jhi                                   on 2001/03/27  05:50:01
59920         Log: Regen toc.
59921      Branch: perl
59922            ! pod/perltoc.pod
59923 ____________________________________________________________________________
59924 [  9373] By: jhi                                   on 2001/03/27  05:43:51
59925         Log: Pixie documenting.
59926      Branch: perl
59927            ! Makefile.SH pod/perlhack.pod
59928 ____________________________________________________________________________
59929 [  9372] By: jhi                                   on 2001/03/27  05:29:34
59930         Log: Metaconfig unit changes for #9371.
59931      Branch: metaconfig
59932            ! U/modified/myhostname.U
59933      Branch: metaconfig/U/perl
59934            + d_sockatmark.U
59935            ! gccvers.U
59936 ____________________________________________________________________________
59937 [  9371] By: jhi                                   on 2001/03/27  05:29:07
59938         Log: Add sockatmark() probing.
59939      Branch: perl
59940            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59941            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
59942            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59943            ! vos/config.ga.h win32/config.bc win32/config.gc
59944            ! win32/config.vc
59945 ____________________________________________________________________________
59946 [  9370] By: jhi                                   on 2001/03/26  22:01:18
59947         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
59948              Really need to benchmark this.
59949      Branch: perl
59950            ! pp.c
59951 ____________________________________________________________________________
59952 [  9369] By: nick                                  on 2001/03/26  21:59:30
59953         Log: Integrate mainline.
59954      Branch: perlio
59955            ! ext/MIME/Base64/QuotedPrint.pm
59956           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
59957           !> patchlevel.h pod/perlhack.pod pp_sys.c
59958 ____________________________________________________________________________
59959 [  9368] By: jhi                                   on 2001/03/26  21:47:03
59960         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
59961              
59962              TODO1: perlbench.
59963              TODO2: le, lt, ge, gt?  Yech.
59964      Branch: perl
59965            ! pp.c
59966 ____________________________________________________________________________
59967 [  9367] By: jhi                                   on 2001/03/26  21:34:57
59968         Log: Too much cut-and-paste in #9363.
59969      Branch: perl
59970            ! pp_sys.c
59971 ____________________________________________________________________________
59972 [  9366] By: jhi                                   on 2001/03/26  21:20:53
59973         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
59974              From: Andreas Schwab <schwab@suse.de>
59975              Date: 26 Mar 2001 17:29:04 +0200
59976              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
59977              
59978              (The patch for 5.6.0 or so, this is a guess for bleadperl)
59979      Branch: perl
59980            ! pp_hot.c
59981 ____________________________________________________________________________
59982 [  9365] By: jhi                                   on 2001/03/26  21:07:54
59983         Log: Integrate perlio:
59984              
59985              [  9364]
59986              REFCNT botch in layer name cache hash.
59987      Branch: perl
59988           !> perlio.c
59989 ____________________________________________________________________________
59990 [  9364] By: nick                                  on 2001/03/26  20:30:48
59991         Log: REFCNT botch in layer name cache hash.
59992      Branch: perlio
59993            ! perlio.c
59994 ____________________________________________________________________________
59995 [  9363] By: jhi                                   on 2001/03/26  18:44:32
59996         Log: Subject: [PATCH] socket() leaks file descriptors
59997              From: Benjamin Sugars <bsugars@canoe.ca>
59998              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
59999              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
60000              
60001              Also sockpair() fixed similarly.
60002      Branch: perl
60003            ! pp_sys.c
60004 ____________________________________________________________________________
60005 [  9362] By: jhi                                   on 2001/03/26  18:37:52
60006         Log: Integrate perlio:
60007              
60008              [  9361]
60009              Implement flush of linebuffered streams on read of a tty.
60010              
60011              [  9360]
60012              Memory tweaks and notes for OEMVS.
60013      Branch: perl
60014           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
60015 ____________________________________________________________________________
60016 [  9361] By: nick                                  on 2001/03/26  17:32:06
60017         Log: Implement flush of linebuffered streams on read of a tty.
60018      Branch: perlio
60019            ! perlio.c perliol.h
60020 ____________________________________________________________________________
60021 [  9360] By: nick                                  on 2001/03/26  17:12:32
60022         Log: Memory tweaks and notes for OEMVS.
60023      Branch: perlio
60024            ! README.os390 miniperlmain.c t/op/pat.t
60025 ____________________________________________________________________________
60026 [  9359] By: jhi                                   on 2001/03/26  02:12:54
60027         Log: Update Changes.
60028      Branch: perl
60029            ! Changes patchlevel.h
60030 ____________________________________________________________________________
60031 [  9358] By: jhi                                   on 2001/03/26  02:05:32
60032         Log: Document the most common pixie options.
60033      Branch: perl
60034            ! pod/perlhack.pod
60035 ____________________________________________________________________________
60036 [  9357] By: jhi                                   on 2001/03/26  01:25:28
60037         Log: For perl.pixie check *before* compiling that optimize is -g,
60038              as for perl.third.
60039      Branch: perl
60040            ! Makefile.SH
60041 ____________________________________________________________________________
60042 [  9356] By: jhi                                   on 2001/03/26  01:13:41
60043         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
60044      Branch: perl
60045            ! Makefile.SH
60046 ____________________________________________________________________________
60047 [  9355] By: jhi                                   on 2001/03/26  01:11:19
60048         Log: Remove t/perl.third.
60049      Branch: perl
60050            ! Makefile.SH
60051 ____________________________________________________________________________
60052 [  9354] By: jhi                                   on 2001/03/26  00:23:38
60053         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
60054              IO::Sockatmark().
60055      Branch: perl
60056            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
60057 ____________________________________________________________________________
60058 [  9353] By: jhi                                   on 2001/03/25  22:25:04
60059         Log: Integrate perlio:
60060              
60061              [  9351]
60062              Fix readline in list mode to tell rest of world that it has
60063              things on the stack. Otherwise if perl code gets invoked
60064              underneath it it scribbles over results-so-far.
60065              (Why TIEHANDLE has not tripped on this is a mystery.)
60066              
60067              [  9350]
60068              win32/makefile.mk typos
60069              
60070              [  9348]
60071              Make it text
60072              
60073              [  9346]
60074              Add destruct time hook to PerlIO (for work-in-process implementing
60075              layers in perl code. In such cases layers need to be popped before
60076              we loose the ability to run perl code.)
60077              Also back-out "PerlIO::object" hook - it isn't going to work like that...
60078              
60079              [  9345]
60080              Avoid at leasy one of undefined warnings in Encode.
60081              
60082              [  9343]
60083              Missing return value.
60084      Branch: perl
60085           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
60086           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
60087           !> pp_hot.c win32/makefile.mk
60088 ____________________________________________________________________________
60089 [  9352] By: jhi                                   on 2001/03/25  22:21:41
60090         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
60091              From: Radu Greab <radu@netsoft.ro>
60092              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
60093              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
60094      Branch: perl
60095            ! pp_sys.c
60096 ____________________________________________________________________________
60097 [  9351] By: nick                                  on 2001/03/25  22:15:02
60098         Log: Fix readline in list mode to tell rest of world that it has
60099              things on the stack. Otherwise if perl code gets invoked
60100              underneath it it scribbles over results-so-far.
60101              (Why TIEHANDLE has not tripped on this is a mystery.)
60102      Branch: perlio
60103            ! pp_hot.c
60104 ____________________________________________________________________________
60105 [  9350] By: nick                                  on 2001/03/25  22:10:13
60106         Log: win32/makefile.mk typos
60107      Branch: perlio
60108            ! win32/makefile.mk
60109 ____________________________________________________________________________
60110 [  9349] By: nick                                  on 2001/03/25  21:31:14
60111         Log: Integrate now-non-binary file.
60112      Branch: perlio
60113           !> t/lib/mimeqp.t
60114 ____________________________________________________________________________
60115 [  9348] By: nick                                  on 2001/03/25  21:27:24
60116         Log: Make it text
60117      Branch: perlio
60118            ! t/lib/mimeqp.t
60119 ____________________________________________________________________________
60120 [  9347] By: nick                                  on 2001/03/25  21:25:37
60121         Log: Integrate mainline.
60122      Branch: perlio
60123           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
60124           !> lib/Term/ReadLine.pm t/lib/md5-file.t
60125 ____________________________________________________________________________
60126 [  9346] By: nick                                  on 2001/03/25  20:58:15
60127         Log: Add destruct time hook to PerlIO (for work-in-process implementing
60128              layers in perl code. In such cases layers need to be popped before
60129              we loose the ability to run perl code.)
60130              Also back-out "PerlIO::object" hook - it isn't going to work like that...
60131      Branch: perlio
60132            ! perl.c perlio.c perlio.h perliol.h
60133 ____________________________________________________________________________
60134 [  9345] By: nick                                  on 2001/03/25  20:49:11
60135         Log: Avoid at leasy one of undefined warnings in Encode.
60136      Branch: perlio
60137            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
60138 ____________________________________________________________________________
60139 [  9344] By: jhi                                   on 2001/03/25  20:37:43
60140         Log: A workaround for using Term::ReadLine in emacs minibuffer
60141              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
60142              additional tweaks from Ilya Zakharevich.
60143      Branch: perl
60144            ! lib/Term/ReadLine.pm
60145 ____________________________________________________________________________
60146 [  9343] By: nick                                  on 2001/03/25  20:21:14
60147         Log: Missing return value.
60148      Branch: perlio
60149            ! ext/PerlIO/Scalar/Scalar.xs
60150 ____________________________________________________________________________
60151 [  9342] By: jhi                                   on 2001/03/25  16:21:00
60152         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
60153              to equal the CPAN versions since no code changes have been made.
60154      Branch: perl
60155            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
60156            ! t/lib/md5-file.t
60157 ____________________________________________________________________________
60158 [  9341] By: jhi                                   on 2001/03/25  16:01:48
60159         Log: Escape 8-bit characters.
60160      Branch: perl
60161            ! t/lib/mimeqp.t
60162 ____________________________________________________________________________
60163 [  9340] By: gsar                                  on 2001/03/25  15:50:53
60164         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
60165              chars)
60166      Branch: perl
60167            + t/lib/mimeqp.t
60168 ____________________________________________________________________________
60169 [  9339] By: gsar                                  on 2001/03/25  15:48:50
60170         Log: delete mimeqp.t for later add with text mode set
60171      Branch: perl
60172            - t/lib/mimeqp.t
60173 ____________________________________________________________________________
60174 [  9338] By: nick                                  on 2001/03/25  09:01:57
60175         Log: Integrate mainline.
60176      Branch: perlio
60177           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60178           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
60179           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
60180           +> t/lib/mimeb64u.t t/lib/mimeqp.t
60181           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
60182           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
60183           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
60184 ____________________________________________________________________________
60185 [  9337] By: jhi                                   on 2001/03/25  04:23:24
60186         Log: Add MIME::Base64 here and there.  Again, a lot of
60187              optimism is in the air.
60188      Branch: perl
60189            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
60190            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
60191 ____________________________________________________________________________
60192 [  9336] By: jhi                                   on 2001/03/25  04:12:43
60193         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
60194              this by ear as I do not do Win32 programming.)
60195      Branch: perl
60196            ! win32/Makefile win32/makefile.mk
60197 ____________________________________________________________________________
60198 [  9335] By: jhi                                   on 2001/03/25  04:03:50
60199         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
60200      Branch: perl
60201            ! t/lib/md5-file.t
60202 ____________________________________________________________________________
60203 [  9334] By: jhi                                   on 2001/03/25  03:58:53
60204         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
60205      Branch: perl
60206            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60207            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
60208            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
60209            + t/lib/mimeb64u.t t/lib/mimeqp.t
60210            ! MANIFEST
60211 ____________________________________________________________________________
60212 [  9333] By: jhi                                   on 2001/03/24  20:14:37
60213         Log: Integrate perlio:
60214              
60215              [  9332]
60216              Fix un-init variable leading to spurious "Out of Memory!"
60217              
60218              [  9331]
60219              Tweak docs for C<open> (boy does that need wholesale revision...)
60220              and update layers internals doc.
60221      Branch: perl
60222           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
60223 ____________________________________________________________________________
60224 [  9332] By: nick                                  on 2001/03/24  19:40:34
60225         Log: Fix un-init variable leading to spurious "Out of Memory!"
60226      Branch: perlio
60227            ! doio.c
60228 ____________________________________________________________________________
60229 [  9331] By: nick                                  on 2001/03/24  19:09:59
60230         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
60231              and update layers internals doc.
60232      Branch: perlio
60233            ! pod/perlfunc.pod pod/perliol.pod
60234 ____________________________________________________________________________
60235 [  9330] By: jhi                                   on 2001/03/24  18:42:11
60236         Log: The length might be uninitialized garbage if the *svp is the undef.
60237      Branch: perl
60238            ! doio.c
60239 ____________________________________________________________________________
60240 [  9329] By: jhi                                   on 2001/03/24  18:26:57
60241         Log: (Retracted by #9393)
60242              
60243              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
60244              From: Simon Cozens <simon@netthink.co.uk>
60245              Date: Sat, 24 Mar 2001 17:13:17 +0000
60246              Message-ID: <20010324171317.A13406@netthink.co.uk>
60247      Branch: perl
60248            ! utils/h2xs.PL
60249 ____________________________________________________________________________
60250 [  9328] By: nick                                  on 2001/03/24  17:22:02
60251         Log: Integrate mainline.
60252      Branch: perlio
60253           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
60254           !> lib/unicode/version
60255 ____________________________________________________________________________
60256 [  9327] By: nick                                  on 2001/03/24  17:16:02
60257         Log: Integrate mainline.
60258      Branch: perlio
60259           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
60260           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
60261           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
60262           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
60263           +> t/lib/md5-file.t
60264           !> MANIFEST Makefile.SH configure.com djgpp/config.over
60265           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
60266           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
60267           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
60268           !> win32/makefile.mk
60269 ____________________________________________________________________________
60270 [  9326] By: jhi                                   on 2001/03/24  17:00:42
60271         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
60272      Branch: perl
60273            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
60274            ! lib/unicode/version
60275 ____________________________________________________________________________
60276 [  9325] By: jhi                                   on 2001/03/24  16:22:33
60277         Log: Subject: Re: B::Deparse bug (5.6.0)
60278              From: Robin Houston <robin@kitsite.com>
60279              Date: Sat, 24 Mar 2001 14:33:09 +0000
60280              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
60281      Branch: perl
60282            ! op.c pp.c t/lib/b.t t/op/repeat.t
60283 ____________________________________________________________________________
60284 [  9324] By: jhi                                   on 2001/03/24  16:21:56
60285         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
60286              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
60287              these additions may be too optimistic.
60288      Branch: perl
60289            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
60290            ! hints/uwin.sh hints/vmesa.sh
60291 ____________________________________________________________________________
60292 [  9323] By: jhi                                   on 2001/03/24  16:06:01
60293         Log: Integrate perlio:
60294              
60295              [  9322]
60296              Routine Win32 regen_config_h - no real changes.
60297              
60298              [  9321]
60299              PerlIO fixups for Win32:
60300              - provide win33_popenlist() - non-functional as yet.
60301              - avoid need for aTHX in PerlIO_debug calls - even if not 
60302              enabled args are still evaluated so Win32 has trouble during fork().
60303              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
60304              - Fixup makedef.pl for latest set of symbols.
60305              
60306              [  9320]
60307              POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
60308              was gibberish - broke it on WIn32 at least.
60309              
60310              [  9319]
60311              Generated files.
60312              
60313              [  9318]
60314              Implement:
60315              1.  open($fh,"+<",undef);  # add test to t/io/open.t
60316              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
60317      Branch: perl
60318           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
60319           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
60320            ! Makefile.SH
60321           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
60322           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
60323           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
60324           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
60325           !> win32/makefile.mk win32/perlhost.h win32/win32.c
60326           !> win32/win32iop.h
60327 ____________________________________________________________________________
60328 [  9322] By: nick                                  on 2001/03/24  14:39:12
60329         Log: Routine Win32 regen_config_h - no real changes.
60330      Branch: perlio
60331            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60332 ____________________________________________________________________________
60333 [  9321] By: nick                                  on 2001/03/24  14:31:49
60334         Log: PerlIO fixups for Win32:
60335              - provide win33_popenlist() - non-functional as yet.
60336              - avoid need for aTHX in PerlIO_debug calls - even if not 
60337              enabled args are still evaluated so Win32 has trouble during fork().
60338              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
60339              - Fixup makedef.pl for latest set of symbols.
60340      Branch: perlio
60341            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
60342            ! win32/perlhost.h win32/win32.c win32/win32iop.h
60343 ____________________________________________________________________________
60344 [  9320] By: nick                                  on 2001/03/24  14:26:58
60345         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
60346              was gibberish - broke it on WIn32 at least.
60347      Branch: perlio
60348            ! ext/POSIX/POSIX.xs
60349 ____________________________________________________________________________
60350 [  9319] By: nick                                  on 2001/03/24  11:29:41
60351         Log: Generated files.
60352      Branch: perlio
60353            ! embed.h global.sym objXSUB.h perlapi.c proto.h
60354 ____________________________________________________________________________
60355 [  9318] By: nick                                  on 2001/03/24  10:29:37
60356         Log: Implement:
60357              1.  open($fh,"+<",undef);  # add test to t/io/open.t
60358              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
60359      Branch: perlio
60360            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
60361            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
60362            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
60363            ! t/io/open.t t/io/utf8.t
60364 ____________________________________________________________________________
60365 [  9317] By: jhi                                   on 2001/03/23  23:41:25
60366         Log: AIX does seems to have optimization problems with its C compilers.
60367      Branch: perl
60368            ! hints/aix.sh
60369 ____________________________________________________________________________
60370 [  9316] By: jhi                                   on 2001/03/23  23:40:46
60371         Log: Integrate perlio:
60372              
60373              [  9314]
60374              Perlio internals re-organized.
60375              - open process creates AV of layer/arg pairs
60376              (appends layers from open() or open.pm to default list).
60377              - push arg is now an SV.
60378              - layer ->Open get passed the AV
60379              - open is no longer mandatory method.
60380              - topmost layer that has ->Open method does the open
60381              - any layers above are pushed once that returns.
60382              - vtable re-ordered so dummy layers need only provide push/pop methods.
60383              
60384              [  9313]
60385              Check in a stable (working) version before next round of tweaks.
60386              Changes include:
60387              - Move default layers code out of doio.c and into perlio.c
60388              - Single routine for parsing layer specification strings.
60389              - Skeleton support for demand loading of layers
60390              - Core-dump avoidance if PERLIO environment specifies loadable layer
60391              (does not _work_ as need IO to load and need load to do IO ...)
60392              
60393              [  9305]
60394              Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
60395              
60396              [  9304]
60397              Render -Duseperlio functional again.
60398              - this is "quick fix" which calls PerlIO_apply_layers after opening,
60399              which is what old scheme did. New scheme needs to change that
60400              to make open(...,\$scalar) etc. work but this will do for now.
60401              
60402              [  9303]
60403              Avoid "reopen" semantics for time being. Fix bug in dup logic.
60404              -Uuseperlio now works again.
60405              -Duseperlio is still poorly. Don't merge yet...
60406              
60407              [  9302]
60408              Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
60409              type code.
60410              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
60411              is its main caller. In particular now has access to "extra" args, and
60412              can tell when an open handle is "reopened" (or duped?).
60413              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
60414              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
60415              PerlIO_open() et. al. (i.e. other way round).
60416              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
60417              with args close to PerlIO_openn().
60418      Branch: perl
60419           +> lib/PerlIO.pm
60420           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
60421           !> perliol.h
60422 ____________________________________________________________________________
60423 [  9315] By: jhi                                   on 2001/03/23  22:16:30
60424         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
60425      Branch: perl
60426            ! t/lib/md5-file.t
60427 ____________________________________________________________________________
60428 [  9314] By: nick                                  on 2001/03/23  20:49:02
60429         Log: Perlio internals re-organized.
60430              - open process creates AV of layer/arg pairs
60431              (appends layers from open() or open.pm to default list).
60432              - push arg is now an SV.
60433              - layer ->Open get passed the AV
60434              - open is no longer mandatory method.
60435              - topmost layer that has ->Open method does the open
60436              - any layers above are pushed once that returns.
60437              - vtable re-ordered so dummy layers need only provide push/pop methods.
60438      Branch: perlio
60439            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
60440 ____________________________________________________________________________
60441 [  9313] By: nick                                  on 2001/03/23  16:27:41
60442         Log: Check in a stable (working) version before next round of tweaks.
60443              Changes include:
60444              - Move default layers code out of doio.c and into perlio.c
60445              - Single routine for parsing layer specification strings.
60446              - Skeleton support for demand loading of layers
60447              - Core-dump avoidance if PERLIO environment specifies loadable layer
60448              (does not _work_ as need IO to load and need load to do IO ...)
60449      Branch: perlio
60450            + lib/PerlIO.pm
60451            ! MANIFEST doio.c perlio.c
60452 ____________________________________________________________________________
60453 [  9312] By: gsar                                  on 2001/03/23  16:25:25
60454         Log: add execute bit to files with shebang lines in the repository;
60455              avoid clobbering execute bit in Porting/makerel 
60456      Branch: maint-5.6/perl
60457            ! (edit 144 files)
60458 ____________________________________________________________________________
60459 [  9311] By: jhi                                   on 2001/03/23  14:25:35
60460         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
60461      Branch: perl
60462            ! MANIFEST
60463 ____________________________________________________________________________
60464 [  9310] By: jhi                                   on 2001/03/23  13:45:04
60465         Log: Subject: [PATCH] Net::Ping
60466              From: Colin McMillen <mcmi0037@tc.umn.edu>
60467              Date: Thu, 22 Mar 2001 19:30:31 -0600
60468              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
60469      Branch: perl
60470            ! lib/Net/Ping.pm
60471 ____________________________________________________________________________
60472 [  9309] By: jhi                                   on 2001/03/23  13:39:13
60473         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
60474      Branch: perl
60475            ! t/lib/md5-aaa.t t/lib/md5-file.t
60476 ____________________________________________________________________________
60477 [  9308] By: jhi                                   on 2001/03/23  13:20:34
60478         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
60479              - bump the version to 2.14
60480              - drop the base64 tests since they require MIME::Base64
60481              - drop the rfc1321.txt
60482              - drop the hints/dec_osf.pl since it's only needed for
60483              pre-5.005_03 Perls
60484              Todo:
60485              - the U32 alignment testing is now removed; it needs to
60486              be reintroduced as as a Config variable (meaning also
60487              as a Configure test)
60488              - get the new EBCDIC md5sum for MD5.pm
60489              - test in Win32 to see how badly I botched the makefiles
60490      Branch: perl
60491            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
60492            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
60493            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
60494            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
60495            + t/lib/md5-file.t
60496            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
60497            ! win32/Makefile win32/makefile.mk
60498 ____________________________________________________________________________
60499 [  9307] By: jhi                                   on 2001/03/23  12:56:14
60500         Log: Integrate change #9306 from maintperl into mainline,
60501              AIX dynaloader for AIXes without <load.h>.
60502      Branch: perl
60503           !> ext/DynaLoader/hints/aix.pl
60504 ____________________________________________________________________________
60505 [  9306] By: jhi                                   on 2001/03/23  12:51:36
60506         Log: There are AIXes without /usr/include/load.h,
60507              patch from H.Merijn Brand.
60508      Branch: maint-5.6/perl
60509            ! ext/DynaLoader/hints/aix.pl
60510 ____________________________________________________________________________
60511 [  9305] By: nick                                  on 2001/03/23  11:00:42
60512         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
60513      Branch: perlio
60514            ! ext/Encode/Encode.xs perlio.c perlio.h
60515 ____________________________________________________________________________
60516 [  9304] By: nick                                  on 2001/03/23  10:20:46
60517         Log: Render -Duseperlio functional again.
60518              - this is "quick fix" which calls PerlIO_apply_layers after opening,
60519              which is what old scheme did. New scheme needs to change that
60520              to make open(...,\$scalar) etc. work but this will do for now.
60521      Branch: perlio
60522            ! perlio.c
60523 ____________________________________________________________________________
60524 [  9303] By: nick                                  on 2001/03/23  09:53:20
60525         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
60526              -Uuseperlio now works again.
60527              -Duseperlio is still poorly. Don't merge yet...
60528      Branch: perlio
60529            ! doio.c perlio.h
60530 ____________________________________________________________________________
60531 [  9302] By: nick                                  on 2001/03/22  22:26:51
60532         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
60533              type code.
60534              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
60535              is its main caller. In particular now has access to "extra" args, and
60536              can tell when an open handle is "reopened" (or duped?).
60537              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
60538              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
60539              PerlIO_open() et. al. (i.e. other way round).
60540              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
60541              with args close to PerlIO_openn().
60542      Branch: perlio
60543            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
60544 ____________________________________________________________________________
60545 [  9301] By: jhi                                   on 2001/03/22  20:58:04
60546         Log: Integrate perlio:
60547              
60548              [  9300]
60549              Don't include $@ in not ok message.
60550              
60551              [  9298]
60552              Give a meaning to '&' in n-arg open case:
60553              open($fh,"<&",$scalar);
60554              $scalar can be:
60555              - an integer which does "fdopen"
60556              open($fh,"<&",2); # like open($fh,"<&2")
60557              - something that will yield a file handle via sv_2io()
60558              useful for dup'ing anonymous handles.
60559              e.g.:
60560              open(my $fh,"<&",\*STDIN);
60561              open(my $dup,"<&",$fh);
60562              
60563              [  9297]
60564              Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
60565              
60566              [  9296]
60567              Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
60568              
60569              [  9295]
60570              If stdin, stdout or stderr get opened in unexpected read/write state
60571              then warn at time of open not at time of use.
60572              
60573              [  9294]
60574              Die on n-arg open(...,"",xxx,yyy,...)
60575              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
60576              - die on read/write cases so we can decide what it means later.
60577              
60578              [  9293]
60579              perlio tweaks (reported by Nick Clark)
60580              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
60581              error check in Pendinf_read().
60582      Branch: perl
60583           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
60584           !> t/io/open.t util.c
60585 ____________________________________________________________________________
60586 [  9300] By: nick                                  on 2001/03/22  17:36:32
60587         Log: Don't include $@ in not ok message.
60588      Branch: perlio
60589            ! t/io/open.t
60590 ____________________________________________________________________________
60591 [  9299] By: gsar                                  on 2001/03/22  16:53:45
60592         Log: back out changes#7532,7521 for now (appears to have problems
60593              on IRIX)
60594      Branch: maint-5.6/perl
60595            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
60596            ! ext/POSIX/typemap pod/perlvar.pod
60597 ____________________________________________________________________________
60598 [  9298] By: nick                                  on 2001/03/22  14:35:46
60599         Log: Give a meaning to '&' in n-arg open case:
60600              open($fh,"<&",$scalar);
60601              $scalar can be:
60602              - an integer which does "fdopen"
60603              open($fh,"<&",2); # like open($fh,"<&2")
60604              - something that will yield a file handle via sv_2io()
60605              useful for dup'ing anonymous handles.
60606              e.g.:
60607              open(my $fh,"<&",\*STDIN);
60608              open(my $dup,"<&",$fh);
60609      Branch: perlio
60610            ! doio.c t/io/open.t
60611 ____________________________________________________________________________
60612 [  9297] By: nick                                  on 2001/03/22  13:34:35
60613         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
60614      Branch: perlio
60615            ! util.c
60616 ____________________________________________________________________________
60617 [  9296] By: nick                                  on 2001/03/22  12:51:20
60618         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
60619      Branch: perlio
60620            ! perl.c
60621 ____________________________________________________________________________
60622 [  9295] By: nick                                  on 2001/03/22  11:59:44
60623         Log: If stdin, stdout or stderr get opened in unexpected read/write state
60624              then warn at time of open not at time of use.
60625      Branch: perlio
60626            ! doio.c pp_hot.c pp_sys.c
60627 ____________________________________________________________________________
60628 [  9294] By: nick                                  on 2001/03/22  10:54:35
60629         Log: Die on n-arg open(...,"",xxx,yyy,...)
60630              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
60631              - die on read/write cases so we can decide what it means later.
60632      Branch: perlio
60633            ! doio.c embed.pl iperlsys.h util.c
60634 ____________________________________________________________________________
60635 [  9293] By: nick                                  on 2001/03/22  09:02:45
60636         Log: perlio tweaks (reported by Nick Clark)
60637              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
60638              error check in Pendinf_read().
60639      Branch: perlio
60640            ! perlio.c
60641 ____________________________________________________________________________
60642 [  9292] By: gsar                                  on 2001/03/22  07:12:00
60643         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
60644              fixes)
60645      Branch: maint-5.6/perl
60646           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
60647 ____________________________________________________________________________
60648 [  9291] By: jhi                                   on 2001/03/22  06:06:44
60649         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
60650      Branch: perl
60651            ! t/op/re_tests
60652 ____________________________________________________________________________
60653 [  9290] By: jhi                                   on 2001/03/22  05:57:01
60654         Log: Move MacOS Classic higher in the list of supported platforms.
60655      Branch: maint-5.6/perl
60656            ! pod/perlport.pod
60657 ____________________________________________________________________________
60658 [  9289] By: gsar                                  on 2001/03/22  05:35:04
60659         Log: revert part of change#6438 for compatibility (av_reify()
60660              appears to be needed to implement av_splice()ish things
60661              in XS)
60662      Branch: maint-5.6/perl
60663            ! embed.pl global.sym objXSUB.h perlapi.c
60664 ____________________________________________________________________________
60665 [  9288] By: gsar                                  on 2001/03/22  03:09:19
60666         Log: update copyright year
60667      Branch: maint-5.6/perl
60668            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
60669            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
60670            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
60671            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
60672            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
60673            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
60674            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
60675            ! x2p/walk.c
60676 ____________________________________________________________________________
60677 [  9287] By: jhi                                   on 2001/03/21  20:30:54
60678         Log: Integrate perlio:
60679              
60680              [  9285]
60681              Multiplicity fix for Dumper.
60682      Branch: perl
60683           !> ext/Data/Dumper/Dumper.xs
60684 ____________________________________________________________________________
60685 [  9286] By: gsar                                  on 2001/03/21  19:49:54
60686         Log: makefile.mk tweak
60687      Branch: maint-5.6/perl
60688            ! win32/Makefile win32/makefile.mk
60689 ____________________________________________________________________________
60690 [  9285] By: nick                                  on 2001/03/21  19:07:13
60691         Log: Multiplicity fix for Dumper.
60692      Branch: perlio
60693            ! ext/Data/Dumper/Dumper.xs
60694 ____________________________________________________________________________
60695 [  9284] By: nick                                  on 2001/03/21  19:01:07
60696         Log: Integrate mainline - (does not build xTHX issue in Dumper).
60697      Branch: perlio
60698           !> (integrate 27 files)
60699 ____________________________________________________________________________
60700 [  9283] By: jhi                                   on 2001/03/21  17:17:35
60701         Log: Integrate change #9282 from mainline into maintperl,
60702              4-arg UTF-8 substr().
60703      Branch: maint-5.6/perl
60704           !> pp.c
60705 ____________________________________________________________________________
60706 [  9282] By: jhi                                   on 2001/03/21  17:15:43
60707         Log: The #9270 would have leaked a scalar if pp_substr()
60708              returned early.
60709      Branch: perl
60710            ! pp.c
60711 ____________________________________________________________________________
60712 [  9281] By: gsar                                  on 2001/03/21  17:03:14
60713         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
60714      Branch: maint-5.6/perl
60715            ! win32/makefile.mk
60716 ____________________________________________________________________________
60717 [  9280] By: gsar                                  on 2001/03/21  17:01:20
60718         Log: some tweaks to change#9278 (fork() emulation should be enabled
60719              by setting BUILD_FLAVOR instead of changing the defaults)
60720      Branch: maint-5.6/perl
60721            ! win32/makefile.mk
60722 ____________________________________________________________________________
60723 [  9279] By: gsar                                  on 2001/03/21  16:47:19
60724         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
60725      Branch: maint-5.6/perl
60726            ! ext/File/Glob/Glob.pm
60727           !> lib/Cwd.pm
60728 ____________________________________________________________________________
60729 [  9278] By: jhi                                   on 2001/03/21  14:35:10
60730         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
60731              From: "Vadim Konovalov" <watman@inbox.ru>
60732              Date: Wed, 21 Mar 2001 01:53:51 +0300
60733              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
60734      Branch: maint-5.6/perl
60735            ! win32/makefile.mk win32/win32sck.c
60736 ____________________________________________________________________________
60737 [  9277] By: jhi                                   on 2001/03/21  13:58:28
60738         Log: Integrate change #9270 from mainline to maintperl:
60739              continued 4-arg UTF-8 substr() fixing.
60740      Branch: maint-5.6/perl
60741           !> pp.c t/op/substr.t
60742 ____________________________________________________________________________
60743 [  9276] By: jhi                                   on 2001/03/21  13:33:00
60744         Log: More pixie cleaning.
60745      Branch: perl
60746            ! Makefile.SH
60747 ____________________________________________________________________________
60748 [  9275] By: jhi                                   on 2001/03/21  03:54:17
60749         Log: Update Changes.
60750      Branch: perl
60751            ! Changes patchlevel.h
60752 ____________________________________________________________________________
60753 [  9274] By: jhi                                   on 2001/03/21  03:48:24
60754         Log: First stab at making Data::Dumper to grok Unicode.
60755              
60756              TODO: tests, EBCDICify.
60757      Branch: perl
60758            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
60759 ____________________________________________________________________________
60760 [  9273] By: jhi                                   on 2001/03/21  02:23:00
60761         Log: Fix for
60762              
60763              Subject: Memory leak in unquoted print   
60764              From: Benjamin Sugars <bsugars@canoe.ca> 
60765              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
60766              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
60767      Branch: perl
60768            ! perlio.c
60769 ____________________________________________________________________________
60770 [  9272] By: jhi                                   on 2001/03/21  01:33:17
60771         Log: Subject: Re: [PATCH] POSIX::getcwd()
60772              From: Benjamin Sugars <bsugars@canoe.ca> 
60773              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
60774              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
60775      Branch: perl
60776            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
60777 ____________________________________________________________________________
60778 [  9271] By: jhi                                   on 2001/03/21  01:22:52
60779         Log: Subject: [PATCH] Cwd.pm docs
60780              From: Benjamin Sugars <bsugars@canoe.ca>
60781              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
60782              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
60783      Branch: perl
60784            ! lib/Cwd.pm
60785 ____________________________________________________________________________
60786 [  9270] By: jhi                                   on 2001/03/21  01:16:29
60787         Log: Continue 4-arg substr() UTF-8 fixage.
60788      Branch: perl
60789            ! pp.c t/op/substr.t
60790 ____________________________________________________________________________
60791 [  9269] By: jhi                                   on 2001/03/21  00:46:14
60792         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
60793              
60794              revert the leak fix in change#9142 (problem needs a more experimental
60795              fix unsuitable for 5.6.1)
60796              
60797              do alphabetical sorting by default (for csh compatibility)
60798              
60799              cut-n-paste goof in change#9264
60800              
60801              VMS piping fixes (from Charles Lane)
60802      Branch: perl
60803           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
60804           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
60805           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
60806 ____________________________________________________________________________
60807 [  9268] By: jhi                                   on 2001/03/21  00:37:04
60808         Log: Integrate perlio:
60809              
60810              [  9267]
60811              More EBCDIC stuff:
60812              - Loose the extra level of function on ASCII.
60813              - spotted a chr(0) issue in sv.c
60814              - re-work of UTF-X tr/// ranges to work in Unicode
60815              space. Still issues with the "0xff is illegal UTF-8" hack.
60816              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
60817              (why do it once when you can do it all over the place :-(
60818              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
60819              need utf8.pm for swashes.
60820              - Simplified and commented scan_const() in toke.c
60821              Still something wrong regexp and tr (swashes?).
60822      Branch: perl
60823           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
60824           !> utf8.c utf8.h utfebcdic.h
60825 ____________________________________________________________________________
60826 [  9267] By: nick                                  on 2001/03/20  20:04:39
60827         Log: More EBCDIC stuff:
60828              - Loose the extra level of function on ASCII.
60829              - spotted a chr(0) issue in sv.c
60830              - re-work of UTF-X tr/// ranges to work in Unicode
60831              space. Still issues with the "0xff is illegal UTF-8" hack.
60832              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
60833              (why do it once when you can do it all over the place :-(
60834              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
60835              need utf8.pm for swashes.
60836              - Simplified and commented scan_const() in toke.c
60837              Still something wrong regexp and tr (swashes?).
60838      Branch: perlio
60839            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
60840            ! utf8.c utf8.h utfebcdic.h
60841 ____________________________________________________________________________
60842 [  9266] By: gsar                                  on 2001/03/20  19:16:43
60843         Log: VMS piping fixes (from Charles Lane)
60844      Branch: maint-5.6/perl
60845            ! vms/vms.c vms/vmspipe.com
60846 ____________________________________________________________________________
60847 [  9265] By: gsar                                  on 2001/03/20  17:53:52
60848         Log: cut-n-paste goof in change#9264
60849      Branch: maint-5.6/perl
60850            ! ext/File/Glob/Glob.xs
60851 ____________________________________________________________________________
60852 [  9264] By: gsar                                  on 2001/03/20  17:43:47
60853         Log: do alphabetical sorting by default (for csh compatibility);
60854              bsd_glob() does ASCII sort by default as usual, unless
60855              GLOB_ALPHASORT was specified
60856      Branch: maint-5.6/perl
60857            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
60858            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
60859            ! ext/File/Glob/bsd_glob.h
60860 ____________________________________________________________________________
60861 [  9263] By: gsar                                  on 2001/03/20  16:40:08
60862         Log: integrate change#9255 from mainline (unicode fix)
60863              
60864              substr($bytestr, i, n, $charstr)
60865      Branch: maint-5.6/perl
60866           !> Todo-5.6 pp.c t/op/substr.t
60867 ____________________________________________________________________________
60868 [  9262] By: gsar                                  on 2001/03/20  15:57:41
60869         Log: revert the leak fix in change#9142 (problem needs a more experimental
60870              fix unsuitable for 5.6.1)
60871      Branch: maint-5.6/perl
60872            ! scope.c
60873 ____________________________________________________________________________
60874 [  9261] By: jhi                                   on 2001/03/20  14:26:25
60875         Log: Integrate changes #9259,9260 from maintperl into mainline.
60876              
60877              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
60878              
60879              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
60880      Branch: perl
60881           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
60882 ____________________________________________________________________________
60883 [  9260] By: jhi                                   on 2001/03/20  14:05:46
60884         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
60885              From: Robin Barker <rmb1@cise.npl.co.uk>
60886              Date: Tue, 20 Mar 2001 10:12:04 GMT
60887              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
60888      Branch: maint-5.6/perl
60889            ! run.c
60890 ____________________________________________________________________________
60891 [  9259] By: jhi                                   on 2001/03/20  14:04:39
60892         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
60893              From: Chris Nandor <pudge@pobox.com>
60894              Date: Tue, 20 Mar 2001 00:40:56 -0500
60895              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
60896      Branch: maint-5.6/perl
60897            ! ext/POSIX/POSIX.xs lib/File/Path.pm
60898 ____________________________________________________________________________
60899 [  9258] By: jhi                                   on 2001/03/20  05:09:34
60900         Log: Update Changes.
60901      Branch: perl
60902            ! Changes patchlevel.h
60903 ____________________________________________________________________________
60904 [  9257] By: jhi                                   on 2001/03/20  05:04:25
60905         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
60906      Branch: perl
60907            ! t/op/tr.t
60908 ____________________________________________________________________________
60909 [  9256] By: jhi                                   on 2001/03/20  04:43:12
60910         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
60911              From: Peter Prymmer <pvhp@forte.com>
60912              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
60913              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
60914      Branch: maint-5.6/perl
60915            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
60916 ____________________________________________________________________________
60917 [  9255] By: jhi                                   on 2001/03/19  23:17:17
60918         Log: substr($bytestr, i, n, $charstr)
60919              
60920              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
60921      Branch: perl
60922            ! Todo-5.6 pp.c t/op/substr.t
60923 ____________________________________________________________________________
60924 [  9254] By: jhi                                   on 2001/03/19  22:25:09
60925         Log: Rearrange the make test target prerequisites so that
60926              in a parallel make 'all' is finished before 'test'.
60927      Branch: perl
60928            ! Makefile.SH
60929 ____________________________________________________________________________
60930 [  9253] By: jhi                                   on 2001/03/19  21:48:07
60931         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
60932              From: Robin Houston <robin@kitsite.com>
60933              Date: Mon, 19 Mar 2001 15:48:41 +0000
60934              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
60935      Branch: perl
60936            ! pp_ctl.c
60937 ____________________________________________________________________________
60938 [  9252] By: jhi                                   on 2001/03/19  21:42:27
60939         Log: Integrate perlio:
60940              
60941              [  9248]
60942              Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
60943              (Building on OS390 uses native YACC and YYDEBUG has other
60944              side effects.)
60945              
60946              [  9246]
60947              More EBCDIC fixes.
60948      Branch: perl
60949           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
60950           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
60951           !> utfebcdic.h vms/perly_c.vms
60952 ____________________________________________________________________________
60953 [  9251] By: jhi                                   on 2001/03/19  21:31:28
60954         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
60955              
60956              Dynaloading in 64-bit AIX with vac.
60957      Branch: perl
60958           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60959           !> hints/aix.sh
60960 ____________________________________________________________________________
60961 [  9250] By: jhi                                   on 2001/03/19  21:18:00
60962         Log: A more robust solution for the 64bitall AIX dynaloading
60963              problem, from Jens-Uwe Mager.
60964      Branch: maint-5.6/perl
60965            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60966 ____________________________________________________________________________
60967 [  9249] By: nick                                  on 2001/03/19  20:59:37
60968         Log: Integrate mainline.
60969      Branch: perlio
60970           !> (integrate 42 files)
60971 ____________________________________________________________________________
60972 [  9248] By: nick                                  on 2001/03/19  20:22:07
60973         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
60974              (Building on OS390 uses native YACC and YYDEBUG has other
60975              side effects.)
60976      Branch: perlio
60977            ! perly.c perly.y vms/perly_c.vms
60978 ____________________________________________________________________________
60979 [  9247] By: jhi                                   on 2001/03/19  19:59:53
60980         Log: 64-bit AIX dynaloading problem (see #9244) idea
60981              from Jens-Uwe Mager.
60982      Branch: maint-5.6/perl
60983            ! ext/DynaLoader/dl_aix.xs
60984 ____________________________________________________________________________
60985 [  9246] By: nick                                  on 2001/03/19  19:27:57
60986         Log: More EBCDIC fixes.
60987      Branch: perlio
60988            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
60989            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
60990 ____________________________________________________________________________
60991 [  9245] By: jhi                                   on 2001/03/19  19:05:19
60992         Log: Integrate change #9243 from mainline into maintperl.
60993              
60994              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
60995      Branch: maint-5.6/perl
60996           !> README.vmesa
60997 ____________________________________________________________________________
60998 [  9244] By: jhi                                   on 2001/03/19  19:03:15
60999         Log: Get 64bitall AIX building, but still does not test okay:
61000              dynaloading anything fails, for example for op/defins:
61001              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
61002              (update: fixed by #9247,9250)
61003      Branch: maint-5.6/perl
61004            ! hints/aix.sh
61005 ____________________________________________________________________________
61006 [  9243] By: jhi                                   on 2001/03/19  19:00:16
61007         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
61008              From: Robin Barker <rmb1@cise.npl.co.uk>
61009              Date: Mon, 19 Mar 2001 18:01:57 GMT
61010              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
61011      Branch: perl
61012            ! README.vmesa
61013 ____________________________________________________________________________
61014 [  9242] By: jhi                                   on 2001/03/19  18:58:43
61015         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
61016              
61017              TODO: tests.
61018      Branch: perl
61019            ! doop.c op.c
61020 ____________________________________________________________________________
61021 [  9241] By: gsar                                  on 2001/03/19  17:34:46
61022         Log: VMSify tests (from Charles Lane)
61023      Branch: maint-5.6/perl
61024            ! t/lib/filehand.t t/lib/texttabs.t
61025 ____________________________________________________________________________
61026 [  9240] By: jhi                                   on 2001/03/19  14:24:26
61027         Log: Integrate change #9233 from maintperl into mainline.
61028              
61029              some refcounts were incorrect in perl_clone()
61030      Branch: perl
61031           !> sv.c
61032 ____________________________________________________________________________
61033 [  9239] By: gsar                                  on 2001/03/19  09:23:17
61034         Log: this is 5.6.1-trial3
61035      Branch: maint-5.6/perl
61036            ! Changes
61037 ____________________________________________________________________________
61038 [  9238] By: gsar                                  on 2001/03/19  08:47:04
61039         Log: some new symbols are only available under ithreads
61040      Branch: maint-5.6/perl
61041            ! makedef.pl
61042 ____________________________________________________________________________
61043 [  9237] By: gsar                                  on 2001/03/19  08:42:28
61044         Log: update patchlevel.h, Changes, &c.
61045      Branch: maint-5.6/perl
61046            ! Changes patchlevel.h pod/perlhist.pod
61047           !> AUTHORS
61048 ____________________________________________________________________________
61049 [  9236] By: gsar                                  on 2001/03/19  08:17:49
61050         Log: integrate changes#8068,8717 from mainline
61051              
61052              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
61053              
61054              [PATCH CPAN 1.59_51] warning message (not!)
61055      Branch: maint-5.6/perl
61056           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
61057           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
61058           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
61059           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
61060           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
61061 ____________________________________________________________________________
61062 [  9235] By: gsar                                  on 2001/03/19  08:07:09
61063         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
61064              
61065              [PATCH] Add missing CV flags to dump.c
61066              
61067              Re: [patch] Re: PL_ptr_table
61068              
61069              Fixup non-ithread build after 8713
61070              
61071              Generated files form 8713 etc.
61072              
61073              Correct the correction :-(
61074              
61075              Documenting coderef @INC (Re: CPAN "make this script work" feature)
61076              
61077              Subject: Re: sync sync sync: have I missed any patches?
61078              Replace djSP with dSP.
61079      Branch: maint-5.6/perl
61080           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
61081           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
61082           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
61083           !> sv.c sv.h win32/perlhost.h
61084 ____________________________________________________________________________
61085 [  9234] By: gsar                                  on 2001/03/19  07:22:05
61086         Log: revert the change#9090 integrate for now (change looks somewhat
61087              incomplete in that [ha]v_exists() need something similar; lacks
61088              tests; &c.)
61089      Branch: maint-5.6/perl
61090            ! hv.c
61091 ____________________________________________________________________________
61092 [  9233] By: gsar                                  on 2001/03/19  07:10:01
61093         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
61094              destruction when there are unreferenced scalars (SvREFCNT==0)
61095      Branch: maint-5.6/perl
61096            ! sv.c
61097 ____________________________________________________________________________
61098 [  9232] By: jhi                                   on 2001/03/19  05:11:02
61099         Log: Regen api and toc.
61100      Branch: maint-5.6/perl
61101            ! pod/perlapi.pod pod/perltoc.pod
61102 ____________________________________________________________________________
61103 [  9231] By: jhi                                   on 2001/03/19  04:06:03
61104         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
61105              add a lost line in pp.c:pp_chop(), update to new op/chop.
61106              
61107              Clarify the description differentiating for and while; inspired by
61108              
61109              Subject: [ID 20010306.004] || != named unary operator
61110              
61111              The $Is_MacOS needs to be declared.
61112      Branch: maint-5.6/perl
61113            ! pp.c t/op/chop.t
61114           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
61115 ____________________________________________________________________________
61116 [  9230] By: jhi                                   on 2001/03/19  03:48:16
61117         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
61118              9079,9083,9089,9090,9091 from mainline to maintperl.
61119              
61120              Quieten some noise in Win32 builds
61121              
61122              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
61123              
61124              The perlretut was still talking about the old \p and \P
61125              definitions.
61126              
61127              More tweakage on the Unicode character class descriptions.
61128              
61129              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
61130              
61131              Subject: 'no *POSIX' Patch speeding up make on BS2000 
61132              
61133              Subject: [PATCH] perldata.pod here-doc docs
61134              
61135              Add /sbin and /usr/sbin to the list of directories scanned
61136              for setuid programs.  Takes care of bug id 20010309.003.
61137              
61138              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
61139              
61140              In op/stat #35 better to scan all the potential directories
61141              for setuids, not just the first one.
61142      Branch: maint-5.6/perl
61143            ! Makefile.SH
61144           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
61145           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
61146           !> t/op/stat.t toke.c win32/win32.h
61147 ____________________________________________________________________________
61148 [  9229] By: jhi                                   on 2001/03/19  02:31:50
61149         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
61150              From: Chris Nandor <pudge@pobox.com>
61151              Date: Sat, 10 Mar 2001 14:22:19 -0500
61152              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
61153      Branch: maint-5.6/perl
61154            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
61155            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
61156            ! t/lib/b.t t/lib/errno.t
61157 ____________________________________________________________________________
61158 [  9228] By: jhi                                   on 2001/03/19  02:29:59
61159         Log: Integrate changes #9113,9122 from mainline into maintperl.
61160              
61161              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?)
61162      Branch: maint-5.6/perl
61163           !> Configure README.os390 hints/os390.sh
61164 ____________________________________________________________________________
61165 [  9227] By: jhi                                   on 2001/03/19  02:22:35
61166         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
61167              into maintperl.
61168              
61169              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
61170              
61171              Forgot to check-in the larger part of #9120, duh.
61172              
61173              Subject: Another patch for integer.pm POD 
61174              
61175              h2ph strictness and cleanliness from Kurt Starsinic.
61176              
61177              Borland filename case problem.
61178              
61179              h2ph strictness and cleanliness from Kurt Starsinic.
61180              
61181              Subject: [PATCH] the uncontroversial doc patches
61182      Branch: maint-5.6/perl
61183           +> win32/sncfnmcs.pl
61184           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
61185           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
61186           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
61187           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
61188           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
61189           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
61190           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
61191 ____________________________________________________________________________
61192 [  9226] By: jhi                                   on 2001/03/19  02:10:21
61193         Log: Integrate changes #9207,9214 from mainline into maintperl.
61194              
61195              podchecker relaxations: =over has an *optional* number after it,
61196              and whitespace in L<> is okay.
61197      Branch: maint-5.6/perl
61198           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
61199           !> t/pod/poderrs.xr
61200 ____________________________________________________________________________
61201 [  9225] By: jhi                                   on 2001/03/19  02:07:38
61202         Log: Integrate change #9219 from maintperl into mainline.
61203              
61204              remove duplicated tests
61205      Branch: perl
61206           !> t/op/re_tests
61207 ____________________________________________________________________________
61208 [  9224] By: jhi                                   on 2001/03/19  02:06:11
61209         Log: Integrate change #9223 from mainline to maintperl.
61210              
61211              Document -Dmksymlinks.
61212      Branch: maint-5.6/perl
61213           !> INSTALL
61214 ____________________________________________________________________________
61215 [  9223] By: jhi                                   on 2001/03/19  02:01:25
61216         Log: Document -Dmksymlinks.
61217      Branch: perl
61218            ! INSTALL
61219 ____________________________________________________________________________
61220 [  9222] By: jhi                                   on 2001/03/19  01:15:35
61221         Log: The -Dmksymlinks wasn't working for maintperl.
61222      Branch: maint-5.6/perl
61223            ! Configure
61224 ____________________________________________________________________________
61225 [  9221] By: jhi                                   on 2001/03/19  00:49:43
61226         Log: Cleanup pixie residue.
61227      Branch: perl
61228            ! Makefile.SH
61229 ____________________________________________________________________________
61230 [  9220] By: jhi                                   on 2001/03/19  00:44:47
61231         Log: Document the use of pixie/prof; create make targets for it.
61232              
61233              TODO: make t/TEST pixie-aware.
61234      Branch: perl
61235            ! Makefile.SH pod/perlhack.pod
61236 ____________________________________________________________________________
61237 [  9219] By: gsar                                  on 2001/03/19  00:16:55
61238         Log: remove duplicated tests
61239      Branch: maint-5.6/perl
61240            ! t/op/re_tests
61241 ____________________________________________________________________________
61242 [  9218] By: jhi                                   on 2001/03/18  23:59:31
61243         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
61244      Branch: perl
61245            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
61246 ____________________________________________________________________________
61247 [  9217] By: jhi                                   on 2001/03/18  23:25:20
61248         Log: Rewrite the tests section of Makefile to be less redundant
61249              and to allow for more flexible test targets, many recursive
61250              make calls introduced.
61251      Branch: perl
61252            ! Makefile.SH
61253 ____________________________________________________________________________
61254 [  9216] By: jhi                                   on 2001/03/18  22:30:04
61255         Log: Document the use of Third Degree (sparsely).
61256      Branch: perl
61257            ! pod/perlhack.pod t/TEST
61258 ____________________________________________________________________________
61259 [  9215] By: jhi                                   on 2001/03/18  22:10:30
61260         Log: Make targets for testing with Third Degree.
61261      Branch: perl
61262            ! Makefile.SH
61263 ____________________________________________________________________________
61264 [  9214] By: jhi                                   on 2001/03/18  21:08:53
61265         Log: The podchecker relaxations need to mirrored also at the tests.
61266      Branch: perl
61267            ! t/pod/poderrs.xr
61268 ____________________________________________________________________________
61269 [  9213] By: jhi                                   on 2001/03/18  20:56:21
61270         Log: Update Changes.
61271      Branch: perl
61272            ! Changes patchlevel.h
61273 ____________________________________________________________________________
61274 [  9212] By: jhi                                   on 2001/03/18  20:36:59
61275         Log: Looking for config.sh in parent directories isn't
61276              very useful for the toplevel Makefile.
61277      Branch: perl
61278            ! Makefile.SH
61279 ____________________________________________________________________________
61280 [  9211] By: jhi                                   on 2001/03/18  20:33:37
61281         Log: On "make clean" take care of Third Degree droppings.
61282      Branch: perl
61283            ! Makefile.SH
61284 ____________________________________________________________________________
61285 [  9210] By: jhi                                   on 2001/03/18  20:21:34
61286         Log: Add a hook for running the tests under the Third Degree
61287              debugging tool (set $ENV{PERL_3LOG} to non-zero)
61288              
61289              TODO: Document the use of Third Degree.
61290      Branch: perl
61291            ! t/TEST
61292 ____________________________________________________________________________
61293 [  9209] By: jhi                                   on 2001/03/18  20:19:07
61294         Log: Regen toc and api pods.
61295      Branch: perl
61296            ! pod/perlapi.pod pod/perltoc.pod
61297 ____________________________________________________________________________
61298 [  9208] By: jhi                                   on 2001/03/18  20:12:12
61299         Log: Integrate changes #8128,9132 from mainline into maintperl,
61300              Tie::SubstrHash fixes.
61301      Branch: maint-5.6/perl
61302           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
61303 ____________________________________________________________________________
61304 [  9207] By: jhi                                   on 2001/03/18  20:07:43
61305         Log: podchecker relaxations from Michael Stevens.
61306      Branch: perl
61307            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
61308 ____________________________________________________________________________
61309 [  9206] By: jhi                                   on 2001/03/18  20:04:24
61310         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
61311      Branch: perl
61312            ! lib/Locale/Constants.pm lib/Locale/Country.pm
61313            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
61314            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
61315 ____________________________________________________________________________
61316 [  9205] By: jhi                                   on 2001/03/18  19:54:45
61317         Log: Integrate changes #9161,9162 from maintperl to mainline.
61318              
61319              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
61320              results
61321      Branch: perl
61322           !> t/op/magic.t
61323 ____________________________________________________________________________
61324 [  9204] By: jhi                                   on 2001/03/18  19:37:46
61325         Log: Make perl.third checks more understandable to the builder.
61326      Branch: perl
61327            ! Makefile.SH
61328 ____________________________________________________________________________
61329 [  9203] By: jhi                                   on 2001/03/18  19:20:54
61330         Log: Re-integrate #9138 from maintperl to mainline,
61331              the squelching of the unneeded "Scalars leaked" messages.
61332      Branch: perl
61333           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
61334           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
61335           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
61336 ____________________________________________________________________________
61337 [  9202] By: jhi                                   on 2001/03/18  18:48:36
61338         Log: More robust and more paranoid perl.third target.
61339      Branch: perl
61340            ! Makefile.SH
61341 ____________________________________________________________________________
61342 [  9201] By: jhi                                   on 2001/03/18  18:39:21
61343         Log: Integrate change #9197 from maintperl to mainline.
61344              
61345              more thorough cleaning of arenas.
61346      Branch: perl
61347           !> embed.pl perl.c proto.h sv.c t/op/sort.t
61348 ____________________________________________________________________________
61349 [  9200] By: jhi                                   on 2001/03/18  18:25:17
61350         Log: Integrate perlio:
61351              
61352              [  9199]
61353              Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
61354              is the sense of the test being done. Avoid some magical 127 and 128 values
61355              by using macros.
61356              
61357              [  9198]
61358              UTF-X encoding invariance for Encode:
61359              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
61360              - move the XS code for those to universal.c (so in miniperl)
61361              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
61362              - change ext/Encode/compile to use above.
61363              - Fix t/lib/encode.t for above
61364              - Teach t/lib/b.t to expect -uutf8
61365              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
61366              utf8.pm is needed.
61367              
61368              [  9196]
61369              Fix pragma/utf8.t # 15
61370              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
61371              are SvUTF8 as well.
61372      Branch: perl
61373           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
61374           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
61375           !> t/lib/encode.t toke.c universal.c utf8.c
61376 ____________________________________________________________________________
61377 [  9199] By: nick                                  on 2001/03/18  15:23:51
61378         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
61379              is the sense of the test being done. Avoid some magical 127 and 128 values
61380              by using macros.
61381      Branch: perlio
61382            ! doop.c pp_ctl.c sv.c toke.c
61383 ____________________________________________________________________________
61384 [  9198] By: nick                                  on 2001/03/18  14:18:12
61385         Log: UTF-X encoding invariance for Encode:
61386              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
61387              - move the XS code for those to universal.c (so in miniperl)
61388              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
61389              - change ext/Encode/compile to use above.
61390              - Fix t/lib/encode.t for above
61391              - Teach t/lib/b.t to expect -uutf8
61392              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
61393              utf8.pm is needed.
61394      Branch: perlio
61395            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
61396            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
61397 ____________________________________________________________________________
61398 [  9197] By: gsar                                  on 2001/03/18  12:15:57
61399         Log: more thorough cleaning of arenas--keep going until no more
61400              SvREFCNT_dec()s occur (this fixes the problem that causes the
61401              pesky "Scalars leaked" warnings)
61402      Branch: maint-5.6/perl
61403            ! embed.pl perl.c proto.h sv.c t/op/sort.t
61404 ____________________________________________________________________________
61405 [  9196] By: nick                                  on 2001/03/18  10:57:29
61406         Log: Fix pragma/utf8.t # 15
61407              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
61408              are SvUTF8 as well.
61409      Branch: perlio
61410            ! toke.c
61411 ____________________________________________________________________________
61412 [  9195] By: nick                                  on 2001/03/18  09:27:06
61413         Log: Integrate mainline
61414      Branch: perlio
61415           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
61416           !> t/op/pat.t
61417 ____________________________________________________________________________
61418 [  9194] By: jhi                                   on 2001/03/18  05:29:59
61419         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
61420              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
61421      Branch: perl
61422            ! op.c op.h t/op/misc.t t/op/pat.t
61423 ____________________________________________________________________________
61424 [  9193] By: jhi                                   on 2001/03/18  05:15:06
61425         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
61426      Branch: perl
61427            ! mg.c t/op/pat.t
61428 ____________________________________________________________________________
61429 [  9192] By: jhi                                   on 2001/03/18  04:22:43
61430         Log: tr/// UTF-8 patches from Inaba Hiroto.
61431      Branch: perl
61432            ! doop.c op.c
61433 ____________________________________________________________________________
61434 [  9191] By: jhi                                   on 2001/03/18  04:21:17
61435         Log: Integrate perlio:
61436              
61437              [  9190]
61438              Correct #if EBCDIC side typos.
61439              Builds and passes many tests on OS390.
61440      Branch: perl
61441           !> utf8.c utfebcdic.h
61442 ____________________________________________________________________________
61443 [  9190] By: nick                                  on 2001/03/17  20:32:01
61444         Log: Correct #if EBCDIC side typos.
61445              Builds and passes many tests on OS390.
61446      Branch: perlio
61447            ! utf8.c utfebcdic.h
61448 ____________________________________________________________________________
61449 [  9189] By: jhi                                   on 2001/03/17  18:55:49
61450         Log: Add prerequisites for the perl.third target.
61451      Branch: perl
61452            ! Makefile.SH
61453 ____________________________________________________________________________
61454 [  9188] By: jhi                                   on 2001/03/17  18:46:00
61455         Log: Integrate perlio:
61456              
61457              [  9186]
61458              MANIFEST addition :-(
61459              
61460              [  9185]
61461              Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
61462              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
61463              a superset of ASCII are invariant under the encoding. This is EBCDIC
61464              friendly as an encoded string can be looked at as being EBCDIC by lexer
61465              sprintf("0",...) etc. in same manner that a UTF-8 string be considered
61466              ASCII on ASCII machines.
61467              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
61468              seperate.
61469              - Add some more macros to comprehend different shift amounts and
61470              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
61471              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
61472              and conditionally #include it.
61473              EBCDIC build as yet untested.  ASCII still fails the one test.
61474              
61475              [  9184]
61476              Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
61477      Branch: perl
61478           +> utfebcdic.h
61479           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
61480 ____________________________________________________________________________
61481 [  9187] By: jhi                                   on 2001/03/17  18:38:47
61482         Log: Add a make rule for perl.third (the Third Degree memory debugging
61483              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
61484      Branch: perl
61485            ! Makefile.SH
61486 ____________________________________________________________________________
61487 [  9186] By: nick                                  on 2001/03/17  18:34:48
61488         Log: MANIFEST addition :-(
61489      Branch: perlio
61490            ! MANIFEST
61491 ____________________________________________________________________________
61492 [  9185] By: nick                                  on 2001/03/17  18:29:50
61493         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
61494              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
61495              a superset of ASCII are invariant under the encoding. This is EBCDIC
61496              friendly as an encoded string can be looked at as being EBCDIC by lexer
61497              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
61498              ASCII on ASCII machines.
61499              
61500              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
61501              seperate.
61502              - Add some more macros to comprehend different shift amounts and
61503              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
61504              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
61505              and conditionally #include it.
61506              
61507              EBCDIC build as yet untested.  ASCII still fails the one test.
61508      Branch: perlio
61509            + utfebcdic.h
61510            ! utf8.c utf8.h
61511 ____________________________________________________________________________
61512 [  9184] By: nick                                  on 2001/03/17  17:44:16
61513         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
61514      Branch: perlio
61515            ! doop.c perl.h pp.c utf8.h
61516 ____________________________________________________________________________
61517 [  9183] By: jhi                                   on 2001/03/17  15:55:42
61518         Log: Integrate perlio:
61519              
61520              [  9182]
61521              Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
61522              
61523              [  9180]
61524              EBCDIC Fixes.
61525              
61526              [  9173]
61527              1st day's EBCDIC fixes:
61528              - toke.c's parsing of strings needed attention
61529              needed to conditionally e2a if string was already UTF-8
61530              - e2a/a2e tables where wrong way round.
61531              - new macros in utf8.h
61532      Branch: perl
61533            ! MANIFEST
61534           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
61535 ____________________________________________________________________________
61536 [  9182] By: nick                                  on 2001/03/17  09:16:06
61537         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
61538      Branch: perlio
61539            ! t/op/pat.t
61540 ____________________________________________________________________________
61541 [  9181] By: nick                                  on 2001/03/17  09:15:11
61542         Log: Integrate mainline.
61543      Branch: perlio
61544           +> lib/Locale/Constants.pm lib/Locale/Country.pm
61545           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
61546           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
61547           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
61548           !> (integrate 83 files)
61549 ____________________________________________________________________________
61550 [  9180] By: nick                                  on 2001/03/16  17:23:21
61551         Log: EBCDIC Fixes.
61552      Branch: perlio
61553            ! perl.h sv.c toke.c utf8.c utf8.h
61554 ____________________________________________________________________________
61555 [  9179] By: jhi                                   on 2001/03/16  14:10:12
61556         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
61557              a change needed to work around an AIX compiler bug.
61558      Branch: perl
61559            ! ext/Storable/Storable.xs
61560 ____________________________________________________________________________
61561 [  9178] By: jhi                                   on 2001/03/16  03:19:59
61562         Log: With Damian's approval synchronize damian's modules'
61563              licensing with Perl's standard module licensing.
61564      Branch: perl
61565            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
61566 ____________________________________________________________________________
61567 [  9177] By: jhi                                   on 2001/03/16  03:15:34
61568         Log: Make the Filter::Util:Call files have their own copies
61569              of the Perl standard module licensing, from Paul Marquess.
61570      Branch: perl
61571            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
61572 ____________________________________________________________________________
61573 [  9176] By: jhi                                   on 2001/03/16  02:56:04
61574         Log: Subject: [PATCH] more pod patches
61575              From: Michael Stevens <michael@etla.org>
61576              Date: Thu, 15 Mar 2001 21:25:18 +0000
61577              Message-ID: <20010315212518.A18870@firedrake.org>
61578      Branch: perl
61579            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
61580            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
61581            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
61582            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
61583            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
61584            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
61585            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
61586            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
61587            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
61588            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
61589            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
61590            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
61591            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
61592            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
61593            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
61594            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
61595            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
61596            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
61597            ! lib/Locale/Country.pm lib/Locale/Language.pm
61598            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
61599            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
61600            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
61601            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
61602            ! os2/OS2/Process/Process.pm
61603 ____________________________________________________________________________
61604 [  9175] By: jhi                                   on 2001/03/16  02:53:32
61605         Log: Subject: [PATCH] the uncontroversial doc patches
61606              From: Michael Stevens <michael@etla.org>
61607              Date: Thu, 15 Mar 2001 20:01:12 +0000
61608              Message-ID: <20010315200112.A7636@firedrake.org>
61609      Branch: perl
61610            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
61611            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
61612            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
61613            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
61614            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
61615 ____________________________________________________________________________
61616 [  9174] By: jhi                                   on 2001/03/16  02:50:49
61617         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
61618              From: Paul Lindner <lindner@inuus.com>
61619              Date: Fri, 16 Mar 2001 11:28:03 -0800
61620              Message-ID: <20010316112803.A7577@inuus.com>
61621      Branch: perl
61622            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
61623 ____________________________________________________________________________
61624 [  9173] By: nick                                  on 2001/03/15  20:21:03
61625         Log: 1st day's EBCDIC fixes:
61626              - toke.c's parsing of strings needed attention
61627              needed to conditionally e2a if string was already UTF-8
61628              - e2a/a2e tables where wrong way round.
61629              - new macros in utf8.h
61630      Branch: perlio
61631            ! perl.h toke.c utf8.h
61632 ____________________________________________________________________________
61633 [  9172] By: jhi                                   on 2001/03/15  15:17:17
61634         Log: Update Changes.
61635      Branch: perl
61636            ! Changes patchlevel.h
61637 ____________________________________________________________________________
61638 [  9171] By: jhi                                   on 2001/03/15  15:09:32
61639         Log: Subject: Re: Another Borland C++ problem.
61640              From: "Vadim Konovalov" <watman@inbox.ru>
61641              Date: Sat, 10 Mar 2001 19:26:07 +0300
61642              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
61643              
61644              Borland filename case problem.
61645      Branch: perl
61646            + win32/sncfnmcs.pl
61647            ! MANIFEST README.win32
61648 ____________________________________________________________________________
61649 [  9170] By: jhi                                   on 2001/03/15  14:54:23
61650         Log: Add Locale::Codes 1.06, from Neil Bowers.
61651      Branch: perl
61652            + lib/Locale/Constants.pm lib/Locale/Country.pm
61653            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
61654            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
61655            + t/lib/lc-language.t t/lib/lc-uk.t
61656            ! MANIFEST
61657 ____________________________________________________________________________
61658 [  9169] By: jhi                                   on 2001/03/15  14:19:01
61659         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
61660      Branch: perl
61661            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
61662            ! ext/Storable/Storable.xs
61663 ____________________________________________________________________________
61664 [  9168] By: jhi                                   on 2001/03/15  14:13:22
61665         Log: Integrate changes #9120,9167 from mainline to maintperl.
61666              
61667              Subject: [PATCH 5.6.1] OS/2 docs
61668              
61669              Subject: [PATCH 5.6.1] perldoc
61670      Branch: maint-5.6/perl
61671           !> os2/Changes utils/perldoc.PL
61672 ____________________________________________________________________________
61673 [  9167] By: jhi                                   on 2001/03/15  14:07:42
61674         Log: Subject: [PATCH 5.6.1] perldoc
61675              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61676              Date: Wed, 14 Mar 2001 23:46:52 -0500
61677              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
61678      Branch: perl
61679            ! utils/perldoc.PL
61680 ____________________________________________________________________________
61681 [  9166] By: jhi                                   on 2001/03/15  13:53:15
61682         Log: sigaction test condition tweakage.
61683      Branch: perl
61684            ! t/lib/sigaction.t
61685 ____________________________________________________________________________
61686 [  9165] By: alanbur                               on 2001/03/15  03:49:17
61687         Log: Resynchronised with parent
61688      Branch: maint-5.6/pureperl
61689           +> os2/os2add.sym t/op/anonsub.t
61690           !> (integrate 72 files)
61691 ____________________________________________________________________________
61692 [  9164] By: jhi                                   on 2001/03/15  01:05:01
61693         Log: Avoid stomping off the beginning of an array in tr///.
61694      Branch: perl
61695            ! op.c
61696 ____________________________________________________________________________
61697 [  9163] By: jhi                                   on 2001/03/15  00:58:57
61698         Log: h2ph strictness and cleanliness from Kurt Starsinic.
61699      Branch: perl
61700            ! utils/h2ph.PL
61701 ____________________________________________________________________________
61702 [  9162] By: gsar                                  on 2001/03/15  00:56:53
61703         Log: avoid warnings
61704      Branch: maint-5.6/perl
61705            ! t/op/magic.t
61706 ____________________________________________________________________________
61707 [  9161] By: gsar                                  on 2001/03/15  00:52:09
61708         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
61709              results
61710      Branch: maint-5.6/perl
61711            ! t/op/magic.t
61712 ____________________________________________________________________________
61713 [  9160] By: jhi                                   on 2001/03/14  22:02:10
61714         Log: Do not use the Perl malloc in IRIX, suggested by
61715              Helmus Jarausch.
61716      Branch: perl
61717            ! hints/irix_6.sh
61718 ____________________________________________________________________________
61719 [  9159] By: nick                                  on 2001/03/14  21:45:59
61720         Log: Integrate mainline
61721      Branch: perlio
61722           +> t/op/loopctl.t
61723           !> (integrate 41 files)
61724 ____________________________________________________________________________
61725 [  9158] By: jhi                                   on 2001/03/14  21:10:09
61726         Log: The Day of the Retractions continues: the #9138
61727              (integrated in #9144) doesn't work well in mainline.
61728      Branch: perl
61729            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
61730            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
61731            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
61732 ____________________________________________________________________________
61733 [  9157] By: jhi                                   on 2001/03/14  20:58:12
61734         Log: The #9145 CANNOT be enabled: the clear_pmop code still
61735              dumps core all over in Tru64.
61736      Branch: perl
61737            ! op.c op.h t/op/pat.t
61738 ____________________________________________________________________________
61739 [  9156] By: jhi                                   on 2001/03/14  20:48:06
61740         Log: Integrate change #9154 from maintperl to mainline.
61741              
61742              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
61743              (caused Storable 1.0.10 to break on windows)
61744      Branch: perl
61745           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
61746           !> perlapi.c proto.h
61747 ____________________________________________________________________________
61748 [  9155] By: jhi                                   on 2001/03/14  20:23:53
61749         Log: Retract #9136: breaks threading (and binary compatibility).
61750      Branch: perl
61751            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
61752 ____________________________________________________________________________
61753 [  9154] By: gsar                                  on 2001/03/14  17:48:18
61754         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
61755              (caused Storable 1.0.10 to break on windows)
61756      Branch: maint-5.6/perl
61757            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
61758            ! perlapi.c proto.h
61759 ____________________________________________________________________________
61760 [  9153] By: jhi                                   on 2001/03/14  13:35:21
61761         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
61762      Branch: perl
61763            ! t/lib/sigaction.t
61764 ____________________________________________________________________________
61765 [  9152] By: gsar                                  on 2001/03/14  07:29:40
61766         Log: back out changes#9012,9010,9009 and parts of change#9016
61767              (causes ABRs under purify, and some prerequisites don't
61768              seem to be there in 5.6.x)
61769      Branch: maint-5.6/perl
61770            ! doop.c op.c t/op/tr.t toke.c
61771 ____________________________________________________________________________
61772 [  9151] By: gsar                                  on 2001/03/14  07:01:29
61773         Log: reenable change#9145 (the test was busted due to a missing
61774              C<print "ok 27\n">)
61775      Branch: perl
61776            ! op.c op.h t/op/pat.t
61777 ____________________________________________________________________________
61778 [  9150] By: jhi                                   on 2001/03/14  06:38:36
61779         Log: Retract #9145.
61780      Branch: perl
61781            ! op.c op.h t/op/pat.t
61782 ____________________________________________________________________________
61783 [  9149] By: jhi                                   on 2001/03/14  06:14:56
61784         Log: Retract #9143.
61785      Branch: perl
61786            ! op.c
61787 ____________________________________________________________________________
61788 [  9148] By: gsar                                  on 2001/03/14  06:13:02
61789         Log: Uninitialized Memory Read in regexec.c
61790      Branch: perl
61791            ! regexec.c
61792 ____________________________________________________________________________
61793 [  9147] By: jhi                                   on 2001/03/14  04:59:54
61794         Log: Subject: PATCH: make goto work in nested eval ""
61795              From: Robin Houston <robin@kitsite.com>
61796              Date: Wed, 14 Mar 2001 04:16:10 +0000
61797              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
61798      Branch: perl
61799            ! pp_ctl.c t/op/goto.t
61800 ____________________________________________________________________________
61801 [  9146] By: jhi                                   on 2001/03/14  04:42:54
61802         Log: Preserve the #ifdef PERL_CORE in perly.h.
61803      Branch: perl
61804            ! perly.fixer
61805 ____________________________________________________________________________
61806 [  9145] By: jhi                                   on 2001/03/14  03:57:41
61807         Log: (Retracted by #9150.)
61808      Branch: perl
61809            ! op.c op.h t/op/pat.t
61810 ____________________________________________________________________________
61811 [  9144] By: jhi                                   on 2001/03/14  03:50:38
61812         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
61813              
61814              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
61815              
61816              remove squelch controls for "Scalars leaked" messages in most places
61817              (these are now cured)
61818              
61819              fix another memory leak reported by purify (tie callbacks that
61820              croak can leak when wiping out magic)
61821      Branch: perl
61822           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
61823           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
61824           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
61825           !> t/pragma/warnings.t
61826 ____________________________________________________________________________
61827 [  9143] By: jhi                                   on 2001/03/14  03:37:53
61828         Log: (Retracted by #9149.)
61829      Branch: perl
61830            ! op.c
61831 ____________________________________________________________________________
61832 [  9142] By: gsar                                  on 2001/03/14  03:20:48
61833         Log: fix another memory leak reported by purify (tie callbacks that
61834              croak can leak when wiping out magic)
61835      Branch: maint-5.6/perl
61836            ! scope.c
61837 ____________________________________________________________________________
61838 [  9141] By: jhi                                   on 2001/03/14  02:55:00
61839         Log: Subject: PATCH for [ID 20010305.003]
61840              From: Robin Houston <robin@kitsite.com>
61841              Date: Wed, 14 Mar 2001 02:45:51 +0000
61842              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
61843      Branch: perl
61844            ! pp_ctl.c t/op/eval.t
61845 ____________________________________________________________________________
61846 [  9140] By: jhi                                   on 2001/03/14  02:41:54
61847         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
61848              Date: Wed, 14 Mar 2001 01:52:51 +0000
61849              From: Robin Houston <robin@kitsite.com>
61850              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
61851              
61852              Fix for 2000313.004.
61853      Branch: perl
61854            ! pp_ctl.c t/op/goto.t
61855 ____________________________________________________________________________
61856 [  9139] By: jhi                                   on 2001/03/14  02:40:50
61857         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
61858              From: Robin Houston <robin@kitsite.com>
61859              Date: Wed, 14 Mar 2001 00:43:45 +0000
61860              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
61861      Branch: perl
61862            + t/op/loopctl.t
61863            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
61864            ! vms/perly_c.vms
61865 ____________________________________________________________________________
61866 [  9138] By: gsar                                  on 2001/03/14  01:18:00
61867         Log: remove squelch controls for "Scalars leaked" messages in most places
61868              (these are now cured)
61869      Branch: maint-5.6/perl
61870            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
61871            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
61872            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
61873 ____________________________________________________________________________
61874 [  9137] By: gsar                                  on 2001/03/14  00:57:04
61875         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
61876      Branch: maint-5.6/perl
61877            ! regcomp.c
61878 ____________________________________________________________________________
61879 [  9136] By: jhi                                   on 2001/03/13  23:12:24
61880         Log: (Retracted by #9155)
61881              
61882              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
61883              From: Jens-Uwe Mager <jum@helios.de>
61884              Date: Wed, 21 Feb 2001 21:32:04 +0100
61885              Message-ID: <20010221213203.A18340@ans.helios.de>
61886      Branch: perl
61887            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
61888 ____________________________________________________________________________
61889 [  9135] By: jhi                                   on 2001/03/13  22:50:05
61890         Log: Integrate perlio:
61891              
61892              [  9126]
61893              #ifdef'ed out code to make packed side of pack/unpack
61894              octets. (i.e. pack('U') => encode_utf8).
61895      Branch: perl
61896           !> pp.c
61897 ____________________________________________________________________________
61898 [  9134] By: jhi                                   on 2001/03/13  22:49:05
61899         Log: Integrate change #9131 from maintperl into mainline.
61900              
61901              make the error text look more consistent in hints/hpux.sh
61902      Branch: perl
61903           !> hints/hpux.sh
61904 ____________________________________________________________________________
61905 [  9133] By: gsar                                  on 2001/03/13  22:46:20
61906         Log: integrate change#9067 from mainline
61907              
61908              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
61909      Branch: maint-5.6/perl
61910           !> lib/ExtUtils/MM_Unix.pm
61911 ____________________________________________________________________________
61912 [  9132] By: jhi                                   on 2001/03/13  22:41:21
61913         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
61914              From: "John P. Linderman" <jpl@research.att.com>
61915              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
61916              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
61917              
61918              A more correct prime finder.
61919      Branch: perl
61920            ! lib/Tie/SubstrHash.pm
61921 ____________________________________________________________________________
61922 [  9131] By: gsar                                  on 2001/03/13  22:30:42
61923         Log: make the error text look more consistent in hints/hpux.sh
61924      Branch: maint-5.6/perl
61925            ! hints/hpux.sh
61926 ____________________________________________________________________________
61927 [  9130] By: jhi                                   on 2001/03/13  22:23:44
61928         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
61929              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61930              Date: Tue, 13 Mar 2001 18:41:26 +0100
61931              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
61932              
61933              If the test is run non-interactively the default handler
61934              is different.
61935      Branch: perl
61936            ! t/lib/sigaction.t
61937 ____________________________________________________________________________
61938 [  9129] By: jhi                                   on 2001/03/13  22:20:21
61939         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
61940              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61941              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
61942              Date:     Tue, 13 Mar 2001 16:44:32 EST
61943      Branch: perl
61944            ! t/lib/1_compile.t
61945 ____________________________________________________________________________
61946 [  9128] By: jhi                                   on 2001/03/13  22:18:34
61947         Log: Subject: Another patch for integer.pm POD 
61948              From: "John L. Allen" <allen@grumman.com>
61949              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
61950              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
61951      Branch: perl
61952            ! lib/integer.pm
61953 ____________________________________________________________________________
61954 [  9127] By: nick                                  on 2001/03/13  21:26:30
61955         Log: Integrate mainline.
61956      Branch: perlio
61957           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
61958           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
61959           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
61960           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
61961           !> Changes Configure MANIFEST README.os2 README.os390
61962           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
61963           !> os2/Changes patchlevel.h win32/perlhost.h
61964 ____________________________________________________________________________
61965 [  9126] By: nick                                  on 2001/03/13  20:39:51
61966         Log: #ifdef'ed out code to make packed side of pack/unpack
61967              octets. (i.e. pack('U') => encode_utf8).
61968      Branch: perlio
61969            ! pp.c
61970 ____________________________________________________________________________
61971 [  9125] By: jhi                                   on 2001/03/13  15:07:16
61972         Log: Update Changes.
61973      Branch: perl
61974            ! Changes patchlevel.h
61975 ____________________________________________________________________________
61976 [  9124] By: jhi                                   on 2001/03/13  14:22:45
61977         Log: Workaround for the buggy ("internal compiler error")
61978              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
61979              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
61980              of Andreas König.
61981      Branch: perl
61982            ! ext/re/Makefile.PL hints/aix.sh
61983 ____________________________________________________________________________
61984 [  9123] By: jhi                                   on 2001/03/13  03:24:34
61985         Log: Typo in #9114.
61986      Branch: metaconfig
61987            ! U/modified/myhostname.U
61988 ____________________________________________________________________________
61989 [  9122] By: jhi                                   on 2001/03/13  03:24:06
61990         Log: Typo in #9113.
61991      Branch: perl
61992            ! Configure
61993 ____________________________________________________________________________
61994 [  9121] By: jhi                                   on 2001/03/13  01:53:05
61995         Log: Forgot to check-in the larger part of #9120, duh.
61996      Branch: perl
61997            ! README.os2
61998 ____________________________________________________________________________
61999 [  9120] By: jhi                                   on 2001/03/13  01:51:31
62000         Log: Subject: [PATCH 5.6.1] OS/2 docs
62001              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62002              Date: Mon, 12 Mar 2001 03:27:32 -0500
62003              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
62004      Branch: perl
62005            ! os2/Changes
62006 ____________________________________________________________________________
62007 [  9119] By: jhi                                   on 2001/03/13  01:49:41
62008         Log: Integrate change #9116 from maintperl into mainline.
62009              
62010              Win32::GetCwd() returns C: instead of C:\ in the root directory
62011              under ithreads
62012      Branch: perl
62013           !> win32/perlhost.h
62014 ____________________________________________________________________________
62015 [  9118] By: jhi                                   on 2001/03/13  01:13:39
62016         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
62017      Branch: perl
62018            + lib/Switch.pm t/lib/switch.t
62019            ! MANIFEST
62020 ____________________________________________________________________________
62021 [  9117] By: jhi                                   on 2001/03/13  01:03:17
62022         Log: Add Text::Balanced 1.83.
62023      Branch: perl
62024            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
62025            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
62026            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
62027            + t/lib/tb-xvari.t
62028            ! MANIFEST
62029 ____________________________________________________________________________
62030 [  9116] By: gsar                                  on 2001/03/13  00:55:53
62031         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
62032              under ithreads
62033      Branch: maint-5.6/perl
62034            ! win32/perlhost.h
62035 ____________________________________________________________________________
62036 [  9115] By: jhi                                   on 2001/03/13  00:54:09
62037         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
62038              From: "John L. Allen" <allen@grumman.com>
62039              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
62040              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
62041              
62042              use integer document clarification.
62043      Branch: perl
62044            ! lib/integer.pm
62045 ____________________________________________________________________________
62046 [  9114] By: jhi                                   on 2001/03/13  00:38:54
62047         Log: Metaconfig unit change for #9113.
62048      Branch: metaconfig
62049            ! U/modified/myhostname.U
62050 ____________________________________________________________________________
62051 [  9113] By: jhi                                   on 2001/03/13  00:38:35
62052         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?)
62053              From: Peter Prymmer <pvhp@forte.com>
62054              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
62055              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
62056      Branch: perl
62057            ! Configure README.os390 hints/os390.sh
62058 ____________________________________________________________________________
62059 [  9112] By: jhi                                   on 2001/03/13  00:29:00
62060         Log: Integrate perlio:
62061              
62062              [  9110]
62063              #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
62064      Branch: perl
62065           !> sv.c utf8.h
62066 ____________________________________________________________________________
62067 [  9111] By: nick                                  on 2001/03/12  21:16:33
62068         Log: Integrate mainline.
62069      Branch: perlio
62070           +> t/op/anonsub.t
62071           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
62072           !> proto.h sv.c
62073 ____________________________________________________________________________
62074 [  9110] By: nick                                  on 2001/03/12  21:00:13
62075         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
62076      Branch: perlio
62077            ! sv.c utf8.h
62078 ____________________________________________________________________________
62079 [  9109] By: jhi                                   on 2001/03/12  16:04:47
62080         Log: Integrate change #9108 from maintperl to mainline.
62081              
62082              fix memory leak in C<sub X { sub {} }> arising from a refcount
62083              loop between the outer sub and the inner prototype anonsub
62084              
62085              this also enables closures returned by subroutines that
62086              subsequently get redefined to work without generating coredumps :)
62087              
62088              completely removed the free_closures() hack--it shouldn't be
62089              needed anymore
62090      Branch: perl
62091           +> t/op/anonsub.t
62092           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
62093           !> proto.h sv.c
62094 ____________________________________________________________________________
62095 [  9108] By: gsar                                  on 2001/03/12  10:21:31
62096         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
62097              loop between the outer sub and the inner prototype anonsub
62098              
62099              this also enables closures returned by subroutines that
62100              subsequently get redefined to work without generating coredumps :)
62101              
62102              completely removed the free_closures() hack--it shouldn't be
62103              needed anymore
62104      Branch: maint-5.6/perl
62105            + t/op/anonsub.t
62106            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
62107            ! proto.h sv.c
62108 ____________________________________________________________________________
62109 [  9107] By: jhi                                   on 2001/03/12  05:15:31
62110         Log: Integrate perlio:
62111              
62112              [  9106]
62113              regcomp.c is working in native space, not Unicode space (if different)
62114              as it is doing compare against 'W' in \W etc.
62115              
62116              [  9105]
62117              Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
62118              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
62119              
62120              [  9104]
62121              Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
62122              
62123              [  9102]
62124              USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
62125              - exclude layer syms in makedef.pl for sfio
62126              - also inhibit Encode from trying to build ":encode()" layer.
62127      Branch: perl
62128           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
62129 ____________________________________________________________________________
62130 [  9106] By: nick                                  on 2001/03/11  20:10:12
62131         Log: regcomp.c is working in native space, not Unicode space (if different)
62132              as it is doing compare against 'W' in \W etc.
62133      Branch: perlio
62134            ! regcomp.c
62135 ____________________________________________________________________________
62136 [  9105] By: nick                                  on 2001/03/11  19:39:34
62137         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
62138              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
62139      Branch: perlio
62140            ! regcomp.c toke.c utf8.c
62141 ____________________________________________________________________________
62142 [  9104] By: nick                                  on 2001/03/11  18:15:44
62143         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
62144      Branch: perlio
62145            ! sv.c
62146 ____________________________________________________________________________
62147 [  9103] By: nick                                  on 2001/03/11  18:03:28
62148         Log: Integrate mainline (for regexp stuff).
62149      Branch: perlio
62150           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
62151           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
62152           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
62153           !> t/lib/errno.t t/op/pat.t
62154 ____________________________________________________________________________
62155 [  9102] By: nick                                  on 2001/03/11  17:44:20
62156         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
62157              - exclude layer syms in makedef.pl for sfio
62158              - also inhibit Encode from trying to build ":encode()" layer.
62159      Branch: perlio
62160            ! ext/Encode/Encode.xs makedef.pl
62161 ____________________________________________________________________________
62162 [  9101] By: jhi                                   on 2001/03/10  22:38:13
62163         Log: The $Is_MacOS needs to be declared.
62164      Branch: perl
62165            ! lib/ExtUtils/Manifest.pm
62166 ____________________________________________________________________________
62167 [  9100] By: jhi                                   on 2001/03/10  22:14:29
62168         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
62169              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
62170              pollute the symbolspace if using sfio.
62171      Branch: perl
62172            ! ext/Encode/Encode.xs
62173 ____________________________________________________________________________
62174 [  9099] By: jhi                                   on 2001/03/10  21:58:48
62175         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
62176              Date: Sat, 10 Mar 2001 14:23:55 -0500
62177              From: Chris Nandor <pudge@pobox.com>
62178              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
62179      Branch: perl
62180            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
62181            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
62182            ! t/lib/errno.t
62183 ____________________________________________________________________________
62184 [  9098] By: jhi                                   on 2001/03/10  21:38:30
62185         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
62186      Branch: perl
62187            ! regcomp.c regexec.c t/op/pat.t
62188 ____________________________________________________________________________
62189 [  9097] By: jhi                                   on 2001/03/10  14:38:07
62190         Log: Integrate perlio:
62191              
62192              [  9096]
62193              EBCDIC sanity - phase I
62194              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
62195              - use utf8n_xxxx (c.f. pvn) for forms which take length.
62196              - back out vN.N and $^V exceptions to e2a/a2e
62197              - make "locale" isxxx macros be uvchr (may be redundant?)
62198              Not clear yet that toUPPER_uni et. al. return being handled correctly.
62199              The tr// and rexexp stuff still needs an audit, assumption is they are working
62200              in Unicode space.
62201              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
62202      Branch: perl
62203           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
62204           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
62205           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
62206 ____________________________________________________________________________
62207 [  9096] By: nick                                  on 2001/03/10  11:55:43
62208         Log: EBCDIC sanity - phase I
62209              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
62210              - use utf8n_xxxx (c.f. pvn) for forms which take length.
62211              - back out vN.N and $^V exceptions to e2a/a2e
62212              - make "locale" isxxx macros be uvchr (may be redundant?)
62213              
62214              Not clear yet that toUPPER_uni et. al. return being handled correctly.
62215              The tr// and rexexp stuff still needs an audit, assumption is they are working
62216              in Unicode space.
62217              
62218              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
62219      Branch: perlio
62220            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
62221            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
62222            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
62223 ____________________________________________________________________________
62224 [  9095] By: jhi                                   on 2001/03/09  22:10:01
62225         Log: Integrate perlio:
62226              
62227              [  9094]
62228              Builds an passes all tests after integrate and this tweak.
62229      Branch: perl
62230           !> dump.c
62231 ____________________________________________________________________________
62232 [  9094] By: nick                                  on 2001/03/09  17:36:38
62233         Log: Builds an passes all tests after integrate and this tweak.
62234      Branch: perlio
62235            ! dump.c
62236 ____________________________________________________________________________
62237 [  9093] By: nick                                  on 2001/03/09  17:16:03
62238         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
62239      Branch: perlio
62240           +> lib/unicode/Scripts.txt t/lib/sigaction.t
62241           !> (integrate 79 files)
62242 ____________________________________________________________________________
62243 [  9092] By: jhi                                   on 2001/03/09  15:28:26
62244         Log: Update Changes.
62245      Branch: perl
62246            ! Changes patchlevel.h
62247 ____________________________________________________________________________
62248 [  9091] By: jhi                                   on 2001/03/09  15:25:05
62249         Log: In op/stat #35 better to scan all the potential directories
62250              for setuids, not just the first one.
62251      Branch: perl
62252            ! t/op/stat.t
62253 ____________________________________________________________________________
62254 [  9090] By: jhi                                   on 2001/03/09  15:01:27
62255         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
62256              From: rspier@pobox.com (Robert Spier)
62257              Date: Fri, 9 Mar 2001 03:30:20 -0500
62258              Message-ID: <15016.38044.381174.160189@rls.cx>
62259              
62260              EXISTS() returning undef mistakenly triggered a FETCH().
62261      Branch: perl
62262            ! hv.c
62263 ____________________________________________________________________________
62264 [  9089] By: jhi                                   on 2001/03/09  14:59:02
62265         Log: Add /sbin and /usr/sbin to the list of directories scanned
62266              for setuid programs.  Takes care of bug id 20010309.003.
62267      Branch: perl
62268            ! t/op/stat.t
62269 ____________________________________________________________________________
62270 [  9088] By: jhi                                   on 2001/03/09  14:48:32
62271         Log: Regen perlapi, perltoc.
62272      Branch: perl
62273            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
62274 ____________________________________________________________________________
62275 [  9087] By: jhi                                   on 2001/03/09  14:38:56
62276         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
62277              From: David Mitchell <davem@fdgroup.co.uk>
62278              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
62279              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
62280      Branch: perl
62281            ! dump.c perl.c perl.h pod/perlrun.pod
62282 ____________________________________________________________________________
62283 [  9086] By: jhi                                   on 2001/03/09  01:47:16
62284         Log: A modified version of
62285              
62286              Subject: [ID 20010307.005] POSIX::sigaction has various problems
62287              From: anders@broadcom.com
62288              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
62289              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
62290              
62291              Currently the sigaction.t test #6 fails (and is fudged to look
62292              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
62293              This may well be a genuine bug in Linux sigaction() (since at
62294              least Tru64, Solaris, and HP-UX disagree with Linux).
62295              Anyone with POSIX / SUSv2 tome handy?  The problem is that
62296              the flags of the oldaction don't match with the flags in
62297              the previously installed disposition.
62298      Branch: perl
62299            + t/lib/sigaction.t
62300            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
62301 ____________________________________________________________________________
62302 [  9085] By: jhi                                   on 2001/03/09  01:30:13
62303         Log: Subject: Re: mission impossible for the day
62304              From: Alex Gough <alex@rcon.org>
62305              Date: Thu, 08 Mar 2001 17:18:19 +0000
62306              Message-ID: <3AA7BEDB.8070409@rcon.org>
62307              
62308              If references (are overloaded) and can be directly stringified,
62309              show that instead of "stringified".
62310              
62311              (The problem, infinite mutual recursion caused by overloaded bool
62312              in Switch.pm, tracked by David Mitchell)
62313      Branch: perl
62314            ! lib/Carp/Heavy.pm
62315 ____________________________________________________________________________
62316 [  9084] By: jhi                                   on 2001/03/09  01:20:39
62317         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
62318              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
62319              From: David Mitchell <davem@fdgroup.co.uk>
62320              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
62321      Branch: perl
62322            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
62323            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
62324 ____________________________________________________________________________
62325 [  9083] By: jhi                                   on 2001/03/09  01:16:51
62326         Log: Subject: [PATCH] perldata.pod here-doc docs
62327              From: Jeff Pinyan <jeffp@crusoe.net>
62328              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
62329              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
62330      Branch: perl
62331            ! pod/perldata.pod
62332 ____________________________________________________________________________
62333 [  9082] By: jhi                                   on 2001/03/09  01:01:27
62334         Log: Subject: Re: Unicode/EBCDIC
62335              From: Peter Prymmer <pvhp@forte.com>
62336              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
62337              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
62338      Branch: perl
62339            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
62340 ____________________________________________________________________________
62341 [  9081] By: jhi                                   on 2001/03/08  13:41:30
62342         Log: Subject: Ooops, wrong 'no *POSIX' Patch
62343              From: Dorner Thomas <Thomas.Dorner@start.de>
62344              Date: Thu, 8 Mar 2001 08:43:28 +0100
62345              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
62346      Branch: perl
62347            ! hints/posix-bc.sh
62348 ____________________________________________________________________________
62349 [  9080] By: jhi                                   on 2001/03/08  13:11:42
62350         Log: It's Scripts.txt, not Script.txt.
62351      Branch: perl
62352            ! MANIFEST
62353 ____________________________________________________________________________
62354 [  9079] By: jhi                                   on 2001/03/08  12:59:05
62355         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
62356              From: Dorner Thomas <Thomas.Dorner@start.de>
62357              Date: Wed, 7 Mar 2001 14:13:31 +0100
62358              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
62359      Branch: perl
62360            ! makedepend.SH
62361 ____________________________________________________________________________
62362 [  9078] By: jhi                                   on 2001/03/08  12:57:43
62363         Log: Retract #9069, wrong patch.
62364      Branch: perl
62365            ! Makefile.SH
62366 ____________________________________________________________________________
62367 [  9077] By: jhi                                   on 2001/03/08  01:06:13
62368         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
62369      Branch: perl
62370            + lib/unicode/Scripts.txt
62371            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
62372            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
62373            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
62374            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
62375            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
62376            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
62377            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
62378            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
62379            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
62380            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
62381            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
62382            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
62383            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
62384            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
62385            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
62386            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
62387            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
62388            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
62389            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
62390            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
62391            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
62392            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
62393            ! lib/unicode/version
62394 ____________________________________________________________________________
62395 [  9076] By: jhi                                   on 2001/03/07  22:59:39
62396         Log: Integrate change #7784 from mainline into maintperl.
62397              
62398              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
62399      Branch: maint-5.6/perl
62400           !> pp_ctl.c t/op/pat.t
62401 ____________________________________________________________________________
62402 [  9075] By: jhi                                   on 2001/03/07  22:05:11
62403         Log: More UTF-8 test tweaks.
62404      Branch: perl
62405            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
62406 ____________________________________________________________________________
62407 [  9074] By: nick                                  on 2001/03/07  21:39:29
62408         Log: Integrate mainline.
62409      Branch: perlio
62410           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
62411           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
62412           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
62413           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
62414           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
62415 ____________________________________________________________________________
62416 [  9073] By: jhi                                   on 2001/03/07  16:37:09
62417         Log: Update Changes.
62418      Branch: perl
62419            ! Changes patchlevel.h
62420 ____________________________________________________________________________
62421 [  9072] By: jhi                                   on 2001/03/07  16:32:30
62422         Log: Subject: [ID 20010306.004] || != named unary operator
62423              From: abela@geneanet.org
62424              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
62425              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
62426      Branch: perl
62427            ! pod/perlop.pod
62428 ____________________________________________________________________________
62429 [  9071] By: jhi                                   on 2001/03/07  15:14:11
62430         Log: Subject: downgrading to bytes for common functions
62431              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
62432              Date: Wed, 7 Mar 2001 02:36:55 -0500
62433              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
62434      Branch: perl
62435            ! pp_sys.c
62436 ____________________________________________________________________________
62437 [  9070] By: jhi                                   on 2001/03/07  15:04:58
62438         Log: Clarify the description differentiating for and while; inspired by
62439              
62440              Subject: [ID 20010306.002] for/while difference in for definition
62441              From: abela@geneanet.org
62442              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
62443              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
62444      Branch: perl
62445            ! pod/perlsyn.pod
62446 ____________________________________________________________________________
62447 [  9069] By: jhi                                   on 2001/03/07  14:55:30
62448         Log: (Retracted by #9078.)
62449      Branch: perl
62450            ! Makefile.SH
62451 ____________________________________________________________________________
62452 [  9068] By: jhi                                   on 2001/03/07  14:51:17
62453         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
62454              From: Radu Greab <radu@netsoft.ro>
62455              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
62456              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
62457      Branch: perl
62458            ! pp.c t/op/chop.t
62459 ____________________________________________________________________________
62460 [  9067] By: jhi                                   on 2001/03/07  14:48:57
62461         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
62462              From: Simon Cozens <simon@netthink.co.uk>
62463              Date: Wed, 7 Mar 2001 13:59:28 +0000
62464              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
62465              
62466              In order to allow MakeMaker to build correct Makefiles,
62467              you need to change the order of the arguments in MM_Unix.pm
62468              as well. (Unless you have C89_CCMODE set, but we're trying
62469              to be POSIXly correct)
62470              
62471              Thanks to Merijn Broeren for tracking this down.
62472      Branch: perl
62473            ! lib/ExtUtils/MM_Unix.pm
62474 ____________________________________________________________________________
62475 [  9066] By: jhi                                   on 2001/03/07  14:30:02
62476         Log: Floating point too messy.
62477      Branch: perl
62478            ! t/camel-III/vstring.t
62479 ____________________________________________________________________________
62480 [  9065] By: jhi                                   on 2001/03/07  14:17:44
62481         Log: Integrate change #9064 from maintperl into mainline.
62482              
62483              fix memory leak in pack("Bb",...)
62484      Branch: perl
62485           !> perl.c
62486 ____________________________________________________________________________
62487 [  9064] By: gsar                                  on 2001/03/07  06:29:24
62488         Log: fix memory leak in pack("Bb",...)
62489      Branch: maint-5.6/perl
62490            ! perl.c
62491 ____________________________________________________________________________
62492 [  9063] By: jhi                                   on 2001/03/07  00:55:04
62493         Log: Major utf8 test reorganisation and rewrite.
62494              Hopefully no tests were lost in the shuffle.
62495              (The beginning of pragma/utf8 was lost intentionally,
62496              the tests were rather bogus and incomplete.)
62497      Branch: perl
62498            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
62499            ! t/pragma/utf8.t
62500 ____________________________________________________________________________
62501 [  9062] By: jhi                                   on 2001/03/07  00:41:16
62502         Log: More tweakage on the Unicode character class descriptions.
62503      Branch: perl
62504            ! lib/unicode/mktables.PL pod/perlretut.pod
62505 ____________________________________________________________________________
62506 [  9061] By: jhi                                   on 2001/03/06  23:12:38
62507         Log: The perlretut was still talking about the old \p and \P
62508              definitions.
62509      Branch: perl
62510            ! pod/perlretut.pod
62511 ____________________________________________________________________________
62512 [  9060] By: nick                                  on 2001/03/06  20:52:37
62513         Log: Integrate mainline (make test works again now).
62514      Branch: perlio
62515           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
62516 ____________________________________________________________________________
62517 [  9059] By: jhi                                   on 2001/03/06  15:36:14
62518         Log: 0.999... does equal 1.0, doesn't it?
62519      Branch: perl
62520            ! t/camel-III/vstring.t
62521 ____________________________________________________________________________
62522 [  9058] By: jhi                                   on 2001/03/06  15:34:00
62523         Log: Make /x{abcd}/ to work without use utf8.
62524      Branch: perl
62525            ! regcomp.c
62526 ____________________________________________________________________________
62527 [  9057] By: jhi                                   on 2001/03/06  03:02:36
62528         Log: Easier to outcomment all the three reset() tests for now.
62529      Branch: perl
62530            ! t/op/pat.t
62531 ____________________________________________________________________________
62532 [  9056] By: jhi                                   on 2001/03/06  02:30:02
62533         Log: Comment out the deadly reset; until the 20010301.005
62534              is finally fixed.
62535      Branch: perl
62536            ! t/op/pat.t
62537 ____________________________________________________________________________
62538 [  9055] By: jhi                                   on 2001/03/06  02:21:26
62539         Log: Integrate the change #9054 from mainline:
62540              retract the PMOP cleanup patch pending further investigation.
62541      Branch: maint-5.6/perl
62542           !> op.c op.h
62543 ____________________________________________________________________________
62544 [  9054] By: jhi                                   on 2001/03/06  02:19:57
62545         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
62546              with oddly familiar stack traces.
62547      Branch: perl
62548            ! op.c op.h
62549 ____________________________________________________________________________
62550 [  9053] By: jhi                                   on 2001/03/05  23:20:28
62551         Log: Integrate perlio:
62552              
62553              [  9052]
62554              skipping USE_PERLIO symbols correction.
62555              
62556              [  9051]
62557              More Encode alias tidying.
62558      Branch: perl
62559           +> ext/Encode/Encode/koi8-r.ucm
62560           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
62561           !> makedef.pl
62562 ____________________________________________________________________________
62563 [  9052] By: nick                                  on 2001/03/05  23:08:17
62564         Log: skipping USE_PERLIO symbols correction.
62565      Branch: perlio
62566            ! makedef.pl
62567 ____________________________________________________________________________
62568 [  9051] By: nick                                  on 2001/03/05  22:35:07
62569         Log: More Encode alias tidying.
62570      Branch: perlio
62571            + ext/Encode/Encode/koi8-r.ucm
62572            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
62573 ____________________________________________________________________________
62574 [  9050] By: jhi                                   on 2001/03/05  21:44:29
62575         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
62576              Sarathy's fix for ID 20010301.005.
62577      Branch: maint-5.6/perl
62578           !> op.c op.h
62579 ____________________________________________________________________________
62580 [  9049] By: nick                                  on 2001/03/05  19:54:04
62581         Log: Integrate Jarkko's Encode.pm tweak.
62582      Branch: perlio
62583           !> ext/Encode/Encode.pm
62584 ____________________________________________________________________________
62585 [  9048] By: nick                                  on 2001/03/05  19:47:57
62586         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
62587      Branch: perlio
62588           +> os2/os2add.sym
62589           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
62590           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
62591           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
62592           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
62593           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
62594 ____________________________________________________________________________
62595 [  9047] By: jhi                                   on 2001/03/05  19:25:26
62596         Log: Regen perlapi.
62597      Branch: perl
62598            ! pod/perlapi.pod
62599 ____________________________________________________________________________
62600 [  9046] By: jhi                                   on 2001/03/05  19:12:14
62601         Log: Integrate perlio:
62602              
62603              [  9043]
62604              Update MANIFEST for new test.
62605              
62606              [  9042]
62607              Some tests for Camel 3rd edition features.
62608              Make gethostbyaddr() test in above work.
62609      Branch: perl
62610           +> t/camel-III/vstring.t
62611           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
62612 ____________________________________________________________________________
62613 [  9045] By: jhi                                   on 2001/03/05  19:10:36
62614         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
62615      Branch: perl
62616            ! ext/Encode/Encode.pm
62617 ____________________________________________________________________________
62618 [  9044] By: jhi                                   on 2001/03/05  18:49:12
62619         Log: Forgot the other half of the PMOP patch (#9033).
62620      Branch: perl
62621            ! op.h
62622 ____________________________________________________________________________
62623 [  9043] By: nick                                  on 2001/03/05  18:14:47
62624         Log: Update MANIFEST for new test.
62625      Branch: perlio
62626            ! MANIFEST
62627 ____________________________________________________________________________
62628 [  9042] By: nick                                  on 2001/03/05  18:12:41
62629         Log: Some tests for Camel 3rd edition features.
62630              Make gethostbyaddr() test in above work.
62631      Branch: perlio
62632            + t/camel-III/vstring.t
62633            ! pp.h pp_sys.c t/TEST t/harness
62634 ____________________________________________________________________________
62635 [  9041] By: jhi                                   on 2001/03/05  17:41:48
62636         Log: Add more ISO 8859 encoding aliases.
62637      Branch: perl
62638            ! ext/Encode/Encode.pm
62639 ____________________________________________________________________________
62640 [  9040] By: jhi                                   on 2001/03/05  17:30:43
62641         Log: Integrate perlio:
62642              
62643              [  9039]
62644              Missed added file.
62645              
62646              [  9037]
62647              Long-standing "defined but not used" SvPVbyte*() are about to get used
62648              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
62649              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
62650              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
62651              - uses SvPV() rather than sv_2pv() in case it isn't a string.
62652      Branch: perl
62653           !> MANIFEST sv.c
62654 ____________________________________________________________________________
62655 [  9039] By: nick                                  on 2001/03/05  17:11:36
62656         Log: Missed added file.
62657      Branch: perlio
62658            ! MANIFEST
62659 ____________________________________________________________________________
62660 [  9038] By: jhi                                   on 2001/03/05  15:58:01
62661         Log: Add tr tests for EBCDIC, from Karsten Sperling.
62662      Branch: perl
62663            ! t/op/tr.t
62664 ____________________________________________________________________________
62665 [  9037] By: nick                                  on 2001/03/05  15:56:35
62666         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
62667              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
62668              
62669              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
62670              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
62671              - uses SvPV() rather than sv_2pv() in case it isn't a string.
62672      Branch: perlio
62673            ! sv.c
62674 ____________________________________________________________________________
62675 [  9036] By: jhi                                   on 2001/03/05  15:49:15
62676         Log: Add matching tests currently failing in EBCDIC,
62677              suggested by Karsten Sperling.
62678      Branch: perl
62679            ! t/op/pat.t
62680 ____________________________________________________________________________
62681 [  9035] By: jhi                                   on 2001/03/05  15:36:55
62682         Log: The #9034 needs a MANIFESTation.
62683      Branch: perl
62684            ! MANIFEST
62685 ____________________________________________________________________________
62686 [  9034] By: jhi                                   on 2001/03/05  15:35:14
62687         Log: Integrate perlio:
62688              
62689              [  9032]
62690              Encode implementation "completion"
62691              Implement and document define_encoding()
62692              Implement and document encoding aliases including define_alias()
62693              Make Encode::XS use define_encoding() rather than back-door.
62694              Move run-time *.enc to separate Encode::Tcl module.
62695              Make 'compile' honour <codeset_name>
62696              Change canonical names of to iso-8859-* and US-ascii.
62697      Branch: perl
62698           +> ext/Encode/Encode/Tcl.pm
62699           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
62700           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
62701           !> ext/Encode/Encode/iso8859-1.ucm
62702           !> ext/Encode/Encode/iso8859-10.ucm
62703           !> ext/Encode/Encode/iso8859-13.ucm
62704           !> ext/Encode/Encode/iso8859-14.ucm
62705           !> ext/Encode/Encode/iso8859-15.ucm
62706           !> ext/Encode/Encode/iso8859-16.ucm
62707           !> ext/Encode/Encode/iso8859-2.ucm
62708           !> ext/Encode/Encode/iso8859-3.ucm
62709           !> ext/Encode/Encode/iso8859-4.ucm
62710           !> ext/Encode/Encode/iso8859-5.ucm
62711           !> ext/Encode/Encode/iso8859-6.ucm
62712           !> ext/Encode/Encode/iso8859-7.ucm
62713           !> ext/Encode/Encode/iso8859-8.ucm
62714           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
62715           !> t/lib/encode.t
62716 ____________________________________________________________________________
62717 [  9033] By: jhi                                   on 2001/03/05  15:33:18
62718         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
62719              From: Gurusamy Sarathy <gsar@ActiveState.com>
62720              Date: Sun, 04 Mar 2001 22:33:15 -0800
62721              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
62722              
62723              PMOPs need to remember their own stash so that they can
62724              gracefully remove themselves from their linked list.
62725      Branch: perl
62726            ! op.c
62727 ____________________________________________________________________________
62728 [  9032] By: nick                                  on 2001/03/05  14:51:50
62729         Log: Encode implementation "completion"
62730              Implement and document define_encoding()
62731              Implement and document encoding aliases including define_alias()
62732              Make Encode::XS use define_encoding() rather than back-door.
62733              Move run-time *.enc to separate Encode::Tcl module.
62734              Make 'compile' honour <codeset_name>
62735              Change canonical names of to iso-8859-* and US-ascii.
62736      Branch: perlio
62737            + ext/Encode/Encode/Tcl.pm
62738            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
62739            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
62740            ! ext/Encode/Encode/iso8859-1.ucm
62741            ! ext/Encode/Encode/iso8859-10.ucm
62742            ! ext/Encode/Encode/iso8859-13.ucm
62743            ! ext/Encode/Encode/iso8859-14.ucm
62744            ! ext/Encode/Encode/iso8859-15.ucm
62745            ! ext/Encode/Encode/iso8859-16.ucm
62746            ! ext/Encode/Encode/iso8859-2.ucm
62747            ! ext/Encode/Encode/iso8859-3.ucm
62748            ! ext/Encode/Encode/iso8859-4.ucm
62749            ! ext/Encode/Encode/iso8859-5.ucm
62750            ! ext/Encode/Encode/iso8859-6.ucm
62751            ! ext/Encode/Encode/iso8859-7.ucm
62752            ! ext/Encode/Encode/iso8859-8.ucm
62753            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
62754            ! t/lib/encode.t
62755 ____________________________________________________________________________
62756 [  9031] By: jhi                                   on 2001/03/05  13:51:17
62757         Log: Integrate change #9030 from maintperl into mainline.
62758              
62759              Subject: [PATCH 5.6.1] OS/2 cleanup
62760      Branch: perl
62761           +> os2/os2add.sym
62762           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
62763           !> makedef.pl os2/Changes os2/Makefile.SHs
62764           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
62765           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
62766           !> os2/os2.sym os2/os2ish.h
62767 ____________________________________________________________________________
62768 [  9030] By: jhi                                   on 2001/03/05  13:46:49
62769         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
62770              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62771              Date: Mon, 5 Mar 2001 02:29:44 -0500
62772              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
62773      Branch: maint-5.6/perl
62774            + os2/os2add.sym
62775            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
62776            ! makedef.pl os2/Changes os2/Makefile.SHs
62777            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
62778            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
62779            ! os2/os2.sym os2/os2ish.h
62780 ____________________________________________________________________________
62781 [  9029] By: jhi                                   on 2001/03/05  13:40:35
62782         Log: Integrate change #9028 from maintperl into mainline.
62783              
62784              various nits in MM_Unix.pm found by disabling SelfLoader
62785      Branch: perl
62786           !> lib/ExtUtils/MM_Unix.pm
62787 ____________________________________________________________________________
62788 [  9028] By: gsar                                  on 2001/03/05  09:58:38
62789         Log: various nits in MM_Unix.pm found by disabling SelfLoader
62790      Branch: maint-5.6/perl
62791            ! lib/ExtUtils/MM_Unix.pm
62792 ____________________________________________________________________________
62793 [  9027] By: nick                                  on 2001/03/05  08:35:22
62794         Log: Integrate mainline
62795      Branch: perlio
62796           !> (integrate 28 files)
62797 ____________________________________________________________________________
62798 [  9026] By: jhi                                   on 2001/03/05  02:14:59
62799         Log: Integrate change #9025 from mainline to maintperl,
62800              retract \N{U+HHHH}.
62801      Branch: maint-5.6/perl
62802           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
62803           !> t/lib/charnames.t toke.c
62804 ____________________________________________________________________________
62805 [  9025] By: jhi                                   on 2001/03/05  02:13:09
62806         Log: Retracting \N{U+HHHH}.
62807      Branch: perl
62808            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
62809            ! t/lib/charnames.t toke.c
62810 ____________________________________________________________________________
62811 [  9024] By: jhi                                   on 2001/03/04  20:51:07
62812         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
62813              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
62814              Date: Fri, 02 Mar 2001 18:25:26 +0100
62815              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
62816              
62817              Casting problem.
62818      Branch: perl
62819            ! ext/Storable/Storable.xs
62820 ____________________________________________________________________________
62821 [  9023] By: jhi                                   on 2001/03/04  19:46:45
62822         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
62823              From: nick@talking.bollo.cx
62824              Date: Sat, 03 Mar 2001 21:41:33 +0000
62825              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
62826              
62827              Revert the workaround.
62828      Branch: perl
62829            ! perlio.c
62830 ____________________________________________________________________________
62831 [  9022] By: jhi                                   on 2001/03/04  19:36:28
62832         Log: Update Changes.
62833      Branch: perl
62834            ! Changes patchlevel.h
62835 ____________________________________________________________________________
62836 [  9021] By: jhi                                   on 2001/03/04  18:41:00
62837         Log: makedef.pl updates suggested by Chris Nandor; double-checking
62838              the changes in AIX, OS/2 Win32 would be nice.
62839      Branch: perl
62840            ! makedef.pl
62841 ____________________________________________________________________________
62842 [  9020] By: jhi                                   on 2001/03/04  18:23:58
62843         Log: Integrate change #9012 from maintperl into mainline,
62844              quench a compiler warning.
62845      Branch: perl
62846           !> toke.c
62847 ____________________________________________________________________________
62848 [  9019] By: jhi                                   on 2001/03/04  18:18:43
62849         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
62850              
62851              \N{U+HHHH} fix.
62852              
62853              pattern in G_ARRAY context
62854      Branch: maint-5.6/perl
62855           !> pp_hot.c t/op/pat.t toke.c
62856 ____________________________________________________________________________
62857 [  9018] By: jhi                                   on 2001/03/04  18:07:48
62858         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
62859              From: Jeff Pinyan <jeffp@crusoe.net>
62860              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
62861              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
62862      Branch: perl
62863            ! pp_hot.c t/op/pat.t
62864 ____________________________________________________________________________
62865 [  9017] By: jhi                                   on 2001/03/04  18:06:21
62866         Log: I thought I tested the #9014.
62867      Branch: perl
62868            ! toke.c
62869 ____________________________________________________________________________
62870 [  9016] By: jhi                                   on 2001/03/04  17:41:22
62871         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
62872              
62873              Tweak the get*ent() OS/2 prototypes.
62874              
62875              Add the \N{U+HHHH} syntax.
62876              
62877              More tr/// UTF-8 fixes from Inaba Hiroto.
62878      Branch: maint-5.6/perl
62879           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
62880           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
62881 ____________________________________________________________________________
62882 [  9015] By: jhi                                   on 2001/03/04  17:36:04
62883         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
62884      Branch: perl
62885            ! doop.c t/op/tr.t
62886 ____________________________________________________________________________
62887 [  9014] By: jhi                                   on 2001/03/04  17:24:49
62888         Log: Add the \N{U+HHHH} syntax.
62889      Branch: perl
62890            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
62891            ! t/lib/charnames.t toke.c
62892 ____________________________________________________________________________
62893 [  9013] By: jhi                                   on 2001/03/04  17:20:45
62894         Log: Tweak the get*ent() OS/2 prototypes.
62895      Branch: perl
62896            ! os2/os2.c
62897 ____________________________________________________________________________
62898 [  9012] By: gsar                                  on 2001/03/04  06:26:14
62899         Log: avoid warning (nit in change#9009)
62900      Branch: maint-5.6/perl
62901            ! toke.c
62902 ____________________________________________________________________________
62903 [  9011] By: gsar                                  on 2001/03/04  06:15:24
62904         Log: lib/charnames.t fails in 5.6.x because of older Unicode
62905              data
62906              
62907              TODO: need to revisit this after updating lib/unicode/...
62908      Branch: maint-5.6/perl
62909            ! t/lib/charnames.t
62910 ____________________________________________________________________________
62911 [  9010] By: gsar                                  on 2001/03/04  06:08:36
62912         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
62913      Branch: maint-5.6/perl
62914            ! toke.c
62915 ____________________________________________________________________________
62916 [  9009] By: jhi                                   on 2001/03/03  19:27:20
62917         Log: Integrate change #9008 from mainline to maintperl,
62918              UTF-8 tr/// fixes from Inaba Hiroto.
62919      Branch: maint-5.6/perl
62920           !> doop.c op.c t/op/tr.t toke.c
62921 ____________________________________________________________________________
62922 [  9008] By: jhi                                   on 2001/03/03  19:19:42
62923         Log: UTF8 tr/// fixes from Inaba Hiroto.
62924      Branch: perl
62925            ! doop.c op.c t/op/tr.t toke.c
62926 ____________________________________________________________________________
62927 [  9007] By: jhi                                   on 2001/03/03  19:00:30
62928         Log: Integrate change #9006 from maintperl to mainline,
62929              more robust quest for the infinite.
62930      Branch: perl
62931           !> lib/Math/Complex.pm
62932 ____________________________________________________________________________
62933 [  9006] By: jhi                                   on 2001/03/03  18:58:06
62934         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
62935              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62936              Date: Sat, 3 Mar 2001 12:51:50 -0500
62937              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
62938              
62939              Be more robust in our quest for the infinite.
62940      Branch: maint-5.6/perl
62941            ! lib/Math/Complex.pm
62942 ____________________________________________________________________________
62943 [  9005] By: jhi                                   on 2001/03/03  17:55:50
62944         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
62945      Branch: maint-5.6/perl
62946            ! doio.c
62947 ____________________________________________________________________________
62948 [  9004] By: jhi                                   on 2001/03/03  17:40:14
62949         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
62950              so that picky compilers like IRIX won't get huffy about
62951              "statements without effect" (like 1;).
62952      Branch: perl
62953            ! toke.c
62954 ____________________________________________________________________________
62955 [  9003] By: jhi                                   on 2001/03/03  17:15:52
62956         Log: Integrate change #9002 from mainline to maintperl.
62957              
62958              Subject: [perl-5.6.x, perl-current] accept for EPOC
62959      Branch: maint-5.6/perl
62960           !> pp_sys.c
62961 ____________________________________________________________________________
62962 [  9002] By: jhi                                   on 2001/03/03  17:14:30
62963         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
62964              From: Olaf Flebbe <O.Flebbe@science-computing.de>
62965              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
62966              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
62967      Branch: perl
62968            ! pp_sys.c
62969 ____________________________________________________________________________
62970 [  9001] By: jhi                                   on 2001/03/03  17:13:13
62971         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
62972              From: "Craig A. Berry" <craigberry@mac.com>
62973              Date: Fri, 02 Mar 2001 17:44:40 -0600
62974              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
62975      Branch: perl
62976            ! t/pod/find.t
62977 ____________________________________________________________________________
62978 [  9000] By: jhi                                   on 2001/03/03  17:11:55
62979         Log: Integrate changes #8997,8999 from maintperl.
62980              
62981              Subject: [PATCH 5.6.1] compiling on OS/2
62982              (Better error message from hints/os2.sh)
62983              
62984              Subject: [PATCH 5.6.1] syslog.t
62985      Branch: perl
62986           !> hints/os2.sh t/lib/syslog.t
62987 ____________________________________________________________________________
62988 [  8999] By: jhi                                   on 2001/03/03  17:09:28
62989         Log: Subject: [PATCH 5.6.1] syslog.t
62990              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62991              Date: Sat, 3 Mar 2001 02:11:17 -0500
62992              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
62993      Branch: maint-5.6/perl
62994            ! t/lib/syslog.t
62995 ____________________________________________________________________________
62996 [  8998] By: jhi                                   on 2001/03/03  17:07:50
62997         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
62998              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62999              Date: Sat, 3 Mar 2001 01:53:52 -0500
63000              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
63001      Branch: maint-5.6/perl
63002            ! opcode.pl os2/os2.c
63003 ____________________________________________________________________________
63004 [  8997] By: jhi                                   on 2001/03/03  17:03:30
63005         Log: Subject: [PATCH 5.6.1] compiling on OS/2
63006              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63007              Date: Sat, 3 Mar 2001 01:59:59 -0500
63008              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
63009      Branch: maint-5.6/perl
63010            ! hints/os2.sh
63011 ____________________________________________________________________________
63012 [  8996] By: jhi                                   on 2001/03/03  00:55:58
63013         Log: Regen files for mainline.
63014      Branch: perl
63015            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63016            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
63017 ____________________________________________________________________________
63018 [  8995] By: jhi                                   on 2001/03/03  00:35:22
63019         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
63020              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
63021              to maintperl.
63022              
63023              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
63024              
63025              Add Configure option -Dmksymlinks which will create a symlink
63026              forest if the current/build differs from the source directory.
63027              (8218,8220,8221,8317,8318,8971)
63028              
63029              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
63030              (Document APPLLIB_EXP in INSTALL.)
63031              
63032              If running byacc write-enable also perly.h.
63033              
63034              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
63035              
63036              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
63037              
63038              Sanity check for conflicting thread flavours.
63039              
63040              Fix the sys/fcntl.h problem reported by Peter Prymmer.
63041              
63042              Add few CPUs/architectures to the Cppsym scan,
63043              add -perlio to archname if so selected (modified 8890)
63044              
63045              Be more helpful for devel builders, suggested by John L. Allen.
63046              (admittedly pointless change for maintperl, but the usedevel
63047              code is there already)
63048      Branch: maint-5.6/perl
63049           !> Configure INSTALL Makefile.SH Porting/Glossary
63050           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
63051           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
63052           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
63053           !> win32/config.bc win32/config.gc win32/config.vc
63054 ____________________________________________________________________________
63055 [  8994] By: jhi                                   on 2001/03/02  23:31:41
63056         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
63057      Branch: metaconfig/U/perl
63058            ! gccvers.U
63059 ____________________________________________________________________________
63060 [  8993] By: jhi                                   on 2001/03/02  23:22:12
63061         Log: Regenerate various files for maint.
63062      Branch: maint-5.6/perl
63063            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
63064            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
63065 ____________________________________________________________________________
63066 [  8992] By: alanbur                               on 2001/03/02  22:48:34
63067         Log: Resync wuth parent
63068      Branch: maint-5.6/pureperl
63069           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
63070           !> (integrate 60 files)
63071 ____________________________________________________________________________
63072 [  8991] By: jhi                                   on 2001/03/02  21:00:08
63073         Log: Retract the #8742 part of #8986, backward compat.
63074      Branch: maint-5.6/perl
63075            ! embed.pl
63076 ____________________________________________________________________________
63077 [  8990] By: jhi                                   on 2001/03/02  20:40:07
63078         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
63079      Branch: maint-5.6/perl
63080            ! hv.c
63081 ____________________________________________________________________________
63082 [  8989] By: jhi                                   on 2001/03/02  19:59:56
63083         Log: Update Changes.
63084      Branch: perl
63085            ! Changes patchlevel.h
63086 ____________________________________________________________________________
63087 [  8988] By: jhi                                   on 2001/03/02  19:57:08
63088         Log: Integrate perlio:
63089              
63090              [  8969]
63091              Add charname comments to .ucm files writen by 'compile',
63092              also order charmaps in those files by source encoding.
63093              regenerate distrubuted .ucm files
63094      Branch: perl
63095           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
63096           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
63097           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
63098           !> ext/Encode/Encode/iso8859-10.ucm
63099           !> ext/Encode/Encode/iso8859-13.ucm
63100           !> ext/Encode/Encode/iso8859-14.ucm
63101           !> ext/Encode/Encode/iso8859-15.ucm
63102           !> ext/Encode/Encode/iso8859-16.ucm
63103           !> ext/Encode/Encode/iso8859-2.ucm
63104           !> ext/Encode/Encode/iso8859-3.ucm
63105           !> ext/Encode/Encode/iso8859-4.ucm
63106           !> ext/Encode/Encode/iso8859-5.ucm
63107           !> ext/Encode/Encode/iso8859-6.ucm
63108           !> ext/Encode/Encode/iso8859-7.ucm
63109           !> ext/Encode/Encode/iso8859-8.ucm
63110           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
63111           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
63112 ____________________________________________________________________________
63113 [  8987] By: jhi                                   on 2001/03/02  19:43:40
63114         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
63115              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
63116              8950,8952,8955 from mainline to maintperl.
63117              
63118              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
63119              
63120              Put to rest the 20010205.001, the email address checking (not) regex.
63121              
63122              fork() not everywhere, cleanup temp files.
63123              
63124              The #8843 wasn't quite right: %Config needs to imported.
63125              
63126              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
63127              (#8849: the glob-basic hunk needed massaging as it depended
63128              on Schwern's large-scale (unintegrated) patches)
63129              
63130              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
63131              
63132              Upgrade to CGI.pm 2.752, from Lincoln Stein.
63133              (Note: there were some conflicts due to EBCDIC and EPOC
63134              patches, in general I preferred the repository code.)
63135              (When 2.753 comes out, we need to synchronize.)
63136              
63137              Subject: [PATCH] fix for charnames above FFFF
63138              
63139              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
63140              
63141              If no sfio, no -lsfio.
63142              
63143              Run run/*.t also in minitest.
63144              
63145              Subject:  [PATCH perl 5.7.0] malloc message address offset
63146              
63147              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
63148              
63149              Subject: fix for parameter -Dm (for perl@8867)
63150              
63151              Subject: [PATCH: perl@8892] was Re: hashing order difference?
63152              (make the test more portable)
63153              
63154              Subject: Re: [PATCH] fix for charnames above FFFF
63155              
63156              Subject: Re: I'm losing the war...
63157              (hv_store() not working correctly in ENV_IS_CASELESS case.)
63158              
63159              Subject: Modified README.bs2000 
63160              
63161              Subject: [PATCH: perl@8935] -Dt padsv($var)
63162              
63163              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
63164              
63165              Subject: PATCH: extra tests to check on negative float to unsigned cast
63166              
63167              Subject: [PATCH] XPUSH[insp] was Re: progress
63168              
63169              Subject: Re: Compile with perlcc..
63170      Branch: maint-5.6/perl
63171           !> (integrate 36 files)
63172 ____________________________________________________________________________
63173 [  8986] By: jhi                                   on 2001/03/02  18:51:25
63174         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
63175              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
63176              to maintperl.
63177              
63178              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
63179              
63180              Subject: [DOC PATCH] overload.pm nits
63181              
63182              Add header for LIB$ prototypes (C. Berry)
63183              
63184              Convert fwrite()s to sockets to write()s, since some socket stacks
63185              don't take kindly to stdio.
63186              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
63187              (for often optional LNMs)
63188              Correct a few typos
63189              (C. Bailey)
63190              
63191              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
63192              
63193              De-cut-and-pasto.
63194              
63195              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
63196              
63197              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
63198              
63199              Upgrade to CPAN 1.59_54, from Andreas König.
63200              
63201              Bogus shebang.
63202              
63203              Subject: [PATCH] Document makepatch in Porting/patching
63204              
63205              UTF-8 documentation.
63206              
63207              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
63208              
63209              Sort the MANIFEST.
63210              
63211              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
63212              
63213              Subject: [PATCH @8807] toke.c cleanup: scan_str()
63214              
63215              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
63216              
63217              Add run/*.t to testables.
63218              
63219              TODO: integrate #8784.
63220      Branch: maint-5.6/perl
63221           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
63222           !> (integrate 28 files)
63223 ____________________________________________________________________________
63224 [  8985] By: nick                                  on 2001/03/02  18:15:45
63225         Log: Integrate mainline
63226      Branch: perlio
63227           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
63228           !> vms/vms.c
63229 ____________________________________________________________________________
63230 [  8984] By: jhi                                   on 2001/03/02  16:00:17
63231         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
63232              
63233              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
63234              5.004_05, and mention the suidperl August 2000 security problem.
63235              (#8978,#8981)
63236              
63237              Subject: [ID 20010301.004] Technically speaking in perldata
63238              
63239              Subject: [PATCH] File::Copy for bleadperl, maintperl
63240              
63241              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
63242              
63243              (The #8982, fix for 20010221.005 and 20010221.008,
63244              would be nice too but it didn't integrate cleanly.)
63245      Branch: maint-5.6/perl
63246           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
63247 ____________________________________________________________________________
63248 [  8983] By: jhi                                   on 2001/03/02  15:51:16
63249         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
63250              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63251              Date:     Thu, 1 Mar 2001 15:54:09 EST
63252              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
63253      Branch: perl
63254            ! vms/vms.c
63255 ____________________________________________________________________________
63256 [  8982] By: jhi                                   on 2001/03/02  15:43:31
63257         Log: Subject: Re: sync sync sync: have I missed any patches?
63258              From: Radu Greab <radu@netsoft.ro> 
63259              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
63260              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
63261              
63262              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
63263              was checking argv[0] regardless of whether a different pathname
63264              will actually be executed."  Test case not supplied because 
63265              drafting that, ironically enough, revealed another bug
63266              (or a feature).
63267      Branch: perl
63268            ! doio.c
63269 ____________________________________________________________________________
63270 [  8981] By: jhi                                   on 2001/03/02  15:28:03
63271         Log: Misdate in #8978.
63272      Branch: perl
63273            ! pod/perlfaq1.pod
63274 ____________________________________________________________________________
63275 [  8980] By: jhi                                   on 2001/03/02  15:24:20
63276         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
63277              From: Chris Nandor <pudge@pobox.com>
63278              Date: Wed, 28 Feb 2001 22:10:15 -0500
63279              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
63280      Branch: perl
63281            ! lib/File/Copy.pm
63282 ____________________________________________________________________________
63283 [  8979] By: jhi                                   on 2001/03/02  15:17:16
63284         Log: Subject: [ID 20010301.004] Technically speaking in perldata
63285              From: abela@geneanet.org
63286              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
63287              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
63288      Branch: perl
63289            ! pod/perldata.pod
63290 ____________________________________________________________________________
63291 [  8978] By: jhi                                   on 2001/03/02  15:15:27
63292         Log: Subject: [ID 20010301.003] ref to 5.004
63293              From: abela@geneanet.org
63294              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
63295              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
63296              
63297              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
63298              and mention the suidperl August 2000 security problem.
63299      Branch: perl
63300            ! pod/perlfaq1.pod
63301 ____________________________________________________________________________
63302 [  8977] By: alanbur                               on 2001/03/02  14:17:45
63303         Log: Resynchronised with parent
63304      Branch: maint-5.6/pureperl
63305           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
63306           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
63307           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
63308           !> vms/descrip_mms.template win32/win32.c win32/win32.h
63309           !> win32/win32iop.h
63310 ____________________________________________________________________________
63311 [  8976] By: nick                                  on 2001/03/01  23:25:30
63312         Log: Integrate mainline.
63313      Branch: perlio
63314            - t/op/qu.t
63315           !> (integrate 55 files)
63316 ____________________________________________________________________________
63317 [  8975] By: jhi                                   on 2001/03/01  16:51:34
63318         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
63319      Branch: perl
63320           !> toke.c
63321 ____________________________________________________________________________
63322 [  8974] By: gsar                                  on 2001/03/01  16:28:21
63323         Log: fix for bugid 20010226.008
63324              
63325              the problem was that some of the pointers (PL_last_lop and
63326              PL_last_uni specifically) into the lex buffers weren't correctly
63327              being invalidated when the buffer changed; this would leave the
63328              pointers pointing at an arbitrary location in the buffer if
63329              the buffer didn't need to be reallocated, or point into freed
63330              memory if the buffer had to be realloced
63331              
63332              TODO item for bugdb maintainers: check other seemingly random
63333              parser-related bugs--they might be cured by this
63334      Branch: maint-5.6/perl
63335            ! toke.c
63336 ____________________________________________________________________________
63337 [  8973] By: jhi                                   on 2001/03/01  02:23:25
63338         Log: Retract #8970 because of a completely mysterious core dump:
63339              adding the tests 241..244 causes op/pat dump core at test #25.
63340              The test needs a lot of whittling down before the bug can be solved.
63341      Branch: perl
63342            ! t/op/pat.t
63343 ____________________________________________________________________________
63344 [  8972] By: jhi                                   on 2001/03/01  01:58:38
63345         Log: Regen perlapi.
63346      Branch: perl
63347            ! pod/perlapi.pod
63348 ____________________________________________________________________________
63349 [  8971] By: jhi                                   on 2001/03/01  01:34:09
63350         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))
63351              From: Nicholas Clark <nick@ccl4.org>
63352              Date: Wed, 28 Feb 2001 23:28:49 +0000
63353              Message-ID: <20010228232849.A55187@plum.flirble.org>
63354              
63355              Allow a completely write protected source code tree
63356              when using the Configure -Dmksymlinks.
63357      Branch: perl
63358            ! embed.pl warnings.pl
63359 ____________________________________________________________________________
63360 [  8970] By: jhi                                   on 2001/03/01  01:32:04
63361         Log: Add back the EBCDIC character range tests (for matching).
63362      Branch: perl
63363            ! t/op/pat.t
63364 ____________________________________________________________________________
63365 [  8969] By: nick                                  on 2001/02/28  18:18:01
63366         Log: Add charname comments to .ucm files writen by 'compile',
63367              also order charmaps in those files by source encoding.
63368              regenerate distrubuted .ucm files
63369      Branch: perlio
63370            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
63371            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
63372            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
63373            ! ext/Encode/Encode/iso8859-10.ucm
63374            ! ext/Encode/Encode/iso8859-13.ucm
63375            ! ext/Encode/Encode/iso8859-14.ucm
63376            ! ext/Encode/Encode/iso8859-15.ucm
63377            ! ext/Encode/Encode/iso8859-16.ucm
63378            ! ext/Encode/Encode/iso8859-2.ucm
63379            ! ext/Encode/Encode/iso8859-3.ucm
63380            ! ext/Encode/Encode/iso8859-4.ucm
63381            ! ext/Encode/Encode/iso8859-5.ucm
63382            ! ext/Encode/Encode/iso8859-6.ucm
63383            ! ext/Encode/Encode/iso8859-7.ucm
63384            ! ext/Encode/Encode/iso8859-8.ucm
63385            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
63386            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
63387 ____________________________________________________________________________
63388 [  8968] By: jhi                                   on 2001/02/28  16:26:37
63389         Log: Expand usemorebits early if d_casti32 needs to be undefined.
63390      Branch: perl
63391            ! hints/hpux.sh hints/irix_6.sh
63392 ____________________________________________________________________________
63393 [  8967] By: jhi                                   on 2001/02/28  16:22:26
63394         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
63395              retract toke.c/qu parts of #8583, retract #8485, retract
63396              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
63397              op/length.t, and MANIFEST, and delete t/op/qu.t.
63398      Branch: perl
63399            - t/op/qu.t
63400            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
63401            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
63402            ! t/op/length.t toke.c
63403 ____________________________________________________________________________
63404 [  8966] By: jhi                                   on 2001/02/28  15:00:27
63405         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
63406              by not changing from pre-Unicode days into being Unicode-aware.
63407              Sniff.
63408      Branch: perl
63409            ! pp.c t/op/pack.t t/op/qu.t
63410 ____________________________________________________________________________
63411 [  8965] By: jhi                                   on 2001/02/28  14:37:55
63412         Log: Subject: Re: Errors in core PODs
63413              From: Michael Stevens <michael@etla.org> 
63414              Date: Fri, 23 Feb 2001 15:47:56 +0000
63415              Message-ID: <20010223154756.A7723@firedrake.org> 
63416      Branch: perl
63417            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
63418            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
63419            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
63420            ! x2p/a2p.pod
63421 ____________________________________________________________________________
63422 [  8964] By: jhi                                   on 2001/02/28  14:35:35
63423         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
63424              (The #8961 was too bold.)
63425      Branch: perl
63426            ! hints/hpux.sh hints/irix_6.sh
63427 ____________________________________________________________________________
63428 [  8963] By: jhi                                   on 2001/02/28  14:33:39
63429         Log: Subject: Re: sync sync sync: have I missed any patches?
63430              From: Tim Jenness <t.jenness@jach.hawaii.edu>
63431              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
63432              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
63433              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
63434              
63435              Replace djSP with dSP.
63436      Branch: perl
63437            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
63438            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
63439            ! win32/perlhost.h
63440 ____________________________________________________________________________
63441 [  8962] By: jhi                                   on 2001/02/27  23:21:14
63442         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
63443      Branch: perl
63444            ! lib/Filter/Simple.pm
63445 ____________________________________________________________________________
63446 [  8961] By: jhi                                   on 2001/02/27  22:55:26
63447         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
63448              and this would be it.
63449      Branch: perl
63450            ! hints/hpux.sh hints/irix_6.sh
63451 ____________________________________________________________________________
63452 [  8960] By: jhi                                   on 2001/02/27  22:51:33
63453         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
63454              From: "Craig A. Berry" <craigberry@mac.com>
63455              Date: Tue, 27 Feb 2001 16:11:44 -0600
63456              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
63457      Branch: maint-5.6/perl
63458            ! configure.com vms/descrip_mms.template
63459 ____________________________________________________________________________
63460 [  8959] By: jhi                                   on 2001/02/27  22:47:23
63461         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
63462              From: "Craig A. Berry" <craigberry@mac.com>
63463              Date: Tue, 27 Feb 2001 16:11:44 -0600
63464              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
63465      Branch: perl
63466            ! configure.com vms/descrip_mms.template
63467 ____________________________________________________________________________
63468 [  8958] By: jhi                                   on 2001/02/27  15:16:42
63469         Log: Update Changes.
63470      Branch: perl
63471            ! Changes patchlevel.h
63472 ____________________________________________________________________________
63473 [  8957] By: jhi                                   on 2001/02/27  06:15:07
63474         Log: Subject: [5.6.x] EPOC additions
63475              From: Olaf Flebbe <O.Flebbe@science-computing.de>
63476              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
63477              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
63478      Branch: maint-5.6/perl
63479            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
63480 ____________________________________________________________________________
63481 [  8956] By: jhi                                   on 2001/02/27  06:12:11
63482         Log: Subject: [perl-current] EPOC 
63483              From: Olaf Flebbe <O.Flebbe@science-computing.de>
63484              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
63485              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
63486      Branch: perl
63487            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
63488            ! epoc/epocish.c epoc/epocish.h pp_sys.c
63489 ____________________________________________________________________________
63490 [  8955] By: jhi                                   on 2001/02/27  05:59:50
63491         Log: Subject: Re: Compile with perlcc..
63492              From: Edward Peschko <edwardp@excitehome.net>
63493              Date: Mon, 26 Feb 2001 18:51:58 -0800
63494              Message-ID: <20010226185158.A9871@excitehome.net>
63495              
63496              plus add a simple usage message if no arguments given.
63497      Branch: perl
63498            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
63499            ! utils/Makefile utils/perlcc.PL win32/pod.mak
63500 ____________________________________________________________________________
63501 [  8954] By: nick                                  on 2001/02/26  21:02:59
63502         Log: Integrate mainline
63503      Branch: perlio
63504           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
63505           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
63506           !> t/op/sprintf.t
63507 ____________________________________________________________________________
63508 [  8953] By: jhi                                   on 2001/02/26  14:43:54
63509         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
63510              From: Nicholas Clark <nick@ccl4.org>
63511              Date: Mon, 26 Feb 2001 00:42:07 +0000
63512              Message-ID: <20010226004207.F23333@plum.flirble.org>
63513      Branch: perl
63514            ! pp_ctl.c
63515 ____________________________________________________________________________
63516 [  8952] By: jhi                                   on 2001/02/26  14:42:13
63517         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
63518              From: Simon Cozens <simon@netthink.co.uk>
63519              Date: Mon, 26 Feb 2001 12:23:48 +0000
63520              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
63521      Branch: perl
63522            ! pod/perlguts.pod
63523 ____________________________________________________________________________
63524 [  8951] By: jhi                                   on 2001/02/26  14:39:15
63525         Log: Subject: [PATCH] perlio - unknown layer
63526              From: Nicholas Clark <nick@ccl4.org>
63527              Date: Mon, 26 Feb 2001 00:27:19 +0000
63528              Message-ID: <20010226002719.E23333@plum.flirble.org>
63529      Branch: perl
63530            ! perlio.c
63531 ____________________________________________________________________________
63532 [  8950] By: jhi                                   on 2001/02/26  14:38:04
63533         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
63534              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
63535              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
63536              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
63537      Branch: perl
63538            ! t/op/bop.t
63539 ____________________________________________________________________________
63540 [  8949] By: jhi                                   on 2001/02/26  14:37:07
63541         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
63542              From: Peter Prymmer <pvhp@forte.com>
63543              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
63544              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
63545      Branch: perl
63546            ! lib/Test.pm
63547 ____________________________________________________________________________
63548 [  8948] By: jhi                                   on 2001/02/26  14:35:53
63549         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
63550              From: Radu Greab <radu@netsoft.ro>
63551              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
63552              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
63553      Branch: perl
63554            ! pod/perlop.pod
63555 ____________________________________________________________________________
63556 [  8947] By: jhi                                   on 2001/02/26  14:34:46
63557         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
63558              From: David Mitchell <davem@fdgroup.co.uk>
63559              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
63560              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
63561      Branch: perl
63562            ! run.c
63563 ____________________________________________________________________________
63564 [  8946] By: jhi                                   on 2001/02/26  14:32:37
63565         Log: Subject: Modified README.bs2000 
63566              From: Dorner Thomas <Thomas.Dorner@start.de>
63567              Date: Mon, 26 Feb 2001 09:22:17 +0100
63568              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
63569      Branch: perl
63570            ! README.bs2000
63571 ____________________________________________________________________________
63572 [  8945] By: jhi                                   on 2001/02/26  14:19:53
63573         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
63574              to maintperl, listing the known failures on the tests 129 and 130.
63575      Branch: maint-5.6/perl
63576           !> t/op/sprintf.t
63577 ____________________________________________________________________________
63578 [  8944] By: jhi                                   on 2001/02/26  14:14:15
63579         Log: Add more known sprintf failures.
63580      Branch: perl
63581            ! t/op/sprintf.t
63582 ____________________________________________________________________________
63583 [  8943] By: jhi                                   on 2001/02/26  13:56:22
63584         Log: perlglob.exe needs to be found in Win32, patch from
63585              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
63586              which needs external glob at mini-perl time."
63587      Branch: perl
63588            ! ext/Encode/compile
63589 ____________________________________________________________________________
63590 [  8942] By: jhi                                   on 2001/02/26  13:52:19
63591         Log: A missing dTHX from Vadim Konovalov.
63592      Branch: perl
63593            ! perlio.c
63594 ____________________________________________________________________________
63595 [  8941] By: jhi                                   on 2001/02/26  13:37:05
63596         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
63597      Branch: perl
63598            ! op.c
63599 ____________________________________________________________________________
63600 [  8940] By: jhi                                   on 2001/02/26  13:35:40
63601         Log: Integrate perlio:
63602              
63603              [  8938]
63604              Encode implementations docs.
63605      Branch: perl
63606           !> ext/Encode/Encode.pm
63607 ____________________________________________________________________________
63608 [  8939] By: nick                                  on 2001/02/25  23:47:09
63609         Log: Integrate mainline.
63610      Branch: perlio
63611           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
63612           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
63613 ____________________________________________________________________________
63614 [  8938] By: nick                                  on 2001/02/25  19:36:28
63615         Log: Encode implementations docs.
63616      Branch: perlio
63617            ! ext/Encode/Encode.pm
63618 ____________________________________________________________________________
63619 [  8937] By: jhi                                   on 2001/02/25  19:26:16
63620         Log: Script wasn't aligned with reality.
63621      Branch: perl
63622            ! t/pod/find.t
63623 ____________________________________________________________________________
63624 [  8936] By: jhi                                   on 2001/02/25  18:54:55
63625         Log: Update Changes.
63626      Branch: perl
63627            ! Changes patchlevel.h
63628 ____________________________________________________________________________
63629 [  8935] By: jhi                                   on 2001/02/25  18:46:36
63630         Log: Retract #8929,8930,8932,8933 for now.
63631      Branch: perl
63632            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
63633 ____________________________________________________________________________
63634 [  8934] By: jhi                                   on 2001/02/25  17:34:35
63635         Log: Integrate perlio:
63636              
63637              [  8927]
63638              Change method names in Encode implementation classes to something
63639              less confusing (preparing to "go public").
63640              
63641              [  8926]
63642              GCC __atribute__ / printf fix
63643              
63644              [  8925]
63645              Checked in the wrong one ...
63646              
63647              [  8923]
63648              Encode API documentation nd tidy up.
63649              Minor additions to test.
63650              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
63651              Adds STRLEN to standard typemap.
63652      Branch: perl
63653           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
63654           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
63655           !> t/lib/encode.t
63656 ____________________________________________________________________________
63657 [  8933] By: jhi                                   on 2001/02/25  17:33:12
63658         Log: (Retracted by #8395.)
63659              
63660              Slight tweaks in scan_const(), not fixes yet, it seems like
63661              lots of work remains to be done...
63662      Branch: perl
63663            ! toke.c
63664 ____________________________________________________________________________
63665 [  8932] By: jhi                                   on 2001/02/25  17:27:11
63666         Log: (Retracted by #8395.)
63667              
63668              Missing from #8930.
63669      Branch: perl
63670            ! perl.h
63671 ____________________________________________________________________________
63672 [  8931] By: jhi                                   on 2001/02/25  17:26:19
63673         Log: A comment tweak.
63674      Branch: perl
63675            ! utf8.c
63676 ____________________________________________________________________________
63677 [  8930] By: jhi                                   on 2001/02/25  17:25:47
63678         Log: (Retracted by #8395.)
63679              
63680              Attempt to fix the EBCDIC character range problem with //.
63681      Branch: perl
63682            ! regcomp.c
63683 ____________________________________________________________________________
63684 [  8929] By: jhi                                   on 2001/02/25  17:23:45
63685         Log: (Retracted by #8395.)
63686              
63687              Expand the EBCDIC character range tests, and add few nasty
63688              tr tests from Karsten Sperling.
63689      Branch: perl
63690            ! t/op/pat.t t/op/tr.t
63691 ____________________________________________________________________________
63692 [  8928] By: jhi                                   on 2001/02/25  17:18:49
63693         Log: Missing check-in.
63694      Branch: perl
63695            ! lib/Pod/Find.pm
63696 ____________________________________________________________________________
63697 [  8927] By: nick                                  on 2001/02/25  11:30:22
63698         Log: Change method names in Encode implementation classes to something
63699              less confusing (preparing to "go public").
63700      Branch: perlio
63701            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
63702 ____________________________________________________________________________
63703 [  8926] By: nick                                  on 2001/02/25  10:53:24
63704         Log: GCC __atribute__ / printf fix
63705      Branch: perlio
63706            ! perl.h
63707 ____________________________________________________________________________
63708 [  8925] By: nick                                  on 2001/02/25  10:52:25
63709         Log: Checked in the wrong one ...
63710      Branch: perlio
63711            ! ext/Encode/Encode.pm
63712 ____________________________________________________________________________
63713 [  8924] By: nick                                  on 2001/02/24  18:46:51
63714         Log: Integrate mainline - to see what Jarkko has in ...
63715      Branch: perlio
63716           +> t/pod/testpods/lib/Pod/Stuff.pm
63717           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
63718 ____________________________________________________________________________
63719 [  8923] By: nick                                  on 2001/02/24  17:05:23
63720         Log: Encode API documentation nd tidy up.
63721              Minor additions to test.
63722              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
63723              Adds STRLEN to standard typemap.
63724      Branch: perlio
63725            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
63726            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
63727 ____________________________________________________________________________
63728 [  8922] By: jhi                                   on 2001/02/24  16:38:12
63729         Log: Add a test for the "character range should match in EBCDIC
63730              if specified using explicit numerics" bug found by Karsten
63731              Sperling.
63732      Branch: perl
63733            ! t/op/pat.t
63734 ____________________________________________________________________________
63735 [  8921] By: jhi                                   on 2001/02/24  16:30:16
63736         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
63737              From: schwern@pobox.com
63738              Date: Fri, 23 Feb 2001 03:21:37 -0500
63739              Message-ID: <20010223032137.A26022@magnonel.guild.net>
63740              
63741              plus Charles Lane's fixes, plus tweaks.
63742      Branch: perl
63743            + t/pod/testpods/lib/Pod/Stuff.pm
63744            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
63745 ____________________________________________________________________________
63746 [  8920] By: nick                                  on 2001/02/24  10:30:11
63747         Log: Integrate mainline
63748      Branch: perlio
63749           !> (integrate 33 files)
63750 ____________________________________________________________________________
63751 [  8919] By: jhi                                   on 2001/02/24  00:23:35
63752         Log: Subject: Re: I'm losing the war...
63753              From: "Vadim Konovalov" <watman@inbox.ru>
63754              Date: Sat, 24 Feb 2001 00:10:14 +0300
63755              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
63756              
63757              hv_store() not working correctly in ENV_IS_CASELESS case.
63758      Branch: perl
63759            ! hv.c
63760 ____________________________________________________________________________
63761 [  8918] By: jhi                                   on 2001/02/24  00:20:09
63762         Log: Subject: Re: [PATCH] fix for charnames above FFFF
63763              From: andreas.koenig@anima.de (Andreas J. Koenig)
63764              Date: 23 Feb 2001 02:39:03 +0100
63765              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
63766              
63767              A further efficiency tweak.
63768      Branch: perl
63769            ! lib/charnames.pm
63770 ____________________________________________________________________________
63771 [  8917] By: jhi                                   on 2001/02/23  20:27:51
63772         Log: Integrate change #8916 from mainline,
63773              do away with USE_WIN32_RTL_ENV.
63774      Branch: maint-5.6/perl
63775           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
63776 ____________________________________________________________________________
63777 [  8916] By: jhi                                   on 2001/02/23  20:02:25
63778         Log: Abolish USE_WIN32_RTL_ENV.
63779      Branch: perl
63780            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
63781 ____________________________________________________________________________
63782 [  8915] By: jhi                                   on 2001/02/23  19:36:00
63783         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
63784              later protected by some #define.
63785      Branch: perl
63786            ! gv.c
63787 ____________________________________________________________________________
63788 [  8914] By: jhi                                   on 2001/02/23  19:31:38
63789         Log: Retract #8902 for now, requested by Charles Lane, the correct
63790              fix will be something else.
63791      Branch: perl
63792            ! op.c
63793 ____________________________________________________________________________
63794 [  8913] By: jhi                                   on 2001/02/23  19:11:36
63795         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
63796              From: Peter Prymmer <pvhp@forte.com>
63797              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
63798              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
63799      Branch: perl
63800            ! t/op/lex_assign.t
63801 ____________________________________________________________________________
63802 [  8912] By: jhi                                   on 2001/02/23  18:38:20
63803         Log: Subject: [patch] perlio + useithreads
63804              From: Doug MacEachern <dougm@covalent.net>
63805              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
63806              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
63807              
63808              Gets things running but not complete.
63809      Branch: perl
63810            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
63811 ____________________________________________________________________________
63812 [  8911] By: jhi                                   on 2001/02/23  04:20:02
63813         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
63814              
63815              Duplicated environment freeing, File::Temp 0.12,
63816              op/append portability (EBCDIC) tweak.
63817      Branch: maint-5.6/perl
63818           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63819           !> t/op/append.t
63820 ____________________________________________________________________________
63821 [  8910] By: jhi                                   on 2001/02/23  02:07:33
63822         Log: Integrate change #8909 from mainline, a better Borland
63823              putenv() workaround.
63824      Branch: maint-5.6/perl
63825           !> perl.c
63826 ____________________________________________________________________________
63827 [  8909] By: jhi                                   on 2001/02/23  02:05:46
63828         Log: A better workaround for Borland putenv() brokenness from Sarathy.
63829      Branch: perl
63830            ! perl.c
63831 ____________________________________________________________________________
63832 [  8908] By: jhi                                   on 2001/02/23  02:04:14
63833         Log: Subject: fix for parameter -Dm (for perl@8867)
63834              From: "Vadim Konovalov" <watman@inbox.ru>
63835              Date: Thu, 22 Feb 2001 17:30:12 +0300
63836              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
63837      Branch: perl
63838            ! perl.h
63839 ____________________________________________________________________________
63840 [  8907] By: jhi                                   on 2001/02/23  01:58:20
63841         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
63842              From: Peter Prymmer <pvhp@forte.com>
63843              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
63844              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
63845      Branch: perl
63846            ! t/op/append.t
63847 ____________________________________________________________________________
63848 [  8906] By: jhi                                   on 2001/02/23  01:48:34
63849         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
63850      Branch: perl
63851            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63852 ____________________________________________________________________________
63853 [  8905] By: jhi                                   on 2001/02/23  01:43:30
63854         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
63855              From: Peter Prymmer <pvhp@forte.com>
63856              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
63857              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
63858      Branch: perl
63859            ! t/lib/st-06compat.t
63860 ____________________________________________________________________________
63861 [  8904] By: jhi                                   on 2001/02/23  01:42:39
63862         Log: Metaconfig unit change for #8903.
63863      Branch: metaconfig/U/perl
63864            ! Devel.U
63865 ____________________________________________________________________________
63866 [  8903] By: jhi                                   on 2001/02/23  01:42:12
63867         Log: Be more helpful for devel builders, suggested by John L. Allen.
63868      Branch: perl
63869            ! Configure
63870 ____________________________________________________________________________
63871 [  8902] By: jhi                                   on 2001/02/23  01:37:41
63872         Log: (Retracted by #8914)
63873              (Wrongly, reinstated by #8941)
63874              
63875              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
63876              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63877              Date:     Thu, 22 Feb 2001 09:43:57 EST
63878              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
63879      Branch: perl
63880            ! op.c
63881 ____________________________________________________________________________
63882 [  8901] By: jhi                                   on 2001/02/23  01:20:32
63883         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
63884              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63885              Date:     Thu, 22 Feb 2001 08:01:35 EST
63886              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
63887      Branch: perl
63888            ! malloc.c
63889 ____________________________________________________________________________
63890 [  8900] By: jhi                                   on 2001/02/23  01:18:02
63891         Log: Integrate changes #8898,8899 from mainline, environ handling.
63892      Branch: maint-5.6/perl
63893           !> perl.c
63894 ____________________________________________________________________________
63895 [  8899] By: jhi                                   on 2001/02/23  01:16:25
63896         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
63897              putenv() is not to be relied on, they are either broken or leaky
63898              or both.)
63899      Branch: perl
63900            ! perl.c
63901 ____________________________________________________________________________
63902 [  8898] By: jhi                                   on 2001/02/22  23:36:59
63903         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
63904              and safesysfree() must be used.
63905      Branch: perl
63906            ! perl.c
63907 ____________________________________________________________________________
63908 [  8897] By: jhi                                   on 2001/02/22  23:25:45
63909         Log: With environ one must use safesysmalloc()/safesysfree().
63910      Branch: perl
63911            ! perl.c
63912 ____________________________________________________________________________
63913 [  8896] By: jhi                                   on 2001/02/22  22:13:18
63914         Log: If we have a duplicated environment free it
63915              if PERL_DESTRUCT_LEVEL.
63916      Branch: perl
63917            ! perl.c
63918 ____________________________________________________________________________
63919 [  8895] By: alanbur                               on 2001/02/22  19:31:57
63920         Log: Synchronised with parent
63921      Branch: maint-5.6/pureperl
63922           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
63923 ____________________________________________________________________________
63924 [  8894] By: gsar                                  on 2001/02/22  19:06:18
63925         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
63926              
63927              fix memory leak in method call optimization (change#3768);
63928              made C<eval "$x->foo()"> leak
63929              
63930              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
63931      Branch: maint-5.6/perl
63932           !> op.c
63933 ____________________________________________________________________________
63934 [  8893] By: jhi                                   on 2001/02/22  18:35:27
63935         Log: (Retracted by #8915.)
63936              
63937              Third Degree finding:
63938              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
63939      Branch: perl
63940            ! gv.c
63941 ____________________________________________________________________________
63942 [  8892] By: jhi                                   on 2001/02/22  14:28:32
63943         Log: Update Changes.
63944      Branch: perl
63945            ! Changes patchlevel.h
63946 ____________________________________________________________________________
63947 [  8891] By: jhi                                   on 2001/02/22  13:22:45
63948         Log: Metaconfig unit changes for #8890.
63949      Branch: metaconfig
63950            ! U/modified/Cppsym.U U/threads/archname.U
63951 ____________________________________________________________________________
63952 [  8890] By: jhi                                   on 2001/02/22  13:22:12
63953         Log: Add -stdio to the archname if no perlio selected,
63954              no -perlio added since that is now the default.
63955              
63956              Add few CPUs/architectures to the Cppsym scan.
63957      Branch: perl
63958            ! Configure config_h.SH
63959 ____________________________________________________________________________
63960 [  8889] By: jhi                                   on 2001/02/22  13:05:59
63961         Log: Metaconfig unit change for #8888.
63962      Branch: metaconfig/U/perl
63963            ! useperlio.U
63964 ____________________________________________________________________________
63965 [  8888] By: jhi                                   on 2001/02/22  13:05:28
63966         Log: *drum roll*  Make perlio the default.
63967      Branch: perl
63968            ! Configure config_h.SH
63969 ____________________________________________________________________________
63970 [  8887] By: jhi                                   on 2001/02/22  12:50:52
63971         Log: Integrate change #8665 from maintperl to mainline,
63972              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
63973      Branch: perl
63974           !> ext/POSIX/POSIX.xs
63975 ____________________________________________________________________________
63976 [  8886] By: jhi                                   on 2001/02/22  12:49:24
63977         Log: Integrate changes #8883,8884 from mainline to maintperl.
63978              
63979              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
63980              Subject: Re: File::Temp::_gettemp warning
63981      Branch: maint-5.6/perl
63982           !> embed.h embed.pl lib/File/Temp.pm
63983 ____________________________________________________________________________
63984 [  8885] By: jhi                                   on 2001/02/22  12:43:59
63985         Log: Based on
63986              
63987              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
63988              From: schwab@suse.de
63989              Date: Thu, 22 Feb 2001 13:08:09 +0100
63990              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
63991              
63992              but the fix done slightly differently because the other
63993              half was already done in #8664.
63994      Branch: maint-5.6/perl
63995            ! ext/POSIX/POSIX.xs
63996 ____________________________________________________________________________
63997 [  8884] By: jhi                                   on 2001/02/22  12:37:15
63998         Log: Subject: Re: File::Temp::_gettemp warning
63999              From: Tim Jenness <t.jenness@jach.hawaii.edu>
64000              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
64001              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
64002              
64003              This patch to File::Temp does two things:
64004              
64005              1. Fixes the problem with CGI::Carp when determining
64006              the Fcntl constants
64007              
64008              2. Removes most of the carps and consolidates them so that all the
64009              reasons are included in a single die that is caught by the test. This
64010              means that the correct skipping behaviour is displayed by the test.
64011      Branch: perl
64012            ! lib/File/Temp.pm
64013 ____________________________________________________________________________
64014 [  8883] By: jhi                                   on 2001/02/22  12:29:19
64015         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
64016              From: Peter Prymmer <pvhp@forte.com>
64017              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
64018              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
64019      Branch: perl
64020            ! embed.h embed.pl
64021 ____________________________________________________________________________
64022 [  8882] By: jhi                                   on 2001/02/21  19:41:33
64023         Log: Integrate change #8881 from mainlin to maintperl.
64024              
64025              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
64026      Branch: maint-5.6/perl
64027           !> op.c
64028 ____________________________________________________________________________
64029 [  8881] By: jhi                                   on 2001/02/21  19:38:57
64030         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
64031              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64032              Date:     Wed, 21 Feb 2001 13:08:03 EST
64033              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
64034      Branch: perl
64035            ! op.c
64036 ____________________________________________________________________________
64037 [  8880] By: jhi                                   on 2001/02/21  19:34:34
64038         Log: Retract #8875, cannot let go of the old semantics of unpack U
64039              without rethinking utf8decode.t.
64040      Branch: perl
64041            ! pp.c t/op/pack.t
64042 ____________________________________________________________________________
64043 [  8879] By: jhi                                   on 2001/02/21  19:08:02
64044         Log: Run run/*.t also in minitest.
64045      Branch: perl
64046            ! Makefile.SH
64047 ____________________________________________________________________________
64048 [  8878] By: nick                                  on 2001/02/21  18:55:37
64049         Log: Integrate mainline
64050      Branch: perlio
64051           !> (integrate 76 files)
64052 ____________________________________________________________________________
64053 [  8877] By: jhi                                   on 2001/02/21  15:09:33
64054         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
64055      Branch: metaconfig
64056            ! U/compline/nblock_io.U
64057      Branch: perl
64058            ! Configure config_h.SH
64059 ____________________________________________________________________________
64060 [  8876] By: jhi                                   on 2001/02/21  14:54:45
64061         Log: If no sfio, no -lsfio.
64062      Branch: metaconfig/U/perl
64063            ! d_sfio.U
64064      Branch: perl
64065            ! Configure config_h.SH
64066 ____________________________________________________________________________
64067 [  8875] By: jhi                                   on 2001/02/21  14:54:00
64068         Log: Make unpack C and unpack U truly equivalent.
64069      Branch: perl
64070            ! pp.c t/op/pack.t
64071 ____________________________________________________________________________
64072 [  8874] By: jhi                                   on 2001/02/21  14:26:02
64073         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
64074              From: Peter Prymmer <pvhp@forte.com>
64075              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
64076              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
64077      Branch: perl
64078            ! pod/perlport.pod
64079 ____________________________________________________________________________
64080 [  8873] By: jhi                                   on 2001/02/21  14:24:31
64081         Log: Subject: [PATCH] fix for charnames above FFFF
64082              From: andreas.koenig@anima.de (Andreas J. Koenig)
64083              Date: 21 Feb 2001 07:05:45 +0100
64084              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
64085      Branch: perl
64086            ! lib/charnames.pm t/lib/charnames.t
64087 ____________________________________________________________________________
64088 [  8872] By: jhi                                   on 2001/02/21  14:15:25
64089         Log: Integrate change #8868 from pureperl to mainline.
64090              
64091              Fixed reference count loop caused by sv_magic.
64092      Branch: perl
64093           !> sv.c
64094 ____________________________________________________________________________
64095 [  8871] By: jhi                                   on 2001/02/21  14:07:29
64096         Log: Integrate change #8868 from pureperl to maintperl.
64097              
64098              Fixed reference count loop caused by sv_magic.
64099      Branch: maint-5.6/perl
64100           !> sv.c
64101 ____________________________________________________________________________
64102 [  8870] By: jhi                                   on 2001/02/21  14:04:41
64103         Log: Put back the #8840, it was innocent.
64104      Branch: perl
64105            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
64106            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
64107 ____________________________________________________________________________
64108 [  8869] By: jhi                                   on 2001/02/21  14:00:03
64109         Log: unpack("C", ...) was left slightly unfinished by #8865.
64110      Branch: perl
64111            ! pp.c t/op/pack.t
64112 ____________________________________________________________________________
64113 [  8868] By: alanbur                               on 2001/02/21  01:33:45
64114         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
64115              from gv_fetchpv to create single-character magic variables (e.g. $!),
64116              and it is passed a sv and the gv that contains the sv as the mg_obj
64117              value.  When sv_magic stores the mg_obj pointer it increments the gv
64118              refcount, thus causing a sv-gv pair that can't be freed.  There is
64119              already a check for sv == obj which is used to prevent such reference
64120              loops.  This change extends the check to cover the case described above.
64121      Branch: maint-5.6/pureperl
64122            ! sv.c
64123 ____________________________________________________________________________
64124 [  8867] By: jhi                                   on 2001/02/21  00:52:39
64125         Log: Update Changes.
64126      Branch: perl
64127            ! Changes patchlevel.h
64128 ____________________________________________________________________________
64129 [  8866] By: jhi                                   on 2001/02/21  00:34:20
64130         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
64131              (Note: there were some conflicts due to EBCDIC and EPOC
64132              patches, in general I preferred the repository code.)
64133              (When 2.753 comes out, we need to synchronize.)
64134      Branch: perl
64135            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
64136            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
64137            ! t/lib/cgi-html.t
64138 ____________________________________________________________________________
64139 [  8865] By: jhi                                   on 2001/02/21  00:24:22
64140         Log: Make pack("C", 0x100) to create Unicode, unless under the
64141              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
64142              will understand Unicode, unless you under know what.
64143      Branch: perl
64144            ! pp.c t/op/pack.t t/op/qu.t
64145 ____________________________________________________________________________
64146 [  8864] By: alanbur                               on 2001/02/20  22:35:34
64147         Log: Resynchronised with parent
64148      Branch: maint-5.6/pureperl
64149           !> README.win32 ext/GDBM_File/GDBM_File.pm
64150           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
64151           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
64152           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
64153           !> t/lib/sdbm.t util.c
64154 ____________________________________________________________________________
64155 [  8863] By: jhi                                   on 2001/02/20  20:55:11
64156         Log: Integrate change #8860,8861 from mainline into maintperl.
64157              
64158              "pseudo-literal j"
64159              
64160              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
64161      Branch: maint-5.6/perl
64162           !> lib/Test.pm pod/perlop.pod
64163 ____________________________________________________________________________
64164 [  8862] By: jhi                                   on 2001/02/20  20:30:07
64165         Log: Don't do casting between pointers pointing to differently sized
64166              integers.
64167      Branch: perl
64168            ! hv.c sv.c
64169 ____________________________________________________________________________
64170 [  8861] By: jhi                                   on 2001/02/20  19:53:44
64171         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
64172              From: Peter Prymmer <pvhp@forte.com>
64173              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
64174              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
64175      Branch: perl
64176            ! lib/Test.pm
64177 ____________________________________________________________________________
64178 [  8860] By: jhi                                   on 2001/02/20  19:48:02
64179         Log: "pseudo-literal j", a documentation glitch reported to Debian.
64180              The text recovered from Perl 5.005_03, and pseudo-literal replaced
64181              by "backtick string".
64182      Branch: perl
64183            ! pod/perlop.pod
64184 ____________________________________________________________________________
64185 [  8859] By: jhi                                   on 2001/02/20  19:15:46
64186         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
64187              from Chris Nandor.
64188      Branch: perl
64189            ! makedef.pl
64190 ____________________________________________________________________________
64191 [  8858] By: jhi                                   on 2001/02/20  17:36:53
64192         Log: Integrate pureperl changes #8844,8845,8850 to mainline
64193              (via maintperl #8855).
64194              
64195              Fixed %^H scoping bug
64196              
64197              Removed GV <-> CV refcount loop
64198              
64199              Removed %ENV refcount loop
64200      Branch: perl
64201           !> gv.c op.c perl.c pp.c scope.c
64202 ____________________________________________________________________________
64203 [  8857] By: jhi                                   on 2001/02/20  17:34:32
64204         Log: Integrate changes #8853,8854 from maintperl to mainline.
64205              
64206              EBDIC fixes, README.win32 Borland update.
64207      Branch: perl
64208           !> README.win32 handy.h util.c
64209 ____________________________________________________________________________
64210 [  8856] By: jhi                                   on 2001/02/20  17:33:16
64211         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
64212      Branch: maint-5.6/perl
64213           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
64214           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
64215           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
64216 ____________________________________________________________________________
64217 [  8855] By: jhi                                   on 2001/02/20  17:32:13
64218         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
64219              
64220              Fixed %^H scoping bug
64221              
64222              Removed GV <-> CV refcount loop
64223              
64224              Removed %ENV refcount loop
64225      Branch: maint-5.6/perl
64226           !> gv.c op.c perl.c pp.c scope.c
64227 ____________________________________________________________________________
64228 [  8854] By: jhi                                   on 2001/02/20  17:25:06
64229         Log: Subject: Addition to readme.win32 for Borland C++ compilers
64230              Date: Tue, 20 Feb 2001 02:15:25 +0300
64231              From: "Vadim Konovalov" <watman@inbox.ru>
64232              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
64233              
64234              Document Borland compiler misbehaviour.
64235      Branch: maint-5.6/perl
64236            ! README.win32
64237 ____________________________________________________________________________
64238 [  8853] By: jhi                                   on 2001/02/20  17:22:25
64239         Log: The assimilation of ebcdic.c didn't quite work at the first try,
64240              patches from Thomas Dorner.
64241      Branch: maint-5.6/perl
64242            ! handy.h util.c
64243 ____________________________________________________________________________
64244 [  8852] By: jhi                                   on 2001/02/20  17:20:15
64245         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
64246              From: Chris Nandor <pudge@pobox.com>
64247              Date: Tue, 20 Feb 2001 08:32:45 -0500
64248              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
64249      Branch: maint-5.6/perl
64250            ! makedef.pl mg.c
64251 ____________________________________________________________________________
64252 [  8851] By: jhi                                   on 2001/02/20  17:15:52
64253         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
64254      Branch: perl
64255            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
64256            ! t/lib/filter-util.t
64257 ____________________________________________________________________________
64258 [  8850] By: alanbur                               on 2001/02/20  17:12:40
64259         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
64260              and the magic pointer points back to the GV that contains the
64261              %ENV hash.  This creates a refcount loop that prevents members
64262              of %ENV from being freed correctly.  This change removes the
64263              refcount loop - the magic pointer was never used anyway, the
64264              only use of the magic was to check the type ('E') so that the
64265              appropriate environment manipulation code is called when %ENV
64266              is modified.
64267      Branch: maint-5.6/pureperl
64268            ! perl.c
64269 ____________________________________________________________________________
64270 [  8849] By: jhi                                   on 2001/02/20  17:12:20
64271         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
64272              From: "Craig A. Berry" <craigberry@mac.com>
64273              Date: Mon, 19 Feb 2001 23:36:12 -0600
64274              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
64275              
64276              Case-forgiving systems match TestInit.pm with TES*.
64277      Branch: perl
64278            ! t/lib/glob-basic.t
64279 ____________________________________________________________________________
64280 [  8848] By: jhi                                   on 2001/02/20  17:10:02
64281         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
64282      Branch: perl
64283            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
64284            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
64285            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
64286 ____________________________________________________________________________
64287 [  8847] By: jhi                                   on 2001/02/20  15:34:41
64288         Log: The #8843 wasn't quite right: %Config needs to imported.
64289      Branch: perl
64290            ! t/run/runenv.t
64291 ____________________________________________________________________________
64292 [  8846] By: jhi                                   on 2001/02/20  15:31:50
64293         Log: Retract the #8838 and #8840 for now because of
64294              the DB_File tie problem.
64295      Branch: perl
64296            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
64297            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
64298            ! proto.h sv.c
64299 ____________________________________________________________________________
64300 [  8845] By: alanbur                               on 2001/02/20  14:25:41
64301         Log: Removed GV <-> CV refcount loop
64302              CvGV(mycv) points to the parent GV of the CV, and was previously
64303              refcounted.  The pointer remains, but the refcounting has been removed
64304              as it causes a refcount loop between the CV and GV that means the CV
64305              can't ever be deleted.
64306      Branch: maint-5.6/pureperl
64307            ! gv.c op.c pp.c
64308 ____________________________________________________________________________
64309 [  8844] By: alanbur                               on 2001/02/20  14:23:13
64310         Log: Fixed %^H scoping bug
64311      Branch: maint-5.6/pureperl
64312            ! scope.c
64313 ____________________________________________________________________________
64314 [  8843] By: jhi                                   on 2001/02/19  13:38:08
64315         Log: fork() not everywhere, cleanup temp files.
64316      Branch: perl
64317            ! t/run/runenv.t
64318 ____________________________________________________________________________
64319 [  8842] By: alanbur                               on 2001/02/19  12:42:07
64320         Log: Resynchronised with parent
64321      Branch: maint-5.6/pureperl
64322           !> pod/perlfaq4.pod sv.c utf8.c
64323 ____________________________________________________________________________
64324 [  8841] By: jhi                                   on 2001/02/19  03:35:51
64325         Log: Update Changes.
64326      Branch: perl
64327            ! Changes patchlevel.h
64328 ____________________________________________________________________________
64329 [  8840] By: jhi                                   on 2001/02/19  00:23:41
64330         Log: Subject: [patch] add sv_setref_uv
64331              From: Doug MacEachern <dougm@covalent.net>
64332              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
64333              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
64334      Branch: perl
64335            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
64336            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
64337 ____________________________________________________________________________
64338 [  8839] By: jhi                                   on 2001/02/19  00:01:38
64339         Log: Put to rest the 20010205.001, the email address checking (not) regex.
64340      Branch: perl
64341            ! pod/perlfaq9.pod
64342 ____________________________________________________________________________
64343 [  8838] By: jhi                                   on 2001/02/18  22:17:54
64344         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
64345              From: Doug MacEachern <dougm@covalent.net>
64346              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
64347              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
64348      Branch: perl
64349            ! lib/ExtUtils/xsubpp
64350 ____________________________________________________________________________
64351 [  8837] By: jhi                                   on 2001/02/18  22:16:50
64352         Log: Subject: [patch] -Wall cleanup round 2
64353              From: Doug MacEachern <dougm@covalent.net>
64354              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
64355              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
64356      Branch: perl
64357            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
64358            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
64359            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
64360            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
64361            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
64362            ! ext/SDBM_File/SDBM_File.xs
64363 ____________________________________________________________________________
64364 [  8836] By: jhi                                   on 2001/02/18  22:11:20
64365         Log: Misapplied regex optimizations when \C is present.
64366              Fixes 20001230.002.
64367              
64368              What still remains broken is that the submatches that
64369              have \C in them get their UTF8 flag on because their
64370              parent SV has it on.  This will result in malformed
64371              UTF8 if a \C happened to match a non-ASCII byte.
64372      Branch: perl
64373            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
64374            ! t/pragma/utf8.t
64375 ____________________________________________________________________________
64376 [  8835] By: jhi                                   on 2001/02/18  20:12:02
64377         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
64378              
64379              The hash key got wrongly UTF8fied.
64380      Branch: perl
64381            ! pod/perlapi.pod toke.c utf8.c
64382 ____________________________________________________________________________
64383 [  8834] By: jhi                                   on 2001/02/18  19:44:25
64384         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
64385              don't warn on magical or overloaded things.
64386      Branch: perl
64387            ! pp_hot.c
64388 ____________________________________________________________________________
64389 [  8833] By: nick                                  on 2001/02/18  19:31:22
64390         Log: Integrate mainline
64391      Branch: perlio
64392           +> t/TestInit.pm t/run/runenv.t
64393            - t/UTEST
64394           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
64395           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
64396           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
64397           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
64398           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
64399           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
64400           !> utf8.c
64401 ____________________________________________________________________________
64402 [  8832] By: jhi                                   on 2001/02/18  19:21:18
64403         Log: Integrate perlio:
64404              
64405              [  8830]
64406              Apply the spirit of patch from Nick Clark:
64407              Subject: [PATCH] Re: extensions that provide layers
64408              From: Nicholas Clark <nick@ccl4.org>
64409              Date: Mon, 12 Feb 2001 16:43:51 +0000
64410              Message-Id: <20010212164350.Q3652@plum.flirble.org>
64411      Branch: perl
64412           !> perlio.c pod/perldiag.pod
64413 ____________________________________________________________________________
64414 [  8831] By: jhi                                   on 2001/02/18  19:14:20
64415         Log: Integrate change #8827 from mainline.
64416              
64417              UTF8 tweaks.
64418      Branch: maint-5.6/perl
64419           !> sv.c utf8.c
64420 ____________________________________________________________________________
64421 [  8830] By: nick                                  on 2001/02/18  19:10:34
64422         Log: Apply the spirit of patch from Nick Clark:
64423              Subject: [PATCH] Re: extensions that provide layers
64424              From: Nicholas Clark <nick@ccl4.org>
64425              Date: Mon, 12 Feb 2001 16:43:51 +0000
64426              Message-Id: <20010212164350.Q3652@plum.flirble.org>
64427      Branch: perlio
64428            ! perlio.c pod/perldiag.pod
64429 ____________________________________________________________________________
64430 [  8829] By: jhi                                   on 2001/02/18  19:03:25
64431         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
64432              From: schwern@pobox.com 
64433              Date: Sun, 18 Feb 2001 13:44:35 -0500
64434              Message-ID: <20010218134435.A17544@magnonel.guild.net>
64435              
64436              Applied, but as t/TestInit.pm.
64437      Branch: perl
64438            + t/TestInit.pm
64439            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
64440            ! t/op/subst_wamp.t
64441 ____________________________________________________________________________
64442 [  8828] By: jhi                                   on 2001/02/18  18:43:52
64443         Log: Integrate perlio:
64444              
64445              [  8826]
64446              Fix [ID 20010217.002]
64447              open FOO, "<:raw:perlio", ...
64448              :raw now inserts default base layer below itself.
64449              Also
64450              open FOO, "<:unix", ...
64451              works as well - but leaves buffer layer on stack under the unix layer.
64452      Branch: perl
64453           !> perlio.c
64454 ____________________________________________________________________________
64455 [  8827] By: jhi                                   on 2001/02/18  18:41:33
64456         Log: UTF-8 tweaks.
64457      Branch: perl
64458            ! sv.c utf8.c
64459 ____________________________________________________________________________
64460 [  8826] By: nick                                  on 2001/02/18  17:40:59
64461         Log: Fix [ID 20010217.002]
64462              open FOO, "<:raw:perlio", ...
64463              :raw now inserts default base layer below itself.
64464              Also
64465              open FOO, "<:unix", ...
64466              works as well - but leaves buffer layer on stack under the unix layer.
64467      Branch: perlio
64468            ! perlio.c
64469 ____________________________________________________________________________
64470 [  8825] By: jhi                                   on 2001/02/18  17:15:39
64471         Log: Integrate perlio:
64472              
64473              [  8820]
64474              Clean up a few core dumps when layers are used in unexpected ways.
64475              (Still not "right"...)
64476      Branch: perl
64477           !> perlio.c perliol.h
64478 ____________________________________________________________________________
64479 [  8824] By: jhi                                   on 2001/02/18  17:10:53
64480         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
64481              From: schwern@pobox.com
64482              Date: Sun, 18 Feb 2001 01:48:50 -0500
64483              Message-ID: <20010218014850.C19957@magnonel.guild.net>
64484      Branch: perl
64485            ! lib/Test/Harness.pm t/TEST t/op/chop.t
64486 ____________________________________________________________________________
64487 [  8823] By: jhi                                   on 2001/02/18  17:01:06
64488         Log: Add run/*.t to testables.
64489      Branch: perl
64490            ! t/TEST
64491 ____________________________________________________________________________
64492 [  8822] By: jhi                                   on 2001/02/18  16:58:58
64493         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
64494              From: schwern@pobox.com
64495              Date: Sun, 18 Feb 2001 01:11:35 -0500
64496              Message-ID: <20010218011135.A19957@magnonel.guild.net>
64497              
64498              Revive mjd's and Simon's PERL5OPT fix.
64499      Branch: perl
64500            + t/run/runenv.t
64501            ! MANIFEST perl.c
64502 ____________________________________________________________________________
64503 [  8821] By: jhi                                   on 2001/02/18  16:53:46
64504         Log: Subject: Re: Why t/TEST and not Test::Harness?
64505              From: schwern@pobox.com
64506              Date: Sat, 17 Feb 2001 22:44:44 -0500
64507              Message-ID: <20010217224444.A6679@magnonel.guild.net>
64508              
64509              Replace UTEST with TEST -utf8.
64510      Branch: perl
64511            - t/UTEST
64512            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
64513            ! t/lib/glob-basic.t
64514 ____________________________________________________________________________
64515 [  8820] By: nick                                  on 2001/02/18  13:06:16
64516         Log: Clean up a few core dumps when layers are used in unexpected ways.
64517              (Still not "right"...)
64518      Branch: perlio
64519            ! perlio.c perliol.h
64520 ____________________________________________________________________________
64521 [  8819] By: jhi                                   on 2001/02/18  02:25:55
64522         Log: Integrate change #8818 from maintperl, a FAQ nit.
64523      Branch: perl
64524           !> pod/perlfaq4.pod
64525 ____________________________________________________________________________
64526 [  8818] By: jhi                                   on 2001/02/18  02:24:50
64527         Log: FAQ nit from Chris Fedde.
64528      Branch: maint-5.6/perl
64529            ! pod/perlfaq4.pod
64530 ____________________________________________________________________________
64531 [  8817] By: nick                                  on 2001/02/17  18:20:14
64532         Log: Integrate mainline
64533      Branch: perlio
64534           +> lib/unicode/UCD.html lib/unicode/Unicode.html
64535           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
64536           +> pod/perlclib.pod
64537            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
64538            - lib/unicode/Unicode.301
64539           !> (integrate 324 files)
64540 ____________________________________________________________________________
64541 [  8816] By: jhi                                   on 2001/02/17  16:56:58
64542         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
64543      Branch: perl
64544            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
64545            ! ext/Storable/Storable.xs t/lib/st-06compat.t
64546            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
64547 ____________________________________________________________________________
64548 [  8815] By: jhi                                   on 2001/02/17  16:40:07
64549         Log: Subject: [patch] -Wall
64550              From: Doug MacEachern <dougm@covalent.net>
64551              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
64552              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
64553      Branch: perl
64554            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
64555            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
64556 ____________________________________________________________________________
64557 [  8814] By: jhi                                   on 2001/02/16  19:27:18
64558         Log: Document qu better.
64559      Branch: perl
64560            ! pod/perlop.pod
64561 ____________________________________________________________________________
64562 [  8813] By: jhi                                   on 2001/02/15  13:54:37
64563         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
64564              From: Hugo <hv@crypt.compulink.co.uk>
64565              Date: Thu, 15 Feb 2001 13:39:49 +0000
64566              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
64567      Branch: perl
64568            ! toke.c
64569 ____________________________________________________________________________
64570 [  8812] By: alanbur                               on 2001/02/15  13:52:16
64571         Log: Resynchronised with parent
64572      Branch: maint-5.6/pureperl
64573            - ebcdic.c
64574           !> (integrate 36 files)
64575 ____________________________________________________________________________
64576 [  8811] By: jhi                                   on 2001/02/15  13:51:16
64577         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
64578              
64579              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
64580              From: Jan Dubois <JanD@ActiveState.com>
64581              Date: Wed, 31 Jan 2001 21:17:03 -0800
64582              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
64583              
64584              tweak change#8659 to keep it simple
64585              
64586              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
64587              From: Russ Allbery <rra@stanford.edu>
64588              Date: 14 Feb 2001 10:15:41 -0800
64589              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
64590              
64591              (8809 empty)
64592              
64593              Upgrade to podlators 1.08, from Russ Allbery.
64594      Branch: perl
64595           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
64596           !> utils/perldoc.PL
64597 ____________________________________________________________________________
64598 [  8810] By: jhi                                   on 2001/02/15  13:35:08
64599         Log: Upgrade to podlators 1.08, from Russ Allbery.
64600      Branch: maint-5.6/perl
64601            ! lib/Pod/Man.pm lib/Pod/Text.pm
64602 ____________________________________________________________________________
64603 [  8809] By: jhi                                   on 2001/02/15  13:26:38
64604         Log: (accidentally empty check-in)
64605      Branch: maint-5.6/perl
64606            ! lib/Test/Harness.pm
64607 ____________________________________________________________________________
64608 [  8808] By: jhi                                   on 2001/02/15  13:23:47
64609         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
64610              From: Russ Allbery <rra@stanford.edu>
64611              Date: 14 Feb 2001 10:15:41 -0800
64612              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
64613              
64614              perldoc was hardcoding $Config{installscript}, which breaks
64615              when install* isn't where Perl ends up (such as with AFS).
64616              
64617              Use $Config{scriptdir} instead.
64618      Branch: maint-5.6/perl
64619            ! utils/perldoc.PL
64620 ____________________________________________________________________________
64621 [  8807] By: jhi                                   on 2001/02/14  14:37:27
64622         Log: Update Changes.
64623      Branch: perl
64624            ! Changes patchlevel.h
64625 ____________________________________________________________________________
64626 [  8806] By: jhi                                   on 2001/02/14  14:25:31
64627         Log: Integrate changes #8803,8804,8805 from mainline.
64628              
64629              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
64630              
64631              Don't skip too much of the locale error message if no environ array,
64632              from Chris Nandor.
64633              
64634              More MacOS Classic fixes from Chris Nandor.
64635      Branch: maint-5.6/perl
64636           !> doop.c lib/Cwd.pm perl.c perl.h util.c
64637 ____________________________________________________________________________
64638 [  8805] By: jhi                                   on 2001/02/14  03:29:01
64639         Log: More MacOS Classic fixes from Chris Nandor.
64640      Branch: perl
64641            ! doop.c lib/Cwd.pm
64642 ____________________________________________________________________________
64643 [  8804] By: jhi                                   on 2001/02/14  03:18:35
64644         Log: Don't skip too much of the locale error message if no environ array,
64645              from Chris Nandor.
64646      Branch: perl
64647            ! util.c
64648 ____________________________________________________________________________
64649 [  8803] By: jhi                                   on 2001/02/14  03:14:14
64650         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
64651      Branch: perl
64652            ! perl.c perl.h
64653 ____________________________________________________________________________
64654 [  8802] By: jhi                                   on 2001/02/13  18:31:33
64655         Log: AUTHORS update.
64656      Branch: perl
64657            ! AUTHORS
64658 ____________________________________________________________________________
64659 [  8801] By: jhi                                   on 2001/02/13  17:55:19
64660         Log: Integrate change #8792 from mainline.
64661              
64662              Subject: buncha MacPerl patches for bleadperl
64663              From: Chris Nandor <pudge@pobox.com>
64664              Date: Tue, 13 Feb 2001 00:02:43 -0500
64665              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
64666      Branch: maint-5.6/perl
64667           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
64668           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
64669           !> t/lib/basename.t toke.c util.h
64670 ____________________________________________________________________________
64671 [  8800] By: jhi                                   on 2001/02/13  17:46:43
64672         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
64673              to be forced to Off_t.
64674              
64675              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
64676              From: nick@ccl4.org
64677              Date: Thu, 1 Feb 2001 12:01:04 +0000
64678              Message-Id: <20010201120103.E11401@plum.flirble.org>
64679      Branch: maint-5.6/perl
64680            ! iperlsys.h perlio.c
64681 ____________________________________________________________________________
64682 [  8799] By: jhi                                   on 2001/02/13  16:52:51
64683         Log: Duplex duplex hunk hunk.
64684      Branch: maint-5.6/perl
64685            ! Makefile.SH
64686 ____________________________________________________________________________
64687 [  8797] By: jhi                                   on 2001/02/13  14:52:04
64688         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
64689              From: "Craig A. Berry" <craigberry@mac.com>
64690              Date: Mon, 12 Feb 2001 11:05:25 -0600
64691              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
64692      Branch: perl
64693            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
64694 ____________________________________________________________________________
64695 [  8796] By: jhi                                   on 2001/02/13  14:36:47
64696         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
64697              From: simon.cozens@pembroke.oxford.ac.uk 
64698              Date: Sat, 10 Feb 2001 17:57:02 +0000
64699              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
64700              
64701              Now it does include.
64702      Branch: perl
64703            ! pod/perldiag.pod
64704 ____________________________________________________________________________
64705 [  8795] By: jhi                                   on 2001/02/13  14:30:11
64706         Log: Sort the MANIFEST.
64707      Branch: perl
64708            ! MANIFEST
64709 ____________________________________________________________________________
64710 [  8794] By: jhi                                   on 2001/02/13  14:26:51
64711         Log: Integrate change #8793 from mainline, FAQ updates.
64712      Branch: maint-5.6/perl
64713           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
64714 ____________________________________________________________________________
64715 [  8793] By: jhi                                   on 2001/02/13  14:25:13
64716         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
64717      Branch: perl
64718            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
64719 ____________________________________________________________________________
64720 [  8792] By: jhi                                   on 2001/02/13  14:22:50
64721         Log: Subject: buncha MacPerl patches for bleadperl
64722              From: Chris Nandor <pudge@pobox.com>
64723              Date: Tue, 13 Feb 2001 00:02:43 -0500
64724              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
64725      Branch: perl
64726            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
64727            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
64728            ! t/lib/basename.t toke.c util.h
64729 ____________________________________________________________________________
64730 [  8791] By: jhi                                   on 2001/02/13  14:10:39
64731         Log: Integrate change #8790 from mainline.
64732              
64733              environ array wrongly assumed in Perl_init_i18nl10n(),
64734      Branch: maint-5.6/perl
64735           !> util.c
64736 ____________________________________________________________________________
64737 [  8790] By: jhi                                   on 2001/02/13  14:06:15
64738         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
64739              noticed by Chris Nandor in MacOS Classic.
64740      Branch: perl
64741            ! util.c
64742 ____________________________________________________________________________
64743 [  8789] By: jhi                                   on 2001/02/13  13:58:07
64744         Log: Integrate changes #8373,8487,8544,8783 from mainline.
64745              
64746              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
64747              hints files, the dynaloading, assimilate ebcdic into util.c.
64748      Branch: maint-5.6/perl
64749            - ebcdic.c
64750            ! MANIFEST hints/posix-bc.sh
64751           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
64752           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
64753           !> perlapi.c proto.h util.c
64754 ____________________________________________________________________________
64755 [  8788] By: alanbur                               on 2001/02/13  10:33:13
64756         Log: Integrated changes from maint-5.6
64757      Branch: maint-5.6/pureperl
64758           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
64759           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
64760           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
64761           !> vos/config.ga.h vos/configure_perl.cm
64762 ____________________________________________________________________________
64763 [  8787] By: jhi                                   on 2001/02/13  05:56:36
64764         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
64765      Branch: perl
64766           !> Makefile.SH
64767 ____________________________________________________________________________
64768 [  8786] By: jhi                                   on 2001/02/13  05:54:34
64769         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
64770              From: Dorner Thomas <Thomas.Dorner@start.de>
64771              Date: Mon, 12 Feb 2001 15:06:26 +0100
64772              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
64773      Branch: maint-5.6/perl
64774            ! Makefile.SH
64775 ____________________________________________________________________________
64776 [  8785] By: jhi                                   on 2001/02/13  05:29:04
64777         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
64778      Branch: perl
64779           !> hints/openbsd.sh
64780 ____________________________________________________________________________
64781 [  8784] By: jhi                                   on 2001/02/13  02:25:24
64782         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
64783              From: Peter Prymmer <pvhp@forte.com>
64784              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
64785              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
64786      Branch: perl
64787            ! pod/perlclib.pod
64788 ____________________________________________________________________________
64789 [  8783] By: jhi                                   on 2001/02/13  02:22:36
64790         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
64791      Branch: perl
64792            - ebcdic.c
64793            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
64794            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
64795            ! util.c
64796 ____________________________________________________________________________
64797 [  8782] By: jhi                                   on 2001/02/13  02:00:07
64798         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
64799      Branch: maint-5.6/perl
64800            ! pod/perlport.pod
64801 ____________________________________________________________________________
64802 [  8781] By: jhi                                   on 2001/02/13  01:58:44
64803         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
64804      Branch: maint-5.6/perl
64805            ! hints/openbsd.sh
64806 ____________________________________________________________________________
64807 [  8780] By: jhi                                   on 2001/02/13  01:57:33
64808         Log: Synchronize the regexp tests between maintperl and mainline.
64809      Branch: maint-5.6/perl
64810           !> t/op/re_tests
64811 ____________________________________________________________________________
64812 [  8779] By: jhi                                   on 2001/02/13  01:49:35
64813         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
64814              From: Hugo <hv@crypt.compulink.co.uk>
64815              Date: Tue, 13 Feb 2001 00:11:11 +0000
64816              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
64817      Branch: perl
64818            ! regcomp.c t/op/re_tests
64819 ____________________________________________________________________________
64820 [  8778] By: jhi                                   on 2001/02/13  00:23:10
64821         Log: Comments do not nest.
64822      Branch: perl
64823            ! perl.h
64824 ____________________________________________________________________________
64825 [  8777] By: jhi                                   on 2001/02/13  00:17:54
64826         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
64827              From: Hugo <hv@crypt.compulink.co.uk>
64828              Date: Tue, 13 Feb 2001 00:11:11 +0000
64829              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
64830      Branch: maint-5.6/perl
64831            ! regcomp.c t/op/re_tests
64832 ____________________________________________________________________________
64833 [  8776] By: jhi                                   on 2001/02/12  23:25:52
64834         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
64835      Branch: maint-5.6/perl
64836            ! pod/perlport.pod
64837 ____________________________________________________________________________
64838 [  8775] By: jhi                                   on 2001/02/12  23:04:28
64839         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
64840      Branch: maint-5.6/perl
64841            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
64842            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
64843            ! vos/configure_perl.cm
64844 ____________________________________________________________________________
64845 [  8774] By: jhi                                   on 2001/02/12  22:59:11
64846         Log: Subject: Re: [patch] context for 'U' magic functions
64847              From: Doug MacEachern <dougm@covalent.net>
64848              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
64849              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
64850              
64851              plus the suggestion by Nick Ing-Simmons to name the macro
64852              as PERL_MG_UFUNC to avoid namespace pollution, plus add
64853              the advice by Doug for XS writers to perl.h
64854      Branch: perl
64855            ! mg.c perl.h
64856 ____________________________________________________________________________
64857 [  8773] By: jhi                                   on 2001/02/11  20:14:12
64858         Log: Update Changes.
64859      Branch: perl
64860            ! Changes patchlevel.h
64861 ____________________________________________________________________________
64862 [  8772] By: jhi                                   on 2001/02/11  18:47:52
64863         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
64864              From: Simon Cozens <simon@cozens.net>
64865              Date: Wed, 31 Jan 2001 16:31:43 +0000
64866              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
64867      Branch: perl
64868            + pod/perlclib.pod
64869            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
64870            ! pod/perltoc.pod
64871 ____________________________________________________________________________
64872 [  8771] By: jhi                                   on 2001/02/11  18:36:48
64873         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
64874              
64875              Blocks-4d3.beta.txt
64876              CaseFolding-3d4.beta.txt
64877              CompositionExclusions-3d6.beta.txt
64878              EastAsianWidth-4d4.beta.txt
64879              LineBreak-6d3.beta.txt
64880              NamesList-3.1.0d1.beta.txt
64881              PropList-3.1.0d4.beta.txt
64882              SpecialCasing-4d1.beta.txt
64883              UnicodeData-3.1.0d6.beta.txt
64884      Branch: perl
64885            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
64886           +> lib/unicode/UCD.html lib/unicode/Unicode.html
64887            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
64888            - lib/unicode/Unicode.301
64889            ! (edit 257 files)
64890 ____________________________________________________________________________
64891 [  8770] By: jhi                                   on 2001/02/11  17:26:22
64892         Log: UTF-8 documentation.
64893      Branch: perl
64894            ! utf8.h
64895 ____________________________________________________________________________
64896 [  8769] By: jhi                                   on 2001/02/11  17:12:49
64897         Log: Retract #8762.
64898      Branch: perl
64899            ! regexec.c
64900 ____________________________________________________________________________
64901 [  8768] By: jhi                                   on 2001/02/11  16:54:45
64902         Log: Subject: [PATCH] Test::Harness
64903              From: andreas.koenig@anima.de (Andreas J. Koenig)
64904              Date: 11 Feb 2001 14:37:00 +0100
64905              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
64906      Branch: perl
64907            ! lib/Test/Harness.pm
64908 ____________________________________________________________________________
64909 [  8767] By: jhi                                   on 2001/02/11  16:53:52
64910         Log: Subject: [PATCH] Document makepatch in Porting/patching
64911              From: andreas.koenig@anima.de (Andreas J. Koenig)
64912              Date: 11 Feb 2001 16:46:28 +0100
64913              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
64914      Branch: perl
64915            ! Porting/patching.pod
64916 ____________________________________________________________________________
64917 [  8766] By: jhi                                   on 2001/02/11  06:30:23
64918         Log: Subject: Re: [patch] GvSHARED
64919              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
64920              From: Doug MacEachern <dougm@covalent.net>
64921              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
64922              
64923              Subject: Re: [patch] GvSHARED
64924              From: Doug MacEachern <dougm@covalent.net>
64925              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
64926              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
64927              
64928              Subject: [patch] attributes.pm support for `shared'
64929              From: Doug MacEachern <dougm@covalent.net>
64930              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
64931              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
64932              
64933              our() attributes were ignored, our :shared pieces missing,
64934              allow attributes.pm to turn on shared.
64935      Branch: perl
64936            ! op.c t/op/attrs.t toke.c xsutils.c
64937 ____________________________________________________________________________
64938 [  8765] By: alanbur                               on 2001/02/10  23:11:19
64939         Log: Resync with parent (hopefully sucessfully this time)
64940      Branch: maint-5.6/pureperl
64941           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
64942           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
64943           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
64944           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
64945           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
64946           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
64947           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
64948 ____________________________________________________________________________
64949 [  8764] By: jhi                                   on 2001/02/10  22:54:38
64950         Log: Make TEST and UTEST more verbose in case something goes
64951              wrong in running/compiling a script, suggested by Doug
64952              MacEachern.
64953      Branch: perl
64954            ! t/TEST t/UTEST
64955 ____________________________________________________________________________
64956 [  8763] By: jhi                                   on 2001/02/10  22:11:34
64957         Log: Bogus shebang.
64958      Branch: perl
64959            ! t/lib/texttabs.t
64960 ____________________________________________________________________________
64961 [  8762] By: jhi                                   on 2001/02/10  21:56:02
64962         Log: (Retracted by #8769)
64963      Branch: perl
64964            ! regexec.c
64965 ____________________________________________________________________________
64966 [  8761] By: jhi                                   on 2001/02/10  21:26:15
64967         Log: Subject: Re: [patch] GvSHARED 
64968              From: Doug MacEachern <dougm@covalent.net>
64969              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
64970              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
64971              
64972              our @EXPORT : shared = (...);
64973      Branch: perl
64974            ! toke.c
64975 ____________________________________________________________________________
64976 [  8760] By: jhi                                   on 2001/02/10  21:25:07
64977         Log: Subject: [patch] GvSHARED
64978              From: Doug MacEachern <dougm@covalent.net>
64979              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
64980              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
64981      Branch: perl
64982            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
64983 ____________________________________________________________________________
64984 [  8759] By: alanbur                               on 2001/02/10  21:24:27
64985         Log: Backed out mismerge.
64986      Branch: maint-5.6/pureperl
64987            ! MANIFEST README.hpux README.vmesa gv.c installhtml
64988            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
64989            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
64990            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
64991            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
64992            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
64993            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
64994 ____________________________________________________________________________
64995 [  8758] By: jhi                                   on 2001/02/10  18:01:17
64996         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
64997              
64998              Fixed UMRs and leak in Perl_pmtrans()
64999              
65000              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
65001              associated UTFied tr/// code.  Also fixed scoping leak of
65002              PL_reg_start_tmp.
65003              
65004              newATTRSUB leaks when an attempt to redefine the active sort sub is
65005              made.
65006      Branch: maint-5.6/perl
65007           !> op.c regcomp.c
65008 ____________________________________________________________________________
65009 [  8757] By: alanbur                               on 2001/02/10  17:56:46
65010         Log: Resynchronised with parent
65011      Branch: maint-5.6/pureperl
65012           +> README.bs2000
65013            - README.posix-bc
65014            ! gv.c perl.c sv.c
65015           !> MANIFEST README.hpux README.vmesa installhtml
65016           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
65017           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65018           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
65019           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
65020           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
65021           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
65022 ____________________________________________________________________________
65023 [  8756] By: alanbur                               on 2001/02/10  17:51:15
65024         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
65025              made.
65026      Branch: maint-5.6/pureperl
65027            ! op.c
65028 ____________________________________________________________________________
65029 [  8755] By: jhi                                   on 2001/02/09  22:41:35
65030         Log: Upgrade to CPAN 1.59_54, from Andreas König.
65031      Branch: perl
65032            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65033 ____________________________________________________________________________
65034 [  8754] By: jhi                                   on 2001/02/09  22:29:20
65035         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
65036              
65037              Didn't upgrade the fill.t since it has a dependency to File::Slurp
65038              purely for debugging purposes, the actual test hasn't changed.
65039      Branch: perl
65040            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
65041            ! t/lib/textwrap.t
65042 ____________________________________________________________________________
65043 [  8753] By: jhi                                   on 2001/02/09  20:17:50
65044         Log: Integrate change #8682 from maintperl.
65045              
65046              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
65047              to work correctly.
65048      Branch: perl
65049           !> hints/irix_6.sh
65050 ____________________________________________________________________________
65051 [  8752] By: jhi                                   on 2001/02/09  20:00:46
65052         Log: Update Changes.
65053      Branch: perl
65054            ! Changes patchlevel.h
65055 ____________________________________________________________________________
65056 [  8751] By: nick                                  on 2001/02/09  19:48:37
65057         Log: Integrate mainline
65058      Branch: perlio
65059           +> README.bs2000 t/lib/cgi-esc.t
65060            - README.posix-bc
65061           !> (integrate 53 files)
65062 ____________________________________________________________________________
65063 [  8750] By: nick                                  on 2001/02/09  19:25:16
65064         Log: Subject: RE: Biannual Competition to Improve Hashing Function
65065              From: Fisher Mark <fisherm@tce.com>
65066              Date: Thu, 8 Feb 2001 10:44:00 -0500
65067              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
65068              Date: Thu, 8 Feb 2001 15:02:47 -0500
65069              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
65070      Branch: perl
65071            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
65072 ____________________________________________________________________________
65073 [  8749] By: jhi                                   on 2001/02/09  19:02:35
65074         Log: Forgotten fragment.
65075      Branch: perl
65076            ! pod/perlapi.pod
65077 ____________________________________________________________________________
65078 [  8748] By: jhi                                   on 2001/02/09  18:31:34
65079         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
65080              plus manual tweakage.
65081              
65082              Sync the perlfaq2 between mainline and maintperl.
65083      Branch: maint-5.6/perl
65084            ! pod/perlfaq2.pod
65085      Branch: perl
65086           !> pod/perlfaq2.pod
65087 ____________________________________________________________________________
65088 [  8747] By: jhi                                   on 2001/02/09  18:12:04
65089         Log: Subject: versiononly and installperl
65090              From: abigail@foad.org
65091              Date: Wed, 7 Feb 2001 22:43:12 +0100
65092              Message-ID: <20010207214312.7045.qmail@foad.org>    
65093              
65094              Add +v flag to force a normal install of the perl binary
65095              and the utilities.
65096              
65097              Subject: [PATCH] installperl
65098              From: Nicholas Clark <nick@ccl4.org>
65099              Date: Fri, 9 Feb 2001 16:28:57 +0000
65100              Message-ID: <20010209162857.B10931@plum.flirble.org>
65101              
65102              Add -A flag which also hardlinks the binary with
65103              the full architecture name.
65104      Branch: perl
65105            ! installperl
65106 ____________________________________________________________________________
65107 [  8746] By: jhi                                   on 2001/02/09  18:03:43
65108         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
65109              
65110              Subject: perlfaq2, re: perlmongers
65111              
65112              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
65113              
65114              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
65115              
65116              Subject: [ID 20010205.001] typo in perlfaq9
65117              
65118              Subject: [ID 20010208.002] unordered explanation in perlcall
65119      Branch: maint-5.6/perl
65120           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65121           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
65122           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
65123 ____________________________________________________________________________
65124 [  8745] By: jhi                                   on 2001/02/09  17:59:09
65125         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
65126              From: abela@geneanet.org
65127              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
65128              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
65129      Branch: perl
65130            ! pod/perlcall.pod
65131 ____________________________________________________________________________
65132 [  8744] By: jhi                                   on 2001/02/09  17:48:16
65133         Log: Subject: [ID 20010205.001] typo in perlfaq9
65134              From: eserte@vran.herceg.de
65135              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
65136              Message-Id: <200102042244.XAA21926@vran.herceg.de>
65137      Branch: perl
65138            ! pod/perlfaq9.pod
65139 ____________________________________________________________________________
65140 [  8743] By: jhi                                   on 2001/02/09  17:25:12
65141         Log: Integrate change #8695 from maintperl.
65142              
65143              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
65144      Branch: perl
65145           !> thread.h
65146 ____________________________________________________________________________
65147 [  8742] By: jhi                                   on 2001/02/09  17:21:22
65148         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
65149              From: Andy Dougherty <doughera@lafayette.edu>
65150              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
65151              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
65152      Branch: perl
65153            ! embed.pl
65154 ____________________________________________________________________________
65155 [  8741] By: jhi                                   on 2001/02/09  17:05:19
65156         Log: Integrate changes #8738,8739,8740 from maintperl.
65157              
65158              Html files will be installed in a more logical and easier to
65159              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
65160              
65161              Html files will be generated with a header to make them look
65162              a little less bare.
65163              
65164              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
65165      Branch: perl
65166           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
65167 ____________________________________________________________________________
65168 [  8740] By: jhi                                   on 2001/02/09  17:03:46
65169         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
65170              From: "Brendan O'Dea" <bod@compusol.com.au>
65171              Date: Sun, 4 Feb 2001 11:17:56 +1100
65172              Message-ID: <20010204111756.A16301@compusol.com.au>
65173      Branch: maint-5.6/perl
65174            ! pod/perlfaq3.pod
65175 ____________________________________________________________________________
65176 [  8739] By: jhi                                   on 2001/02/09  17:01:59
65177         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
65178              From: "Indy Singh" <indy@nusphere.com>
65179              Date: Fri, 2 Feb 2001 15:09:59 -0500
65180              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
65181              
65182              Html files will be generated with a header to make them look
65183              a little less bare.
65184      Branch: maint-5.6/perl
65185            ! installhtml
65186 ____________________________________________________________________________
65187 [  8738] By: jhi                                   on 2001/02/09  16:58:48
65188         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
65189              From: "Indy Singh" <indy@nusphere.com>
65190              Date: Fri, 2 Feb 2001 15:08:23 -0500
65191              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
65192              
65193              Html files will be installed in a more logical and easier to
65194              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
65195      Branch: maint-5.6/perl
65196            ! win32/Makefile win32/makefile.mk
65197 ____________________________________________________________________________
65198 [  8737] By: jhi                                   on 2001/02/09  16:46:54
65199         Log: Integrate changes #8687,8736 from maintperl.
65200              
65201              HP-UX thread patches from Merijn H. Brand.
65202              
65203              Latin nit from Philip Newton.
65204      Branch: perl
65205           !> README.hpux hints/hpux.sh
65206 ____________________________________________________________________________
65207 [  8736] By: jhi                                   on 2001/02/09  16:42:31
65208         Log: Latin nit from Philip Newton.
65209      Branch: maint-5.6/perl
65210            ! README.hpux
65211 ____________________________________________________________________________
65212 [  8735] By: jhi                                   on 2001/02/09  16:24:03
65213         Log: Integrate changes #8704,8710 from pureperl.
65214              
65215              Fixed UMRs and leak in Perl_pmtrans()
65216              
65217              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
65218              associated UTFied tr/// code.  Also fixed scoping leak of
65219              PL_reg_start_tmp.
65220      Branch: perl
65221           !> op.c regcomp.c
65222 ____________________________________________________________________________
65223 [  8734] By: jhi                                   on 2001/02/09  15:40:21
65224         Log: Integrate change #8733 from maintperl.
65225              
65226              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
65227      Branch: perl
65228           !> pod/perlre.pod
65229 ____________________________________________________________________________
65230 [  8733] By: jhi                                   on 2001/02/09  15:35:47
65231         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
65232              From: Prymmer/Kahn <pvhp@best.com>
65233              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
65234              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
65235      Branch: maint-5.6/perl
65236            ! pod/perlre.pod
65237 ____________________________________________________________________________
65238 [  8732] By: jhi                                   on 2001/02/09  15:26:17
65239         Log: Rename README.posix-bc to README.bs2000 (to avoid the
65240              confusion of a "perlposix-bc.pod"), add a few missing
65241              arch pods, regen toc.
65242      Branch: maint-5.6/perl
65243           +> README.bs2000
65244            - README.posix-bc
65245            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
65246            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
65247 ____________________________________________________________________________
65248 [  8731] By: jhi                                   on 2001/02/09  15:23:39
65249         Log: De-cut-and-pasto.
65250      Branch: perl
65251            ! pod/perl.pod
65252 ____________________________________________________________________________
65253 [  8730] By: jhi                                   on 2001/02/09  15:11:13
65254         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
65255              when people think that perlposix-bc.pod tells anything about
65256              Perl and POSIX.  Regen toc.
65257      Branch: perl
65258           +> README.bs2000
65259            - README.posix-bc
65260            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
65261            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
65262 ____________________________________________________________________________
65263 [  8729] By: jhi                                   on 2001/02/09  14:52:28
65264         Log: The README.vmesa part of #8712 from maintperl.
65265      Branch: perl
65266            ! README.vmesa
65267 ____________________________________________________________________________
65268 [  8728] By: jhi                                   on 2001/02/09  14:46:06
65269         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
65270              From: Peter Prymmer <pvhp@forte.com>
65271              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
65272              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
65273      Branch: maint-5.6/perl
65274            ! README.vmesa win32/Makefile win32/makefile.mk
65275 ____________________________________________________________________________
65276 [  8727] By: jhi                                   on 2001/02/09  14:33:25
65277         Log: Integrate change #8712 from mainline.
65278              
65279              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
65280      Branch: maint-5.6/perl
65281           !> lib/Pod/Find.pm
65282 ____________________________________________________________________________
65283 [  8726] By: jhi                                   on 2001/02/09  14:30:28
65284         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
65285              From: Peter Prymmer <pvhp@forte.com>
65286              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
65287              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
65288      Branch: perl
65289            + t/lib/cgi-esc.t
65290            ! MANIFEST lib/CGI/Util.pm
65291 ____________________________________________________________________________
65292 [  8725] By: jhi                                   on 2001/02/09  04:56:47
65293         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
65294      Branch: maint-5.6/perl
65295            ! pod/perlport.pod
65296 ____________________________________________________________________________
65297 [  8724] By: jhi                                   on 2001/02/09  04:40:59
65298         Log: Integrate changes 7819,7820 from vmsperl into mainline.
65299              
65300              Add header for LIB$ prototypes (C. Berry)
65301              
65302              Convert fwrite()s to sockets to write()s, since some socket stacks
65303              don't take kindly to stdio.
65304              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
65305              (for often optional LNMs)
65306              Correct a few typos
65307              (C. Bailey)
65308      Branch: perl
65309           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
65310 ____________________________________________________________________________
65311 [  8723] By: jhi                                   on 2001/02/09  03:29:29
65312         Log: Integrate change #8722 from mainline.
65313              
65314              The Im() function wasn't returning zero for non-Math::Complex
65315              arguments.  The bug reported by John Gamble.
65316      Branch: maint-5.6/perl
65317           !> lib/Math/Complex.pm
65318 ____________________________________________________________________________
65319 [  8722] By: jhi                                   on 2001/02/09  03:28:33
65320         Log: The Im() function wasn't returning zero for non-Math::Complex
65321              arguments.  The bug reported by John Gamble.
65322      Branch: perl
65323            ! lib/Math/Complex.pm
65324 ____________________________________________________________________________
65325 [  8721] By: nick                                  on 2001/02/08  22:11:35
65326         Log: Correct the correction :-(
65327      Branch: perl
65328            ! perl.c
65329 ____________________________________________________________________________
65330 [  8720] By: bailey                                on 2001/02/08  20:59:22
65331         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
65332              don't take kindly to stdio.
65333              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
65334              (for often optional LNMs)
65335              Correct a few typos
65336              (C. Bailey)
65337      Branch: vmsperl
65338            ! vms/vms.c vms/vmsish.h
65339 ____________________________________________________________________________
65340 [  8719] By: bailey                                on 2001/02/08  20:51:02
65341         Log: Add header for LIB$ prototypes (C. Berry)
65342      Branch: vmsperl
65343            ! ext/Devel/DProf/DProf.xs
65344 ____________________________________________________________________________
65345 [  8718] By: bailey                                on 2001/02/08  20:49:00
65346         Log: SYN SYN
65347      Branch: vmsperl
65348           +> pod/perliol.pod t/lib/sample-tests/bailout
65349           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
65350           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
65351           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
65352           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
65353           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
65354           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
65355            - lib/unicode/Is/DCinital.pl
65356           !> (integrate 101 files)
65357 ____________________________________________________________________________
65358 [  8717] By: nick                                  on 2001/02/08  19:38:48
65359         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
65360              From: Robin Barker <rmb1@cise.npl.co.uk>
65361              Date: Thu, 8 Feb 2001 14:38:07 GMT
65362              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
65363      Branch: perl
65364            ! lib/CPAN.pm
65365 ____________________________________________________________________________
65366 [  8716] By: nick                                  on 2001/02/08  19:29:07
65367         Log: Generated files form 8713 etc.
65368      Branch: perl
65369            ! embed.h global.sym objXSUB.h perlapi.c proto.h
65370 ____________________________________________________________________________
65371 [  8715] By: nick                                  on 2001/02/08  19:26:08
65372         Log: Fixup non-ithread build after 8713
65373      Branch: perl
65374            ! perl.c
65375 ____________________________________________________________________________
65376 [  8714] By: nick                                  on 2001/02/08  19:17:45
65377         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
65378              From: nick@ccl4.org
65379              Date: Wed, 7 Feb 2001 00:27:47 +0000
65380              Message-Id: <20010207002747.B63724@plum.flirble.org>
65381      Branch: perl
65382            ! sv.c toke.c
65383 ____________________________________________________________________________
65384 [  8713] By: nick                                  on 2001/02/08  19:15:58
65385         Log: Subject: Re: [patch] Re: PL_ptr_table
65386              From: Doug Maceachern <dougm@covalent.net>
65387              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
65388              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
65389      Branch: perl
65390            ! embed.pl perl.c sv.c sv.h
65391 ____________________________________________________________________________
65392 [  8712] By: nick                                  on 2001/02/08  19:12:47
65393         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
65394              From: Peter Prymmer <pvhp@forte.com>
65395              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
65396              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
65397      Branch: perl
65398            ! lib/Pod/Find.pm
65399 ____________________________________________________________________________
65400 [  8711] By: nick                                  on 2001/02/07  21:06:11
65401         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
65402              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
65403              From: Alan Burlison <Alan.Burlison@uk.sun.com>
65404              Date: Tue, 06 Feb 2001 23:37:01 +0000
65405              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
65406      Branch: perl
65407            ! regcomp.c
65408 ____________________________________________________________________________
65409 [  8710] By: alanbur                               on 2001/02/07  00:22:04
65410         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
65411              associated UTFied tr/// code.  Also fixed scoping leak of
65412              PL_reg_start_tmp.
65413      Branch: maint-5.6/pureperl
65414            ! op.c regcomp.c
65415 ____________________________________________________________________________
65416 [  8709] By: nick                                  on 2001/02/06  21:16:49
65417         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
65418              From: Michael G Schwern <schwern@pobox.com>
65419              Date: Sun, 4 Feb 2001 19:47:14 -0500
65420              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
65421      Branch: perl
65422            ! pod/perlapi.pod pod/perlmodlib.PL
65423 ____________________________________________________________________________
65424 [  8708] By: nick                                  on 2001/02/06  20:41:20
65425         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
65426              From: Michael G Schwern <schwern@pobox.com>
65427              Date: Sun, 4 Feb 2001 21:17:49 -0500
65428              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
65429      Branch: perl
65430            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
65431            ! pod/perltootc.pod
65432 ____________________________________________________________________________
65433 [  8707] By: nick                                  on 2001/02/06  20:29:11
65434         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
65435              From: Michael G Schwern <schwern@pobox.com>
65436              Date: Tue, 6 Feb 2001 05:54:30 -0500
65437              Message-Id: <20010206055430.A951@blackrider.aocn.com>
65438      Branch: perl
65439            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
65440 ____________________________________________________________________________
65441 [  8706] By: nick                                  on 2001/02/06  20:21:40
65442         Log: Subject: RE: some win32 fixes
65443              Date: Tue, 6 Feb 2001 09:23:20 +0300
65444              From: Vadim Konovalov <vkonovalov@lucent.com>
65445              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
65446      Branch: perl
65447            ! toke.c win32/Makefile win32/config.bc win32/config.gc
65448            ! win32/config.vc win32/config_H.bc win32/makefile.mk
65449 ____________________________________________________________________________
65450 [  8705] By: alanbur                               on 2001/02/06  15:00:03
65451         Log: Synchronised with parent
65452      Branch: maint-5.6/pureperl
65453            ! regexec.c
65454           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
65455           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
65456 ____________________________________________________________________________
65457 [  8704] By: alanbur                               on 2001/02/06  14:55:24
65458         Log: Fixed UMRs and leak in Perl_pmtrans()
65459      Branch: maint-5.6/pureperl
65460            ! op.c
65461 ____________________________________________________________________________
65462 [  8703] By: gsar                                  on 2001/02/06  02:29:37
65463         Log: $(MAKE) distclean doesn't clean up properly on windows
65464      Branch: maint-5.6/perl
65465            ! win32/Makefile win32/makefile.mk
65466 ____________________________________________________________________________
65467 [  8702] By: gsar                                  on 2001/02/06  01:00:46
65468         Log: tweak change#8659 to keep it simple
65469      Branch: maint-5.6/perl
65470            ! utils/perldoc.PL
65471 ____________________________________________________________________________
65472 [  8701] By: gsar                                  on 2001/02/05  22:45:41
65473         Log: change#8693 was missing testsuite changes
65474      Branch: maint-5.6/perl
65475           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
65476 ____________________________________________________________________________
65477 [  8700] By: nick                                  on 2001/02/05  20:32:52
65478         Log: Integrate mainline
65479      Branch: perlio
65480           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
65481           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
65482           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
65483           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
65484           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
65485           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
65486           +> t/lib/test-harness.t
65487           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
65488           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
65489           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
65490           !> pod/perlutil.pod t/TEST utils/h2xs.PL
65491 ____________________________________________________________________________
65492 [  8699] By: nick                                  on 2001/02/05  19:41:07
65493         Log: Subject: perlfaq2, re: perlmongers
65494              From: David H. Adler <dha@panix.com>
65495              Date: Sun, 4 Feb 2001 23:48:23 -0500
65496              Message-Id: <20010204234823.A13429@panix.com>
65497      Branch: perl
65498            ! pod/perlfaq2.pod
65499 ____________________________________________________________________________
65500 [  8698] By: nick                                  on 2001/02/05  19:39:31
65501         Log: Missed file f#rom the testharness mess.
65502      Branch: perl
65503            + t/lib/test-harness.t
65504 ____________________________________________________________________________
65505 [  8697] By: nick                                  on 2001/02/05  19:37:21
65506         Log: Subject: [DOC PATCH] overload.pm nits
65507              From: John Tobey <jtobey@john-edwin-tobey.org>
65508              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
65509              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
65510      Branch: perl
65511            ! lib/overload.pm
65512 ____________________________________________________________________________
65513 [  8696] By: alanbur                               on 2001/02/05  11:56:00
65514         Log: Sync with parent
65515      Branch: maint-5.6/pureperl
65516           !> thread.h
65517 ____________________________________________________________________________
65518 [  8695] By: gsar                                  on 2001/02/05  03:27:34
65519         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
65520      Branch: maint-5.6/perl
65521            ! thread.h
65522 ____________________________________________________________________________
65523 [  8694] By: alanbur                               on 2001/02/05  00:07:47
65524         Log: Initial branch creation from //depot/maint-5.6/perl
65525      Branch: maint-5.6/pureperl
65526           +> (branch 1719 files)
65527 ____________________________________________________________________________
65528 [  8693] By: gsar                                  on 2001/02/04  22:38:49
65529         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
65530              changes)
65531      Branch: maint-5.6/perl
65532           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
65533           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
65534           !> ext/DB_File/version.c
65535 ____________________________________________________________________________
65536 [  8692] By: nick                                  on 2001/02/04  18:15:57
65537         Log: The missed t/TEST part of the grand testharness upgrade.
65538      Branch: perl
65539            ! t/TEST
65540 ____________________________________________________________________________
65541 [  8691] By: nick                                  on 2001/02/04  18:05:17
65542         Log: New improved test harness
65543              Subject: Re: [PATCH Test::Harness] Third time's a charm?
65544              From: Michael G Schwern <schwern@pobox.com>
65545              Date: Sun, 4 Feb 2001 08:01:20 -0500
65546              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
65547      Branch: perl
65548            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
65549            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
65550            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
65551            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
65552            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
65553            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
65554            ! MANIFEST lib/Test/Harness.pm
65555 ____________________________________________________________________________
65556 [  8690] By: nick                                  on 2001/02/04  17:57:51
65557         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
65558              From: Jonathan Stowe <gellyfish@gellyfish.com>
65559              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
65560              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
65561      Branch: perl
65562            ! utils/h2xs.PL
65563 ____________________________________________________________________________
65564 [  8689] By: nick                                  on 2001/02/04  17:55:24
65565         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
65566              From: Michael G Schwern <schwern@pobox.com>
65567              Date: Sat, 3 Feb 2001 22:46:38 -0500
65568              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
65569      Branch: perl
65570            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
65571            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
65572 ____________________________________________________________________________
65573 [  8688] By: nick                                  on 2001/02/04  17:43:55
65574         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
65575              length byfailing to spot lack of closing )
65576              From: nick@talking.bollo.cx
65577              Date: Sat, 03 Feb 2001 23:53:16 +0000
65578              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
65579      Branch: perl
65580            ! perlio.c pod/perldiag.pod
65581 ____________________________________________________________________________
65582 [  8687] By: jhi                                   on 2001/02/03  17:11:42
65583         Log: HP-UX thread patches from Merijn H. Brand.
65584      Branch: maint-5.6/perl
65585            ! README.hpux hints/hpux.sh
65586 ____________________________________________________________________________
65587 [  8686] By: jhi                                   on 2001/02/03  16:40:12
65588         Log: Metaconfig changes for #8685.
65589      Branch: metaconfig
65590            ! U/installdirs/instubperl.U
65591      Branch: metaconfig/U/perl
65592            ! Devel.U versiononly.U
65593 ____________________________________________________________________________
65594 [  8685] By: jhi                                   on 2001/02/03  16:39:49
65595         Log: For -Dusedevel builds turn off installusrbinperl and turn on
65596              versiononly, a combined idea of Richard Soderberg and Merijn
65597              H. Brand.  You can still override both of these from the command
65598              line if you need to, -Dinstallusrbinperl and -Uversiononly.
65599      Branch: perl
65600            ! Configure
65601 ____________________________________________________________________________
65602 [  8684] By: jhi                                   on 2001/02/03  16:16:34
65603         Log: Metaconfig unit fix for #8683.
65604      Branch: metaconfig
65605            ! U/compline/nblock_io.U
65606 ____________________________________________________________________________
65607 [  8683] By: jhi                                   on 2001/02/03  16:16:12
65608         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
65609              reported by Peter Prymmer for 5.6-TRIAL1.
65610      Branch: perl
65611            ! Configure
65612 ____________________________________________________________________________
65613 [  8682] By: jhi                                   on 2001/02/03  05:52:11
65614         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
65615              to work correctly.
65616      Branch: maint-5.6/perl
65617            ! hints/irix_6.sh
65618 ____________________________________________________________________________
65619 [  8681] By: jhi                                   on 2001/02/03  05:47:33
65620         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
65621      Branch: maint-5.6/perl
65622            ! pod/perlport.pod
65623 ____________________________________________________________________________
65624 [  8680] By: jhi                                   on 2001/02/02  21:39:49
65625         Log: perlport update from Peter Prymmer.
65626      Branch: maint-5.6/perl
65627            ! pod/perlport.pod
65628 ____________________________________________________________________________
65629 [  8679] By: nick                                  on 2001/02/02  20:50:48
65630         Log: Integrate mainline
65631      Branch: perlio
65632           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
65633           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
65634           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
65635 ____________________________________________________________________________
65636 [  8678] By: gsar                                  on 2001/02/02  16:02:12
65637         Log: note about bincompat, slightly modified (from Lupe Christoph)
65638      Branch: maint-5.6/perl
65639            ! README.solaris
65640 ____________________________________________________________________________
65641 [  8677] By: jhi                                   on 2001/02/02  15:46:20
65642         Log: Supported platforms updates.
65643      Branch: maint-5.6/perl
65644            ! pod/perlport.pod
65645 ____________________________________________________________________________
65646 [  8676] By: jhi                                   on 2001/02/02  03:41:26
65647         Log: A couple more perlfaq2 tweaks.
65648      Branch: maint-5.6/perl
65649            ! pod/perlfaq2.pod
65650 ____________________________________________________________________________
65651 [  8675] By: jhi                                   on 2001/02/02  03:17:44
65652         Log: Misedit in #8661.
65653      Branch: maint-5.6/perl
65654            ! Configure
65655 ____________________________________________________________________________
65656 [  8674] By: jhi                                   on 2001/02/02  03:14:38
65657         Log: Damien again.
65658      Branch: maint-5.6/perl
65659            ! pod/perlfaq2.pod
65660 ____________________________________________________________________________
65661 [  8673] By: jhi                                   on 2001/02/02  03:12:40
65662         Log: perlfaq update from Elaine Ashton.
65663      Branch: maint-5.6/perl
65664            ! pod/perlfaq2.pod
65665 ____________________________________________________________________________
65666 [  8672] By: jhi                                   on 2001/02/02  03:07:08
65667         Log: UTF-8 s/// patch from Inaba Hiroto.
65668      Branch: maint-5.6/perl
65669            ! pp_ctl.c pp_hot.c
65670 ____________________________________________________________________________
65671 [  8671] By: jhi                                   on 2001/02/01  22:34:31
65672         Log: Update Changes.
65673      Branch: perl
65674            ! Changes patchlevel.h
65675 ____________________________________________________________________________
65676 [  8670] By: jhi                                   on 2001/02/01  22:15:29
65677         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
65678              from maintperl.
65679              
65680              Upgrade to Getopt::Long 2.25, from Johan Vromans.
65681              
65682              more files need to be writable in the source distribution
65683              
65684              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
65685              
65686              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
65687              
65688              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
65689              
65690              Allow the float to be fuzzier.
65691              
65692              need to use INT2PTR instead of a straight cast or ia64 fails
65693              
65694              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
65695              
65696              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
65697      Branch: perl
65698           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
65699           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
65700           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
65701 ____________________________________________________________________________
65702 [  8669] By: jhi                                   on 2001/02/01  21:57:02
65703         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
65704              From: Robin Barker <rmb1@cise.npl.co.uk>
65705              Date: Thu, 1 Feb 2001 16:59:05 GMT
65706              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
65707      Branch: maint-5.6/perl
65708            ! pod/perlmodlib.PL
65709 ____________________________________________________________________________
65710 [  8668] By: nick                                  on 2001/02/01  19:41:40
65711         Log: Integrate mainline
65712      Branch: perlio
65713           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
65714           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
65715           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
65716 ____________________________________________________________________________
65717 [  8667] By: gsar                                  on 2001/02/01  16:59:11
65718         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
65719      Branch: maint-5.6/perl
65720            ! embed.pl embedvar.h
65721 ____________________________________________________________________________
65722 [  8666] By: gsar                                  on 2001/02/01  16:34:51
65723         Log: add missing entries to win32/config.?c
65724      Branch: maint-5.6/perl
65725            ! win32/config.bc win32/config.gc win32/config.vc
65726            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
65727 ____________________________________________________________________________
65728 [  8665] By: jhi                                   on 2001/02/01  14:58:51
65729         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
65730              From: "Stephen P. Potter" <spp@spotter.yi.org>
65731              Date: Thu, 01 Feb 2001 10:45:46 -0500
65732              Message-Id: <200102011545.KAA31479@spotter.yi.org>
65733      Branch: maint-5.6/perl
65734            ! pod/perlfunc.pod
65735 ____________________________________________________________________________
65736 [  8664] By: gsar                                  on 2001/02/01  14:52:37
65737         Log: need to use INT2PTR instead of a straight cast or ia64 fails
65738              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
65739      Branch: maint-5.6/perl
65740            ! ext/POSIX/POSIX.xs
65741 ____________________________________________________________________________
65742 [  8663] By: jhi                                   on 2001/02/01  14:09:13
65743         Log: Allow the float to be fuzzier.
65744      Branch: maint-5.6/perl
65745            ! t/lib/peek.t
65746 ____________________________________________________________________________
65747 [  8662] By: jhi                                   on 2001/02/01  13:59:00
65748         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
65749              From: Robin Barker <rmb1@cise.npl.co.uk>
65750              Date: Thu, 1 Feb 2001 13:05:39 GMT
65751              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
65752      Branch: maint-5.6/perl
65753            ! pod/perlmodlib.pod
65754 ____________________________________________________________________________
65755 [  8661] By: jhi                                   on 2001/02/01  13:57:38
65756         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
65757              Date: Thu, 01 Feb 2001 14:15:41 +0100
65758              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65759              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
65760              
65761              Have the $ccflags in the gcc version test (strange, this change
65762              is claimed to be have been integrated already)
65763      Branch: maint-5.6/perl
65764            ! Configure
65765 ____________________________________________________________________________
65766 [  8660] By: jhi                                   on 2001/02/01  13:44:10
65767         Log: Integrate changes #7950,7964,7962 from mainline.
65768              
65769              Find the stdchar signedness using cpp, should fix some of
65770              the Solaris compiler warnings reported by Alan Burlison.
65771      Branch: maint-5.6/perl
65772           !> Configure config_h.SH
65773 ____________________________________________________________________________
65774 [  8659] By: jhi                                   on 2001/02/01  05:35:32
65775         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
65776              From: Jan Dubois <JanD@ActiveState.com>
65777              Date: Wed, 31 Jan 2001 21:17:03 -0800
65778              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
65779      Branch: maint-5.6/perl
65780            ! utils/perldoc.PL
65781 ____________________________________________________________________________
65782 [  8658] By: jhi                                   on 2001/02/01  04:33:17
65783         Log: Integrate the README.os390 and README.posix-bc parts of mainline
65784              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
65785              installperl parts were taken care of by #8657.)
65786      Branch: maint-5.6/perl
65787           !> README.os390 README.posix-bc
65788 ____________________________________________________________________________
65789 [  8657] By: jhi                                   on 2001/02/01  04:29:21
65790         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
65791              From: Peter Prymmer <pvhp@forte.com>
65792              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
65793              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
65794      Branch: maint-5.6/perl
65795            + ext/DynaLoader/dl_dllload.xs
65796            ! MANIFEST Makefile.SH hints/os390.sh installperl
65797 ____________________________________________________________________________
65798 [  8656] By: jhi                                   on 2001/02/01  04:25:45
65799         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
65800              From: Peter Prymmer <pvhp@forte.com>
65801              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
65802              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
65803      Branch: maint-5.6/perl
65804            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
65805 ____________________________________________________________________________
65806 [  8655] By: jhi                                   on 2001/02/01  04:14:47
65807         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
65808              From: troc@netrus.net
65809              Date: Wed, 31 Jan 2001 22:31:26 -0500
65810              Message-Id: <200102010331.WAA117.85@rocco.homenet>
65811      Branch: maint-5.6/perl
65812            ! os2/os2.c
65813 ____________________________________________________________________________
65814 [  8654] By: jhi                                   on 2001/02/01  04:12:52
65815         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
65816              as reported by Alan Burlison.
65817      Branch: maint-5.6/perl
65818            ! pp.h
65819 ____________________________________________________________________________
65820 [  8653] By: jhi                                   on 2001/02/01  04:05:12
65821         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
65822              From: dsugalski@northernlight.com
65823              Date: Wed, 31 Jan 2001 18:54:11 -0500
65824              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
65825      Branch: maint-5.6/perl
65826            ! configure.com
65827 ____________________________________________________________________________
65828 [  8652] By: jhi                                   on 2001/02/01  04:03:11
65829         Log: Misplaced #endif.
65830              
65831              Subject: [perl-5-6-1-trial2] patches for EPOC
65832              From: Olaf Flebbe <O.Flebbe@science-computing.de>
65833              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
65834              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
65835      Branch: maint-5.6/perl
65836            ! epoc/epocish.c
65837 ____________________________________________________________________________
65838 [  8651] By: jhi                                   on 2001/02/01  04:00:25
65839         Log: Integrate changes #8647,8648,8650 from mainline.
65840              
65841              Macrofy a magic UTF-8 test.
65842              
65843              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
65844              
65845              Watch out for cross compiling for EPOC (usually done on linux).
65846      Branch: maint-5.6/perl
65847           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
65848 ____________________________________________________________________________
65849 [  8650] By: jhi                                   on 2001/02/01  03:56:20
65850         Log: Watch out for cross compiling for EPOC (usually done on linux)
65851              
65852              Subject: [perl-5-6-1-trial2] patches for EPOC
65853              From: Olaf Flebbe <O.Flebbe@science-computing.de>
65854              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
65855              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
65856      Branch: perl
65857            ! ext/Errno/Errno_pm.PL
65858 ____________________________________________________________________________
65859 [  8649] By: gsar                                  on 2001/02/01  00:46:00
65860         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
65861      Branch: maint-5.6/perl
65862            ! sv.c
65863 ____________________________________________________________________________
65864 [  8648] By: jhi                                   on 2001/01/31  23:35:36
65865         Log: All the uses of PL_numeric_radix must be protected by
65866              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
65867              
65868              Subject: [perl-5-6-1-trial2] patches for EPOC
65869              From: Olaf Flebbe <O.Flebbe@science-computing.de>
65870              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
65871              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
65872      Branch: perl
65873            ! sv.c
65874 ____________________________________________________________________________
65875 [  8647] By: jhi                                   on 2001/01/31  22:56:16
65876         Log: Macrofy a magic UTF-8 test.
65877      Branch: perl
65878            ! utf8.c utf8.h
65879 ____________________________________________________________________________
65880 [  8646] By: gsar                                  on 2001/01/31  15:55:12
65881         Log: update Changes
65882      Branch: maint-5.6/perl
65883            ! Changes
65884 ____________________________________________________________________________
65885 [  8645] By: gsar                                  on 2001/01/31  15:10:14
65886         Log: Configure tweak suggested by Peter Prymmer
65887      Branch: maint-5.6/perl
65888            ! Configure
65889 ____________________________________________________________________________
65890 [  8644] By: gsar                                  on 2001/01/31  15:06:32
65891         Log: more files need to be writable in the source distribution
65892      Branch: maint-5.6/perl
65893            ! Porting/makerel
65894 ____________________________________________________________________________
65895 [  8643] By: jhi                                   on 2001/01/31  14:59:46
65896         Log: Integrate changes #8258,8278,8279 from mainline.
65897              
65898              Make the large file tests more robust/talkative.
65899      Branch: maint-5.6/perl
65900           !> t/lib/syslfs.t t/op/lfs.t
65901 ____________________________________________________________________________
65902 [  8642] By: gsar                                  on 2001/01/31  14:53:48
65903         Log: integrate changes#8311,8334 from mainline
65904              
65905              Add a new MakeMaker variable PM_FILTER that defines a Unix
65906              filter to be run on each .pm during the pm_to_blib() phase,
65907              a fixed version of
65908              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
65909              
65910              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
65911              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
65912              accurate reading of the "atime".  
65913      Branch: maint-5.6/perl
65914           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
65915           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
65916           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
65917 ____________________________________________________________________________
65918 [  8641] By: jhi                                   on 2001/01/31  14:46:37
65919         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
65920      Branch: maint-5.6/perl
65921            ! lib/Getopt/Long.pm
65922 ____________________________________________________________________________
65923 [  8640] By: gsar                                  on 2001/01/31  14:40:24
65924         Log: make regen_all
65925      Branch: maint-5.6/perl
65926            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
65927 ____________________________________________________________________________
65928 [  8639] By: gsar                                  on 2001/01/31  14:37:25
65929         Log: refresh windows config files
65930      Branch: maint-5.6/perl
65931            ! win32/Makefile win32/config_H.bc win32/config_H.gc
65932            ! win32/config_H.vc win32/makefile.mk
65933 ____________________________________________________________________________
65934 [  8638] By: gsar                                  on 2001/01/31  14:28:10
65935         Log: makefile tweaks for windows: introduce a bulk-switch to enable
65936              same options as ActivePerl; sync changes with makefile.mk
65937      Branch: maint-5.6/perl
65938            ! win32/Makefile win32/makefile.mk
65939 ____________________________________________________________________________
65940 [  8637] By: jhi                                   on 2001/01/31  04:41:30
65941         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
65942              From: Nicholas Clark <nick@ccl4.org>
65943              Date: Tue, 30 Jan 2001 19:51:05 +0000
65944              Message-ID: <20010130195105.R76607@plum.flirble.org> 
65945              
65946              op/inc cure.
65947      Branch: perl
65948            ! pp.c pp.h pp_hot.c t/op/arith.t
65949 ____________________________________________________________________________
65950 [  8636] By: jhi                                   on 2001/01/31  02:38:32
65951         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
65952              no perlio],8257,8380,8479,8515 from mainline.
65953              
65954              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
65955              
65956              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
65957              Subject: [PATCH perl@8133] fix-up for VMS extensions
65958              
65959              In VMS embedded perls couldn't access the statically built Socket.
65960              
65961              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
65962              
65963              Further VMS piping fixes from Charles Lane.
65964              
65965              Subject:  [PATCH] make t/op/misc.t work on VMS
65966              
65967              Add tracing for debugging extensions builds in VMS.
65968              
65969              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
65970      Branch: maint-5.6/perl
65971           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
65972           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
65973           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
65974 ____________________________________________________________________________
65975 [  8635] By: jhi                                   on 2001/01/31  01:46:41
65976         Log: Integrate change #7732 from mainline.
65977              
65978              Sparc 64-bit pack() fix from Jens Hamisch.
65979      Branch: maint-5.6/perl
65980           !> pp.c
65981 ____________________________________________________________________________
65982 [  8634] By: jhi                                   on 2001/01/31  01:41:16
65983         Log: One spot missing from #8626.
65984      Branch: maint-5.6/perl
65985            ! sv.c
65986 ____________________________________________________________________________
65987 [  8633] By: jhi                                   on 2001/01/31  00:49:17
65988         Log: Integrate change #7495 from mainline.
65989              
65990              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
65991      Branch: maint-5.6/perl
65992           !> MANIFEST ext/re/Makefile.PL
65993 ____________________________________________________________________________
65994 [  8632] By: jhi                                   on 2001/01/30  23:38:49
65995         Log: Integrate change #8396 from mainline.
65996              
65997              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
65998              better multicast support (resend)
65999      Branch: maint-5.6/perl
66000           !> ext/Socket/Socket.pm
66001 ____________________________________________________________________________
66002 [  8631] By: jhi                                   on 2001/01/30  23:28:03
66003         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
66004              
66005              More AIX lore. (7514, ext/re/hints/aix.pl)
66006              
66007              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
66008              
66009              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)
66010              
66011              Subject: [ID 20001214.002] Net::Ping patch
66012              
66013              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
66014              
66015              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
66016              
66017              Add ReuseAddr as a (preferred) alias for Reuse as we now
66018              also have ReusePort.
66019              
66020              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
66021      Branch: maint-5.6/perl
66022           +> ext/re/hints/aix.pl
66023           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
66024           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
66025 ____________________________________________________________________________
66026 [  8630] By: jhi                                   on 2001/01/30  23:03:59
66027         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
66028              
66029              read() documentation tweak for 20001121.004.
66030              
66031              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
66032      Branch: maint-5.6/perl
66033           !> pod/perlfunc.pod pod/perlre.pod
66034 ____________________________________________________________________________
66035 [  8629] By: jhi                                   on 2001/01/30  22:41:57
66036         Log: Integrate change #8098 from mainline.
66037              
66038              fastgetcwd is defined using a glob alias on a $^O dependent basis
66039              and there was no default assignment or perl subroutine.
66040      Branch: maint-5.6/perl
66041           !> lib/Cwd.pm
66042 ____________________________________________________________________________
66043 [  8628] By: jhi                                   on 2001/01/30  21:58:52
66044         Log: Integrate change #7866 from mainline.
66045              
66046              File::Temp 0.11.
66047      Branch: maint-5.6/perl
66048           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
66049 ____________________________________________________________________________
66050 [  8627] By: jhi                                   on 2001/01/30  21:39:44
66051         Log: Integrate changes #8075,8086,8228 from mainline.  
66052              
66053              Darwin is not Windows. (8075,8086)
66054              
66055              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
66056      Branch: maint-5.6/perl
66057           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
66058           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
66059           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
66060           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
66061 ____________________________________________________________________________
66062 [  8626] By: jhi                                   on 2001/01/30  21:22:11
66063         Log: Integrate with tweakery the change #8625 from mainline,
66064              the multibyte decimal separator fix ("fa_IR locale failure").
66065      Branch: maint-5.6/perl
66066            ! embedvar.h perlapi.h
66067           !> intrpvar.h perl.c perl.h sv.c util.c
66068 ____________________________________________________________________________
66069 [  8625] By: jhi                                   on 2001/01/30  20:26:33
66070         Log: Fix for the fa_IR locale failure.  The reason for the failure
66071              was that Perl was assuming the decimal separator aka the radix
66072              separator is one character.  The Farsi-Iranian locale crushed
66073              that bad assumption since there the separator is 'Momayyez',
66074              glyphwise looking somewhat like a slash, and in Unicode UTF-8
66075              encoded in two bytes, 0xd9 0xab.
66076      Branch: perl
66077            ! intrpvar.h perl.c perl.h sv.c util.c
66078 ____________________________________________________________________________
66079 [  8624] By: gsar                                  on 2001/01/30  20:17:03
66080         Log: regen_headers
66081      Branch: maint-5.6/perl
66082            ! Makefile.SH pod/perlintern.pod
66083 ____________________________________________________________________________
66084 [  8623] By: gsar                                  on 2001/01/30  19:42:34
66085         Log: backout change#7431 and its dependents (causes spurious rebuilds
66086              of autogenerated files)
66087              
66088              fix benign b.t failure
66089      Branch: maint-5.6/perl
66090            ! Makefile.SH t/lib/b.t
66091 ____________________________________________________________________________
66092 [  8622] By: jhi                                   on 2001/01/30  19:41:41
66093         Log: Microperl sync.
66094      Branch: perl
66095            ! mg.c perl.h
66096 ____________________________________________________________________________
66097 [  8621] By: gsar                                  on 2001/01/30  19:24:47
66098         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
66099              from mainline
66100              
66101              Subject: podlators 1.06 released
66102              
66103              Subject: [PATCH @8436] Eliminate op_children
66104              
66105              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
66106              
66107              (Replaced by #8448)  More op_children traces (cleanup of #8442).
66108              
66109              Subject: [PATCH #3 @8436] Re: Eliminate op_children
66110              Replace #8444 and #8445.
66111              
66112              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
66113              at the setting of the ofs_sv in new_struct_thread() as the
66114              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
66115              uninitialized fields are, uh, initialized with),
66116              SvREFCNT_inc()ing that invited a core dump.
66117              
66118              podlators 1.07, from Russ Allbery.
66119              
66120              Subject: [PATCH] regcomp.c old feature removal
66121              From: mjd@plover.com
66122              Date: 16 Jan 2001 14:43:18 -0000 
66123              Message-ID: <20010116144318.7140.qmail@plover.com> 
66124      Branch: maint-5.6/perl
66125           +> lib/Pod/Text/Overstrike.pm
66126           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
66127           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
66128           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
66129           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
66130           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
66131           !> util.c
66132 ____________________________________________________________________________
66133 [  8620] By: gsar                                  on 2001/01/30  18:48:32
66134         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
66135              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
66136              now fails one test)
66137              
66138              Subject: [PATCH] lvalue AUTOLOAD. No, really.
66139              
66140              Subject: [PATCH] Interesting syntax idea
66141              Make opens + bareword assigns do typeglob assigns.
66142              
66143              Tests for #8254.
66144              
66145              Subject: [PATCH @8269] Continue blocks and B::Deparse
66146              Make the peephole optimizer to bypass more null ops and
66147              and rewrite the deparse handling of continue blocks.
66148              
66149              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
66150              Doc tweak on #8313.
66151              
66152              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
66153              
66154              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
66155              
66156              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
66157              
66158              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
66159              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
66160              according to the platform.
66161              
66162              Subject: [PATCH @8404] Consolidated lvalue sub changes
66163              
66164              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
66165              
66166              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
66167              
66168              Subject: B::Concise -- an improved replacement for B::Terse 
66169              
66170              The B::Terse drop-in replacement wasn't quite drop-in.
66171              
66172              The LVRET macro needed an aTHX.
66173              
66174              Use the /^Perl_/-less form of is_lvalue_sub().
66175              
66176              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
66177      Branch: maint-5.6/perl
66178           +> ext/B/B/Concise.pm
66179           !> (integrate 27 files)
66180 ____________________________________________________________________________
66181 [  8619] By: nick                                  on 2001/01/30  18:40:28
66182         Log: Integrate mainline
66183      Branch: perlio
66184           !> (integrate 40 files)
66185 ____________________________________________________________________________
66186 [  8618] By: jhi                                   on 2001/01/30  18:37:18
66187         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
66188              Date: Mon, 29 Jan 2001 22:51:29 -0600
66189              From: "Craig A. Berry" <craigberry@mac.com>
66190              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
66191      Branch: perl
66192            ! vms/test.com
66193 ____________________________________________________________________________
66194 [  8617] By: jhi                                   on 2001/01/30  18:34:53
66195         Log: Subject: [PATCH] Add missing CV flags to dump.c
66196              From: Tim Jenness <t.jenness@jach.hawaii.edu>
66197              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
66198              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
66199      Branch: perl
66200            ! dump.c
66201 ____________________________________________________________________________
66202 [  8616] By: jhi                                   on 2001/01/30  18:20:58
66203         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
66204              part isn't applicable to maintperl.
66205              
66206              UTF-8 nit from Inaba Hiroto.
66207      Branch: maint-5.6/perl
66208           !> pod/perlapi.pod utf8.c
66209 ____________________________________________________________________________
66210 [  8615] By: jhi                                   on 2001/01/30  18:18:51
66211         Log: UTF-8 nit from Inaba Hiroto.
66212      Branch: perl
66213            ! pod/perlapi.pod t/op/each.t utf8.c
66214 ____________________________________________________________________________
66215 [  8614] By: jhi                                   on 2001/01/30  18:13:38
66216         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
66217              
66218              perl's internal variables are not for public consumption,
66219              move their docs from perlapi.pod to perlintern.pod
66220              
66221              support for -Dusethreads build under HP-UX 10.20 and DCE threads
66222              library (11.0 and later have pthreads but 10.x don't)
66223              
66224              avoid uninitialized value warnings
66225              
66226              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
66227              gets weird results)
66228              
66229              perldoc nit on windows
66230              
66231              make it possible to run the tests outside the source tree
66232              (there's still a dependency on ../lib being the library
66233              location)
66234      Branch: perl
66235           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
66236           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
66237           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
66238           !> win32/bin/search.pl win32/vdir.h
66239 ____________________________________________________________________________
66240 [  8613] By: gsar                                  on 2001/01/30  16:39:59
66241         Log: make it possible to run the tests outside the source tree
66242              (there's still a dependency on ../lib being the library
66243              location)
66244      Branch: maint-5.6/perl
66245            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
66246 ____________________________________________________________________________
66247 [  8612] By: gsar                                  on 2001/01/30  16:31:12
66248         Log: perldoc nit on windows
66249      Branch: maint-5.6/perl
66250            ! utils/perldoc.PL
66251 ____________________________________________________________________________
66252 [  8611] By: gsar                                  on 2001/01/30  16:22:54
66253         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
66254              gets weird results)
66255      Branch: maint-5.6/perl
66256            ! win32/vdir.h
66257 ____________________________________________________________________________
66258 [  8610] By: gsar                                  on 2001/01/30  16:12:45
66259         Log: avoid uninitialized value warnings
66260      Branch: maint-5.6/perl
66261            ! win32/bin/search.pl
66262 ____________________________________________________________________________
66263 [  8609] By: gsar                                  on 2001/01/30  16:08:01
66264         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
66265              library (11.0 and later have pthreads but 10.x don't)
66266      Branch: maint-5.6/perl
66267            ! hints/hpux.sh thread.h
66268 ____________________________________________________________________________
66269 [  8608] By: gsar                                  on 2001/01/30  15:48:55
66270         Log: perl's internal variables are not for public consumption,
66271              move their docs from perlapi.pod to perlintern.pod
66272      Branch: maint-5.6/perl
66273            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
66274            ! thrdvar.h
66275 ____________________________________________________________________________
66276 [  8607] By: gsar                                  on 2001/01/30  15:44:27
66277         Log: mistakenly branched perl56delta.pod, revert
66278      Branch: maint-5.6/perl
66279            - pod/perl56delta.pod
66280           !> pod/perldelta.pod
66281 ____________________________________________________________________________
66282 [  8606] By: gsar                                  on 2001/01/30  14:20:24
66283         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
66284              dTHR which has been a noop for a while now, except for the
66285              compatibility definition in thread.h)
66286      Branch: maint-5.6/perl
66287           !> (integrate 45 files)
66288 ____________________________________________________________________________
66289 [  8605] By: jhi                                   on 2001/01/30  05:43:58
66290         Log: Mark the UTF-8 APIs as experimental.
66291      Branch: maint-5.6/perl
66292            ! embed.pl pod/perlapi.pod
66293 ____________________________________________________________________________
66294 [  8604] By: jhi                                   on 2001/01/30  05:38:40
66295         Log: Nits from earlier integrates.
66296      Branch: maint-5.6/perl
66297            ! lib/Carp/Heavy.pm
66298           !> sv.c
66299 ____________________________________________________________________________
66300 [  8603] By: jhi                                   on 2001/01/30  05:27:26
66301         Log: Regenerate Porting files.
66302      Branch: maint-5.6/perl
66303            ! Porting/Glossary Porting/config.sh Porting/config_H
66304 ____________________________________________________________________________
66305 [  8602] By: jhi                                   on 2001/01/30  05:14:59
66306         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
66307              8310,8339,8447,8492,8493,8505,8525: documentation changes.
66308              
66309              Subject: Re: perlfaq style changes
66310              
66311              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
66312              
66313              Subject: [PATCH] docs on NaN
66314              
66315              Subject: [patch] perlfaq7
66316              
66317              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
66318              
66319              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
66320              
66321              Subject: [PATCH] open() example in perlfunc.pod
66322              
66323              Podify README.mpeix (a new version from the web)
66324              
66325              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
66326              
66327              Subject: [PATCH] format and rewording in perlfaq.pod
66328              
66329              Subject: [PATCH] API Variable documentation   
66330              
66331              Memory management calls documentation.
66332              
66333              Subject: [PATCH: perl@8482] README.vms URL updates
66334              
66335              Subject: Minor typos in perlfaq2.pod
66336              
66337              Subject: [PATCH] pod/perlvar.pod
66338      Branch: maint-5.6/perl
66339           +> pod/perl56delta.pod
66340            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
66341           !> README.amiga README.epoc README.mpeix README.vms
66342           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
66343           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
66344           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
66345           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
66346           !> pod/perlvar.pod thrdvar.h
66347 ____________________________________________________________________________
66348 [  8601] By: jhi                                   on 2001/01/30  04:38:35
66349         Log: Integrate changes #8036,8096,8253 from mainline:
66350              hints changes.
66351              
66352              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
66353              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
66354              
66355              Output the (apparent) version of gcc in Tru64.
66356      Branch: maint-5.6/perl
66357           +> ext/POSIX/hints/svr4.pl
66358           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
66359           !> hints/svr4.sh t/lib/bigfltpm.t
66360 ____________________________________________________________________________
66361 [  8600] By: jhi                                   on 2001/01/30  04:04:01
66362         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
66363              locale fixes.
66364              
66365              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
66366              
66367              Debian allows /usr/bin/locale to exist without any locales. (7868)
66368              
66369              Allow the locale test needing POSIX and the taint test
66370              needing IPC::SysV to run under 'minitest' (basically,
66371              bail out if loading the extension fails). (8384)
66372              
66373              Cleanup the locale.t output  (8480)
66374      Branch: maint-5.6/perl
66375           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
66376           !> t/pragma/locale.t
66377 ____________________________________________________________________________
66378 [  8599] By: jhi                                   on 2001/01/30  03:51:04
66379         Log: Missing generated files from #8598.
66380      Branch: maint-5.6/perl
66381            ! embed.h global.sym objXSUB.h perlapi.c proto.h
66382 ____________________________________________________________________________
66383 [  8598] By: jhi                                   on 2001/01/30  03:41:54
66384         Log: Integrate change #8555 from mainline, manually integrate parts
66385              of changes 8452 and 8583.
66386              
66387              Subject: [PATCH] utf8.c documentation (8452)
66388              
66389              No point in checking the length if the pointer is bogus. (8555)
66390              
66391              Introduce bytes_from_utf8() and implement sv_eq() using it,
66392              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
66393              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
66394              was malformed. (8583)
66395      Branch: maint-5.6/perl
66396            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
66397           !> pod/perlapi.pod sv.c utf8.c
66398 ____________________________________________________________________________
66399 [  8597] By: gsar                                  on 2001/01/30  02:37:26
66400         Log: get PERL_OBJECT build going again on windows
66401      Branch: maint-5.6/perl
66402            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
66403            ! pod/perlapi.pod proto.h sv.c
66404 ____________________________________________________________________________
66405 [  8596] By: jhi                                   on 2001/01/30  02:16:17
66406         Log: Signedness nit.
66407      Branch: perl
66408            ! sv.c
66409 ____________________________________________________________________________
66410 [  8595] By: jhi                                   on 2001/01/30  02:11:07
66411         Log: EBCDIC patch for Storable, from Peter Prymmer.
66412      Branch: perl
66413            ! t/lib/st-06compat.t
66414 ____________________________________________________________________________
66415 [  8594] By: jhi                                   on 2001/01/30  01:04:48
66416         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
66417              From: Peter Prymmer <pvhp@forte.com>
66418              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
66419              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
66420      Branch: perl
66421            ! t/lib/b.t
66422 ____________________________________________________________________________
66423 [  8593] By: jhi                                   on 2001/01/30  00:56:47
66424         Log: Subject: [PATCH: perl@8585] pod problems in io
66425              From: Peter Prymmer <pvhp@forte.com>
66426              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
66427              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
66428      Branch: perl
66429            ! pod/perlapio.pod pod/perliol.pod
66430 ____________________________________________________________________________
66431 [  8592] By: jhi                                   on 2001/01/30  00:48:20
66432         Log: Integrate perlio:
66433              
66434              [  8591]
66435              GNU 'merge' Simon's copy of perliol.pod with version
66436              patched by Craig's patch.
66437              
66438              [  8590]
66439              PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
66440      Branch: perl
66441           !> pod/perlapio.pod pod/perliol.pod
66442 ____________________________________________________________________________
66443 [  8591] By: nick                                  on 2001/01/29  22:02:28
66444         Log: GNU 'merge' Simon's copy of perliol.pod with version
66445              patched by Craig's patch.
66446      Branch: perlio
66447            ! pod/perliol.pod
66448 ____________________________________________________________________________
66449 [  8590] By: nick                                  on 2001/01/29  21:55:10
66450         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
66451      Branch: perlio
66452            ! pod/perlapio.pod pod/perliol.pod
66453 ____________________________________________________________________________
66454 [  8589] By: jhi                                   on 2001/01/29  15:35:33
66455         Log: Integrate change #8586 from maint-5.6/perl.
66456              
66457              make the BOM detection code not call tell() until it has to
66458              (meant to fix esoteric compatibility issues where PL_rsfp
66459              is overridden)
66460      Branch: perl
66461           !> toke.c
66462 ____________________________________________________________________________
66463 [  8588] By: jhi                                   on 2001/01/29  15:29:11
66464         Log: Subject: MAking Solaris malloc() the default
66465              From: Lupe Christoph <lupe@lupe-christoph.de>
66466              Date: Mon, 29 Jan 2001 12:59:36 +0100
66467              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
66468              
66469              The README.solaris part slightly tweaked.
66470      Branch: perl
66471            ! README.solaris hints/solaris_2.sh
66472 ____________________________________________________________________________
66473 [  8587] By: jhi                                   on 2001/01/29  15:17:34
66474         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
66475              From: root@ak-75.mind.de
66476              Date: Sun, 28 Jan 2001 20:32:29 +0100
66477              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
66478      Branch: perl
66479            ! pod/perlre.pod
66480 ____________________________________________________________________________
66481 [  8586] By: gsar                                  on 2001/01/29  13:43:44
66482         Log: make the BOM detection code not call tell() until it has to
66483              (meant to fix esoteric compatibility issues where PL_rsfp
66484              is overridden)
66485      Branch: maint-5.6/perl
66486            ! toke.c
66487 ____________________________________________________________________________
66488 [  8585] By: jhi                                   on 2001/01/28  20:05:45
66489         Log: Update Changes.
66490      Branch: perl
66491            ! Changes patchlevel.h
66492 ____________________________________________________________________________
66493 [  8584] By: jhi                                   on 2001/01/28  19:30:02
66494         Log: Integrate perlio:
66495              
66496              [  8582]
66497              Add pod/perliol.pod to MANIFEST :-(
66498              
66499              [  8581]
66500              PerlIO documentation. Proofing and sub-editing requested.
66501      Branch: perl
66502           +> pod/perliol.pod
66503           !> MANIFEST pod/perlapio.pod
66504 ____________________________________________________________________________
66505 [  8583] By: jhi                                   on 2001/01/28  19:28:40
66506         Log: Patch from Inaba Hiroto:
66507              - canonical UTF-8 hash keys: if a key string for a hash is
66508              UTF8-on, try downgrade the string and use it if
66509              unicode::distinct is not in effect.
66510              For the task, I added a function bytes_from_utf8() to utf8.c.
66511              It might resemble utf8_to_bytes() but it is not convenient
66512              to the task.
66513              Made a test for it and added to t/op/each.t
66514              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
66515              the mortal copy of the argument SV.
66516              And changed t/io/utf8.t test 18 which expects print() to
66517              upgrade its argument.
66518              - re-implement sv_eq with bytes_from_utf8()
66519              - some bug fixes
66520              - tr/// does not handle UTF8 range (\x{}-\x{})
66521              - \ before raw UTF8 character produced
66522              "Malformed UTF-8 character" warning.
66523              - "\x{100}\N{CENT SIGN}" is Malformed.
66524              Added tests for these 3.
66525              - and one silly bug (by me) with qu operator.
66526      Branch: perl
66527            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
66528            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
66529            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
66530 ____________________________________________________________________________
66531 [  8582] By: nick                                  on 2001/01/28  19:25:04
66532         Log: Add pod/perliol.pod to MANIFEST :-(
66533      Branch: perlio
66534            ! MANIFEST
66535 ____________________________________________________________________________
66536 [  8581] By: nick                                  on 2001/01/28  19:22:40
66537         Log: PerlIO documentation. Proofing and sub-editing requested.
66538      Branch: perlio
66539            + pod/perliol.pod
66540            ! pod/perlapio.pod
66541 ____________________________________________________________________________
66542 [  8580] By: jhi                                   on 2001/01/28  05:16:25
66543         Log: Revert the change to sv_2pv() done by #8054: Someone who
66544              did SvNV_set() on a scalar that also happened to be POK,
66545              followed by sv_2pv() won't get the right coercion anymore.
66546              [Sarathy]
66547      Branch: maint-5.6/perl
66548            ! sv.c
66549 ____________________________________________________________________________
66550 [  8579] By: jhi                                   on 2001/01/28  05:15:04
66551         Log: Remove the #8084 effect: do not allow -Q to be interpreted
66552              as -&Q(), this is too much wiggle room.
66553      Branch: maint-5.6/perl
66554            ! toke.c
66555 ____________________________________________________________________________
66556 [  8578] By: jhi                                   on 2001/01/28  05:12:45
66557         Log: Needed bits of #8439 (should have been in #8576),
66558              mainly for lval substr().
66559      Branch: maint-5.6/perl
66560            ! mg.c pp.c pp_hot.c
66561 ____________________________________________________________________________
66562 [  8577] By: jhi                                   on 2001/01/28  05:02:46
66563         Log: A missing check-in.
66564      Branch: maint-5.6/perl
66565            ! utf8.c
66566 ____________________________________________________________________________
66567 [  8576] By: jhi                                   on 2001/01/28  04:26:18
66568         Log: Integrate changes #8425,8436,8439,8517 from mainline.
66569              The 8439 was not truly integrated because it had too many
66570              dependencies on the development branch and because it introduced
66571              concepts too bold for a maintenance branch (such as the qu operator).
66572              
66573              Subject: [PATCH perl@8342] -Wformat
66574              
66575              Tighten some of the UTF-8 tests a bit.
66576              
66577              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
66578              - The substr lval was still not okay.
66579              - Now pp_stringify and sv_setsv copies source's UTF8 flag
66580              even if IN_BYTE.  pp_stringify is called from fold_constants
66581              at optimization phase and "\x{100}" was made SvUTF8_off under
66582              use bytes (the bytes pragma is for "byte semantics" and not
66583              for "do not produce UTF8 data")
66584      Branch: maint-5.6/perl
66585            ! t/lib/charnames.t t/op/substr.t toke.c
66586           !> sv.c t/pragma/utf8.t
66587 ____________________________________________________________________________
66588 [  8575] By: jhi                                   on 2001/01/28  04:01:51
66589         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
66590              
66591              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
66592              
66593              Subject: [ID 20001230.003] UTF-8 tr still hurts
66594              
66595              Test cases for #8385 (from Simon's "torture.pl")
66596              
66597              Start fixing UTF-8 lval substr() (8405)
66598      Branch: maint-5.6/perl
66599           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
66600           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
66601 ____________________________________________________________________________
66602 [  8574] By: jhi                                   on 2001/01/28  03:09:06
66603         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
66604              from mainline.
66605              
66606              UTF-8 cleanup.
66607              
66608              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
66609              
66610              "\x{FF}\xFF" was broken.
66611              
66612              Tests for #8329 and #8330.
66613              
66614              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
66615              
66616              IRIX compiler noticed that the bof initialization might be
66617              bypassed by control flow.
66618              
66619              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
66620      Branch: maint-5.6/perl
66621           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
66622           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
66623 ____________________________________________________________________________
66624 [  8573] By: jhi                                   on 2001/01/28  02:06:12
66625         Log: Retract #8552.
66626      Branch: perl
66627            ! lib/Text/Wrap.pm t/lib/textwrap.t
66628 ____________________________________________________________________________
66629 [  8572] By: jhi                                   on 2001/01/28  02:04:49
66630         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
66631              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
66632              not really integrated but instead salvaged by hand
66633              (they had too many dependencies on the development release
66634              to be cleanly integratable).
66635              
66636              Subject: more UTF8 test suites and an UTF8 patch
66637              
66638              Tweak for MULTIPLICITY/USE_PERLIO
66639              
66640              Signedness nit.
66641              
66642              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
66643              
66644              Use the UTF8_XXX macros in is_utf8_char().
66645              
66646              Rewrite pp_concat() in terms of sv_catsv().  The . operator
66647              should now be UTF-8-proof.
66648              
66649              Subject: [PATCH perl@8269] scanning two hex-constants
66650              fails on EBCDIC environment (script length.t)
66651              
66652              Add some Unicode chop() tests.
66653      Branch: maint-5.6/perl
66654            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
66655           !> sv.c t/op/chop.t utf8.h
66656 ____________________________________________________________________________
66657 [  8571] By: jhi                                   on 2001/01/28  00:35:59
66658         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
66659              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
66660              
66661              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
66662              
66663              The maxiters upper limit sanity check (guarding against
66664              non-progress) assumed bytes instead of characters in s///
66665              and split().
66666              
66667              Signedness nit.
66668              
66669              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
66670              join() should now be UTF-8-proof.
66671              
66672              More split // UTF-8 tests. (8250)
66673      Branch: maint-5.6/perl
66674           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
66675           !> util.c
66676 ____________________________________________________________________________
66677 [  8570] By: jhi                                   on 2001/01/27  22:15:46
66678         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
66679              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
66680              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
66681              8084,8204,8244,8333 from mainline.
66682              
66683              For -Q where Q might be a one-letter sub name one does no more
66684              get a warning about an unknown filetest (7941,7943,7944,8084).
66685              
66686              Subject: Re: [ID 20001130.011] expression parsing bug ?
66687              
66688              Make uv_to_utf8() to zero-terminate its output buffer.
66689              
66690              Split off t/op/length.t (7995)
66691              
66692              Split off t/op/utf8decode.t (7996)
66693              
66694              Remove an unnecessary 'use utf8' from the utf8.t (7998)
66695              
66696              Split off t/op/concat.t (8004)
66697              
66698              Split off t/op/ver.t (8005)
66699              
66700              Document utf8_length(), utf8_distance(), and utf8_hop().
66701              
66702              Document utf8_to_uv() better.
66703              
66704              Introduce macros for UTF8 decoding (8028,8033).
66705              
66706              Add test for reverse() (8030,8031).
66707              
66708              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
66709              
66710              Do not return the Unicode replacement character    on UTF-8
66711              decoding failure.
66712              
66713              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
66714              not this_utf8 i.e. the output string has one, but don't mess
66715              with source assumption. (8052,8053)
66716              
66717              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
66718              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
66719              was not expecting to be called with something that was already
66720              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
66721              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
66722              (8054)
66723              
66724              Recode the naughty binary bytes in utf8decode.t using the \xHH.
66725              
66726              Make some panic messages a bit more logical.
66727      Branch: maint-5.6/perl
66728           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
66729           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
66730           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
66731           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
66732           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
66733           !> utf8.c utf8.h
66734 ____________________________________________________________________________
66735 [  8569] By: jhi                                   on 2001/01/27  19:16:43
66736         Log: Integrate changes #7750 from perlio and #8566 from mainline.
66737      Branch: maint-5.6/perl
66738           !> regexec.c sv.c
66739 ____________________________________________________________________________
66740 [  8568] By: jhi                                   on 2001/01/27  18:06:51
66741         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
66742              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
66743              7935[-perlio.c],7936,7959,7965 from mainline.
66744              
66745              Change the "big byte" error message to "Wide character".
66746              (7355, the croak-if-wide-chars-in-print part ignored)
66747              
66748              Use UINT64_C().
66749              
66750              Introduce Perl_utf8_length().
66751              
66752              diff -se shows these as different (7753, forgotten check-ins)
66753              
66754              Subject: [PATCH] doop.c - UTF8 tr///
66755              
66756              If we use (aTHX_ ...) then put Perl_ on the front.
66757              
66758              Make utf8_length() and utf8_distance() to be less forgiving
66759              about bad UTF-8.
66760              
66761              Test line numbers are different with utf8.
66762              
66763              No need to scan till infinity, 13 is enough. (7872,7911)
66764              
66765              Subject: [PATCH] Tokeniser debugging
66766              
66767              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
66768              
66769              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
66770              
66771              Be more careful in Perl_sv_utf8_downgrade().
66772              
66773              Use DO_UTF8().
66774              
66775              Raw zero bytes in text files confuse at least GNU patch 2.1.
66776      Branch: maint-5.6/perl
66777           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
66778           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
66779           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
66780           !> t/pragma/utf8.t toke.c utf8.c utf8.h
66781 ____________________________________________________________________________
66782 [  8567] By: nick                                  on 2001/01/27  11:10:38
66783         Log: Integrate mainline
66784      Branch: perlio
66785           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
66786           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
66787           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
66788           !> toke.c
66789 ____________________________________________________________________________
66790 [  8566] By: jhi                                   on 2001/01/27  06:22:48
66791         Log: More documentation for the regexp context stack.
66792      Branch: perl
66793            ! regexec.c
66794 ____________________________________________________________________________
66795 [  8565] By: jhi                                   on 2001/01/27  05:21:57
66796         Log: Update Changes.
66797      Branch: perl
66798            ! Changes patchlevel.h
66799 ____________________________________________________________________________
66800 [  8564] By: jhi                                   on 2001/01/27  04:44:04
66801         Log: Threadedness patch for #8562 from Doug MacEachern.
66802      Branch: perl
66803            ! toke.c
66804 ____________________________________________________________________________
66805 [  8563] By: jhi                                   on 2001/01/27  04:26:24
66806         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
66807              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
66808              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
66809              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
66810      Branch: perl
66811            ! op.c
66812 ____________________________________________________________________________
66813 [  8562] By: jhi                                   on 2001/01/27  04:20:30
66814         Log: Subject: Re: Announce : Tokener reporting patch
66815              From: Simon Cozens <simon@cozens.net>
66816              Date: Mon, 22 Jan 2001 02:17:22 +0000
66817              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
66818      Branch: perl
66819            ! embed.h embed.pl proto.h toke.c
66820 ____________________________________________________________________________
66821 [  8561] By: jhi                                   on 2001/01/27  04:17:24
66822         Log: Forgot from #8545.  Oops.
66823      Branch: perl
66824            ! pp.c t/pragma/overload.t
66825 ____________________________________________________________________________
66826 [  8560] By: jhi                                   on 2001/01/27  03:01:47
66827         Log: A better module compilation test, use MANIFEST as suggested
66828              by Spider.
66829      Branch: perl
66830            ! t/lib/1_compile.t
66831 ____________________________________________________________________________
66832 [  8559] By: jhi                                   on 2001/01/27  02:50:48
66833         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
66834              From: Peter Prymmer <pvhp@forte.com>
66835              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
66836              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
66837      Branch: perl
66838            ! t/lib/b.t
66839 ____________________________________________________________________________
66840 [  8558] By: jhi                                   on 2001/01/27  02:27:05
66841         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
66842              From: Peter Prymmer <pvhp@forte.com>
66843              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
66844              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
66845      Branch: perl
66846            ! t/pragma/sub_lval.t
66847 ____________________________________________________________________________
66848 [  8557] By: jhi                                   on 2001/01/27  02:26:03
66849         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
66850              From: Peter Prymmer <pvhp@forte.com>
66851              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
66852              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
66853      Branch: perl
66854            ! t/lib/st-06compat.t
66855 ____________________________________________________________________________
66856 [  8556] By: jhi                                   on 2001/01/27  02:24:33
66857         Log: Subject: [PATCH: perl@8531] minor update to README.os390
66858              From: Peter Prymmer <pvhp@forte.com>
66859              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
66860              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
66861      Branch: perl
66862            ! README.os390
66863 ____________________________________________________________________________
66864 [  8555] By: jhi                                   on 2001/01/27  00:35:47
66865         Log: No point in checking the length before we know whether the pointer
66866              is bogus or not, fixes Abigail's odbm failures in Linux.
66867      Branch: perl
66868            ! sv.c
66869 ____________________________________________________________________________
66870 [  8554] By: nick                                  on 2001/01/26  19:01:31
66871         Log: Integrate mainline
66872      Branch: perlio
66873           !> lib/Text/Wrap.pm t/lib/textwrap.t
66874 ____________________________________________________________________________
66875 [  8553] By: jhi                                   on 2001/01/26  15:19:39
66876         Log: Integrate change #7792 from perlio (multiplicity fix),
66877              fix the AV leak in regex DEBUGGING (tiny part of the
66878              polymorphic regexp patch #8143).
66879      Branch: maint-5.6/perl
66880            ! regcomp.c
66881           !> scope.h
66882 ____________________________________________________________________________
66883 [  8552] By: jhi                                   on 2001/01/26  15:03:23
66884         Log: (Retracted by #8573)
66885              
66886              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
66887              From: Michael G Schwern <schwern@pobox.com>
66888              Date: Fri, 26 Jan 2001 09:28:31 -0500
66889              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
66890      Branch: perl
66891            ! lib/Text/Wrap.pm t/lib/textwrap.t
66892 ____________________________________________________________________________
66893 [  8551] By: jhi                                   on 2001/01/26  02:33:19
66894         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
66895              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
66896              
66897              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
66898              
66899              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
66900              
66901              Message nit.
66902              
66903              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
66904              
66905              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
66906              
66907              (the cleanup of unused submatches in regtry() and regcppop())
66908              
66909              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
66910              stored and restored, and thusly was trounced by the utf8 swash
66911              routines.
66912              
66913              use utf8 not required to use \x{}.
66914              
66915              Removed two more tests that make no sense in UTF-8 since the test
66916              data is not in UTF-8.
66917              
66918              Get the three different space character classes right under utf8.
66919              
66920              Implement ANYOFUTF8 regprop() dumping.
66921              
66922              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
66923              
66924              Document the regex context pushing/popping a bit better.
66925      Branch: maint-5.6/perl
66926           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
66927           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
66928           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
66929           !> t/op/regmesg.t utf8.c
66930 ____________________________________________________________________________
66931 [  8550] By: nick                                  on 2001/01/25  19:42:30
66932         Log: Integrate mainline
66933      Branch: perlio
66934           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
66935           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
66936           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
66937           !> t/lib/bigint.t t/lib/bigintpm.t
66938 ____________________________________________________________________________
66939 [  8549] By: jhi                                   on 2001/01/25  15:22:28
66940         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
66941      Branch: maint-5.6/perl
66942            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
66943 ____________________________________________________________________________
66944 [  8548] By: jhi                                   on 2001/01/25  15:02:55
66945         Log: Integrate changes #7997,8063,8492,8547 from mainline.
66946              
66947              Subject: Re: STRLEN - what?
66948              
66949              Subject: [PATCH] perlguts.pod
66950              
66951              Memory management calls documentation.
66952              
66953              Layout using tabulator is not a good idea in a pod.
66954      Branch: maint-5.6/perl
66955           !> pod/perlguts.pod
66956 ____________________________________________________________________________
66957 [  8547] By: jhi                                   on 2001/01/25  14:49:05
66958         Log: Layout using tabulator is not a good idea in a pod.
66959      Branch: perl
66960            ! pod/perlguts.pod
66961 ____________________________________________________________________________
66962 [  8546] By: jhi                                   on 2001/01/25  14:31:12
66963         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
66964              from mainline.
66965              
66966              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
66967              
66968              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
66969              
66970              More Win32 editor/IDE/shell hints.
66971              
66972              More Win32 Perling.
66973              
66974              Yet another editor edit.
66975              
66976              Edit edit edit.
66977              
66978              IDE/editor section tweaking.
66979              
66980              Few more IDE/editor nits from p5p.
66981      Branch: maint-5.6/perl
66982           !> pod/perlfaq3.pod
66983 ____________________________________________________________________________
66984 [  8545] By: jhi                                   on 2001/01/25  04:16:32
66985         Log: Subject: [PATCH 5.7.0] overload int()
66986              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66987              Date: Wed, 24 Jan 2001 19:06:57 -0500
66988              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
66989      Branch: perl
66990            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
66991            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
66992            ! t/lib/bigintpm.t
66993 ____________________________________________________________________________
66994 [  8544] By: jhi                                   on 2001/01/25  04:15:11
66995         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
66996              From: Peter Prymmer <pvhp@forte.com>
66997              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
66998              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
66999      Branch: perl
67000            ! Makefile.SH README.os390 hints/os390.sh installperl
67001 ____________________________________________________________________________
67002 [  8543] By: jhi                                   on 2001/01/25  03:52:08
67003         Log: Integrate change #8462,8469 from mainline.
67004              
67005              In VMS Perl subversion (perl -V) is undef.
67006      Branch: maint-5.6/perl
67007           !> configure.com
67008 ____________________________________________________________________________
67009 [  8542] By: jhi                                   on 2001/01/25  03:44:55
67010         Log: Integrate changes #7835,7850,8315,8316 from mainline.
67011              
67012              Solaris hints.
67013      Branch: maint-5.6/perl
67014           !> hints/solaris_2.sh
67015 ____________________________________________________________________________
67016 [  8541] By: jhi                                   on 2001/01/25  03:39:28
67017         Log: Integrate #8336 from mainline.
67018      Branch: maint-5.6/perl
67019           !> hv.c
67020 ____________________________________________________________________________
67021 [  8540] By: jhi                                   on 2001/01/25  03:23:50
67022         Log: Retract #8539.
67023      Branch: maint-5.6/perl
67024            ! pod/perlfaq3.pod
67025 ____________________________________________________________________________
67026 [  8539] By: jhi                                   on 2001/01/25  03:21:55
67027         Log: (Retracted by #8540.)
67028      Branch: maint-5.6/perl
67029            ! pod/perlfaq3.pod
67030 ____________________________________________________________________________
67031 [  8538] By: jhi                                   on 2001/01/25  03:14:07
67032         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
67033              From: Peter Prymmer <pvhp@forte.com>
67034              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
67035              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
67036              
67037              The VMS bits.
67038      Branch: maint-5.6/perl
67039            ! configure.com vms/descrip_mms.template
67040 ____________________________________________________________________________
67041 [  8537] By: jhi                                   on 2001/01/25  03:06:09
67042         Log: Integrate #7710,7824,7973 from mainline.
67043      Branch: maint-5.6/perl
67044           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
67045           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
67046           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
67047           !> vos/config.ga.def vos/config.ga.h win32/config.bc
67048           !> win32/config.gc win32/config.vc
67049 ____________________________________________________________________________
67050 [  8536] By: jhi                                   on 2001/01/24  13:50:20
67051         Log: Revert the edits made by me so far to the 5.6 branch since
67052              the TRIAL1 since I did edits when I should have been using
67053              integrates.  Bad programmer.   (Will integrate them properly later.)
67054              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
67055              The #8353 will not be reapplied at least for now since
67056              the UTF-8 hash keys need more thinking.
67057              (The patches #8347, #8354, #8454, #8473 were okay since they
67058              were original edits made specifically for the 5.6.1-TRIAL1.)
67059      Branch: maint-5.6/perl
67060            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67061            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
67062            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
67063            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
67064            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
67065            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
67066            ! win32/config.bc win32/config.gc win32/config.vc
67067 ____________________________________________________________________________
67068 [  8535] By: bailey                                on 2001/01/24  06:37:02
67069         Log: SYN SYN
67070      Branch: vmsperl
67071           +> (branch 26 files)
67072           !> (integrate 130 files)
67073 ____________________________________________________________________________
67074 [  8534] By: nick                                  on 2001/01/23  19:30:57
67075         Log: Integrate mainline.
67076      Branch: perlio
67077           !> Changes Configure Porting/Glossary Porting/config.sh
67078           !> Porting/config_H embed.h embed.pl ext/Encode/compile
67079           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
67080           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
67081           !> pod/perlvar.pod proto.h t/lib/1_compile.t
67082 ____________________________________________________________________________
67083 [  8533] By: jhi                                   on 2001/01/23  16:15:46
67084         Log: Forgotten from #8501.
67085      Branch: perl
67086            ! Porting/Glossary Porting/config.sh Porting/config_H
67087 ____________________________________________________________________________
67088 [  8532] By: jhi                                   on 2001/01/23  16:13:27
67089         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
67090              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67091              Date: Mon, 22 Jan 2001 17:51:58 +0100
67092              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
67093      Branch: perl
67094            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
67095 ____________________________________________________________________________
67096 [  8531] By: jhi                                   on 2001/01/23  15:46:01
67097         Log: Update Changes.
67098      Branch: perl
67099            ! Changes patchlevel.h
67100 ____________________________________________________________________________
67101 [  8530] By: jhi                                   on 2001/01/23  15:38:39
67102         Log: De-cut-and-pasto.
67103      Branch: perl
67104            ! t/lib/1_compile.t
67105 ____________________________________________________________________________
67106 [  8529] By: jhi                                   on 2001/01/23  15:11:04
67107         Log: Document the mkdir trailing slashes case.
67108      Branch: perl
67109            ! pod/perlfunc.pod
67110 ____________________________________________________________________________
67111 [  8528] By: jhi                                   on 2001/01/23  15:08:28
67112         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
67113              get installed:
67114              
67115              Subject: lib/lib.pm
67116              From: <abigail@foad.org>
67117              Date: Mon, 28 Aug 2000 20:35:08 -0400
67118              Message-ID: <20000829003508.21281.qmail@foad.org>
67119      Branch: perl
67120            ! installperl
67121 ____________________________________________________________________________
67122 [  8527] By: jhi                                   on 2001/01/23  14:44:04
67123         Log: Metaconfig unit change for #8526.
67124      Branch: metaconfig
67125            ! U/threads/archname.U
67126 ____________________________________________________________________________
67127 [  8526] By: jhi                                   on 2001/01/23  14:43:19
67128         Log: Attach -perlio to the archname if so selected.
67129      Branch: perl
67130            ! Configure
67131 ____________________________________________________________________________
67132 [  8525] By: jhi                                   on 2001/01/23  14:24:01
67133         Log: Subject: [PATCH] pod/perlvar.pod
67134              From: abigail@foad.org
67135              Date: Tue, 23 Jan 2001 01:41:10 +0100
67136              Message-ID: <20010123004110.22259.qmail@foad.org>
67137      Branch: perl
67138            ! pod/perlvar.pod
67139 ____________________________________________________________________________
67140 [  8524] By: jhi                                   on 2001/01/23  14:22:32
67141         Log: A bug introduced in #8217 (the undefined variable in the
67142              lib/safe1_t #3) fixed, by Charles Lane:
67143              
67144              The earlier patch made it so that stuff running in Safe
67145              compartments could do a "caller" and see "main".  That
67146              little change in name is done right before the code in
67147              the compartment is run, and apparantly the parser
67148              was picking up the stash name before it got changed.
67149              
67150              (why it was threaded vs. unthreaded Perl that was sensitive to this
67151              I still don't know...and it probably doesn't matter).
67152              
67153              I tryed removing the stash name-change and saw that threaded Perl
67154              did indeed pass the lib/safe1.t tests.
67155              
67156              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
67157              do the name change (and to connect _ in the compartment to the global
67158              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
67159              to call _safe_pkg_prep when creating a new compartment.
67160              
67161              Passes all tests with threaded perl on linux; passes all tests
67162              with unthreaded perl on VMS.
67163              
67164              At some point I'll probably want to revisit Safe and Opcode to
67165              provide more sensible handling of global variables...and to get
67166              formats working in Safe compartments, which they don't do currently.
67167      Branch: perl
67168            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
67169 ____________________________________________________________________________
67170 [  8523] By: jhi                                   on 2001/01/23  14:11:58
67171         Log: Also the lib/Thread.pm itself needs to be ignored if
67172              the Thread extension hasn't been built.
67173      Branch: perl
67174            ! t/lib/1_compile.t
67175 ____________________________________________________________________________
67176 [  8522] By: jhi                                   on 2001/01/23  13:51:28
67177         Log: print() instead of warn() so that stderr doesn't get
67178              unnecessarily polluted.
67179      Branch: perl
67180            ! ext/Encode/compile
67181 ____________________________________________________________________________
67182 [  8521] By: jhi                                   on 2001/01/23  13:49:48
67183         Log: Integrate perlio:
67184              
67185              [  8520]
67186              More messing with Encode:
67187              Extra fields in header to allow multiple names and to record
67188              other things "compile" knows.
67189              Re-organise compile to factor out common output routines.
67190              
67191              [  8519]
67192              Change file-of-files command line from -F to -f to avoid case issues on VMS.
67193      Branch: perl
67194           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
67195           !> ext/Encode/encode.h
67196 ____________________________________________________________________________
67197 [  8520] By: nick                                  on 2001/01/22  21:44:00
67198         Log: More messing with Encode:
67199              Extra fields in header to allow multiple names and to record
67200              other things "compile" knows.
67201              Re-organise compile to factor out common output routines.
67202      Branch: perlio
67203            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
67204 ____________________________________________________________________________
67205 [  8519] By: nick                                  on 2001/01/22  20:33:50
67206         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
67207      Branch: perlio
67208            ! ext/Encode/Makefile.PL ext/Encode/compile
67209 ____________________________________________________________________________
67210 [  8518] By: nick                                  on 2001/01/22  20:28:13
67211         Log: Integrate mainline
67212      Branch: perlio
67213           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
67214           !> vos/config.alpha.def vos/config.alpha.h
67215 ____________________________________________________________________________
67216 [  8517] By: jhi                                   on 2001/01/22  15:37:17
67217         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
67218              by Inaba Hiroto.
67219      Branch: perl
67220            ! sv.c
67221 ____________________________________________________________________________
67222 [  8516] By: jhi                                   on 2001/01/22  14:55:15
67223         Log: More SIG_SIZE fixes.
67224      Branch: perl
67225            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
67226 ____________________________________________________________________________
67227 [  8515] By: jhi                                   on 2001/01/22  14:50:27
67228         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
67229              From: "Craig A. Berry" <craigberry@mac.com>
67230              Date: Mon, 22 Jan 2001 00:42:24 -0600
67231              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
67232      Branch: perl
67233            ! configure.com
67234 ____________________________________________________________________________
67235 [  8514] By: jhi                                   on 2001/01/22  14:31:17
67236         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
67237              From: "Craig A. Berry" <craigberry@mac.com>
67238              Date: Sun, 21 Jan 2001 23:03:25 -0600
67239              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
67240      Branch: perl
67241            ! configure.com
67242 ____________________________________________________________________________
67243 [  8513] By: jhi                                   on 2001/01/22  14:14:00
67244         Log: Add the .ucm encoding tables to the MANIFEST.
67245      Branch: perl
67246            ! MANIFEST
67247 ____________________________________________________________________________
67248 [  8512] By: jhi                                   on 2001/01/22  13:43:33
67249         Log: Integrate perlio:
67250              
67251              [  8511]
67252              Make "real" layers of ":utf8" and ":raw".
67253              So now PERLIO=utf8 perl ...
67254              does what Andreas wanted.
67255              Fix arg passing in open.pm (still have a Carp issue).
67256              
67257              [  8508]
67258              Switch "compiled in" encodings to .ucm format.
67259              (Leave others as .enc till we can run-time load .ucm,
67260              or find some other way to load them.)
67261      Branch: perl
67262           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
67263           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
67264           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
67265           +> ext/Encode/Encode/iso8859-10.ucm
67266           +> ext/Encode/Encode/iso8859-13.ucm
67267           +> ext/Encode/Encode/iso8859-14.ucm
67268           +> ext/Encode/Encode/iso8859-15.ucm
67269           +> ext/Encode/Encode/iso8859-16.ucm
67270           +> ext/Encode/Encode/iso8859-2.ucm
67271           +> ext/Encode/Encode/iso8859-3.ucm
67272           +> ext/Encode/Encode/iso8859-4.ucm
67273           +> ext/Encode/Encode/iso8859-5.ucm
67274           +> ext/Encode/Encode/iso8859-6.ucm
67275           +> ext/Encode/Encode/iso8859-7.ucm
67276           +> ext/Encode/Encode/iso8859-8.ucm
67277           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
67278           +> ext/Encode/Encode/symbol.ucm
67279           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
67280           !> perliol.h
67281 ____________________________________________________________________________
67282 [  8511] By: nick                                  on 2001/01/21  23:44:47
67283         Log: Make "real" layers of ":utf8" and ":raw".
67284              So now PERLIO=utf8 perl ...
67285              does what Andreas wanted.
67286              Fix arg passing in open.pm (still have a Carp issue).
67287      Branch: perlio
67288            ! lib/open.pm perlio.c perliol.h
67289 ____________________________________________________________________________
67290 [  8510] By: jhi                                   on 2001/01/21  22:56:53
67291         Log: Document the regex content pushing/popping a bit better.
67292      Branch: perl
67293            ! regexec.c
67294 ____________________________________________________________________________
67295 [  8509] By: jhi                                   on 2001/01/21  22:55:44
67296         Log: Tweak the mkdir trailing slash code some more.
67297              
67298              TO DO: the same handling should probably be done for
67299              all the other filesystem functions that can have directories
67300              as their arguments.
67301      Branch: perl
67302            ! pp_sys.c
67303 ____________________________________________________________________________
67304 [  8508] By: nick                                  on 2001/01/21  21:37:43
67305         Log: Switch "compiled in" encodings to .ucm format.
67306              (Leave others as .enc till we can run-time load .ucm,
67307              or find some other way to load them.)
67308      Branch: perlio
67309            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
67310            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
67311            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
67312            + ext/Encode/Encode/iso8859-10.ucm
67313            + ext/Encode/Encode/iso8859-13.ucm
67314            + ext/Encode/Encode/iso8859-14.ucm
67315            + ext/Encode/Encode/iso8859-15.ucm
67316            + ext/Encode/Encode/iso8859-16.ucm
67317            + ext/Encode/Encode/iso8859-2.ucm
67318            + ext/Encode/Encode/iso8859-3.ucm
67319            + ext/Encode/Encode/iso8859-4.ucm
67320            + ext/Encode/Encode/iso8859-5.ucm
67321            + ext/Encode/Encode/iso8859-6.ucm
67322            + ext/Encode/Encode/iso8859-7.ucm
67323            + ext/Encode/Encode/iso8859-8.ucm
67324            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
67325            + ext/Encode/Encode/symbol.ucm
67326            ! ext/Encode/Makefile.PL ext/Encode/compile
67327 ____________________________________________________________________________
67328 [  8507] By: nick                                  on 2001/01/21  21:02:03
67329         Log: Integrate (partial) mainline.
67330      Branch: perlio
67331           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
67332           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
67333           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
67334 ____________________________________________________________________________
67335 [  8506] By: jhi                                   on 2001/01/21  20:09:30
67336         Log: Update Changes.
67337      Branch: perl
67338            ! Changes patchlevel.h
67339 ____________________________________________________________________________
67340 [  8505] By: jhi                                   on 2001/01/21  19:39:59
67341         Log: Subject: Minor typos in perlfaq2.pod
67342              From: "Stephen P. Potter" <spp@spotter.yi.org>
67343              Message-Id: <200101192101.QAA11911@spotter.yi.org>
67344              Date: Fri, 19 Jan 2001 16:01:13 -0500
67345              
67346              with a nit from Philip Newton.
67347      Branch: perl
67348            ! pod/perlfaq2.pod
67349 ____________________________________________________________________________
67350 [  8504] By: jhi                                   on 2001/01/21  19:33:05
67351         Log: Metaconfig change for #8503.
67352      Branch: metaconfig
67353            ! U/threads/usethreads.U
67354 ____________________________________________________________________________
67355 [  8503] By: jhi                                   on 2001/01/21  19:32:21
67356         Log: Sanity check for conflicting thread flavours.
67357      Branch: perl
67358            ! Configure config_h.SH
67359 ____________________________________________________________________________
67360 [  8502] By: jhi                                   on 2001/01/21  19:23:00
67361         Log: Metaconfig change for #8501.
67362      Branch: metaconfig
67363            ! U/modified/sig_name.U
67364 ____________________________________________________________________________
67365 [  8501] By: jhi                                   on 2001/01/21  19:22:26
67366         Log: The SIG_SIZE is the number of the elements *excluding*
67367              the terminating NULL.
67368      Branch: perl
67369            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
67370            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
67371            ! win32/config_H.vc
67372 ____________________________________________________________________________
67373 [  8500] By: jhi                                   on 2001/01/21  18:31:31
67374         Log: Integrate perlio:
67375              
67376              [  8498]
67377              Encode cleanup.
67378              Add command line control over "compile" so that Makefile.PL
67379              needs can be combined with other uses.
67380              Use command line options in Makefile.PL.
67381              Fix multi-byte parsing in .ucm files.
67382              
67383              [  8497]
67384              Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
67385              
67386              [  8496]
67387              Fixup after integrate:
67388              missed the .sym files that are changed by regen_headers
67389              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
67390              
67391              [  8484]
67392              Infrastructure to allow:
67393              open($fh,"|-",@array);
67394              to be implemented
67395              i.e. mark pp_open as needing a stack mark, and make pp_open
67396              process its args in that style (and pass them _all_ to tied handles OPEN).
67397              Invent do_openn() which takes SV ** at allow it to see multiple args.
67398              Note this does not _do_ anything yet.
67399      Branch: perl
67400           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
67401           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
67402           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
67403           !> pp_sys.c proto.h sv.c
67404 ____________________________________________________________________________
67405 [  8499] By: jhi                                   on 2001/01/21  17:43:57
67406         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
67407              From: Hugo <hv@crypt.compulink.co.uk>
67408              Date: Sun, 21 Jan 2001 13:34:05 +0000
67409              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
67410              
67411              In sprintf UTF8ize only if necessary.
67412      Branch: perl
67413            ! sv.c
67414 ____________________________________________________________________________
67415 [  8498] By: nick                                  on 2001/01/21  16:25:32
67416         Log: Encode cleanup.
67417              Add command line control over "compile" so that Makefile.PL
67418              needs can be combined with other uses.
67419              Use command line options in Makefile.PL.
67420              Fix multi-byte parsing in .ucm files.
67421      Branch: perlio
67422            ! ext/Encode/Makefile.PL ext/Encode/compile
67423 ____________________________________________________________________________
67424 [  8497] By: nick                                  on 2001/01/21  12:56:27
67425         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
67426      Branch: perlio
67427            ! ext/Encode/Encode.xs
67428 ____________________________________________________________________________
67429 [  8496] By: nick                                  on 2001/01/21  12:18:45
67430         Log: Fixup after integrate:
67431              missed the .sym files that are changed by regen_headers
67432              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
67433      Branch: perlio
67434            ! global.sym pp.sym sv.c
67435 ____________________________________________________________________________
67436 [  8495] By: nick                                  on 2001/01/21  11:51:07
67437         Log: Integrate mainline.
67438      Branch: perlio
67439           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
67440           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
67441           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
67442           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
67443           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
67444           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
67445           !> win32/Makefile win32/makefile.mk
67446 ____________________________________________________________________________
67447 [  8494] By: jhi                                   on 2001/01/20  23:12:11
67448         Log: Forgot the expect_number() prototype.
67449      Branch: perl
67450            ! embed.h embed.pl proto.h
67451 ____________________________________________________________________________
67452 [  8493] By: jhi                                   on 2001/01/20  22:56:39
67453         Log: Subject: [PATCH: perl@8482] README.vms URL updates
67454              From: Peter Prymmer <pvhp@forte.com>
67455              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
67456              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
67457              
67458              Plus Craig A. Berry's suggestion to use compaq.com instead
67459              of digital.com.
67460      Branch: perl
67461            ! README.vms
67462 ____________________________________________________________________________
67463 [  8492] By: jhi                                   on 2001/01/20  22:50:05
67464         Log: Memory management calls documentation.
67465      Branch: perl
67466            ! pod/perlguts.pod
67467 ____________________________________________________________________________
67468 [  8491] By: jhi                                   on 2001/01/20  22:38:33
67469         Log: Signedness nit plus few memcpy/Copy nits.
67470      Branch: perl
67471            ! sv.c
67472 ____________________________________________________________________________
67473 [  8490] By: jhi                                   on 2001/01/20  22:25:53
67474         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
67475              From: Peter Prymmer <pvhp@forte.com>
67476              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
67477              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
67478      Branch: perl
67479            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
67480 ____________________________________________________________________________
67481 [  8489] By: jhi                                   on 2001/01/20  22:24:41
67482         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
67483              From: Peter Prymmer <pvhp@forte.com>
67484              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
67485              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
67486      Branch: perl
67487            ! win32/Makefile win32/makefile.mk
67488 ____________________________________________________________________________
67489 [  8488] By: jhi                                   on 2001/01/20  22:22:27
67490         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
67491              From: Peter Prymmer <pvhp@forte.com>
67492              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
67493              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
67494      Branch: perl
67495            ! Makefile.SH
67496 ____________________________________________________________________________
67497 [  8487] By: jhi                                   on 2001/01/20  22:21:18
67498         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
67499              From: Peter Prymmer <pvhp@forte.com>
67500              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
67501              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
67502      Branch: perl
67503            + ext/DynaLoader/dl_dllload.xs
67504            ! MANIFEST Makefile.SH hints/os390.sh
67505 ____________________________________________________________________________
67506 [  8486] By: jhi                                   on 2001/01/20  22:17:53
67507         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
67508              From: Peter Prymmer <pvhp@forte.com>
67509              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
67510              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
67511      Branch: perl
67512            ! README.os390 README.posix-bc
67513 ____________________________________________________________________________
67514 [  8485] By: jhi                                   on 2001/01/20  20:15:30
67515         Log: Document and test the new qu operator.
67516      Branch: perl
67517            + t/op/qu.t
67518            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
67519            ! pod/perlretut.pod pod/perlunicode.pod
67520 ____________________________________________________________________________
67521 [  8484] By: nick                                  on 2001/01/20  19:42:30
67522         Log: Infrastructure to allow:
67523              open($fh,"|-",@array);
67524              to be implemented
67525              i.e. mark pp_open as needing a stack mark, and make pp_open
67526              process its args in that style (and pass them _all_ to tied handles OPEN).
67527              Invent do_openn() which takes SV ** at allow it to see multiple args.
67528              Note this does not _do_ anything yet.
67529      Branch: perlio
67530            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
67531            ! perlapi.c pp_proto.h pp_sys.c proto.h
67532 ____________________________________________________________________________
67533 [  8483] By: nick                                  on 2001/01/20  17:23:14
67534         Log: Integrate mainline.
67535      Branch: perlio
67536           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
67537           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
67538 ____________________________________________________________________________
67539 [  8482] By: jhi                                   on 2001/01/19  15:37:49
67540         Log: Update Changes.
67541      Branch: perl
67542            ! Changes patchlevel.h
67543 ____________________________________________________________________________
67544 [  8481] By: jhi                                   on 2001/01/19  14:41:24
67545         Log: Subject: Re: new feature: s?printf parameter reordering 
67546              From: Hugo <hv@crypt.compulink.co.uk>
67547              Date: Thu, 11 Jan 2001 17:09:03 +0000
67548              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
67549              
67550              - support reordering for all parameters: %, *v, *, .*
67551              - lay down that the reordering specification must immediately
67552              follow that parameter: %3$, *v3$, *3$, .*3$
67553              - fix vectorisation of a zero-length string
67554              - factor out the code choosing the argument to format
67555              
67556              Possibly unwanted side-effects:
67557              - the special format specifiers ' +-0' must now precede any
67558              vectorisation specifier. Tests in op/sprintf and op/ver
67559              have been changed to reflect this.
67560              - sprintf.t test #214 changed its expectations because in many
67561              cases, the next parameter has already been consumed when an
67562              invalid type letter is detected.
67563              
67564              Probably wanted side-effects:
67565              - attempts to format a non-existent parameter will warn as if C<undef>
67566              - attempt to write to non-existent parameter with '%n' will complain
67567              of "attempt to modify read-only value" instead of being silent
67568      Branch: perl
67569            ! sv.c t/op/sprintf.t t/op/ver.t
67570 ____________________________________________________________________________
67571 [  8480] By: jhi                                   on 2001/01/19  14:08:37
67572         Log: Subject: PATCH pragma/locale.t
67573              From: andreas.koenig@anima.de (Andreas J. Koenig)
67574              Date: 18 Jan 2001 09:45:37 +0100
67575              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
67576      Branch: perl
67577            ! t/pragma/locale.t
67578 ____________________________________________________________________________
67579 [  8479] By: jhi                                   on 2001/01/19  13:19:58
67580         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
67581      Branch: perl
67582            ! configure.com
67583 ____________________________________________________________________________
67584 [  8478] By: jhi                                   on 2001/01/19  02:12:35
67585         Log: Automate 1_compile.t.
67586      Branch: perl
67587            ! t/lib/1_compile.t
67588 ____________________________________________________________________________
67589 [  8477] By: jhi                                   on 2001/01/19  01:49:56
67590         Log: Integrate perlio:
67591              
67592              [  8475]
67593              Win32 "safe signals" co-existance fix.
67594              Fix SIG_SIZE value.
67595              Clear PL_sig_pending when cloning (fork).
67596      Branch: perl
67597           !> sv.c win32/config.bc win32/config.gc win32/config.vc
67598           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
67599 ____________________________________________________________________________
67600 [  8476] By: nick                                  on 2001/01/18  21:51:52
67601         Log: Integrate mainline
67602      Branch: perlio
67603           +> t/lib/1_compile.t t/lib/compmod.pl
67604           !> MANIFEST configure.com lib/unicode/distinct.pm
67605 ____________________________________________________________________________
67606 [  8475] By: nick                                  on 2001/01/18  21:48:02
67607         Log: Win32 "safe signals" co-existance fix.
67608              Fix SIG_SIZE value.
67609              Clear PL_sig_pending when cloning (fork).
67610      Branch: perlio
67611            ! sv.c win32/config.bc win32/config.gc win32/config.vc
67612            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
67613 ____________________________________________________________________________
67614 [  8474] By: jhi                                   on 2001/01/18  14:40:57
67615         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
67616      Branch: perl
67617            ! t/lib/1_compile.t
67618 ____________________________________________________________________________
67619 [  8473] By: gsar                                  on 2001/01/18  11:42:31
67620         Log: unsubmitted trial1 change
67621      Branch: maint-5.6/perl
67622            ! Changes
67623 ____________________________________________________________________________
67624 [  8472] By: jhi                                   on 2001/01/18  04:30:24
67625         Log: The first bug found by 1_compile.t.
67626      Branch: perl
67627            ! lib/unicode/distinct.pm
67628 ____________________________________________________________________________
67629 [  8471] By: jhi                                   on 2001/01/18  04:29:42
67630         Log: Add Schwern's 1_compile test.  The compile_module script renamed
67631              to be a bit shorter for the 8.3 people.
67632      Branch: perl
67633            + t/lib/1_compile.t t/lib/compmod.pl
67634            ! MANIFEST
67635 ____________________________________________________________________________
67636 [  8470] By: jhi                                   on 2001/01/18  04:16:00
67637         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)
67638              From: Peter Prymmer <pvhp@forte.com>
67639              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
67640              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
67641              Replace #8463.
67642      Branch: maint-5.6/perl
67643            ! configure.com
67644 ____________________________________________________________________________
67645 [  8469] By: jhi                                   on 2001/01/18  04:13:02
67646         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)
67647              From: Peter Prymmer <pvhp@forte.com>
67648              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
67649              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
67650              Replace #8462.
67651      Branch: perl
67652            ! configure.com
67653 ____________________________________________________________________________
67654 [  8468] By: jhi                                   on 2001/01/18  03:42:08
67655         Log: Integrate perlio:
67656              
67657              [  8467]
67658              "Safe" signals - trial implementation.
67659              gv.c tweaked to zero PL_sig_pend array
67660              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
67661              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
67662              Odd thing is that it "works" with PERLIO=stdio as well (linux).
67663      Branch: perl
67664           !> gv.c mg.c perlio.c util.c
67665 ____________________________________________________________________________
67666 [  8467] By: nick                                  on 2001/01/17  22:41:10
67667         Log: "Safe" signals - trial implementation.
67668              gv.c tweaked to zero PL_sig_pend array
67669              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
67670              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
67671              Odd thing is that it "works" with PERLIO=stdio as well (linux).
67672      Branch: perlio
67673            ! gv.c mg.c perlio.c util.c
67674 ____________________________________________________________________________
67675 [  8466] By: nick                                  on 2001/01/17  20:40:20
67676         Log: Integrate mainline.
67677      Branch: perlio
67678           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
67679           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
67680           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
67681           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
67682           !> vos/config.ga.h win32/config.bc win32/config.gc
67683           !> win32/config.vc
67684 ____________________________________________________________________________
67685 [  8465] By: jhi                                   on 2001/01/17  18:37:13
67686         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
67687              From: Nicholas Clark <nick@ccl4.org>
67688              Date: Wed, 17 Jan 2001 17:31:33 +0000
67689              Message-ID: <20010117173133.I2633@plum.flirble.org>
67690      Branch: perl
67691            ! t/op/int.t
67692 ____________________________________________________________________________
67693 [  8464] By: jhi                                   on 2001/01/17  14:43:17
67694         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
67695              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67696              Date: Wed, 17 Jan 2001 15:16:43 +0100
67697              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
67698              
67699              pp_int() was dropping an NV to the floor,
67700              int(279964589018079/59) either returned not an integer
67701              4745162525730.15, or one got "Attempt to free unreferenced scalar."
67702      Branch: perl
67703            ! pp.c
67704 ____________________________________________________________________________
67705 [  8463] By: jhi                                   on 2001/01/17  06:12:42
67706         Log: (Replaced by #8470)
67707              
67708              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)
67709              From: "Craig A. Berry" <craigberry@mac.com>
67710              Date: Tue, 16 Jan 2001 23:38:46 -0600
67711              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
67712      Branch: maint-5.6/perl
67713            ! configure.com
67714 ____________________________________________________________________________
67715 [  8462] By: jhi                                   on 2001/01/17  06:11:31
67716         Log: (Replaced by #8469)
67717              
67718              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)
67719              From: "Craig A. Berry" <craigberry@mac.com>
67720              Date: Tue, 16 Jan 2001 23:38:46 -0600
67721              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
67722      Branch: perl
67723            ! configure.com
67724 ____________________________________________________________________________
67725 [  8461] By: jhi                                   on 2001/01/17  05:56:12
67726         Log: Allow for one trailing slash in the directory of mkdir().
67727      Branch: perl
67728            ! pp_sys.c
67729 ____________________________________________________________________________
67730 [  8460] By: jhi                                   on 2001/01/17  03:26:01
67731         Log: Metaconfig unit changes for #8459.
67732      Branch: metaconfig
67733            ! U/modified/Loc.U U/modified/sig_name.U
67734 ____________________________________________________________________________
67735 [  8459] By: jhi                                   on 2001/01/17  03:24:48
67736         Log: Define SIG_SIZE, the number of elements in the sig_name and
67737              sig_num arrays, including the final NULL entry.
67738      Branch: perl
67739            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67740            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
67741            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
67742            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
67743            ! win32/config.bc win32/config.gc win32/config.vc
67744 ____________________________________________________________________________
67745 [  8458] By: jhi                                   on 2001/01/17  01:41:33
67746         Log: Integrate perlio:
67747              
67748              [  8457]
67749              Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
67750              Provides all the "cost" but no benefit yet - it is to allow cost
67751              to be measured, and implementation experiments (just in mg.c?).
67752      Branch: perl
67753           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
67754           !> perlapi.h proto.h sv.c
67755 ____________________________________________________________________________
67756 [  8457] By: nick                                  on 2001/01/16  22:07:26
67757         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
67758              Provides all the "cost" but no benefit yet - it is to allow cost
67759              to be measured, and implementation experiments (just in mg.c?).
67760      Branch: perlio
67761            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
67762            ! perlapi.h proto.h sv.c
67763 ____________________________________________________________________________
67764 [  8456] By: nick                                  on 2001/01/16  21:07:07
67765         Log: Integrate mainline.
67766      Branch: perlio
67767           !> (integrate 51 files)
67768 ____________________________________________________________________________
67769 [  8455] By: jhi                                   on 2001/01/16  18:13:43
67770         Log: Subject: [PATCH] regcomp.c old feature removal
67771              From: mjd@plover.com
67772              Date: 16 Jan 2001 14:43:18 -0000 
67773              Message-ID: <20010116144318.7140.qmail@plover.com> 
67774      Branch: perl
67775            ! regcomp.c
67776 ____________________________________________________________________________
67777 [  8454] By: jhi                                   on 2001/01/16  16:12:39
67778         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
67779              From: "Indy Singh" <indy@nusphere.com>
67780              Date: Wed, 10 Jan 2001 20:17:49 -0500
67781              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
67782      Branch: maint-5.6/perl
67783            ! win32/Makefile
67784 ____________________________________________________________________________
67785 [  8453] By: jhi                                   on 2001/01/16  16:09:33
67786         Log: Update Changes.
67787      Branch: perl
67788            ! Changes patchlevel.h
67789 ____________________________________________________________________________
67790 [  8452] By: jhi                                   on 2001/01/16  15:42:04
67791         Log: Subject: Re: API Cleanup
67792              To: perl5-porters@perl.org
67793              Date: Tue, 16 Jan 2001 13:42:30 +0000
67794              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
67795              
67796              Subject: [PATCH] utf8.c documentation
67797              From: Simon Cozens <simon@cozens.net>
67798              Date: Tue, 16 Jan 2001 13:52:48 +0000
67799              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
67800              
67801              Subject: Re: API Cleanup
67802              From: Simon Cozens <simon@cozens.net>
67803              Date: Tue, 16 Jan 2001 14:58:55 +0000
67804              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
67805              
67806              UTF-8 doc patches.
67807      Branch: perl
67808            ! embed.pl pod/perlapi.pod utf8.c
67809 ____________________________________________________________________________
67810 [  8451] By: jhi                                   on 2001/01/16  14:41:39
67811         Log: podlators 1.07, from Russ Allbery.
67812      Branch: perl
67813            ! lib/Pod/Man.pm
67814 ____________________________________________________________________________
67815 [  8450] By: jhi                                   on 2001/01/16  14:24:19
67816         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
67817              From: "Indy Singh" <indy@nusphere.com>
67818              Date: Mon, 15 Jan 2001 20:59:40 -0500
67819              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
67820      Branch: perl
67821            ! win32/Makefile
67822 ____________________________________________________________________________
67823 [  8449] By: jhi                                   on 2001/01/16  03:42:55
67824         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
67825              at the setting of the ofs_sv in new_struct_thread() as the
67826              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
67827              uninitialized fields are, uh, initialized with),
67828              SvREFCNT_inc()ing that invited a core dump.
67829      Branch: perl
67830            ! util.c
67831 ____________________________________________________________________________
67832 [  8448] By: jhi                                   on 2001/01/16  01:49:07
67833         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
67834              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67835              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
67836              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
67837              
67838              Replace #8444 and #8445.
67839      Branch: perl
67840            ! ext/B/B.xs ext/B/B/Debug.pm
67841 ____________________________________________________________________________
67842 [  8447] By: jhi                                   on 2001/01/15  21:05:35
67843         Log: Subject: [PATCH] API Variable documentation   
67844              From: Simon Cozens <simon@cozens.net>
67845              Date: Mon, 15 Jan 2001 19:35:54 +0000
67846              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
67847      Branch: perl
67848            ! pod/perlapi.pod thrdvar.h
67849 ____________________________________________________________________________
67850 [  8446] By: jhi                                   on 2001/01/15  20:49:20
67851         Log: Signedness nit.
67852      Branch: perl
67853            ! pp_ctl.c
67854 ____________________________________________________________________________
67855 [  8445] By: jhi                                   on 2001/01/15  20:28:48
67856         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
67857      Branch: perl
67858            ! ext/B/B/Debug.pm
67859 ____________________________________________________________________________
67860 [  8444] By: jhi                                   on 2001/01/15  13:09:10
67861         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
67862      Branch: perl
67863            ! ext/B/B.xs
67864 ____________________________________________________________________________
67865 [  8443] By: jhi                                   on 2001/01/15  13:06:26
67866         Log: Missing from #8439.
67867      Branch: perl
67868            ! keywords.h mg.c
67869 ____________________________________________________________________________
67870 [  8442] By: jhi                                   on 2001/01/15  13:02:38
67871         Log: Subject: [PATCH @8436] Eliminate op_children
67872              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67873              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
67874              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
67875              
67876              Subject: [PATCH @8436] Re: Eliminate op_children
67877              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67878              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
67879              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
67880      Branch: perl
67881            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
67882            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
67883            ! op.c op.h
67884 ____________________________________________________________________________
67885 [  8441] By: jhi                                   on 2001/01/15  12:57:08
67886         Log: Use the /^Perl_/-less form of is_lvalue_sub().
67887      Branch: perl
67888            ! pp.h
67889 ____________________________________________________________________________
67890 [  8440] By: jhi                                   on 2001/01/15  05:13:09
67891         Log: Revert #8437 and #8438, the Linux large files story is more complex.
67892      Branch: metaconfig/U/perl
67893            ! d_fpos64_t.U d_off64_t.U
67894      Branch: perl
67895            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67896            ! config_h.SH configure.com epoc/config.sh perl.h
67897            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
67898            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
67899            ! win32/config.bc win32/config.gc win32/config.vc
67900 ____________________________________________________________________________
67901 [  8439] By: jhi                                   on 2001/01/15  05:02:24
67902         Log: More UTF-8 patches from Inaba Hiroto.
67903              - The substr lval was still not okay.
67904              - Now pp_stringify and sv_setsv copies source's UTF8 flag
67905              even if IN_BYTE.  pp_stringify is called from fold_constants
67906              at optimization phase and "\x{100}" was made SvUTF8_off under
67907              use bytes (the bytes pragma is for "byte semantics" and not
67908              for "do not produce UTF8 data")
67909              - New `qu' operator to generate UTF8 string explicitly.
67910              Though I agree with the policy "0x00-0xff always produce bytes",
67911              sometimes want to such a string to be coded in UTF8.
67912              I can use pack"U0a*" but it requires more typing and has
67913              runtime overhead.
67914              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
67915              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
67916              string is not UTF8_on and has char 0x80-0xff.
67917              
67918              TODO: document and test qu.
67919      Branch: perl
67920            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
67921            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
67922            ! toke.c
67923 ____________________________________________________________________________
67924 [  8438] By: jhi                                   on 2001/01/14  05:10:23
67925         Log: (Reverted by #8440)
67926              
67927              Metaconfig unit changes for #8437.
67928      Branch: metaconfig/U/perl
67929            ! d_fpos64_t.U d_off64_t.U
67930 ____________________________________________________________________________
67931 [  8437] By: jhi                                   on 2001/01/14  04:55:34
67932         Log: (Reverted by #8440)
67933              
67934              Add <features.h> probing, seems to be needed for (some?)
67935              Linux largefileness.
67936      Branch: perl
67937            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67938            ! config_h.SH configure.com epoc/config.sh perl.h
67939            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
67940            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
67941            ! win32/config.bc win32/config.gc win32/config.vc
67942 ____________________________________________________________________________
67943 [  8436] By: jhi                                   on 2001/01/13  17:47:21
67944         Log: Tighten some of the tests a bit.
67945      Branch: perl
67946            ! t/pragma/utf8.t
67947 ____________________________________________________________________________
67948 [  8435] By: jhi                                   on 2001/01/13  17:31:54
67949         Log: Integrate perlio:
67950              
67951              [  8434]
67952              Run dmake regen_config_h for Win32
67953              
67954              [  8433]
67955              VMS friendly patch to Encode compile process
67956      Branch: perl
67957           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
67958           !> win32/config_H.gc win32/config_H.vc
67959 ____________________________________________________________________________
67960 [  8434] By: nick                                  on 2001/01/13  11:36:53
67961         Log: Run dmake regen_config_h for Win32
67962      Branch: perlio
67963            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
67964 ____________________________________________________________________________
67965 [  8433] By: nick                                  on 2001/01/13  11:31:55
67966         Log: VMS friendly patch to Encode compile process
67967      Branch: perlio
67968            ! ext/Encode/Makefile.PL ext/Encode/compile
67969 ____________________________________________________________________________
67970 [  8432] By: nick                                  on 2001/01/13  11:06:44
67971         Log: Integrate mainline
67972      Branch: perlio
67973           +> ext/B/B/Concise.pm
67974           !> (integrate 52 files)
67975 ____________________________________________________________________________
67976 [  8431] By: jhi                                   on 2001/01/13  05:55:55
67977         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
67978              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67979              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
67980              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
67981      Branch: perl
67982            ! ext/B/B/Concise.pm
67983 ____________________________________________________________________________
67984 [  8430] By: jhi                                   on 2001/01/13  04:24:18
67985         Log: The LVRET macro needed an aTHX.
67986      Branch: perl
67987            ! pp.h
67988 ____________________________________________________________________________
67989 [  8429] By: jhi                                   on 2001/01/13  02:12:42
67990         Log: Update Changes.
67991      Branch: perl
67992            ! Changes patchlevel.h
67993 ____________________________________________________________________________
67994 [  8428] By: jhi                                   on 2001/01/13  02:08:50
67995         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
67996              From: Peter Prymmer <pvhp@forte.com>
67997              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
67998              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
67999              
68000              Add a BEGIN guard for sloppy floating point division.
68001      Branch: perl
68002            ! lib/Math/BigInt.pm lib/bigint.pl
68003 ____________________________________________________________________________
68004 [  8427] By: jhi                                   on 2001/01/13  01:47:16
68005         Log: The B::Terse drop-in replacement wasn't quite drop-in.
68006      Branch: perl
68007            ! ext/B/B/Terse.pm
68008 ____________________________________________________________________________
68009 [  8426] By: jhi                                   on 2001/01/12  21:20:43
68010         Log: Use UVXf.
68011      Branch: perl
68012            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68013            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
68014            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
68015            ! vos/config.ga.def vos/config.ga.h win32/config.bc
68016            ! win32/config.gc win32/config.vc
68017 ____________________________________________________________________________
68018 [  8425] By: jhi                                   on 2001/01/12  20:20:14
68019         Log: Subject: [PATCH perl@8342] -Wformat
68020              From: Robin Barker <rmb1@cise.npl.co.uk>
68021              Date: Fri, 12 Jan 2001 20:03:14 GMT
68022              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
68023      Branch: perl
68024            ! ext/Encode/Encode.xs mg.c sv.c toke.c
68025 ____________________________________________________________________________
68026 [  8424] By: jhi                                   on 2001/01/12  20:01:48
68027         Log: Subject: B::Concise -- an improved replacement for B::Terse 
68028              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68029              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
68030              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
68031      Branch: perl
68032            + ext/B/B/Concise.pm
68033            ! MANIFEST ext/B/B/Terse.pm
68034 ____________________________________________________________________________
68035 [  8423] By: jhi                                   on 2001/01/12  19:24:02
68036         Log: The new metaconfig unit from the #8421.
68037      Branch: metaconfig/U/perl
68038            + d_sigprocmask.U
68039 ____________________________________________________________________________
68040 [  8422] By: jhi                                   on 2001/01/12  19:23:43
68041         Log: Forgot the microperl config from the #8421.
68042      Branch: perl
68043            ! uconfig.h uconfig.sh
68044 ____________________________________________________________________________
68045 [  8421] By: jhi                                   on 2001/01/12  19:05:27
68046         Log: Add sigprocmask() probe, regen Configure, regen toc.
68047      Branch: perl
68048            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68049            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
68050            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68051            ! vos/config.ga.h win32/config.bc win32/config.gc
68052            ! win32/config.vc
68053 ____________________________________________________________________________
68054 [  8420] By: jhi                                   on 2001/01/12  18:34:31
68055         Log: Add sockatmark() to the todo list.
68056      Branch: perl
68057            ! Todo-5.6
68058 ____________________________________________________________________________
68059 [  8419] By: jhi                                   on 2001/01/12  18:09:46
68060         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
68061      Branch: perl
68062            ! op.c
68063 ____________________________________________________________________________
68064 [  8418] By: jhi                                   on 2001/01/12  18:05:30
68065         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
68066              From: Radu Greab <radu@netsoft.ro>
68067              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
68068              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
68069      Branch: perl
68070            ! op.c t/pragma/sub_lval.t
68071 ____________________________________________________________________________
68072 [  8417] By: jhi                                   on 2001/01/12  16:09:09
68073         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
68074              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
68075              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
68076              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
68077      Branch: perl
68078            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
68079            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
68080            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
68081            ! t/pragma/sub_lval.t toke.c
68082 ____________________________________________________________________________
68083 [  8416] By: jhi                                   on 2001/01/12  15:42:06
68084         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
68085              From: "Richard Soderberg" <rs@crystalflame.net>
68086              Date: Fri, 12 Jan 2001 04:49:35 -0800
68087              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
68088              
68089              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
68090              according to the platform.
68091      Branch: perl
68092            ! op.c
68093 ____________________________________________________________________________
68094 [  8415] By: jhi                                   on 2001/01/12  15:33:41
68095         Log: One more UTF-8 fix from Inaba Hiroto.
68096      Branch: perl
68097            ! pp.c regexec.c t/pragma/utf8.t
68098 ____________________________________________________________________________
68099 [  8414] By: jhi                                   on 2001/01/12  15:30:18
68100         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
68101      Branch: perl
68102            ! regexec.c
68103 ____________________________________________________________________________
68104 [  8413] By: jhi                                   on 2001/01/12  15:22:10
68105         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
68106              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68107              Date: Thu, 11 Jan 2001 12:53:36 +0100
68108              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
68109      Branch: perl
68110            ! toke.c
68111 ____________________________________________________________________________
68112 [  8412] By: jhi                                   on 2001/01/12  15:20:25
68113         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
68114              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68115              Date: Fri, 12 Jan 2001 14:37:55 +0100
68116              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
68117      Branch: perl
68118            ! hints/posix-bc.sh
68119 ____________________________________________________________________________
68120 [  8411] By: jhi                                   on 2001/01/12  15:14:14
68121         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
68122              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68123              Date: Fri, 12 Jan 2001 10:42:21 +0100
68124              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
68125      Branch: perl
68126            ! t/op/regmesg.t
68127 ____________________________________________________________________________
68128 [  8410] By: jhi                                   on 2001/01/12  05:48:55
68129         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
68130              From: Nicholas Clark <nick@ccl4.org> 
68131              Date: Sun, 7 Jan 2001 19:47:14 +0000
68132              Message-ID: <20010107194714.B1048@plum.flirble.org>
68133      Branch: perl
68134            ! t/op/numconvert.t
68135 ____________________________________________________________________________
68136 [  8409] By: jhi                                   on 2001/01/12  05:41:28
68137         Log: Integrate perlio:
68138              
68139              [  8408]
68140              Remove variables that were used in experiments.
68141              
68142              [  8407]
68143              Catch die in %SIG handler and unblock the signal before re-dying.
68144              This make Linux work _without_ sigsetjmp().
68145              Turn off sigsetjmp() to see what else it does.
68146              May need Configure probe for sigprocmask() if anything has sigaction()
68147              but not sigprocmask().
68148      Branch: perl
68149           !> mg.c scope.h
68150 ____________________________________________________________________________
68151 [  8408] By: nick                                  on 2001/01/11  22:43:28
68152         Log: Remove variables that were used in experiments.
68153      Branch: perlio
68154            ! mg.c
68155 ____________________________________________________________________________
68156 [  8407] By: nick                                  on 2001/01/11  20:57:44
68157         Log: Catch die in %SIG handler and unblock the signal before re-dying.
68158              This make Linux work _without_ sigsetjmp().
68159              Turn off sigsetjmp() to see what else it does.
68160              May need Configure probe for sigprocmask() if anything has sigaction()
68161              but not sigprocmask().
68162      Branch: perlio
68163            ! mg.c scope.h
68164 ____________________________________________________________________________
68165 [  8406] By: nick                                  on 2001/01/11  19:32:07
68166         Log: Integrate mainline
68167      Branch: perlio
68168           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
68169           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
68170           !> t/op/substr.t
68171 ____________________________________________________________________________
68172 [  8405] By: jhi                                   on 2001/01/11  17:11:01
68173         Log: Fix UTF-8 lval substr().
68174      Branch: perl
68175            ! mg.c t/op/substr.t
68176 ____________________________________________________________________________
68177 [  8404] By: jhi                                   on 2001/01/11  05:13:58
68178         Log: Update Changes.
68179      Branch: perl
68180            ! Changes patchlevel.h
68181 ____________________________________________________________________________
68182 [  8403] By: jhi                                   on 2001/01/11  04:38:24
68183         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
68184              From: Hugo <hv@crypt.compulink.co.uk>
68185              Date: Mon, 30 Oct 2000 01:33:26 +0000
68186              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
68187      Branch: perl
68188            ! regexec.c t/op/re_tests
68189 ____________________________________________________________________________
68190 [  8402] By: jhi                                   on 2001/01/11  04:26:12
68191         Log: Integrate perlio:
68192              
68193              [  8401]
68194              Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
68195              (So Alan and Ilya can try setting via hints.)
68196              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
68197              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
68198              doing the save everywhere seems to restart read() correctly, but just
68199              doing it once "round" the handler does not.
68200              
68201              [  8399]
68202              Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
68203              
68204              [  8393]
68205              Back out Simon's pid hackery for now.
68206              
68207              [  8371]
68208              Fix "scalars leaked" bugs caused by overload magic
68209              (Highlighted by Ilya's DESTROY optimization.)
68210      Branch: perl
68211           !> scope.h util.c
68212 ____________________________________________________________________________
68213 [  8401] By: nick                                  on 2001/01/10  22:52:55
68214         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
68215              (So Alan and Ilya can try setting via hints.)
68216              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
68217              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
68218              doing the save everywhere seems to restart read() correctly, but just
68219              doing it once "round" the handler does not.
68220      Branch: perlio
68221            ! scope.h
68222 ____________________________________________________________________________
68223 [  8400] By: jhi                                   on 2001/01/10  21:57:54
68224         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
68225              of IRIX, HP-UX is unaffected.
68226      Branch: perl
68227            ! perl.h
68228 ____________________________________________________________________________
68229 [  8399] By: nick                                  on 2001/01/10  21:29:19
68230         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
68231      Branch: perlio
68232            ! util.c
68233 ____________________________________________________________________________
68234 [  8398] By: jhi                                   on 2001/01/10  20:55:31
68235         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
68236              also have ReusePort.
68237      Branch: perl
68238            ! ext/IO/lib/IO/Socket/INET.pm
68239 ____________________________________________________________________________
68240 [  8397] By: jhi                                   on 2001/01/10  20:50:57
68241         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
68242              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
68243              Date: Wed, 10 Jan 2001 01:38:13 -0800
68244              Message-ID: <20010110013813.B41744@yahoo-inc.com>
68245      Branch: perl
68246            ! ext/IO/lib/IO/Socket/INET.pm
68247 ____________________________________________________________________________
68248 [  8396] By: jhi                                   on 2001/01/10  20:49:30
68249         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
68250              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
68251              Date: Wed, 10 Jan 2001 01:37:32 -0800
68252              Message-ID: <20010110013732.A41744@yahoo-inc.com>
68253      Branch: perl
68254            ! ext/Socket/Socket.pm
68255 ____________________________________________________________________________
68256 [  8395] By: jhi                                   on 2001/01/10  20:41:37
68257         Log: Test for bug id 20010105.016 (fixed by #8378).
68258      Branch: perl
68259            ! t/op/split.t
68260 ____________________________________________________________________________
68261 [  8394] By: jhi                                   on 2001/01/10  20:26:32
68262         Log: Integrate perlio.
68263      Branch: perl
68264            ! util.c
68265 ____________________________________________________________________________
68266 [  8393] By: nick                                  on 2001/01/10  19:34:30
68267         Log: Back out Simon's pid hackery for now.
68268      Branch: perlio
68269            ! util.c
68270 ____________________________________________________________________________
68271 [  8392] By: nick                                  on 2001/01/10  19:23:13
68272         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
68273      Branch: perlio
68274           !> (integrate 29 files)
68275 ____________________________________________________________________________
68276 [  8391] By: jhi                                   on 2001/01/10  18:43:15
68277         Log: Subject: [PATCH] Fix my_pclose segfault
68278              From: Simon Cozens <simon@cozens.net>
68279              Date: Wed, 10 Jan 2001 18:39:35 +0000
68280              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
68281      Branch: perl
68282            ! util.c
68283 ____________________________________________________________________________
68284 [  8390] By: jhi                                   on 2001/01/10  18:42:08
68285         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
68286              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68287              Date:     Wed, 10 Jan 2001 13:23:02 EST
68288              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
68289      Branch: perl
68290            ! ext/Opcode/Opcode.xs
68291 ____________________________________________________________________________
68292 [  8389] By: jhi                                   on 2001/01/10  15:16:07
68293         Log: Turn off the integer preservation for now.
68294      Branch: perl
68295            ! perl.h
68296 ____________________________________________________________________________
68297 [  8388] By: jhi                                   on 2001/01/10  15:01:25
68298         Log: Few more IDE/editor nits from p5p.
68299      Branch: perl
68300            ! pod/perlfaq3.pod
68301 ____________________________________________________________________________
68302 [  8387] By: jhi                                   on 2001/01/10  06:53:16
68303         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
68304              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
68305              Date: Tue, 9 Jan 2001 23:16:02 +0000
68306              Message-ID: <20010109231602.A81101@plum.flirble.org>
68307      Branch: perl
68308            ! sv.c
68309 ____________________________________________________________________________
68310 [  8386] By: jhi                                   on 2001/01/10  03:17:54
68311         Log: Test cases for #8385 (from Simon's "torture.pl")
68312      Branch: perl
68313            ! t/op/tr.t
68314 ____________________________________________________________________________
68315 [  8385] By: jhi                                   on 2001/01/10  03:17:11
68316         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
68317              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
68318              Date: Wed, 10 Jan 2001 11:39:39 +0900
68319              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
68320              
68321              Some more UTF-8 tr cases fixed.
68322      Branch: perl
68323            ! doop.c
68324 ____________________________________________________________________________
68325 [  8384] By: jhi                                   on 2001/01/09  22:45:40
68326         Log: Allow the locale test needing POSIX and the taint test
68327              needing IPC::SysV to run under 'minitest' (basically,
68328              bail out if loading the extension fails)
68329      Branch: perl
68330            ! t/op/misc.t t/op/taint.t
68331 ____________________________________________________________________________
68332 [  8383] By: jhi                                   on 2001/01/09  21:36:04
68333         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
68334              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68335              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
68336              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
68337      Branch: perl
68338            ! t/io/openpid.t
68339 ____________________________________________________________________________
68340 [  8382] By: jhi                                   on 2001/01/09  21:06:08
68341         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
68342              Should finish up the bug id 20001205.022.
68343      Branch: perl
68344            ! pp.c pp_hot.c scope.c
68345 ____________________________________________________________________________
68346 [  8381] By: jhi                                   on 2001/01/09  18:27:43
68347         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
68348              From: Andy Dougherty <doughera@lafayette.edu>
68349              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
68350              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
68351              
68352              More robust yacc/bison error detection.
68353      Branch: perl
68354            ! t/comp/proto.t
68355 ____________________________________________________________________________
68356 [  8380] By: jhi                                   on 2001/01/09  15:21:38
68357         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
68358              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68359              Date:     Tue, 9 Jan 2001 07:53:55 EST
68360              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
68361      Branch: perl
68362            ! t/op/misc.t vms/test.com
68363 ____________________________________________________________________________
68364 [  8379] By: jhi                                   on 2001/01/09  15:20:38
68365         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
68366              From: jhi@cc.hut.fi
68367              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
68368              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
68369              
68370              The #8378 fixed this.
68371      Branch: perl
68372            ! t/op/tr.t
68373 ____________________________________________________________________________
68374 [  8378] By: jhi                                   on 2001/01/09  15:05:32
68375         Log: Subject: One more patch for UTF8 
68376              From: Inaba Hiroto <inaba@st.rim.or.jp>
68377              Date: Tue, 09 Jan 2001 01:04:32 +0900
68378              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
68379              
68380              UTF-8 fixes for 'x' and tr///.
68381      Branch: perl
68382            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
68383            ! regcomp.c regexec.c toke.c utf8.c
68384 ____________________________________________________________________________
68385 [  8377] By: jhi                                   on 2001/01/09  14:32:17
68386         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
68387      Branch: perl
68388            ! t/op/length.t
68389 ____________________________________________________________________________
68390 [  8376] By: jhi                                   on 2001/01/09  04:32:32
68391         Log: integrate changes #7775, #8316, #8316 from mainline
68392      Branch: maint-5.6/perl
68393            ! hints/solaris_2.sh
68394 ____________________________________________________________________________
68395 [  8375] By: jhi                                   on 2001/01/09  04:26:43
68396         Log: Update Changes.
68397      Branch: perl
68398            ! Changes patchlevel.h
68399 ____________________________________________________________________________
68400 [  8374] By: jhi                                   on 2001/01/09  04:14:32
68401         Log: IDE/editor section tweaking.
68402      Branch: perl
68403            ! pod/perlfaq3.pod
68404 ____________________________________________________________________________
68405 [  8373] By: jhi                                   on 2001/01/09  02:38:26
68406         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
68407              From: Peter Prymmer <pvhp@forte.com>
68408              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
68409              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
68410              
68411              In preparation os OS/390 dynamic loading.
68412      Branch: perl
68413            ! README.os390 hints/os390.sh
68414 ____________________________________________________________________________
68415 [  8372] By: jhi                                   on 2001/01/09  00:24:30
68416         Log: Integrate with perlio.
68417      Branch: perl
68418           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
68419 ____________________________________________________________________________
68420 [  8371] By: nick                                  on 2001/01/08  23:54:33
68421         Log: Fix "scalars leaked" bugs caused by overload magic
68422              (Highlighted by Ilya's DESTROY optimization.)
68423      Branch: perlio
68424            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
68425 ____________________________________________________________________________
68426 [  8370] By: nick                                  on 2001/01/08  20:19:41
68427         Log: Integrate mainline
68428      Branch: perlio
68429           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
68430           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
68431           !> t/op/64bitint.t
68432 ____________________________________________________________________________
68433 [  8369] By: jhi                                   on 2001/01/08  17:30:52
68434         Log: save_delete() Safefree() doesn't (anymore?) work with shared
68435              strings, one test failure in op/misc and almost all of lib/b.
68436              (Outcomments #8369.)
68437      Branch: perl
68438            ! scope.c
68439 ____________________________________________________________________________
68440 [  8368] By: jhi                                   on 2001/01/08  14:47:10
68441         Log: (Outcommented by #8369.)
68442              
68443              Subject: Re: Perl BugID 20001205.022 ---- save_delete
68444              From: Simon Cozens <simon@cozens.net>
68445              Date: Sat, 6 Jan 2001 11:48:40 +0000
68446              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
68447              
68448              The save_delete() does need the Safefree.
68449      Branch: perl
68450            ! scope.c
68451 ____________________________________________________________________________
68452 [  8367] By: bailey                                on 2001/01/08  08:53:52
68453         Log: Once again syncing after too long an absence
68454      Branch: vmsperl
68455           +> (branch 55 files)
68456            - MAINTAIN fix_pl vos/config.def vos/config.h
68457            - vos/config_h.SH_orig
68458           !> (integrate 498 files)
68459 ____________________________________________________________________________
68460 [  8366] By: jhi                                   on 2001/01/08  02:42:59
68461         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
68462              From: nick@ccl4.org
68463              Date: Sun, 7 Jan 2001 21:07:18 +0000
68464              Message-Id: <20010107210717.D1048@plum.flirble.org>
68465      Branch: perl
68466            ! sv.c t/op/64bitint.t
68467 ____________________________________________________________________________
68468 [  8365] By: jhi                                   on 2001/01/08  02:35:16
68469         Log: Subject: [PATCH] environ nit
68470              From: Simon Cozens <simon@cozens.net>
68471              Date: Sun, 7 Jan 2001 17:57:07 +0000
68472              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
68473              
68474              Use environ only if we have it.
68475      Branch: perl
68476            ! mg.c
68477 ____________________________________________________________________________
68478 [  8364] By: jhi                                   on 2001/01/08  02:24:51
68479         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
68480      Branch: perl
68481            ! ext/GDBM_File/GDBM_File.xs
68482 ____________________________________________________________________________
68483 [  8363] By: jhi                                   on 2001/01/08  02:19:24
68484         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
68485              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68486              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
68487              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
68488      Branch: perl
68489            ! dump.c op.c
68490 ____________________________________________________________________________
68491 [  8362] By: jhi                                   on 2001/01/08  02:17:43
68492         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
68493              From: Doug MacEachern <dougm@covalent.net>
68494              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
68495              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
68496              
68497              Allow AUTOLOAD to be an xsub and allow such xsubs
68498              to avoid use of $AUTOLOAD.
68499      Branch: perl
68500            ! gv.c
68501 ____________________________________________________________________________
68502 [  8361] By: jhi                                   on 2001/01/08  02:16:07
68503         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
68504              From: Radu Greab <radu@netsoft.ro>
68505              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
68506              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
68507              
68508              No need for the potentially nonportable $SIG{CHLD}.
68509      Branch: perl
68510            ! t/io/pipe.t
68511 ____________________________________________________________________________
68512 [  8360] By: jhi                                   on 2001/01/08  01:58:23
68513         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
68514      Branch: perl
68515            ! lib/Getopt/Long.pm
68516 ____________________________________________________________________________
68517 [  8359] By: jhi                                   on 2001/01/08  01:55:44
68518         Log: Integrate perlio:
68519              
68520              [  8356]
68521              FILE * in XS code for PerlIO world:
68522              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
68523              - Add FILE * T_STDIO typemap.
68524              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
68525              
68526              [  8346]
68527              Fixup accumulated integrate muddles (perlio == devperl again)
68528      Branch: perl
68529           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
68530           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
68531           !> utf8.c win32/Makefile
68532 ____________________________________________________________________________
68533 [  8358] By: jhi                                   on 2001/01/07  21:16:50
68534         Log: Update the EPOC cross SDK URL.
68535      Branch: perl
68536            ! README.epoc
68537 ____________________________________________________________________________
68538 [  8357] By: jhi                                   on 2001/01/07  21:16:09
68539         Log: Update the EPOC cross SDK URL.
68540      Branch: maint-5.6/perl
68541            ! README.epoc
68542 ____________________________________________________________________________
68543 [  8356] By: nick                                  on 2001/01/06  21:47:52
68544         Log: FILE * in XS code for PerlIO world:
68545              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
68546              - Add FILE * T_STDIO typemap.
68547              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
68548      Branch: perlio
68549            ! lib/ExtUtils/typemap perlio.c perlio.h
68550 ____________________________________________________________________________
68551 [  8355] By: jhi                                   on 2001/01/06  20:27:15
68552         Log: integrate change #8336 from mainline
68553              
68554              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
68555      Branch: maint-5.6/perl
68556            ! hv.c
68557 ____________________________________________________________________________
68558 [  8354] By: jhi                                   on 2001/01/06  20:24:29
68559         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
68560              From: Robin Barker <rmb1@cise.npl.co.uk>
68561              Date: Fri, 22 Dec 2000 12:17:38 GMT
68562              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
68563              
68564              The patch reformats some long =item lines so they give
68565              correct output via pod2man | nroff -man
68566              
68567              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
68568              From: Robin Barker <rmb1@cise.npl.co.uk>
68569              Date: Tue, 2 Jan 2001 15:35:03 GMT
68570              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
68571              
68572              Here is a _further_ patch which corrects a few more errors:
68573              * an empty C<=item> in CPAN.pm
68574              * patching the wrong file (pod/perlamiga.pod not README.amiga)
68575              * leaving empty C<=item>s which formatted incorrectly
68576              * over long C<=item>s revealed by latest patch to Pod::Man
68577      Branch: maint-5.6/perl
68578            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
68579            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
68580            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
68581            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
68582            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
68583            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
68584 ____________________________________________________________________________
68585 [  8353] By: jhi                                   on 2001/01/06  20:21:10
68586         Log: integrate changes #7980, 8056, 8057 from mainline
68587              
68588              UTF-8 hash keys.
68589      Branch: maint-5.6/perl
68590            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
68591 ____________________________________________________________________________
68592 [  8352] By: jhi                                   on 2001/01/06  20:18:44
68593         Log: Forgotten from #8438.
68594      Branch: maint-5.6/perl
68595            ! epoc/epocish.h
68596 ____________________________________________________________________________
68597 [  8351] By: jhi                                   on 2001/01/06  20:18:12
68598         Log: Forgotten from #8347.
68599      Branch: maint-5.6/perl
68600            ! config_h.SH
68601 ____________________________________________________________________________
68602 [  8350] By: jhi                                   on 2001/01/06  20:00:19
68603         Log: Thinko in #8347.
68604      Branch: maint-5.6/perl
68605            ! regcomp.c
68606 ____________________________________________________________________________
68607 [  8349] By: jhi                                   on 2001/01/06  18:05:30
68608         Log: Copy the FAQ3 IDE section from the development branch,
68609              changes originally by Peter Prymmer.
68610      Branch: maint-5.6/perl
68611            ! pod/perlfaq3.pod
68612 ____________________________________________________________________________
68613 [  8348] By: jhi                                   on 2001/01/06  18:03:02
68614         Log: EPOC updates for TRIAL1.
68615              
68616              Subject: [5.6.1 trial1] EPOC update
68617              From: Olaf Flebbe <O.Flebbe@science-computing.de>
68618              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
68619              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
68620              
68621              Subject: epoc patch2 for perl-5.6.1-trial1
68622              From: Olaf Flebbe <O.Flebbe@science-computing.de>
68623              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
68624              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
68625      Branch: maint-5.6/perl
68626            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
68627            ! epoc/epocish.c
68628 ____________________________________________________________________________
68629 [  8347] By: jhi                                   on 2001/01/06  17:29:10
68630         Log: integrate changes #7710,7824,7973 from mainline,
68631              plus VMS nits from Peter Prymmer and Dan Sugalski.
68632              
68633              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
68634              library (getprotobyname and getprotobynumber are outversioned by
68635              the same calls in libc, at least for xlc version 3.
68636              
68637              Add HAS_SBRK_PROTO.
68638              
68639              Fixes for signedness warnings noticed by VMSperlers.
68640      Branch: maint-5.6/perl
68641            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68642            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
68643            ! sv.c vms/descrip_mms.template vos/config.alpha.def
68644            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68645            ! win32/config.bc win32/config.gc win32/config.vc
68646 ____________________________________________________________________________
68647 [  8346] By: nick                                  on 2001/01/06  14:36:01
68648         Log: Fixup accumulated integrate muddles (perlio == devperl again)
68649      Branch: perlio
68650            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
68651 ____________________________________________________________________________
68652 [  8345] By: nick                                  on 2001/01/06  14:24:58
68653         Log: Integrate mainline
68654      Branch: perlio
68655           !> (integrate 55 files)
68656 ____________________________________________________________________________
68657 [  8344] By: jhi                                   on 2001/01/06  02:24:02
68658         Log: Subject: [patch] PerlIO_cleanup() prototype
68659              From: Doug MacEachern <dougm@covalent.net>
68660              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
68661              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
68662      Branch: perl
68663            ! perlio.h
68664 ____________________________________________________________________________
68665 [  8343] By: jhi                                   on 2001/01/06  01:04:09
68666         Log: IRIX compiler noticed that the bof initialization might be
68667              bypassed by control flow.
68668      Branch: perl
68669            ! toke.c
68670 ____________________________________________________________________________
68671 [  8342] By: jhi                                   on 2001/01/06  00:10:48
68672         Log: Update Changes.
68673      Branch: perl
68674            ! Changes patchlevel.h
68675 ____________________________________________________________________________
68676 [  8341] By: jhi                                   on 2001/01/05  23:52:33
68677         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
68678      Branch: perl
68679            ! toke.c
68680 ____________________________________________________________________________
68681 [  8340] By: jhi                                   on 2001/01/05  22:44:08
68682         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
68683              From: Radu Greab <radu@netsoft.ro>
68684              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
68685              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
68686      Branch: perl
68687            ! t/io/pipe.t util.c
68688 ____________________________________________________________________________
68689 [  8339] By: jhi                                   on 2001/01/05  22:35:17
68690         Log: Subject: [PATCH] format and rewording in perlfaq.pod
68691              From: Robin Barker <rmb1@cise.npl.co.uk>
68692              Date: Fri, 5 Jan 2001 18:51:20 GMT
68693              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
68694      Branch: perl
68695            ! pod/perlfaq.pod
68696 ____________________________________________________________________________
68697 [  8338] By: jhi                                   on 2001/01/05  22:31:17
68698         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
68699              From: Peter Prymmer <pvhp@forte.com>
68700              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
68701              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
68702      Branch: perl
68703            ! utils/perlbug.PL
68704 ____________________________________________________________________________
68705 [  8337] By: jhi                                   on 2001/01/05  18:15:11
68706         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
68707              From: Robin Barker <rmb1@cise.npl.co.uk>
68708              Date: Tue, 2 Jan 2001 15:24:07 GMT
68709              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
68710              
68711              If you call configure as C<./Configure> or C<sh ./Configure>,
68712              $src is set to the absolute path name, not '.'.
68713              
68714              This, in turn, means -Dmksymlink tries to do its stuff because
68715              it does not think it is in the src directory.
68716              
68717              (plus a metaconfig nitfix)
68718      Branch: metaconfig
68719            ! U/compline/ccflags.U U/modified/src.U
68720      Branch: perl
68721            ! Configure config_h.SH
68722 ____________________________________________________________________________
68723 [  8336] By: jhi                                   on 2001/01/05  17:48:32
68724         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
68725              From: Alan Burlison <Alan.Burlison@uk.sun.com>
68726              Message-ID: <3A5606C4.473D2226@uk.sun.com>
68727              Date: Fri, 05 Jan 2001 17:39:16 +0000
68728      Branch: perl
68729            ! hv.c
68730 ____________________________________________________________________________
68731 [  8335] By: jhi                                   on 2001/01/05  16:05:44
68732         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
68733      Branch: perl
68734            ! lib/Getopt/Long.pm
68735 ____________________________________________________________________________
68736 [  8334] By: jhi                                   on 2001/01/05  16:00:51
68737         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
68738              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
68739              Date: Fri, 05 Jan 2001 13:46:51 +0100
68740              Message-ID: <13693.978698811@nice.ram.loc>
68741              
68742              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
68743              accurate reading of the "atime".  
68744      Branch: perl
68745            ! t/io/fs.t
68746 ____________________________________________________________________________
68747 [  8333] By: jhi                                   on 2001/01/05  15:57:37
68748         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
68749              From: Simon Cozens <simon@cozens.net>
68750              Date: Fri, 8 Dec 2000 13:33:31 +0000
68751              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
68752              
68753              A lost patch fragment.
68754      Branch: perl
68755            ! doop.c
68756 ____________________________________________________________________________
68757 [  8332] By: jhi                                   on 2001/01/05  15:40:42
68758         Log: Do away with strncpy() and a fixed length buffer.
68759      Branch: perl
68760            ! utf8.c
68761 ____________________________________________________________________________
68762 [  8331] By: jhi                                   on 2001/01/05  15:03:07
68763         Log: Tests for #8329 and #8330.
68764      Branch: perl
68765            ! t/op/bop.t
68766 ____________________________________________________________________________
68767 [  8330] By: jhi                                   on 2001/01/05  15:02:38
68768         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
68769              raw 8-bit form to the UTF-8 string.
68770      Branch: perl
68771            ! toke.c
68772 ____________________________________________________________________________
68773 [  8329] By: jhi                                   on 2001/01/05  14:55:13
68774         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
68775              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68776              Date: Fri, 5 Jan 2001 12:28:52 +0100
68777              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
68778              
68779              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
68780              no effect.  (changed the strncpy() to Copy())
68781      Branch: perl
68782            ! toke.c
68783 ____________________________________________________________________________
68784 [  8328] By: jhi                                   on 2001/01/05  06:44:27
68785         Log: UTF-8 cleanup.
68786      Branch: perl
68787            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
68788            ! regexec.c sv.c toke.c
68789 ____________________________________________________________________________
68790 [  8327] By: jhi                                   on 2001/01/05  01:11:29
68791         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')
68792              From: Radu Greab <radu@netsoft.ro>
68793              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
68794              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
68795              
68796              Cleans up Harness to not use FileHandle, which uses IO.
68797      Branch: perl
68798            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
68799 ____________________________________________________________________________
68800 [  8326] By: jhi                                   on 2001/01/05  00:56:37
68801         Log: Update Changes.
68802      Branch: perl
68803            ! Changes patchlevel.h
68804 ____________________________________________________________________________
68805 [  8325] By: jhi                                   on 2001/01/05  00:53:18
68806         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
68807              From: Peter Prymmer <pvhp@forte.com>
68808              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
68809              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
68810              
68811              plus a couple more tailing whitespace removals.
68812      Branch: perl
68813            ! win32/Makefile
68814 ____________________________________________________________________________
68815 [  8324] By: jhi                                   on 2001/01/05  00:47:39
68816         Log: Add some Unicode chop() tests.
68817      Branch: perl
68818            ! t/op/chop.t
68819 ____________________________________________________________________________
68820 [  8323] By: jhi                                   on 2001/01/05  00:47:23
68821         Log: Unify UTF-8 malformedness handling.
68822      Branch: perl
68823            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
68824 ____________________________________________________________________________
68825 [  8322] By: jhi                                   on 2001/01/04  22:21:54
68826         Log: The new $issymlink was unknown to Mksymlinks.
68827      Branch: metaconfig/U/perl
68828            ! Mksymlinks.U issymlink.U
68829      Branch: perl
68830            ! Configure config_h.SH
68831 ____________________________________________________________________________
68832 [  8321] By: jhi                                   on 2001/01/04  21:51:05
68833         Log: The test didn't work under the core test framework.
68834      Branch: perl
68835            ! t/lib/st-lock.t
68836 ____________________________________________________________________________
68837 [  8320] By: jhi                                   on 2001/01/04  21:14:22
68838         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
68839      Branch: perl
68840            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
68841 ____________________________________________________________________________
68842 [  8319] By: jhi                                   on 2001/01/04  20:46:17
68843         Log: Typo in #8312 when manually applying a problematic patch fragment.
68844      Branch: perl
68845            ! ext/Storable/Storable.xs
68846 ____________________________________________________________________________
68847 [  8318] By: jhi                                   on 2001/01/04  20:43:01
68848         Log: The $sh_c didn't fly.
68849      Branch: metaconfig
68850            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
68851            ! U/modified/Loc.U U/modified/myhostname.U
68852            ! U/modified/spitshell.U
68853      Branch: metaconfig/U/perl
68854            ! issymlink.U
68855      Branch: perl
68856            ! Configure config_h.SH
68857 ____________________________________________________________________________
68858 [  8317] By: jhi                                   on 2001/01/04  19:58:01
68859         Log: AIX builtin test -h is broken, changes based on
68860              
68861              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
68862              Date: Tue, 02 Jan 2001 11:24:39 +0100
68863              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68864              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
68865      Branch: metaconfig
68866            + U/modified/spitshell.U
68867            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
68868            ! U/modified/Loc.U U/modified/myhostname.U
68869      Branch: metaconfig/U/perl
68870            ! Mksymlinks.U issymlink.U
68871      Branch: perl
68872            ! Configure
68873 ____________________________________________________________________________
68874 [  8316] By: jhi                                   on 2001/01/04  19:02:22
68875         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
68876              From: Andy Dougherty <doughera@lafayette.edu>
68877              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
68878              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
68879              
68880              Beware of GNU ld.
68881      Branch: perl
68882            ! hints/solaris_2.sh
68883 ____________________________________________________________________________
68884 [  8315] By: jhi                                   on 2001/01/04  18:56:48
68885         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
68886              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
68887              Date: Wed, 3 Jan 2001 07:58:51 +0100
68888              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
68889      Branch: perl
68890            ! hints/solaris_2.sh
68891 ____________________________________________________________________________
68892 [  8314] By: jhi                                   on 2001/01/04  18:54:07
68893         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
68894              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68895              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
68896              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
68897              
68898              Doc tweak on #8313.
68899      Branch: perl
68900            ! ext/B/B/Deparse.pm
68901 ____________________________________________________________________________
68902 [  8313] By: jhi                                   on 2001/01/04  18:52:27
68903         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
68904              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
68905              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68906              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
68907              
68908              Make the peephole optimizer to bypass more null ops and
68909              and rewrite the deparse handling of continue blocks.
68910      Branch: perl
68911            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
68912 ____________________________________________________________________________
68913 [  8312] By: jhi                                   on 2001/01/04  18:47:39
68914         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
68915      Branch: perl
68916            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
68917            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
68918            ! t/lib/st-lock.t
68919 ____________________________________________________________________________
68920 [  8311] By: jhi                                   on 2001/01/04  18:36:08
68921         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
68922              filter to be run on each .pm during the pm_to_blib() phase,
68923              a fixed version of
68924              
68925              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
68926              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
68927              Date: Wed, 03 Jan 2001 22:01:30 +0100
68928              Message-ID: <5296.978555690@nice.ram.loc>
68929      Branch: perl
68930            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
68931            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
68932            ! lib/ExtUtils/MakeMaker.pm
68933 ____________________________________________________________________________
68934 [  8310] By: jhi                                   on 2001/01/04  18:32:54
68935         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
68936              From: Robin Barker <rmb1@cise.npl.co.uk>
68937              Date: Tue, 2 Jan 2001 15:35:03 GMT
68938              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
68939      Branch: perl
68940            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
68941            ! pod/perlrequick.pod
68942 ____________________________________________________________________________
68943 [  8309] By: jhi                                   on 2001/01/04  18:29:07
68944         Log: Subject: Re: [patch] static-ize XS()
68945              From: Doug MacEachern <dougm@covalent.net>
68946              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
68947              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
68948              
68949              Provide prototypes for the XS functions.
68950      Branch: perl
68951            ! lib/ExtUtils/xsubpp
68952 ____________________________________________________________________________
68953 [  8308] By: jhi                                   on 2001/01/04  18:27:44
68954         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
68955              From: Doug MacEachern <dougm@covalent.net>
68956              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
68957              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
68958      Branch: perl
68959            ! lib/ExtUtils/typemap
68960 ____________________________________________________________________________
68961 [  8307] By: jhi                                   on 2001/01/04  18:25:25
68962         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
68963              From: Doug MacEachern <dougm@covalent.net>
68964              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
68965              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
68966              
68967              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
68968      Branch: perl
68969            ! lib/ExtUtils/MM_Unix.pm
68970 ____________________________________________________________________________
68971 [  8306] By: jhi                                   on 2001/01/04  18:23:00
68972         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
68973              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68974              Date: Thu, 4 Jan 2001 12:47:10 +0100 
68975              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
68976              
68977              The toke.c part only, patching embed.h and proto.h is futile.
68978      Branch: perl
68979            ! toke.c
68980 ____________________________________________________________________________
68981 [  8305] By: jhi                                   on 2001/01/04  18:05:51
68982         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
68983              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68984              Date: Thu, 4 Jan 2001 17:50:12 +0100 
68985              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
68986      Branch: perl
68987            ! toke.c
68988 ____________________________________________________________________________
68989 [  8304] By: jhi                                   on 2001/01/04  18:03:26
68990         Log: Subject: [PATCH perl@8269]
68991              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68992              Date: Thu, 4 Jan 2001 12:53:39 +0100 
68993              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
68994              
68995              If running byacc write-enable also perly.h.
68996      Branch: perl
68997            ! Makefile.SH
68998 ____________________________________________________________________________
68999 [  8303] By: jhi                                   on 2001/01/04  15:40:49
69000         Log: Rewrite pp_concat() in terms of sv_catsv().
69001      Branch: perl
69002            ! pp_hot.c
69003 ____________________________________________________________________________
69004 [  8302] By: nick                                  on 2001/01/03  22:43:22
69005         Log: Integrate mainline.
69006      Branch: perlio
69007           !> ext/Encode/Encode.xs sv.c utf8.c
69008 ____________________________________________________________________________
69009 [  8301] By: jhi                                   on 2001/01/02  23:40:26
69010         Log: Variable naming tweak.
69011      Branch: perl
69012            ! sv.c
69013 ____________________________________________________________________________
69014 [  8300] By: jhi                                   on 2001/01/02  23:40:02
69015         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
69016              in is_utf8_string().
69017      Branch: perl
69018            ! utf8.c
69019 ____________________________________________________________________________
69020 [  8299] By: jhi                                   on 2001/01/02  22:14:40
69021         Log: Integrate perlio:
69022              
69023              [  8298]
69024              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
69025              
69026              [  8296]
69027              Add Encode and correct Filter/Util/Call in nmake Makefile
69028      Branch: perl
69029           !> pp.c pp_hot.c win32/Makefile
69030 ____________________________________________________________________________
69031 [  8298] By: nick                                  on 2001/01/02  22:03:06
69032         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
69033      Branch: perlio
69034            ! pp.c pp_hot.c
69035 ____________________________________________________________________________
69036 [  8297] By: jhi                                   on 2001/01/02  04:26:28
69037         Log: Signedness nit.
69038      Branch: perl
69039            ! ext/Encode/Encode.xs
69040 ____________________________________________________________________________
69041 [  8296] By: nick                                  on 2001/01/01  23:49:36
69042         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
69043      Branch: perlio
69044            ! win32/Makefile
69045 ____________________________________________________________________________
69046 [  8295] By: jhi                                   on 2001/01/01  23:05:48
69047         Log: Integrate perlio:
69048              
69049              [  8293]
69050              More rigor in UTF-8-ness of Encode's toUnicode
69051              XS export some of the utf8 internal functions.
69052              Test some of the functions.
69053              Fix pp_concat() bug shown by said tests.
69054      Branch: perl
69055           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
69056           !> t/lib/encode.t
69057 ____________________________________________________________________________
69058 [  8294] By: nick                                  on 2001/01/01  22:48:34
69059         Log: Integrate mainline
69060      Branch: perlio
69061            ! pp_hot.c t/lib/encode.t
69062           !> (integrate 65 files)
69063 ____________________________________________________________________________
69064 [  8293] By: nick                                  on 2001/01/01  21:58:50
69065         Log: More rigor in UTF-8-ness of Encode's toUnicode
69066              XS export some of the utf8 internal functions.
69067              Test some of the functions.
69068              Fix pp_concat() bug shown by said tests.
69069      Branch: perlio
69070            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
69071            ! t/lib/encode.t
69072 ____________________________________________________________________________
69073 [  8292] By: jhi                                   on 2001/01/01  18:11:44
69074         Log: Integrate perlio:
69075              
69076              [  8290]
69077              Loose the "Loading..." warning.
69078              Another bug in fallback support
69079              
69080              [  8288]
69081              Fix .ucm reading - forgot a chr()
69082              Start of .ucm write (for .enc to .ucm)
69083              
69084              [  8285]
69085              Start of support of ICU-style .ucm files:
69086              - teach compile how to read a .ucm file
69087              - first guess at how to represent fallbacks in "tries".
69088              - use fallbacks if check == 0
69089              - new return code to indicate we used one.
69090      Branch: perl
69091           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
69092           !> ext/Encode/encengine.c ext/Encode/encode.h
69093 ____________________________________________________________________________
69094 [  8291] By: jhi                                   on 2001/01/01  18:10:58
69095         Log: Podify README.mpeix (a new version from the web),
69096              add a dummy NAME to Carp::Heavy, regen toc.
69097      Branch: perl
69098            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
69099            ! pod/perltoc.pod
69100 ____________________________________________________________________________
69101 [  8290] By: nick                                  on 2001/01/01  17:43:47
69102         Log: Loose the "Loading..." warning.
69103              Another bug in fallback support
69104      Branch: perlio
69105            ! ext/Encode/Encode.pm ext/Encode/encengine.c
69106 ____________________________________________________________________________
69107 [  8289] By: jhi                                   on 2001/01/01  00:01:57
69108         Log: Bump up Larry's copyright.
69109      Branch: perl
69110            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
69111            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
69112            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
69113            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
69114            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
69115            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
69116            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
69117            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
69118 ____________________________________________________________________________
69119 [  8288] By: nick                                  on 2000/12/31  21:27:53
69120         Log: Fix .ucm reading - forgot a chr()
69121              Start of .ucm write (for .enc to .ucm)
69122      Branch: perlio
69123            ! ext/Encode/compile
69124 ____________________________________________________________________________
69125 [  8287] By: jhi                                   on 2000/12/31  18:15:56
69126         Log: Comment away a diagnostic message as noted by Craig A. Berry
69127              (the unexpected message was confusing testing)
69128      Branch: perl
69129            ! ext/Encode/Encode.pm
69130 ____________________________________________________________________________
69131 [  8286] By: jhi                                   on 2000/12/31  18:14:51
69132         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
69133              Date: Sun, 31 Dec 2000 11:17:37 -0600
69134              From: "Craig A. Berry" <craigberry@mac.com>
69135              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
69136      Branch: perl
69137            ! ext/Encode/Makefile.PL
69138 ____________________________________________________________________________
69139 [  8285] By: nick                                  on 2000/12/31  18:11:54
69140         Log: Start of support of ICU-style .ucm files:
69141              - teach compile how to read a .ucm file
69142              - first guess at how to represent fallbacks in "tries".
69143              - use fallbacks if check == 0
69144              - new return code to indicate we used one.
69145      Branch: perlio
69146            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
69147            ! ext/Encode/encengine.c ext/Encode/encode.h
69148 ____________________________________________________________________________
69149 [  8284] By: jhi                                   on 2000/12/31  18:04:41
69150         Log: Pacify picky VMS compiler.
69151              
69152              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
69153              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69154              Date: Sat, 30 Dec 2000 18:10:02 -0600
69155              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
69156      Branch: perl
69157            ! sv.c
69158 ____________________________________________________________________________
69159 [  8283] By: jhi                                   on 2000/12/31  16:11:47
69160         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
69161      Branch: perl
69162            ! t/lib/glob-basic.t
69163 ____________________________________________________________________________
69164 [  8282] By: jhi                                   on 2000/12/31  15:26:11
69165         Log: Integrate perlio:
69166              
69167              [  8281]
69168              Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
69169              is available to be exported
69170              
69171              [  8280]
69172              Ilya's OS2 patch (testing for damage on Win32)
69173      Branch: perl
69174           !> makedef.pl opcode.pl os2/os2.c perlio.c
69175 ____________________________________________________________________________
69176 [  8281] By: nick                                  on 2000/12/31  10:06:15
69177         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
69178              is available to be exported
69179      Branch: perlio
69180            ! makedef.pl perlio.c
69181 ____________________________________________________________________________
69182 [  8280] By: nick                                  on 2000/12/31  09:41:26
69183         Log: Ilya's OS2 patch (testing for damage on Win32)
69184      Branch: perlio
69185            ! makedef.pl opcode.pl os2/os2.c
69186 ____________________________________________________________________________
69187 [  8279] By: jhi                                   on 2000/12/30  21:52:07
69188         Log: Test nits.
69189      Branch: perl
69190            ! t/lib/syslfs.t t/op/lfs.t
69191 ____________________________________________________________________________
69192 [  8278] By: jhi                                   on 2000/12/30  21:47:49
69193         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
69194              From: andreas.koenig@anima.de (Andreas J. Koenig)
69195              Date: 30 Dec 2000 22:35:37 +0100
69196              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
69197              
69198              The 32-bit wraparound test wasn't quite right.
69199      Branch: perl
69200            ! t/lib/syslfs.t t/op/lfs.t
69201 ____________________________________________________________________________
69202 [  8277] By: jhi                                   on 2000/12/30  21:33:44
69203         Log: Subject: [PATCH] open() example in perlfunc.pod 
69204              From: Karsten Sperling <s_sperli@ira.uka.de>
69205              Date: Sat, 30 Dec 2000 22:27:09 +0100
69206              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
69207      Branch: perl
69208            ! pod/perlfunc.pod
69209 ____________________________________________________________________________
69210 [  8276] By: jhi                                   on 2000/12/30  20:32:40
69211         Log: Not quite that many tests yet.
69212      Branch: perl
69213            ! t/op/pat.t
69214 ____________________________________________________________________________
69215 [  8275] By: jhi                                   on 2000/12/30  20:26:58
69216         Log: Integrate perlio:
69217              
69218              [  8272]
69219              Tweak for MULTIPLICITY/USE_PERLIO
69220      Branch: perl
69221           !> toke.c
69222 ____________________________________________________________________________
69223 [  8274] By: jhi                                   on 2000/12/30  20:24:56
69224         Log: Signedness nit.
69225      Branch: perl
69226            ! utf8.c
69227 ____________________________________________________________________________
69228 [  8273] By: jhi                                   on 2000/12/30  20:15:46
69229         Log: Add a test case for 20000731.001 which was fixed by the #8267.
69230      Branch: perl
69231            ! t/op/pat.t
69232 ____________________________________________________________________________
69233 [  8272] By: nick                                  on 2000/12/30  19:47:51
69234         Log: Tweak for MULTIPLICITY/USE_PERLIO
69235      Branch: perlio
69236            ! toke.c
69237 ____________________________________________________________________________
69238 [  8271] By: nick                                  on 2000/12/30  19:46:45
69239         Log: Integrate mainline
69240      Branch: perlio
69241           +> lib/unicode/distinct.pm
69242           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
69243           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
69244           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
69245 ____________________________________________________________________________
69246 [  8270] By: jhi                                   on 2000/12/30  19:39:50
69247         Log: Subject: RE: perl@8269
69248              From: "Richard Soderberg" <rs@crystalflame.net>
69249              Date: Sat, 30 Dec 2000 11:36:27 -0800
69250              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
69251              
69252              A missing aTHX_.
69253      Branch: perl
69254            ! toke.c
69255 ____________________________________________________________________________
69256 [  8269] By: jhi                                   on 2000/12/30  18:55:48
69257         Log: Update Changes.
69258      Branch: perl
69259            ! Changes patchlevel.h
69260 ____________________________________________________________________________
69261 [  8268] By: jhi                                   on 2000/12/30  17:18:40
69262         Log: Add a test for Unicode split //.  The #8267 was the cure.
69263      Branch: perl
69264            ! t/op/split.t
69265 ____________________________________________________________________________
69266 [  8267] By: jhi                                   on 2000/12/30  17:14:19
69267         Log: Subject: more UTF8 test suites and an UTF8 patch
69268              From: Inaba Hiroto <inaba@st.rim.or.jp>
69269              Date: Sat, 30 Dec 2000 14:27:10 +0900
69270              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
69271              
69272              Just the patch part for now, and the pragma renamed
69273              as unicode::distinct.
69274      Branch: perl
69275            + lib/unicode/distinct.pm
69276            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
69277            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
69278            ! regcomp.h regexec.c sv.c toke.c utf8.c
69279 ____________________________________________________________________________
69280 [  8266] By: nick                                  on 2000/12/30  16:40:49
69281         Log: Integrate mainline
69282      Branch: perlio
69283           +> lib/Pod/Text/Overstrike.pm
69284           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
69285           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
69286           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
69287           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
69288           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
69289 ____________________________________________________________________________
69290 [  8265] By: jhi                                   on 2000/12/30  07:28:55
69291         Log: The sv_catsv() fix, take two.
69292      Branch: perl
69293            ! sv.c t/op/join.t
69294 ____________________________________________________________________________
69295 [  8264] By: jhi                                   on 2000/12/30  06:19:18
69296         Log: Undo all the join-related changes since #8248: relevant
69297              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
69298              The new sv_catsv() doesn't fly so it must go back to
69299              the drawing board.
69300      Branch: perl
69301            ! sv.c t/op/join.t t/pragma/utf8.t
69302 ____________________________________________________________________________
69303 [  8263] By: jhi                                   on 2000/12/30  01:08:32
69304         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
69305      Branch: perl
69306            ! sv.c
69307 ____________________________________________________________________________
69308 [  8262] By: jhi                                   on 2000/12/30  00:45:14
69309         Log: Retract #8261.
69310      Branch: perl
69311            ! hv.c util.c
69312 ____________________________________________________________________________
69313 [  8261] By: jhi                                   on 2000/12/30  00:38:32
69314         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
69315      Branch: perl
69316            ! hv.c util.c
69317 ____________________________________________________________________________
69318 [  8260] By: jhi                                   on 2000/12/29  22:51:33
69319         Log: (Retracted by #8264)  More fixing for #8251.
69320      Branch: perl
69321            ! sv.c
69322 ____________________________________________________________________________
69323 [  8259] By: jhi                                   on 2000/12/29  18:27:30
69324         Log: Subject: podlators 1.06 released
69325              From: Russ Allbery <rra@stanford.edu>
69326              Date: 25 Dec 2000 05:09:30 -0800
69327              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
69328      Branch: perl
69329            + lib/Pod/Text/Overstrike.pm
69330            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
69331            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
69332 ____________________________________________________________________________
69333 [  8258] By: jhi                                   on 2000/12/29  18:20:45
69334         Log: Make the large file tests more robust/talkative as suggested by
69335              
69336              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
69337              From: andreas.koenig@anima.de (Andreas J. Koenig)
69338              Date: 29 Dec 2000 14:23:01 +0100
69339              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
69340      Branch: perl
69341            ! t/lib/syslfs.t t/op/lfs.t
69342 ____________________________________________________________________________
69343 [  8257] By: jhi                                   on 2000/12/29  17:48:04
69344         Log: Further VMS piping fixes from Charles Lane:
69345              
69346              In summary, error messages produced when a subprocess terminated
69347              abnormally were being sent not just to the parent process, but to
69348              grandparents, because of default values for error output that were
69349              not completely overridden when the subprocess was started.
69350              
69351              This patch fixes this behavior by defining user-mode (i.e., temporary
69352              for the duration of the program) logical names for SYS$OUTPUT and
69353              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
69354              changes to make it so that the user-mode logicals are the ones that
69355              control where Perl's error messages go if it terminates abnormally.
69356              
69357              I also added some gratuitous fixes to the indentation of braces in
69358              the piping code.  It just looked ugly, before.
69359      Branch: perl
69360            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
69361 ____________________________________________________________________________
69362 [  8256] By: jhi                                   on 2000/12/29  17:45:12
69363         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
69364              From: "Casey R. Tweten" <crt@kiski.net>
69365              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
69366              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
69367              
69368              Tests for for #8240.
69369      Branch: perl
69370            ! t/pragma/constant.t
69371 ____________________________________________________________________________
69372 [  8255] By: jhi                                   on 2000/12/29  17:43:07
69373         Log: Subject: Re: [PATCH] Interesting syntax idea
69374              From: Simon Cozens <simon@cozens.net>
69375              Date: Fri, 29 Dec 2000 14:34:04 +0000
69376              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
69377              
69378              Tests for #8254.
69379      Branch: perl
69380            ! t/pragma/sub_lval.t
69381 ____________________________________________________________________________
69382 [  8254] By: jhi                                   on 2000/12/29  17:42:11
69383         Log: Subject: [PATCH] Interesting syntax idea
69384              From: Simon Cozens <simon@cozens.net>
69385              Date: Wed, 27 Dec 2000 05:08:57 +0000
69386              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
69387              
69388              Make opens + bareword assigns do typeglob assigns.
69389      Branch: perl
69390            ! op.c
69391 ____________________________________________________________________________
69392 [  8253] By: jhi                                   on 2000/12/29  17:36:45
69393         Log: Output the (apparent) version of gcc, as suggested by
69394              
69395              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
69396              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
69397              Date: 26 Dec 2000 04:29:17 -0500
69398              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
69399              
69400              (The patch as such didn't any more apply as the misparsing had
69401              already been addressed in #6474.)  Also change the wording about
69402              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
69403      Branch: perl
69404            ! hints/dec_osf.sh
69405 ____________________________________________________________________________
69406 [  8252] By: nick                                  on 2000/12/29  12:14:31
69407         Log: Integrate mainline
69408      Branch: perlio
69409           !> (integrate 27 files)
69410 ____________________________________________________________________________
69411 [  8251] By: jhi                                   on 2000/12/29  08:45:46
69412         Log: (Retracted by #8264)
69413              
69414              (Fixed by #8260.)
69415              
69416              sv_catsv() needs one more byte space than seems reasonable.
69417              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
69418              Curiouser and curiouser.
69419      Branch: perl
69420            ! sv.c
69421 ____________________________________________________________________________
69422 [  8250] By: jhi                                   on 2000/12/29  07:57:52
69423         Log: More split // UTF-8 tests.
69424      Branch: perl
69425            ! t/pragma/utf8.t
69426 ____________________________________________________________________________
69427 [  8249] By: jhi                                   on 2000/12/29  07:54:51
69428         Log: (Retracted by #8264)  More join() testing which was good because
69429              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
69430      Branch: perl
69431            ! pp.c t/op/join.t utf8.c utf8.h
69432 ____________________________________________________________________________
69433 [  8248] By: jhi                                   on 2000/12/29  07:08:32
69434         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
69435              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
69436              that the only cases to care about are byte+byte and byte+character.
69437              
69438              TODO: See how well pp_concat() could be implemented in terms
69439              of sv_catsv().
69440      Branch: perl
69441            ! doop.c sv.c t/op/join.t utf8.h
69442 ____________________________________________________________________________
69443 [  8247] By: jhi                                   on 2000/12/29  06:35:23
69444         Log: Signedness nit.
69445      Branch: perl
69446            ! pp_hot.c
69447 ____________________________________________________________________________
69448 [  8246] By: jhi                                   on 2000/12/29  01:23:31
69449         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
69450              From: Lupe Christoph <lupe@lupe-christoph.de>
69451              Date: Thu, 28 Dec 2000 23:00:00 +0100
69452              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
69453              
69454              Suggest rsync --delete --dry-run.
69455      Branch: perl
69456            ! pod/perlhack.pod
69457 ____________________________________________________________________________
69458 [  8245] By: jhi                                   on 2000/12/28  23:57:05
69459         Log: The maxiters upper limit sanity check (guarding against
69460              non-progress) assumed bytes instead of characters in s///
69461              and split().
69462      Branch: perl
69463            ! pp.c pp_hot.c
69464 ____________________________________________________________________________
69465 [  8244] By: jhi                                   on 2000/12/28  23:34:08
69466         Log: Make some panic messages a bit more logical.
69467      Branch: perl
69468            ! doop.c pod/perldiag.pod pp.c pp_hot.c
69469 ____________________________________________________________________________
69470 [  8243] By: jhi                                   on 2000/12/28  22:59:16
69471         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
69472              From: Simon Cozens <simon@cozens.net>
69473              Date: Wed, 27 Dec 2000 02:30:03 +0000
69474              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
69475      Branch: perl
69476            ! pp.c t/pragma/sub_lval.t
69477 ____________________________________________________________________________
69478 [  8242] By: jhi                                   on 2000/12/28  22:56:53
69479         Log: Subject: [PATCH blead] Fix B::Terse indentation
69480              From: Daniel Chetlin <daniel@chetlin.com>
69481              Date: Wed, 27 Dec 2000 06:43:30 -0800
69482              Message-ID: <20001227064329.B9573@darkstar>
69483      Branch: perl
69484            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
69485 ____________________________________________________________________________
69486 [  8241] By: jhi                                   on 2000/12/28  22:48:59
69487         Log: The latter patch from the
69488              
69489              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
69490              From: Peter Prymmer <pvhp@forte.com> 
69491              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
69492              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
69493              
69494              (the former patch from the above should have been
69495              taken care of by Nick I-S)
69496      Branch: perl
69497            ! win32/Makefile
69498 ____________________________________________________________________________
69499 [  8240] By: jhi                                   on 2000/12/28  22:45:22
69500         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
69501              From: "Casey R. Tweten" <crt@kiski.net>
69502              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
69503              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
69504      Branch: perl
69505            ! lib/constant.pm
69506 ____________________________________________________________________________
69507 [  8239] By: jhi                                   on 2000/12/28  22:37:45
69508         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
69509              From: Simon Cozens <simon@cozens.net>
69510              Date: Wed, 27 Dec 2000 14:12:44 +0000
69511              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
69512      Branch: perl
69513            ! t/op/method.t t/op/sort.t toke.c
69514 ____________________________________________________________________________
69515 [  8238] By: jhi                                   on 2000/12/28  22:30:32
69516         Log: Subject: [PATCH perl@8229] Call.pm
69517              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
69518              Date: Mon, 25 Dec 2000 10:47:15 -0000
69519              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
69520      Branch: perl
69521            ! ext/Filter/Util/Call/Call.pm
69522 ____________________________________________________________________________
69523 [  8237] By: jhi                                   on 2000/12/28  22:19:21
69524         Log: Subject: [PATCH blead] Fix problem with `&' prototype
69525              From: Daniel Chetlin <daniel@chetlin.com>
69526              Date: Wed, 27 Dec 2000 15:55:32 -0800
69527              Message-ID: <20001227155532.D9573@darkstar>
69528      Branch: perl
69529            ! op.c t/comp/proto.t
69530 ____________________________________________________________________________
69531 [  8236] By: jhi                                   on 2000/12/28  22:09:25
69532         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
69533              From: Daniel Chetlin <daniel@chetlin.com>
69534              Date: Sun, 24 Dec 2000 04:09:49 -0800
69535              Message-ID: <20001224040949.B3090@darkstar>
69536      Branch: perl
69537            ! gv.c mg.c t/op/attrs.t
69538 ____________________________________________________________________________
69539 [  8235] By: jhi                                   on 2000/12/28  22:07:11
69540         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
69541              From: Jan Dubois <jand@ActiveState.com>
69542              Date: Tue, 26 Dec 2000 20:57:31 -0800
69543              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
69544      Branch: perl
69545            ! win32/win32.c
69546 ____________________________________________________________________________
69547 [  8234] By: jhi                                   on 2000/12/28  21:52:42
69548         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
69549              From: Simon Cozens <simon@cozens.net>
69550              Date: Thu, 28 Dec 2000 20:33:13 +0000
69551              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
69552      Branch: perl
69553            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
69554 ____________________________________________________________________________
69555 [  8233] By: jhi                                   on 2000/12/28  19:40:49
69556         Log: Integrate perlio:
69557              
69558              [  8232]
69559              Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
69560              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
69561              
69562              [  8231]
69563              "Compiled" encode build cleanup
69564              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
69565              - .c files do not export sub-tables
69566      Branch: perl
69567           !> ext/Encode/Makefile.PL ext/Encode/compile
69568 ____________________________________________________________________________
69569 [  8232] By: nick                                  on 2000/12/23  16:06:00
69570         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
69571              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
69572      Branch: perlio
69573            ! ext/Encode/Makefile.PL
69574 ____________________________________________________________________________
69575 [  8231] By: nick                                  on 2000/12/23  14:30:34
69576         Log: "Compiled" encode build cleanup
69577              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
69578              - .c files do not export sub-tables
69579      Branch: perlio
69580            ! ext/Encode/Makefile.PL ext/Encode/compile
69581 ____________________________________________________________________________
69582 [  8230] By: nick                                  on 2000/12/23  12:50:37
69583         Log: Integrate mainline
69584      Branch: perlio
69585           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
69586           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
69587           !> pod/perl5004delta.pod pod/perl5005delta.pod
69588           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
69589           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
69590           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
69591           !> pod/perlsub.pod
69592 ____________________________________________________________________________
69593 [  8229] By: jhi                                   on 2000/12/22  15:32:12
69594         Log: Integrate perlio:
69595              
69596              [  8226]
69597              Handy script for when one forgets to "dmake clean" 
69598              
69599              [  8225]
69600              CRLF platform issue with io/utf8 fix.
69601      Branch: perl
69602           +> win32/distclean.bat
69603           !> MANIFEST t/io/utf8.t
69604 ____________________________________________________________________________
69605 [  8228] By: jhi                                   on 2000/12/22  15:29:40
69606         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
69607              From: Robin Barker <rmb1@cise.npl.co.uk>
69608              Date: Fri, 22 Dec 2000 12:17:38 GMT
69609              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
69610      Branch: perl
69611            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
69612            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
69613            ! pod/perl5004delta.pod pod/perl5005delta.pod
69614            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
69615            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
69616            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
69617            ! pod/perlsub.pod
69618 ____________________________________________________________________________
69619 [  8227] By: jhi                                   on 2000/12/22  15:24:28
69620         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
69621              From: "John L. Allen" <allen@grumman.com>
69622              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
69623              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
69624              
69625              Document APPLLIB_EXP.
69626      Branch: perl
69627            ! INSTALL
69628 ____________________________________________________________________________
69629 [  8226] By: nick                                  on 2000/12/21  22:11:50
69630         Log: Handy script for when one forgets to "dmake clean" 
69631      Branch: perlio
69632            + win32/distclean.bat
69633            ! MANIFEST
69634 ____________________________________________________________________________
69635 [  8225] By: nick                                  on 2000/12/21  21:54:04
69636         Log: CRLF platform issue with io/utf8 fix.
69637      Branch: perlio
69638            ! t/io/utf8.t
69639 ____________________________________________________________________________
69640 [  8224] By: nick                                  on 2000/12/21  21:02:20
69641         Log: Integrate mainline
69642      Branch: perlio
69643           !> Changes Configure Makefile.SH Porting/Glossary
69644           !> Porting/config.sh Porting/config_H configure.com
69645           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
69646           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
69647           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
69648           !> win32/config.bc win32/config.gc win32/config.vc
69649 ____________________________________________________________________________
69650 [  8223] By: jhi                                   on 2000/12/21  17:09:16
69651         Log: Update Changes.
69652      Branch: perl
69653            ! Changes patchlevel.h
69654 ____________________________________________________________________________
69655 [  8222] By: jhi                                   on 2000/12/21  16:24:01
69656         Log: Metaconfig unit changes for #8221.
69657      Branch: metaconfig/U/perl
69658           +> issymlink.U
69659            - testsyml.U
69660            ! Mksymlinks.U
69661 ____________________________________________________________________________
69662 [  8221] By: jhi                                   on 2000/12/21  16:23:48
69663         Log: Rename testsyml to issymlink.
69664      Branch: perl
69665            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69666            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
69667            ! win32/config.vc
69668 ____________________________________________________________________________
69669 [  8220] By: jhi                                   on 2000/12/21  15:47:26
69670         Log: Robustness support for #8218 (symlink forest) since the GNU
69671              tools seem to be overly picky about symlinkage depths.
69672      Branch: perl
69673            ! Makefile.SH t/io/fs.t
69674 ____________________________________________________________________________
69675 [  8219] By: jhi                                   on 2000/12/21  15:38:27
69676         Log: Metaconfig changes for #8218.
69677      Branch: metaconfig
69678            ! U/modified/Oldconfig.U
69679      Branch: metaconfig/U/perl
69680            + Mksymlinks.U
69681            ! testsyml.U
69682 ____________________________________________________________________________
69683 [  8218] By: jhi                                   on 2000/12/21  15:37:57
69684         Log: Add Configure option -Dmksymlinks which will create a symlink
69685              forest if the current/build differs from the source directory.
69686              TODO: mkdir -p is not portable.
69687      Branch: perl
69688            ! Configure
69689 ____________________________________________________________________________
69690 [  8217] By: jhi                                   on 2000/12/21  14:39:12
69691         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
69692              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
69693              Date: Thu, 21 Dec 2000 09:38:18 GMT
69694              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
69695              
69696              The ofs became an SV.
69697      Branch: perl
69698            ! ext/Thread/Thread.xs
69699 ____________________________________________________________________________
69700 [  8216] By: jhi                                   on 2000/12/21  05:40:21
69701         Log: The polymorphism seems to have fixed 20000517.001.
69702      Branch: perl
69703            ! t/pragma/utf8.t
69704 ____________________________________________________________________________
69705 [  8215] By: jhi                                   on 2000/12/21  04:44:52
69706         Log: read() documentation tweak for 20001121.004.
69707      Branch: perl
69708            ! pod/perlfunc.pod
69709 ____________________________________________________________________________
69710 [  8214] By: jhi                                   on 2000/12/21  03:54:11
69711         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
69712      Branch: perl
69713            ! pp_sys.c t/op/misc.t
69714 ____________________________________________________________________________
69715 [  8213] By: jhi                                   on 2000/12/21  00:28:10
69716         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
69717              From: Peter Prymmer <pvhp@forte.com>
69718              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
69719              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
69720      Branch: perl
69721            ! configure.com
69722 ____________________________________________________________________________
69723 [  8212] By: jhi                                   on 2000/12/21  00:26:21
69724         Log: Edit edit edit.
69725      Branch: perl
69726            ! pod/perlfaq3.pod
69727 ____________________________________________________________________________
69728 [  8211] By: jhi                                   on 2000/12/20  18:52:46
69729         Log: Update Changes.
69730      Branch: perl
69731            ! Changes patchlevel.h
69732 ____________________________________________________________________________
69733 [  8210] By: jhi                                   on 2000/12/20  18:34:47
69734         Log: Yet another editor edit.
69735      Branch: perl
69736            ! pod/perlfaq3.pod
69737 ____________________________________________________________________________
69738 [  8209] By: jhi                                   on 2000/12/20  15:33:28
69739         Log: More Win32 Perling.
69740      Branch: perl
69741            ! pod/perlfaq3.pod
69742 ____________________________________________________________________________
69743 [  8208] By: jhi                                   on 2000/12/20  15:07:46
69744         Log: More Win32 editor/IDE/shell hints.
69745      Branch: perl
69746            ! pod/perlfaq3.pod
69747 ____________________________________________________________________________
69748 [  8207] By: jhi                                   on 2000/12/20  03:54:08
69749         Log: Subject: [PATCH] obscure timing knowledge
69750              From: Nicholas Clark <nick@ccl4.org>
69751              Date: Tue, 19 Dec 2000 19:22:31 +0000
69752              Message-ID: <20001219192231.F2827@plum.flirble.org>
69753      Branch: perl
69754            ! sv.c
69755 ____________________________________________________________________________
69756 [  8206] By: jhi                                   on 2000/12/20  03:45:57
69757         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
69758              From: Spider Boardman <spider@leggy.zk3.dec.com>
69759              Date: Tue, 19 Dec 2000 21:30:16 -0500
69760              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
69761      Branch: perl
69762            ! sv.c
69763 ____________________________________________________________________________
69764 [  8205] By: jhi                                   on 2000/12/19  23:02:01
69765         Log: Update Changes.
69766      Branch: perl
69767            ! Changes patchlevel.h
69768 ____________________________________________________________________________
69769 [  8204] By: jhi                                   on 2000/12/19  22:58:18
69770         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
69771              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
69772              on editors and diffing/patching.
69773      Branch: perl
69774            ! t/op/utf8decode.t
69775 ____________________________________________________________________________
69776 [  8203] By: nick                                  on 2000/12/19  21:36:16
69777         Log: Integrate mainline (forgot my own change...)
69778      Branch: perlio
69779           !> ext/Encode/compile
69780 ____________________________________________________________________________
69781 [  8202] By: nick                                  on 2000/12/19  21:34:42
69782         Log: Integrate mainline.
69783      Branch: perlio
69784           !> (integrate 61 files)
69785 ____________________________________________________________________________
69786 [  8201] By: nick                                  on 2000/12/19  21:34:06
69787         Log: Avoid looking for File::Glob when we don't need it.
69788      Branch: perl
69789            ! ext/Encode/compile
69790 ____________________________________________________________________________
69791 [  8200] By: jhi                                   on 2000/12/19  18:35:49
69792         Log: Update Changes.
69793      Branch: perl
69794            ! Changes patchlevel.h
69795 ____________________________________________________________________________
69796 [  8199] By: jhi                                   on 2000/12/19  18:35:07
69797         Log: Microperl tweaks.
69798      Branch: perl
69799            ! sv.c uconfig.h uconfig.sh
69800 ____________________________________________________________________________
69801 [  8198] By: jhi                                   on 2000/12/19  18:29:59
69802         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
69803      Branch: perl
69804            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69805            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
69806 ____________________________________________________________________________
69807 [  8197] By: jhi                                   on 2000/12/19  17:55:29
69808         Log: In VMS embedded perls couldn't access the statically built Socket,
69809              from Charles Lane.
69810      Branch: perl
69811            ! configure.com
69812 ____________________________________________________________________________
69813 [  8196] By: jhi                                   on 2000/12/19  17:49:50
69814         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
69815              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
69816              Date: Sun, 17 Dec 2000 19:11:44 -0000
69817              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
69818      Branch: perl
69819            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
69820            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
69821 ____________________________________________________________________________
69822 [  8195] By: jhi                                   on 2000/12/19  17:47:53
69823         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
69824              From: Jonathan Stowe <gellyfish@gellyfish.com>
69825              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
69826              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
69827      Branch: perl
69828            ! utils/h2xs.PL
69829 ____________________________________________________________________________
69830 [  8194] By: jhi                                   on 2000/12/19  17:46:28
69831         Log: Subject: Re: useless use of void context work-around
69832              From: andreas.koenig@anima.de (Andreas J. Koenig)
69833              Date: 16 Dec 2000 15:13:36 +0100
69834              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
69835              
69836              Document (comment) the q(di ds ig) trick in the code.
69837      Branch: perl
69838            ! op.c
69839 ____________________________________________________________________________
69840 [  8193] By: jhi                                   on 2000/12/19  17:10:57
69841         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
69842              From: "Mark J. Reed" <mreed@strange.turner.com>
69843              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
69844              Message-Id: <200012160222.VAA13986@strange.turner.com>
69845      Branch: perl
69846            ! ext/Sys/Syslog/Syslog.pm
69847 ____________________________________________________________________________
69848 [  8192] By: jhi                                   on 2000/12/19  17:07:45
69849         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
69850              From: Nicholas Clark <nick@ccl4.org>
69851              Date: Sat, 16 Dec 2000 19:03:13 +0000
69852              Message-ID: <20001216190313.D68304@plum.flirble.org>
69853      Branch: perl
69854            ! t/op/64bitint.t
69855 ____________________________________________________________________________
69856 [  8191] By: jhi                                   on 2000/12/19  17:06:13
69857         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
69858              From: Dominic Dunlop <domo@computer.org>
69859              Date: Mon, 18 Dec 2000 12:00:15 +0100
69860              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
69861              
69862              This patchlet is needed in order that perl can be statically linked.  
69863      Branch: perl
69864            ! regexec.c
69865 ____________________________________________________________________________
69866 [  8190] By: jhi                                   on 2000/12/19  17:03:08
69867         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
69868              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69869              Date: Sun, 17 Dec 2000 00:18:35 -0600
69870              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
69871      Branch: perl
69872            ! perlio.h vms/gen_shrfls.pl
69873 ____________________________________________________________________________
69874 [  8189] By: jhi                                   on 2000/12/19  16:20:28
69875         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
69876              From: Prymmer/Kahn <pvhp@best.com>
69877              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
69878              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
69879              
69880              A better version of #8188.
69881      Branch: perl
69882            ! pod/perlfaq3.pod
69883 ____________________________________________________________________________
69884 [  8188] By: jhi                                   on 2000/12/19  15:57:06
69885         Log: (Replaced by #8189)
69886              
69887              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
69888              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
69889              From: Prymmer/Kahn <pvhp@best.com>
69890              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
69891              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
69892              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
69893              Date: Mon, 18 Dec 2000 11:10:45 -0500
69894              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
69895      Branch: perl
69896            ! pod/perlfaq3.pod
69897 ____________________________________________________________________________
69898 [  8187] By: jhi                                   on 2000/12/19  15:54:19
69899         Log: Email address fix for Anton Berezin.
69900      Branch: perl
69901            ! AUTHORS
69902 ____________________________________________________________________________
69903 [  8186] By: jhi                                   on 2000/12/19  15:38:54
69904         Log: Subject: [PATCH perl@8102] cygwin port
69905              From: "Eric Fifer" <efifer@dircon.co.uk> 
69906              Date: Thu, 14 Dec 2000 13:41:29 -0000
69907              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
69908              
69909              When compiling modules the data item that is being imported
69910              from libperl.dll needs to be tagged as imported/shared data:
69911              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
69912      Branch: perl
69913            ! perliol.h
69914 ____________________________________________________________________________
69915 [  8185] By: jhi                                   on 2000/12/19  14:53:24
69916         Log: Regen uconfig.h and uconfig.sh.
69917      Branch: perl
69918            ! uconfig.h uconfig.sh
69919 ____________________________________________________________________________
69920 [  8184] By: jhi                                   on 2000/12/18  20:43:49
69921         Log: Comments work so much better when they are closed.
69922      Branch: perl
69923            ! regcomp.c
69924 ____________________________________________________________________________
69925 [  8183] By: jhi                                   on 2000/12/18  18:04:02
69926         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
69927              Fixes the bug 20001218.016.
69928      Branch: perl
69929            ! regcomp.c
69930 ____________________________________________________________________________
69931 [  8182] By: gsar                                  on 2000/12/18  09:53:47
69932         Log: delete spurious files
69933      Branch: maint-5.6/perl
69934            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
69935            - vos/config.h vos/config_h.SH_orig
69936 ____________________________________________________________________________
69937 [  8181] By: gsar                                  on 2000/12/18  09:46:08
69938         Log: regen perltoc
69939      Branch: maint-5.6/perl
69940            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
69941 ____________________________________________________________________________
69942 [  8180] By: gsar                                  on 2000/12/18  09:20:27
69943         Log: integrate changes#7924..7926,7946,7952 from mainline
69944              
69945              A test works better if it has the right 1..$n output.
69946              
69947              All the core library users of Class::Struct seem to be
69948              using "use Class::Struct 'struct';" instead of the bare
69949              "use Class::Struct;", which isn't documented in Class::Struct.
69950              This can't be right.
69951              
69952              Make the Class::Struct import() wiser.
69953              
69954              Upgrade to CPAN 1.59_51, from Andreas König.
69955              
69956              Subject: Re: long shell lines
69957              Split overly long shell command lines.
69958      Branch: maint-5.6/perl
69959           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
69960           !> lib/File/stat.pm t/lib/class-struct.t
69961 ____________________________________________________________________________
69962 [  8179] By: gsar                                  on 2000/12/18  08:55:54
69963         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
69964              7918,7919,7988,8907 from mainline (various)
69965              
69966              Subject: [ID 20001127.004] White space problem in perlamiga.pod
69967              
69968              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
69969              
69970              Subject: [PATCH] perlcc.PL cleanups
69971              
69972              Subject: [PATCH] Updating perltie.pod for arrays
69973              
69974              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
69975              Subject: Re: [PATCH] Updating perltie.pod for arrays
69976              Subject: Re: [PATCH] Updating perltie.pod for arrays
69977              
69978              One more perltie.pod nit from Casey R. Tweten.
69979              
69980              Subject: [PATCH] $^O  win32 -> MSWin32
69981              plus similar nits for vms, err, VMS, and UNICOS.
69982              
69983              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
69984              More checking in case someone has broken their services or
69985              protocol databases.
69986              
69987              Make "use Class::Struct 'struct';" work again (broken by #7617);
69988              add a test for Class::Struct.
69989              
69990              Integrate the "skip" messages to explain().
69991              
69992              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
69993      Branch: maint-5.6/perl
69994           +> t/lib/class-struct.t
69995           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
69996           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
69997           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
69998 ____________________________________________________________________________
69999 [  8178] By: gsar                                  on 2000/12/18  08:16:30
70000         Log: avoid redefinition warnings on windows due to sys/socket.h getting
70001              #included before win32.h
70002      Branch: maint-5.6/perl
70003            ! win32/include/sys/socket.h
70004 ____________________________________________________________________________
70005 [  8177] By: gsar                                  on 2000/12/18  05:24:04
70006         Log: make regen_headers; fix POSIX.xs problems; remove outdated
70007              code from sys/socket.h that makes build fail now
70008      Branch: maint-5.6/perl
70009            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
70010            ! pod/perlapi.pod
70011           !> win32/include/sys/socket.h
70012 ____________________________________________________________________________
70013 [  8176] By: gsar                                  on 2000/12/18  05:20:17
70014         Log: update Changes
70015      Branch: maint-5.6/perl
70016            ! Changes patchlevel.h
70017 ____________________________________________________________________________
70018 [  8175] By: gsar                                  on 2000/12/18  04:57:48
70019         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
70020              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
70021              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
70022              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
70023              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
70024              7823,7825,7838
70025              
70026              Subject: Re: [PATCH] README.solaris
70027              
70028              Add getpagesize() probing, on non-UNIX guess 'undef'.
70029              
70030              Simplify the getpagesize() unit by dropping the
70031              pagesize probe since it's nowadays slightly more
70032              complicated because of sysconf(). (Note: if some
70033              platform really needs the -lPW for getpagesize,
70034              I just broke it.)
70035              TODO: a new pagesize unit.
70036              
70037              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
70038              
70039              MachTen doesn't really do mmap() and munmap().
70040              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
70041              
70042              More README.solaris updates from Andy Dougherty.
70043              
70044              Copy the s// information of README.hpux also to the perlrun.
70045              
70046              Add HAS_FSYNC, lack noticed by Nicholas Clark.
70047              
70048              Add a metaconfig unit for fsync.
70049              
70050              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
70051              
70052              Many subdocumented return values of the IO extension now documented.
70053              ungetc and write still left subdocumented.
70054              Subject: [PATCH] (was Re: IO::Handle::ungetc)
70055              
70056              Document tell() on special streams.
70057              
70058              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
70059              
70060              Subject: [ID 20001112.007] sfio's sftell isn't ftell
70061              
70062              Couple of tests from #7660 salvaged.
70063              
70064              Tweak the definition of the bit complement on UTF-8 data:
70065              if none of the characters in the string are > 0xff,
70066              the result is a complemented byte string, not a (UTF-8)
70067              char string.  Based on the summary in
70068              Subject: Re: [ID 20000918.005] ~ on wide chars
70069              This should give us the maximum backward (pre-char string)
70070              compatibility and utf8 compatibility.  The other alternative
70071              would be to limit the bit complement to be always byte only,
70072              taking the least significant byte of the chars.
70073              
70074              Cleanup messy #ifdef.
70075              
70076              Typos in #7667.
70077              
70078              Declare reg_data like reg_substr_data.
70079              
70080              Placate nervous compilers that see longer than ints switch()ing.
70081              
70082              Remove the new two tests of lib/io_xs for now, they seem to
70083              fail under perlio on some platforms.
70084              
70085              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
70086              
70087              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
70088              
70089              Subject: tiny typo in perl5db.pl
70090              
70091              Subject: some additions for makefiles for win32 (for perl@7674)
70092              
70093              Hoist the duplicated socket/netdb include logic to perl.h;
70094              undef SETERRNO in case SOCKS has defined it.  Based on:
70095              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
70096              
70097              Regen Configure.
70098              
70099              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
70100              (a macro to define signed and unsigned integer constants).
70101              
70102              Use UINT64_C().
70103              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
70104              
70105              Use u_int32_t for the size of hash_cb(), not size_t.
70106              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
70107              
70108              Quit utf8_to_uv() instantly if curlen == 0.
70109              
70110              Subject: [PATCH: perl@7674] updates to README.os390
70111              
70112              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
70113              
70114              EBCDIC tweaks.
70115              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
70116              
70117              Linenumber fix.
70118              
70119              SOCKS has its own USE_THREADS, based on
70120              Subject: [ID 20001114.002] et. al. bugfix followup
70121              
70122              UINT64_C() work continues.
70123              
70124              Detypo.
70125              
70126              The type of the hash_cb() size argument is tricky.
70127              
70128              Add fwalk() probe to the configuration files and regen perltoc.
70129              
70130              Subject: perllocale.pod changes
70131              
70132              Avoid an infinite loop in VMS when utils scripts are run
70133              with no arguments, from Charles Lane.
70134              
70135              Subject: Re: Bug in Carp::Heavy/5.6.0?
70136              
70137              For Solaris use64bitall the stdchar needs a little bit of help.
70138              
70139              The long double hints can be here or there.
70140              
70141              Test tweak for the open pragma.
70142              
70143              Also the 64bitall hints can be either here or there.
70144              
70145              As surmised the #7719 wasn't a good move.
70146              
70147              Subject: Fix for 20000409.001
70148              
70149              Subject: Fix for 20000815.006
70150              It's really 20000518.006.
70151              
70152              Subject: [PATCH 5.6.0 README.win32] very minor typos
70153              
70154              Subject: Fix for README.amiga (20000323.033)
70155              
70156              Explain in more detail the {} syntax ambiguousity.
70157              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
70158              
70159              Sparc 64-bit pack() fix from Jens Hamisch.
70160              
70161              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
70162              
70163              Subject: podlators 1.05 available        
70164              
70165              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
70166              
70167              Subject: [perl 7711: EPOC] updates
70168              
70169              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
70170              
70171              Miraculous typo.
70172              
70173              sysseek() instead of seek().
70174              
70175              Solaris hints tweaks.
70176              
70177              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
70178              This may be overly harsh but until proven otherwise, we think this
70179              way, or until we have a simple test for Configure (having to start
70180              up servers is does not count as simple) to check for the problems.
70181              
70182              Remove the shared object before attempting to create
70183              (by linking) a new one.  E.g. in AIX not removing
70184              becomes quite painful if one tries to do more than one
70185              build in the same tree (an interrupted build, for example),
70186              since the AIX' shared dynaloader seemingly keeps the shared
70187              objects open and therefore 'busy' for quite a while, even when
70188              nobody is using the objects, leading into link failures.
70189              
70190              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
70191              
70192              Subject: DOC PATCH 5.6.0 perlreftut
70193              
70194              Subject: [PATCH: perl@7777] add system locale testing for VMS
70195              
70196              Subject: [PATCH] Test.pm POD peculiarity
70197              
70198              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
70199              
70200              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
70201              
70202              Subject: Re: perl@7777 
70203              Detypoing.
70204              
70205              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
70206              
70207              Go ahead and #include <unistd.h> in perl.h.
70208              
70209              Subject: [PATCH perl@7795] small cleanup task for test suite
70210              
70211              Subject: Re: av.c patch (having slight problems)
70212              unshift() speedup.
70213              
70214              Reach back one higher up when searching for PERL_SRC.
70215      Branch: maint-5.6/perl
70216           +> lib/File/Spec/Epoc.pm
70217           !> (integrate 88 files)
70218 ____________________________________________________________________________
70219 [  8174] By: gsar                                  on 2000/12/18  03:53:09
70220         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
70221              7625..7629,7631..7634,7637,7639,7642 from mainline
70222              
70223              Fix for the tie-refhash string table leaks.
70224              
70225              Subject: [patch perl@7595] VMS configure.com tweak
70226              
70227              More careful detection of how well NVs and UVs mix.
70228              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))
70229              Added some SIGFPE paranoia.
70230              
70231              Forgot to bump the line numbers in #7601.
70232              
70233              Subject: PATCH std stdio for (Free)BSD
70234              
70235              Deleting $ENV{PATH} in VMS is not recommendable.
70236              
70237              Locale buglets.
70238              Subject: RE: Locales support (setlocale) fixes
70239              
70240              Do not test UTF-8 locales since that the tests would require
70241              polymorphic regexen.
70242              
70243              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
70244              
70245              A missing aTHX_.
70246              
70247              Subject: [ID 20001108.013] spelling
70248              
70249              Subject: [PATCH] Class::Struct at compile time
70250              
70251              Make deleting for %ENV work for (newer versions of) VMS,
70252              from Craig A. Berry.
70253              
70254              Forgot from #7618.
70255              
70256              More VMS moves on environment handling, from Charles Lane.
70257              
70258              Remove unused extra arguments.
70259              
70260              Typo in an ifndef.
70261              Subject: Re: [PATCH 5.7.0] better messages from malloc()
70262              
70263              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
70264              All except the "cow orker" change.
70265              
70266              The generated boot_* headers are wrong.  Pickier compiler,
70267              such as KAI C++ will refuse to compile the resulting perlmain.
70268              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
70269              
70270              There's no =head3.
70271              
70272              Disable only the tests 99 and 166 for UTF-8 locales.
70273              
70274              Missing dTHXs.
70275              Subject: RE: perl@7595 builds not on cygwin
70276              
70277              Subject: Re: bash -c exit and linux hints 
70278              
70279              Various doc oddball characters.
70280              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
70281              
70282              Subject: [PATCH] IO::Seekable pod
70283              
70284              Amdahl UTS hints updates.
70285              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
70286              
70287              Explain better why certain regex tests are skipped.
70288              Subject: Re: tests skipped: unknown reason
70289              
70290              Subject: [PATCH] README.solaris
70291              
70292              Subject: [PATCH perl@7638] cygwin port
70293      Branch: maint-5.6/perl
70294           +> README.solaris
70295           !> (integrate 26 files)
70296 ____________________________________________________________________________
70297 [  8173] By: gsar                                  on 2000/12/18  03:37:02
70298         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
70299              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
70300              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
70301              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
70302              
70303              Better create a true mailing list for the repository keepers.
70304              
70305              Subject: [ID 20001027.007] uniq array in perlfaq
70306              
70307              De-quoted-unreadable to ISO Latin 1.
70308              (There's one ISO-2022-JP name in Changes5.004.)
70309              
70310              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
70311              
70312              The #7476 needs a MANIFEST change, too.
70313              
70314              Add also emailless people.
70315              
70316              UTF-8 decoder tweak.
70317              
70318              Make \x{...} consistently produce UTF-8.
70319              Subject: Re: \x{...} is confused 
70320              
70321              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
70322              
70323              Add a perlbug flag, -A, to avoid acknowledgement messages.
70324              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
70325              
70326              Use Errno magic.
70327              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
70328              
70329              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
70330              
70331              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
70332              
70333              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
70334              
70335              Be more lenient on bad UTF-8 when doing bit arithmetics.
70336              Subject: Re: [ID 20000918.005] ~ on wide chars
70337              (The ord() part of the patch skipped.)
70338              
70339              Subject: perlfaq style changes
70340              
70341              AUTHORS tweaks.
70342              
70343              Whitespace style tweak.  Was originally going to see to
70344              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
70345              but that had already been taken care of.
70346              
70347              The compiler is either gcc or cc, from Tom Bates.
70348              
70349              The osname has been lowercased by now, from Tom Bates.
70350              
70351              The NonStop-UX libraries have a novel way to say NaN.
70352              
70353              printf UVs the correct way, noticed by Robin Barker.
70354              
70355              Subject: [PATCH] startperl to respect versiononly
70356              
70357              AUTHORS updates.
70358              
70359              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
70360              
70361              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
70362              
70363              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
70364              
70365              Generalize the Camel wording.
70366              Subject: Re: perlfaq style changes
70367              
70368              Subject: [ID 20001005.006] Documentation -- description of qr//
70369              
70370              C.pm part of
70371              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
70372              
70373              Locale warning explanation tweak.
70374              
70375              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
70376              
70377              Make the POSIX::setuid and POSIX::setgid to really call setuid()
70378              and setgid() because they were just changing $< and $( which means
70379              only changing the real uid/gid, as opposed to changing both
70380              real and effective ids.  (The alternative way could have been
70381              in POSIX.pm to change $> and $), too, but making a direct call
70382              to the C API feels cleaner.)  Fixes the bug
70383              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
70384              
70385              Expand %Config variables and %ENV variables only if
70386              so requested during build time using the
70387              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
70388              Not expanding makes relocating distributions easier.
70389              
70390              More tweaking on the #7522 theme.
70391              
70392              Test::Harness revealed buglets in the new DynaLoader.
70393              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
70394              
70395              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
70396              fix a autovivification bug in Tie::RefHash, add tests for both.
70397              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
70398              
70399              Detpyo.
70400              
70401              recv() can fail and return undef.
70402              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
70403              
70404              Fix the problem discussed in
70405              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
70406              originally from Linc Madison.  Also Andreas König's comments
70407              taken into account.  Some other problems with Tie::SubstrHash
70408              fixed: didn't croak when the table exceeded the requested number
70409              of entries (as documented) but instead when the number of entries
70410              exceeded the size of the table, a croak() had an unnecessary \n,
70411              didn't have a CLEAR method, documented that there is no exists().
70412              Didn't fix to be strict-proof because the module uses &foo; and
70413              dynamic scope.  Added a test script exercizing both first tamely 
70414              the basic functionality, and then the failure cases reported by
70415              Linc Madison.
70416              
70417              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
70418              
70419              The #7521 touched things it shouldn't have.
70420              
70421              Subject: [PATCH 5.7.0] better messages from malloc()
70422              
70423              Subject: Re: README.aix
70424              
70425              Add FCNTL_CAN_LOCK.
70426              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
70427              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
70428              
70429              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
70430              create a "fast path" for locale name probing using "locale -a"
70431              if available, squash finally hopefully the s?printf resetting
70432              the numeric locale (since, IIUC perllocale, it never shouldn't). 
70433              
70434              More Changes tweakery.
70435              
70436              Dying is too strict here, better just skip.
70437              
70438              Subject: Locales support (setlocale) fixes
70439              Modified quite a bit to be more portable.
70440              
70441              Configure would use a bad $myuname from an old config.sh.
70442              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
70443              
70444              Fix for
70445              Subject: [ID 20001004.006] undef is never tainted
70446              An undef read from a slurped file was not tainted.
70447              
70448              Fix for
70449              Subject: [ID 20001004.007] taint propogation is inconsistent
70450              The culprit was sv_setsv() which was rather blindly
70451              propagating taint, which lead to behaviour where if
70452              a tainted anon hash value was seen all the hash values
70453              from then on at that level became tainted, or at any
70454              upper levels in the case of nested anon hashes.
70455              
70456              Test tweak: show also the failed locales.
70457              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
70458              
70459              A fix of sorts for 20000329.026, a better error message
70460              for a missing "use charnames" when using the \N{...}. 
70461              
70462              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
70463              
70464              Add =pod to be tidy.
70465              
70466              Fix for bug id 19990615.008, pos() unset during s///ge.
70467              
70468              Add a note for future generations about bug id 20000229.006.
70469              
70470              Use -dM for gcc (the suggested patch did it only for Linux,
70471              but I think it can be generalized).
70472              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
70473              
70474              opmini.o can linger from Configures past.
70475              
70476              Document that the evaled syntax errors cause scalar leaks.
70477              
70478              Fix for
70479              Subject: [ID 20000728.005] perl -P broken
70480              (hopefully).  The fix is also not complete, it seems to break
70481              BOM swallowing for libc5 systems, but until someone figures
70482              out a way to do this without ftell(), this will do.
70483              
70484              AUTHORS updates.
70485              
70486              Subject: Re: rsync'ed patches vs. rsync'ed source
70487              
70488              Admit that the test leaks scalars.
70489              
70490              Sanitize the environment further.
70491              
70492              VOS updates from Paul Green.
70493              
70494              Document %ENV = () portability issues.
70495              
70496              Make the stdio test program of 7427 less noisy while being 
70497              compiled so that Digital UNIX wouldn't get both
70498              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
70499              undefined.  This makes perlio happy.
70500              
70501              glibc5 detection by __GNU_LIBRARY__.
70502              
70503              %ENV note tweaks from Dan Sugalski.
70504              
70505              Varargs don't always work too well if one puts an unsigned
70506              char on the stack and pop an unsigned quad off the stack.
70507              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
70508              
70509              Subject: Pod updates
70510              
70511              Fake support of holey files in win/dosish platforms.
70512              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
70513              
70514              A doc addition for bug id 20001105.019, beware \p.
70515              
70516              Tweak #7587.
70517              
70518              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
70519              
70520              perlhack updates from H.Merijn Brand.
70521              
70522              Subject: [PATCH perl@7573] cygwin port
70523              Synchronize with Cygwin 1.1.5.
70524              
70525              Bad thinko in #7581 (I used the test program with the expanded
70526              values as-is).
70527              
70528              Make perlbug not insist on dumping to a file when stdout isn't a tty.
70529              Subject: [PATCH] perlbug.PL
70530              
70531              Overrideable keys, each, pop, push, shift, splice, unshift.
70532              Subject: [PATCH] prototyped functions that should be overrideable
70533              
70534              Try to avoid flockless and emulationless places.
70535      Branch: maint-5.6/perl
70536           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
70537            - MAINTAIN
70538           !> (integrate 111 files)
70539 ____________________________________________________________________________
70540 [  8172] By: jhi                                   on 2000/12/18  02:49:27
70541         Log: Regen pods.
70542      Branch: perl
70543            ! pod/perlmodlib.pod pod/perltoc.pod
70544 ____________________________________________________________________________
70545 [  8171] By: gsar                                  on 2000/12/18  02:49:24
70546         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
70547              7465..7471 from mainline
70548              
70549              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
70550              in platforms that strictly require all the symbols being present
70551              at link time.
70552              
70553              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
70554              
70555              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
70556              
70557              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
70558              
70559              Subject: [PATCH] todo
70560              
70561              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
70562              
70563              Use $sort, $uniq (and $tr) consistently as wondered
70564              by Nicholas Clark.
70565              
70566              Too enthusiastic editing in #7460.
70567              
70568              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
70569              
70570              Upgrade to CPAN 1.58_55.
70571              Subject: CPAN.pm status
70572              
70573              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
70574              
70575              Make target reordering to avoid pointless re-makes.
70576              Subject: Re: Total re-make of 'make okfile' after 7451 ?
70577              
70578              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
70579              
70580              Subject: DOC PATCH 5.6.0
70581              
70582              Add the repository doc by Malcolm, Sarathy, and by Simon,
70583              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
70584      Branch: maint-5.6/perl
70585           +> Porting/repository.pod
70586           !> Configure MANIFEST Makefile.SH README.dos README.os2
70587           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
70588           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
70589           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
70590 ____________________________________________________________________________
70591 [  8169] By: gsar                                  on 2000/12/18  02:33:34
70592         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
70593              7435..7441,7445 from mainline
70594              
70595              Make the UTF-8 decoding stricter and more verbose when
70596              malformation happens.  This involved adding an argument
70597              to utf8_to_uv_chk(), which involved changing its prototype,
70598              and prefer STRLEN over I32 for the UTF-8 length, which as
70599              a domino effect necessitated changing the prototypes of
70600              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
70601              The stricter UTF-8 decoding checking uses Markus Kuhn's
70602              UTF-8 Decode Stress Tester from
70603              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
70604              
70605              Run vms/vms_yfix.pl, should have done that after changing
70606              perly.c in #7382.
70607              
70608              Subject: [PATCH 5.7.0] static linking with uninstalled perl
70609              
70610              (Replaced by #7440.)
70611              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
70612              
70613              Fix the bug ID 20001024.005, the bug introduced by #7416.
70614              
70615              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
70616              
70617              Fix the bug reported in
70618              From: andreas.koenig@anima.de (Andreas J. Koenig)
70619              Also make is_utf8_char() stricter.
70620              
70621              Missed the header file changes from #7425.
70622              
70623              Check if stdio supports tweaking lval and cnt simultaneously.
70624              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
70625              
70626              Stratus VOS updates from Paul Green.
70627              
70628              Podify README.epoc and README.vos.
70629              
70630              Add targets to Makefile.SH, most importantly
70631              'regen_all' which also remembers to update vms/perly*.
70632              
70633              Subject: Minor update to find2perl, for portability
70634              
70635              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
70636              
70637              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
70638              
70639              Rename UTF8LEN() to be UNISKIP(), too confusing to have
70640              UTF8LEN() and UTF8SKIP(). 
70641              
70642              Allow poking holes at the UTF-8 decoding strictness.
70643              
70644              Continue the internal UTF-8 API tweaking.
70645              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
70646              used much more than the simpler API, now called utf8_to_uv_simple().
70647              Still not quite happy with API, too much partial duplication
70648              of functionality.
70649              
70650              A new version of making the syslog test more robust.
70651              (Replaces #7421.)
70652              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
70653              
70654              buildtoc target tweaks.
70655              
70656              Integrate with vmsperl #7430 by Charles Bailey:
70657              
70658              Cleanup from prior patch (Charles Lane?):
70659              - improve handling of MFDs in Basename and Path
70660              - default to no xsubpp line # munging when building debug images
70661      Branch: maint-5.6/perl
70662           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
70663           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
70664           !> (integrate 67 files)
70665 ____________________________________________________________________________
70666 [  8168] By: gsar                                  on 2000/12/18  02:05:49
70667         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
70668              
70669              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
70670              From: Martin Husemann <martin@duskware.de>
70671              
70672              Subject: [PATCH 5.7.0] restore match data on backtracing
70673              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70674      Branch: maint-5.6/perl
70675           !> regcomp.c regexec.c t/op/re_tests
70676 ____________________________________________________________________________
70677 [  8167] By: gsar                                  on 2000/12/18  01:55:22
70678         Log: integrate changes#7858,7986 from mainline
70679              
70680              C<foreach my $x ...> in pseudo-fork()ed process may diddle
70681              parent's memory; fix it by keeping track of the actual pad
70682              offset rather than a raw pointer (this change is probably also
70683              relevant to non-ithreads case to avoid fallout from reallocs of
70684              the pad array, but is currently only enabled for the ithreads
70685              case in the interests of minimal disruption to existing "well
70686              tested" code)
70687              
70688              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
70689              due to the notorious GetFileType() bug in Windows 9x, which fstat()
70690              tickles)
70691      Branch: maint-5.6/perl
70692           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
70693           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
70694           !> win32/win32.c win32/win32.h win32/win32sck.c
70695 ____________________________________________________________________________
70696 [  8166] By: gsar                                  on 2000/12/18  01:52:59
70697         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
70698              from mainline (xsubpp and ExtUtils::LibList fixups, various
70699              other small items)
70700              
70701              The generated boot_* headers are wrong.  Pickier compiler,
70702              such as KAI C++ will refuse to compile the resulting perlmain.
70703              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
70704              
70705              Various doc oddball characters.
70706              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
70707              
70708              Subject: [PATCH] Re: 20001101.003 PDL
70709              
70710              Subject: [PATCH 5.7.0] etags broken again
70711              
70712              Subject: [PATCH 5.7.0] Liblist finally works
70713              
70714              Subject: [PATCH 5.7.0] Liblist returns found libraries
70715              
70716              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
70717              
70718              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
70719              
70720              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
70721              OUT keyword nits.
70722              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
70723              OUT and IN_OUT documentation.
70724      Branch: maint-5.6/perl
70725           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
70726           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
70727           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
70728           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
70729           !> win32/bin/search.pl
70730 ____________________________________________________________________________
70731 [  8165] By: gsar                                  on 2000/12/18  01:28:45
70732         Log: integrate changes#7533,7563,7611,7623 from mainline (various
70733              malloc.c embellishments)
70734      Branch: maint-5.6/perl
70735           !> malloc.c pod/perldiag.pod
70736 ____________________________________________________________________________
70737 [  8164] By: gsar                                  on 2000/12/18  01:23:33
70738         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
70739              fixups)
70740      Branch: maint-5.6/perl
70741           !> utils/h2xs.PL
70742 ____________________________________________________________________________
70743 [  8163] By: gsar                                  on 2000/12/18  01:17:50
70744         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
70745              fixups)
70746      Branch: maint-5.6/perl
70747           !> Makefile.SH utils/perlbug.PL
70748 ____________________________________________________________________________
70749 [  8162] By: gsar                                  on 2000/12/18  00:25:43
70750         Log: always export Perl_deb() (it is required by re.xs whether
70751              Perl is built with or without -DDEBUGGING)
70752      Branch: maint-5.6/perl
70753            ! makedef.pl
70754 ____________________________________________________________________________
70755 [  8161] By: gsar                                  on 2000/12/18  00:23:38
70756         Log: integrate change#7414 from mainline
70757              
70758              Undo the basename() part of #7412 since the lib/basename
70759              tests would need upgrading too.
70760              
70761              squelch two tests in tr.t that rely on tr/// paranoia change
70762              that's not in 5.6.x
70763      Branch: maint-5.6/perl
70764            ! t/op/tr.t
70765           !> lib/File/Basename.pm
70766 ____________________________________________________________________________
70767 [  8160] By: gsar                                  on 2000/12/18  00:05:30
70768         Log: missing change in previous integrate
70769      Branch: maint-5.6/perl
70770           !> README.aix
70771 ____________________________________________________________________________
70772 [  8159] By: gsar                                  on 2000/12/18  00:03:38
70773         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
70774              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
70775              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
70776              7410..7413 from mainline
70777              
70778              Introduce the man[24-8] variables, from Andy Dougherty.
70779              
70780              Upgrade to CPAN 1.58, from Andreas König.
70781              
70782              An updated EBCDIC tr patch.
70783              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
70784              
70785              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
70786              
70787              Two thirds of
70788              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
70789              The Install.pm changes will be submitted separately because
70790              they need some work and discussion still.
70791              
70792              The Install.pm third of
70793              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
70794              
70795              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
70796              
70797              Subject: [PATCH 5.7.0] IVs in mtats
70798              
70799              Subject: [PATCH 5.7.0] Perl API for mstats
70800              
70801              Ilya implemented the memory profiling API.
70802              
70803              In Amdahl UTS "struct sv" is defined by a system header,
70804              <ksync.h>.
70805              
70806              Slight tweak of the code to appease Amdahl UTS cc.
70807              
70808              Amdahl UTS doesn't seem to do dynaloading.
70809              
70810              Use UTF8SKIP(), from Simon Cozens.
70811              
70812              Thinko in #7222.
70813              
70814              op/sprintf.t patch for OS/390 (and any other host with limited
70815              floating-point exponent length)
70816              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
70817              
70818              Tweak #7225.
70819              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
70820              
70821              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
70822              
70823              Needs to be conditional on SunOS 4.
70824              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
70825              
70826              Test cases for bug id 20000323.056 (the bug seems to be fixed).
70827              
70828              Add test for bug id 20000427.003 (which seems to have
70829              been fixed) (also duplicate as 20000427.004, though
70830              with a higher severity).  Move one utf8 from op/append
70831              to pragma/utf8, tag the tests with bug ids.
70832              
70833              Document FNCASE=y as discussed in the bug 20000902.009.
70834              
70835              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
70836              The problem was that rx->minlen was in chars while pp_split()
70837              thought it would be in bytes. 
70838              
70839              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
70840              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
70841              
70842              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
70843              
70844              Fix a couple of compiler-noted nits in #7235.
70845              
70846              Tweak the test of #7235.
70847              
70848              One more ~utf8 tweak.
70849              
70850              -w cleanup.
70851              Subject: Re: Problems with bleadperl 
70852              
70853              Subject: small pod patch
70854              
70855              Subject: [PATCH perlguts.pod] Document offset hack
70856              
70857              Add Charles Lane.
70858              
70859              Add the capability to include/exclude branches.
70860              
70861              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
70862              
70863              Detect early whether the std streams have gone bad.
70864              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
70865              
70866              More IoTYPE sprinkling.
70867              
70868              Workaround for a sfio bug where the stream error indicator
70869              is not cleared as documented.
70870              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
70871              
70872              Clarify documentation on 'use bytes'.
70873              Subject: Re: What does 'use bytes' "mean" ?
70874              
70875              Show the failed remote port, instead of the failing line number.
70876              Subject: [PATCH 5.6.1 Debugger] More diagnostics
70877              
70878              Make Cwd more bulletproof in chrooted environments.
70879              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
70880              
70881              Subject: Pod patch for Devel::Peek
70882              
70883              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
70884              
70885              Borland C fstat() never saw the fd as writable.
70886              Subject: fix for Borland's weak "stat" (perl@7211)
70887              
70888              Missing change from #7362.
70889              
70890              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
70891              
70892              Add the test case for the bug id 20000730.004 which seems
70893              to have been fixed by now.
70894              
70895              Fix of sorts for bug id 20000901.092.  There seems to be no trace
70896              of a 'pmshort' anywhere in the B, so the offending line was simply
70897              removed.
70898              
70899              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
70900              
70901              Subject: PATCH do_print has 2 PerlIO_error()s
70902              
70903              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
70904              
70905              Typo noted by Mark Lutz.
70906              
70907              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
70908              
70909              In the latest compiler builds cccdlflags must not become -fpic,
70910              from Wilfredo Sánchez.
70911              
70912              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
70913              
70914              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
70915              
70916              SOCKS function redefinitions need prototypes, too, otherwise
70917              for example 32 bit versus 64 bit differences cause a lot of
70918              problems.  Part of
70919              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
70920              
70921              Portability tweak on #7377.
70922              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
70923              
70924              Don't write double values through long double pointers,
70925              based on a part of
70926              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
70927              
70928              Reëntrancy fix.
70929              Subject: [PATCH perl@7229] Rentrant parser and yylex()
70930              
70931              Make scan_num() reëntrant, as suggested in
70932              Subject: [PATCH perl@7229] Rentrant parser and yylex()
70933              
70934              Fix for ID 20001020.006, concatenating an unset submatch
70935              with utf8 resulted in "Modification of a read-only value".
70936              
70937              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
70938              
70939              The #7383 was right only in the context of the original bug report,
70940              not in more general case.
70941              
70942              Update Changes.
70943              
70944              Testcases for a #7383,#7385 related bug.
70945              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
70946              
70947              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
70948              
70949              Tweak the Is* definitions of Unicode character classes
70950              to better match the official categorizations; embrace
70951              the official categorizations; add the combining marks
70952              as alpha (and -numeric); fix DCinital (a typo and edito)
70953              to be DCmedial.
70954              
70955              Hints tweak from Anton Berezin.
70956              
70957              Subject: installman go-faster stripes
70958              Subject: Re: installman go-faster stripes
70959              
70960              Subject: [ID 20001021.003] updated hints/openbsd.sh
70961              
70962              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
70963              
70964              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
70965              
70966              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
70967              
70968              Doc patch.
70969              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
70970              
70971              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
70972              
70973              Subject: Re: [ID 20001021.005] SEGV with regex match 
70974              
70975              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
70976              
70977              The change #7187 was not so good on VMS.
70978              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
70979              
70980              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
70981              
70982              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
70983              
70984              Document PERL_INSTALL_ROOT of #7210.
70985      Branch: maint-5.6/perl
70986           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
70987           +> t/lib/tie-splice.t
70988            - lib/unicode/Is/DCinital.pl
70989           !> (integrate 112 files)
70990 ____________________________________________________________________________
70991 [  8158] By: jhi                                   on 2000/12/17  23:04:24
70992         Log: Subject: [PATCHES] RE: perl@8150 
70993              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
70994              Date: Sun, 17 Dec 2000 21:46:39 +0100
70995              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
70996              
70997              Neither cygwin has a getpwuid() one can trust on.
70998      Branch: perl
70999            ! t/lib/glob-basic.t
71000 ____________________________________________________________________________
71001 [  8157] By: jhi                                   on 2000/12/17  23:01:54
71002         Log: More MAN.PODS => {} fixes.
71003      Branch: perl
71004            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
71005            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
71006            ! os2/OS2/REXX/Makefile.PL
71007 ____________________________________________________________________________
71008 [  8156] By: gsar                                  on 2000/12/17  22:49:13
71009         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
71010              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
71011              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
71012              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
71013              7201,7204 from mainline
71014              
71015              Remove vestiges of tr//CU.
71016              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
71017              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
71018              
71019              The return value of setlocale must be copied away.
71020              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
71021              
71022              Allow chop() and chomp() to be overridden.
71023              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
71024              
71025              Hints optimization.
71026              Subject: Minor nit
71027              
71028              Subject: [PATCH] de-wall t/README
71029              
71030              Subject: Re: Two advertising clauses need to be removed
71031              
71032              Batch of UTF-8 patches from Simon Cozens.
71033              
71034              Fix for a parsing bug, not for the original bug.
71035              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
71036              
71037              Compilation warnings and an error.
71038              
71039              Subject: File::Find 5.7.0 POD nits
71040              
71041              Subject: [PATCH perl-5.7.0] continued -Wformat support
71042              
71043              The one that got away.
71044              
71045              Subject: Re: perl@7078
71046              
71047              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
71048              convertable to bytes by checking it doesn't go above 0xc3
71049              Subject: Re: perl@7078
71050              
71051              Replace #7084 with
71052              Subject: Re: perl@7078 
71053              
71054              We don't need to count the high bit bytes, a boolean is enough. 
71055              
71056              Subject: [PATCH] utf8.c apidoc
71057              
71058              Subject: Re: perl@7078 
71059              
71060              Botched the #7090 check-in.
71061              
71062              Fix for the charnames.t failures from Spider Boardman.
71063              
71064              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
71065              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
71066              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
71067              0 to checking to get the warning.
71068              
71069              Subject: [PATCH] Nits in perlmod.pod
71070              
71071              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
71072              
71073              Subject: Re: unicode support and perl [ID 20000901.097]
71074              
71075              Subject: Re: unicode support and perl [ID 20000901.097]
71076              
71077              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
71078              
71079              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
71080              
71081              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
71082              
71083              Subject: [PATCH@blead] Fix some recursion in overload.pm
71084              
71085              s/Robin Parker/Robin Barker/
71086              
71087              Subject: [PATCH] Fix aliasing of tied filehandles
71088              
71089              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
71090              
71091              Subject: Re: [PATCH 5.005_64 missed]
71092              
71093              SOCK_DGRAM and listen() do not mix as reported in
71094              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
71095              The patch for 5.7.0+ had to be reengineered, though.
71096              
71097              Subject: DOC PATCH 5.6.0
71098              
71099              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
71100              
71101              Document the issue (is not a syntax error, kind of)
71102              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
71103              
71104              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
71105              Did not apply cleanly, manual intervention was needed.
71106              
71107              Subject: [PATCH] DLL not restartabke with threaded perl
71108              
71109              Inside require() $^S was always left undefined.
71110              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
71111              
71112              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
71113              
71114              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
71115              
71116              Regen headers.
71117              
71118              Subject: [PATCH 5.7.0] Epoc update
71119              
71120              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
71121              as suggested by Olaf Flebbe and Nick Clark.
71122              
71123              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
71124              
71125              Misplaced else.
71126              
71127              Scale down the VMS message boxes, by Charles Lane.
71128              Fix for ID 20000903.009, workaround at
71129              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
71130              
71131              Subject: [ID 20001003.006] B::Debug not -w clean
71132              
71133              Test harness update to sync with the new perlcc,
71134              from Simon Cozens.
71135              
71136              One remaining nit less at the VMS mailbox sizing.
71137              
71138              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
71139              
71140              It is possible to have no hosts database at all.  Pointed out in
71141              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
71142              
71143              Subject: [PATCH 5.7.0] h2xs not working
71144              Subject: [PATCH 5.7.0] h2xs not documenting the created module
71145              
71146              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
71147              
71148              Subject: perlhack.pod Patch for Externals Tools
71149              
71150              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
71151              
71152              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
71153              
71154              Enable disabling scripts installation by Configure -Uinstallscripts,
71155              suggested by H. Merijn Brand.
71156              
71157              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
71158              reported several times by Dominic Dunlop, for example in
71159              ID 20000315.008.  Patch from Dominic.  Patch affects at
71160              least MachTen, and possibly other oldish BSDs. Should not
71161              break non-broken platforms (tested on LinuxPPC). 
71162              
71163              Regen toc.
71164              
71165              Subject: Re: Questions about Tie::Array and perl modules
71166              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
71167              
71168              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
71169              
71170              Tweak #7153.
71171              
71172              IO::Handle->syswrite() did not handle length omission
71173              like CORE::syswrite() does.
71174              Subject: [Fwd] IO::Handle, syswrite and arguments
71175              The original patch from andrew@ugh.net.au.
71176              
71177              Also the $ccflags is needed for the C compiler check.
71178              Subject: Configure (check for C-compiler)
71179              
71180              Eliminate $Is_VMS code from the test.
71181              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
71182              
71183              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
71184              as the first option of cc/ld because of ultrapicky compilers
71185              (e.g. OS/390 R2.5)
71186              
71187              Change the version number of Tie::Handle in the core to 4.0,
71188              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
71189              Subject: Note on Tie::Handle
71190              
71191              UTF8ize split() so that the cloned substrings get the UTF8
71192              flag of the original scalar.  Problem reported by Simon Cozens.
71193              
71194              save_re_context() could reset PL_curcop to freed memory, causing core
71195              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
71196              
71197              Subject: PATCH 5.6 perldebguts grammar cleanup
71198              
71199              Add a todo note about overloadable assertions.
71200              
71201              on Windows, LoadLibrary() could load an extension DLL multiple
71202              times if forward slashes are used in the path
71203              
71204              on Windows, cwd strings in the environment should be of the
71205              form =X:=X:\foo instead of =X=X:\foo\
71206              
71207              on Windows, avoid potential exception (could happen if MSVCRT isn't
71208              being used) when closing a socket handle
71209              
71210              avoid nonportable example code
71211              
71212              Windows9x doesn't support link(), despite what Config.pm
71213              might think
71214              
71215              pod nit
71216              
71217              Change #7160 had a nasty typo.
71218              
71219              Warn about unknown scripts.
71220              Subject: Re: ideas? patches? [PATCH bleadperl]
71221              
71222              on Windows, clean targets might not work under some flavors of the shell
71223              
71224              tweak for change#7173
71225              
71226              Make eq work again with utf8 (disabling the upgrading
71227              should no more be necessary since the copies of the
71228              scalars are upgraded, not the scalars themselves).
71229              Takes care of ID 20001009.001.  (The claimed length()
71230              bug in 20001009.001 seems bogus to me.)
71231              
71232              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
71233              
71234              Upgrade to CGI.pm 2.74, from Lincoln Stein.
71235              
71236              Upgrade to podlators 1.04, from Russ Allbery.
71237              
71238              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
71239              
71240              Quote the temp file name, needed in Win32 because the
71241              default name unfortunately contains spaces, shouldn't
71242              hurt elsewhere.
71243              Subject: FW: perldoc fails if $TEMP contains spaces
71244              
71245              Subject: RE: [ID 19990803.001] README.win32 suggestions 
71246              
71247              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
71248              
71249              Subject: Re: utf8 concat, mg_get
71250              
71251              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
71252              
71253              Subject: [PATCH: perl@7181] op/tr tests on OS/390
71254              
71255              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
71256              
71257              Use the versiononly instead of the installscripts,
71258              retract the changes 7146 and 7147.
71259              
71260              Reapply Andy's patch and regen Configure.
71261              
71262              Add the test case for #7190, from the original bug report
71263              by Andreas König.
71264              
71265              Remove duplicated code.
71266              
71267              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
71268              
71269              restore change#7202
71270      Branch: maint-5.6/perl
71271           !> (integrate 121 files)
71272 ____________________________________________________________________________
71273 [  8155] By: jhi                                   on 2000/12/17  22:30:58
71274         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
71275              From: "Craig A. Berry" <craigberry@mac.com>
71276              Date: Sun, 17 Dec 2000 13:09:28 -0600
71277              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
71278              
71279              MAN.PODS => ' ' is naughty.
71280      Branch: perl
71281            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
71282 ____________________________________________________________________________
71283 [  8154] By: nick                                  on 2000/12/17  22:07:13
71284         Log: MULTIPLICITY nit.
71285      Branch: perl
71286            ! mg.c
71287 ____________________________________________________________________________
71288 [  8153] By: gsar                                  on 2000/12/17  21:23:05
71289         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
71290              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
71291              from mainline
71292              
71293              Document the SvIOK_.*UV().
71294              
71295              Update Unicode todo list.
71296              
71297              Guard against bad string->int conversion for quads.
71298              
71299              Subject: small apidoc fix
71300              
71301              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
71302              
71303              Subject: [PATCH] Tied filehandle documentation
71304              
71305              Subject: [PATCH] Modernize Opcode.pm documentation
71306              
71307              Make Data::Dumper (non-XS) to work with changed semantics of ref().
71308              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
71309              [applied even though said semantics didn't change in 5.6.x]
71310              
71311              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
71312              
71313              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
71314              
71315              Fix the URL, but the server is still missing in action.
71316              Subject: [ID 20000905.002] perlfaq1.pod URL error
71317              
71318              Subject: [ID 20000903.001] \w in utf8-strings
71319              
71320              Fix the ccversion detection for 5.1 and beyond.
71321              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
71322              
71323              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
71324              
71325              Subject: [ID 20000904.008] Tiny fix for perldiag
71326              
71327              Subject: Re: [ID 20000906.004] segfault with bad perl statement
71328              
71329              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
71330              
71331              Subject: [ID 20000908.002] perlipc documentation bug.
71332              
71333              Subject: [PATCH lib/Benchmark.pm]
71334              
71335              Re-allow vec() for characters > 255.
71336              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
71337              
71338              Do away with memory models cruft.  Sorry, PDP users.
71339              
71340              Continue #7041.
71341              
71342              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
71343              
71344              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
71345              
71346              Upgrade to CPAN 1.57_65, from Andreas König.
71347              
71348              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
71349              by Russ Allbery.
71350              
71351              Silence t/pod/*.t about alternate quote-mappings now implemented
71352              by Pod::Text, from Brad Appleton.
71353              
71354              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
71355              Subject: borland C++ win32.c tweak
71356              
71357              C<@a = @b = split(...)> optimization coredumps under ithreads
71358              (missed a spot when fixing up op_pmreplroot hack for ithreads)
71359              
71360              Document the SvUTF8*().
71361              
71362              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
71363              
71364              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
71365              
71366              Do in VMS as the #7054 does.
71367              
71368              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
71369              
71370              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
71371              
71372              Subject: [patch: perl@7045] vms updates
71373              
71374              Test for the #7049.
71375              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
71376              
71377              Break up the myconfig lines a bit.
71378              Subject: perlbug/perl -V output format
71379              
71380              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
71381              
71382              The #7054 truncated Configure badly.
71383              
71384              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
71385              initialization in all the threads on Windows
71386              
71387              Allow for whitespace between "#" and "line" in cpp output.
71388              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
71389              
71390              Remove vestiges of tr//CU.
71391              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
71392              
71393              The return value of setlocale must be copied away.
71394              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
71395              
71396              Allow chop() and chomp() to be overridden.
71397              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
71398              
71399              Hints optimization.
71400              Subject: Minor nit
71401              
71402              Subject: [PATCH] de-wall t/README
71403              
71404              Subject: Re: Two advertising clauses need to be removed
71405      Branch: maint-5.6/perl
71406           !> (integrate 75 files)
71407 ____________________________________________________________________________
71408 [  8152] By: gsar                                  on 2000/12/17  20:30:11
71409         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
71410              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
71411              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
71412              
71413              Don't attach -ld to the archname if pointless.
71414              
71415              Document UNTIE in a very minimalistic way.
71416              
71417              POSIX doesn't report long double values under -Duselongdouble
71418              when the long doubles are "real" (bigger than doubles).
71419              
71420              More author updates.
71421              
71422              Try to deduce NV_MAX.  Really should be Configure fodder.
71423              
71424              :: not allowed in pathnames, change to .
71425              Subject: [PATCH perl@6938] cygwin port
71426              
71427              Forget about NV_MAX (#6951).  Various floating point tweaks,
71428              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
71429              
71430              Move the Solaris 7 scan to use64bitall, make the
71431              failure to find 64-bot sparc libc to mention the
71432              possibility of being in an intel, from Lupe and Alan.
71433              
71434              Regen perltoc.
71435              
71436              AUTHORS tweaks, from Peter Prymmer.
71437              
71438              More address tweaking.
71439              
71440              Small tweaks all over.
71441              
71442              File::Temp patches from Andreas König,
71443              
71444              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
71445              
71446              Subject: CPAN.pm beta 1.57_57 for the core
71447              
71448              Part of the solution.
71449              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
71450              
71451              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
71452              
71453              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
71454              
71455              Add the overload warnings to perldiag.
71456              
71457              Drop unused argument.
71458              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
71459              
71460              Subject: Nit in Configure (bleadperl@6961)
71461              
71462              Update to PodParser 1.18, from Brad Appleton.
71463              
71464              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
71465              
71466              Subject: [PATCH: 6948] add SCNfldbl to configure.com
71467              
71468              Document UNTIE. Also tweak implementation to suppress the 'inner references'
71469              warning when UNTIE exists and instead pass the cound of extra references to
71470              the UNTIE method.
71471              
71472              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
71473              so that case-ignoring systems like DCL can tell them from
71474              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
71475              
71476              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
71477              
71478              Feature ordering tweak.
71479              
71480              Regen perltoc.
71481              
71482              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
71483              
71484              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
71485              
71486              Subject: http:// in L<>
71487              
71488              Detypo.
71489              
71490              change#6791 accidentally clobbered change#6710, put it back
71491              
71492              Only the first line, thank you very much.
71493              
71494              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
71495              plus rework the http: spots as suggested by Tom Christiansen,
71496              plus regen perltoc.
71497              
71498              Undo part of change 6489 which looks like a bulk edit which
71499              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
71500              The supressing of main:: on return from select() is undesirable.
71501              
71502              Apparently avoiding the swapping is too costly.
71503              
71504              Various Configure nits by Philip Newton,
71505              plus the ebcdic one by me.
71506              
71507              Make certain cc is set before trying to run it.
71508              
71509              If overloaded %{} etc. return the object do not loop.
71510              Thus  sub deref { $_[0] } functions if object is wanted type.
71511              
71512              Update perlhist.
71513              
71514              More %{} and other deref special casing - do not pass to 'nomethod'.
71515      Branch: maint-5.6/perl
71516           !> (integrate 59 files)
71517 ____________________________________________________________________________
71518 [  8151] By: gsar                                  on 2000/12/17  19:14:38
71519         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
71520              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
71521              
71522              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
71523              
71524              Make the epsilon to be relative, not absolute.
71525              
71526              Put back the flags dump as reasoned in
71527              Subject: Re: [PATCH] Glob dumping
71528              
71529              Introduce ccname to keep track of what compiler kind of we have.
71530              
71531              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
71532              
71533              Put back the slice accidentally removed by #6907.
71534              
71535              Reset archname and archname64 always, forcing them be
71536              recomputed at each Configure run, make Configure and
71537              the hints files agree on the naming of largefiles variables.
71538              
71539              Don't say "Perl 5.0 source kit".
71540              
71541              Subject: [PATCH] fix misc cast warnings
71542              
71543              Subject: typos in pods
71544              
71545              NVs not necessarily doubles, as pointed out by Yitzchak.
71546              
71547              Subject: [PATCH 6889] add a few ldbl formats to configure.com
71548              
71549              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
71550              
71551              Better options for rsync.
71552              
71553              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
71554              
71555              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
71556              
71557              Subject: [PATCH] Re: UNTIE method 
71558              
71559              A better fix for the Socket building problem from Craig Berry.
71560              
71561              Retract the dummy test, skip the security tests (instead of failing),
71562              explain what the warnings mean.
71563              
71564              Heap decorruption.
71565              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
71566              
71567              Update to Unicode 3.0.1.
71568              
71569              Missed one Unicode file.
71570              
71571              Subject: Re: typos in pods
71572              
71573              The #6929 was too skimpy.
71574              
71575              sscanf() may be the only way to read long doubles from strings.
71576              
71577              Reveal Borland's isnan.
71578              Subject: build with BC++ tweak
71579              
71580              Issue useful diagnostic on unknown pod commands.
71581              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
71582              
71583              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
71584              
71585              Clarify the third case of ftmp-security warnings.
71586              
71587              Make -Dusemorebits find long doubles in Solaris.
71588              
71589              Wrap the test in eval.
71590      Branch: maint-5.6/perl
71591           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
71592           +> lib/unicode/PropList.txt lib/unicode/README.perl
71593           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
71594           +> lib/unicode/Unicode.301 vms/vmspipe.com
71595            - lib/unicode/Props.txt lib/unicode/UCD300.html
71596            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
71597           !> (integrate 305 files)
71598 ____________________________________________________________________________
71599 [  8150] By: jhi                                   on 2000/12/17  18:47:57
71600         Log: Uncheckedin generated files.
71601      Branch: perl
71602            ! global.sym perlapi.c pod/perlapi.pod
71603 ____________________________________________________________________________
71604 [  8149] By: jhi                                   on 2000/12/17  18:41:22
71605         Log: Update Changes.
71606      Branch: perl
71607            ! Changes patchlevel.h
71608 ____________________________________________________________________________
71609 [  8148] By: jhi                                   on 2000/12/17  18:39:16
71610         Log: Subject: [PATCH] Fcntl constants speedup
71611              From: Nicholas Clark <nick@ccl4.org>
71612              Date: Sun, 17 Dec 2000 16:29:24 +0000
71613              Message-ID: <20001217162924.E97668@plum.flirble.org>
71614              
71615              Use IVs for the Fcntl constants instead of NVs.
71616      Branch: perl
71617            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
71618 ____________________________________________________________________________
71619 [  8147] By: jhi                                   on 2000/12/17  18:33:41
71620         Log: Add test for #8145 (binmode() warning), add warning for
71621              ioctl() and sockpair(), document them. (fileno() cannot
71622              be tripwired with the same kind of warning because
71623              'defined fileno($foo)' seems to be an idiom.)
71624      Branch: perl
71625            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
71626 ____________________________________________________________________________
71627 [  8146] By: gsar                                  on 2000/12/17  18:09:08
71628         Log: update Changes
71629      Branch: maint-5.6/perl
71630            ! Changes
71631 ____________________________________________________________________________
71632 [  8145] By: jhi                                   on 2000/12/17  17:39:35
71633         Log: Subject: [PATCH] Re: The long awaited feature ...
71634              From: Simon Cozens <simon@cozens.net>
71635              Date: Sun, 17 Dec 2000 12:31:56 +0000
71636              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
71637              
71638              Add a warning to binmode() about using bad filehandles
71639              (can happen e.g. if someone forgets the filehandle argument)
71640      Branch: perl
71641            ! pp_sys.c
71642 ____________________________________________________________________________
71643 [  8144] By: jhi                                   on 2000/12/17  17:33:48
71644         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
71645              From: Jonathan Stowe <gellyfish@gellyfish.com>
71646              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
71647              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
71648      Branch: perl
71649            ! lib/Net/Ping.pm
71650 ____________________________________________________________________________
71651 [  8143] By: jhi                                   on 2000/12/17  05:31:37
71652         Log: Polymorphic regexps.
71653              
71654              Fixes at least the bugs 20001028.003 (both of them...) and
71655              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
71656              also to be fixed by now, probably already before this patch.
71657      Branch: perl
71658            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
71659            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
71660            ! t/op/utf8decode.t t/pragma/utf8.t
71661 ____________________________________________________________________________
71662 [  8142] By: jhi                                   on 2000/12/16  17:16:05
71663         Log: Subject: [patch perl@8102] dos/djgpp update
71664              From: Laszlo Molnar <ml1050@freemail.hu>
71665              Date: Sat, 16 Dec 2000 01:40:52 +0100
71666              Message-ID: <20001216014052.A335@freemail.hu>
71667      Branch: perl
71668            ! djgpp/config.over t/base/commonsense.t
71669 ____________________________________________________________________________
71670 [  8141] By: jhi                                   on 2000/12/16  17:09:27
71671         Log: Few uncheckedin files.
71672      Branch: perl
71673            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
71674 ____________________________________________________________________________
71675 [  8140] By: nick                                  on 2000/12/15  22:14:31
71676         Log: Integrate mainline
71677      Branch: perlio
71678           !> (integrate 53 files)
71679 ____________________________________________________________________________
71680 [  8139] By: jhi                                   on 2000/12/15  19:49:49
71681         Log: One more IVUV tweak from Nicholas Clark.
71682      Branch: perl
71683            ! sv.c
71684 ____________________________________________________________________________
71685 [  8138] By: jhi                                   on 2000/12/15  19:17:06
71686         Log: Return of the IVUV-preservation, now seems to be happy even
71687              in Digital UNIX (the broken strtoul brokenness detection
71688              seems to have been the fly in the ointment).
71689      Branch: perl
71690            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71691            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
71692            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
71693            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
71694            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71695            ! vos/config.ga.h win32/config.bc win32/config.gc
71696            ! win32/config.vc
71697 ____________________________________________________________________________
71698 [  8137] By: jhi                                   on 2000/12/15  18:12:14
71699         Log: Metaconfig unit change for #8136.
71700      Branch: metaconfig
71701            ! U/modified/d_strtoul.U
71702      Branch: metaconfig/U/perl
71703            ! d_strtoull.U d_strtouq.U
71704 ____________________________________________________________________________
71705 [  8136] By: jhi                                   on 2000/12/15  18:11:35
71706         Log: I don't think it's sensible or portable to test the strtou*
71707              on /^-/ strings.
71708      Branch: perl
71709            ! Configure
71710 ____________________________________________________________________________
71711 [  8135] By: jhi                                   on 2000/12/15  17:18:49
71712         Log: Metaconfig unit change for #8134.
71713      Branch: metaconfig
71714            ! U/modified/d_strtoul.U
71715 ____________________________________________________________________________
71716 [  8134] By: jhi                                   on 2000/12/15  17:14:13
71717         Log: If longsize is 8 we don't need a LL suffix for integer constants.
71718      Branch: perl
71719            ! Configure config_h.SH
71720 ____________________________________________________________________________
71721 [  8133] By: jhi                                   on 2000/12/15  16:00:23
71722         Log: Update Changes.
71723      Branch: perl
71724            ! Changes patchlevel.h
71725 ____________________________________________________________________________
71726 [  8132] By: jhi                                   on 2000/12/15  15:44:16
71727         Log: Some compilers get huffy if you do not cast a const pointer
71728              to a non-const when assigning.
71729      Branch: perl
71730            ! gv.c
71731 ____________________________________________________________________________
71732 [  8131] By: jhi                                   on 2000/12/15  15:38:30
71733         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
71734              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71735              Date: Fri, 15 Dec 2000 05:26:57 -0500
71736              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
71737      Branch: perl
71738            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
71739            ! t/pragma/overload.t
71740 ____________________________________________________________________________
71741 [  8130] By: jhi                                   on 2000/12/15  15:36:08
71742         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
71743              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71744              Date: Thu, 14 Dec 2000 22:02:43 -0500
71745              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
71746      Branch: perl
71747            ! gv.c perl.h
71748 ____________________________________________________________________________
71749 [  8129] By: jhi                                   on 2000/12/15  15:34:16
71750         Log: Subject: PATCH: h2xs nit
71751              From: Tim Jenness <t.jenness@jach.hawaii.edu>
71752              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
71753              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
71754              
71755              Add a template README.
71756      Branch: perl
71757            ! utils/h2xs.PL
71758 ____________________________________________________________________________
71759 [  8128] By: jhi                                   on 2000/12/15  15:32:22
71760         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
71761      Branch: perl
71762            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
71763 ____________________________________________________________________________
71764 [  8127] By: jhi                                   on 2000/12/15  15:19:34
71765         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
71766              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71767              Date:     Thu, 14 Dec 2000 20:04:42 EST
71768              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
71769      Branch: perl
71770            ! ext/Opcode/Opcode.xs
71771 ____________________________________________________________________________
71772 [  8126] By: jhi                                   on 2000/12/15  15:17:49
71773         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
71774              From: Peter Prymmer <pvhp@forte.com>
71775              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
71776              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
71777      Branch: perl
71778            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
71779            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
71780            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
71781 ____________________________________________________________________________
71782 [  8125] By: jhi                                   on 2000/12/15  15:11:05
71783         Log: This seems to be a stage sane and stable enough to checkin.
71784              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
71785      Branch: perl
71786            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
71787            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
71788            ! t/op/cmp.t t/op/numconvert.t
71789 ____________________________________________________________________________
71790 [  8124] By: jhi                                   on 2000/12/15  04:20:26
71791         Log: Something is really wonky.
71792      Branch: perl
71793            ! sv.c
71794 ____________________________________________________________________________
71795 [  8123] By: jhi                                   on 2000/12/15  04:00:50
71796         Log: Fixes for the IV UV patches to compile in Digital UNIX.
71797      Branch: perl
71798            ! sv.c
71799 ____________________________________________________________________________
71800 [  8122] By: jhi                                   on 2000/12/15  02:53:40
71801         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
71802              From: "Craig A. Berry" <craigberry@mac.com>
71803              Date: Thu, 14 Dec 2000 19:10:49 -0600
71804              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
71805      Branch: perl
71806            ! vms/vms.c
71807 ____________________________________________________________________________
71808 [  8121] By: jhi                                   on 2000/12/15  02:50:00
71809         Log: Metaconfig changes for #8120.
71810      Branch: metaconfig
71811            + U/modified/d_strtoul.U
71812      Branch: metaconfig/U/perl
71813            ! d_strtoull.U d_strtouq.U
71814 ____________________________________________________________________________
71815 [  8120] By: jhi                                   on 2000/12/15  02:49:42
71816         Log: From: Nicholas Clark <nick@ccl4.org> 
71817              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
71818              Date: Thu, 14 Dec 2000 18:38:57 +0000
71819              Message-ID: <20001214183857.B97909@plum.flirble.org>
71820      Branch: perl
71821            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71822            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
71823            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
71824            ! vos/config.ga.def vos/config.ga.h win32/config.bc
71825            ! win32/config.gc win32/config.vc
71826 ____________________________________________________________________________
71827 [  8119] By: jhi                                   on 2000/12/14  23:40:58
71828         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
71829              From: Nicholas Clark <nick@ccl4.org>
71830              Date: Wed, 13 Dec 2000 20:08:50 +0000
71831              Message-ID: <20001213200849.B71166@plum.flirble.org>
71832      Branch: perl
71833            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
71834            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
71835 ____________________________________________________________________________
71836 [  8118] By: jhi                                   on 2000/12/14  22:46:26
71837         Log: Integrate perlio:
71838              
71839              [  8117]
71840              Win32 tweaks to get Encode to build
71841              - temp hack to makedef.pl till PerlIO is properly "exported".
71842              - MSVC dislikes  
71843              static encpage_t foo[];
71844              so make 'em extern for now.
71845              
71846              [  8116]
71847              Document the new files
71848      Branch: perl
71849           !> MANIFEST ext/Encode/compile makedef.pl
71850 ____________________________________________________________________________
71851 [  8117] By: nick                                  on 2000/12/14  22:38:53
71852         Log: Win32 tweaks to get Encode to build
71853              - temp hack to makedef.pl till PerlIO is properly "exported".
71854              - MSVC dislikes  
71855              static encpage_t foo[];
71856              so make 'em extern for now.
71857      Branch: perlio
71858            ! ext/Encode/compile makedef.pl
71859 ____________________________________________________________________________
71860 [  8116] By: nick                                  on 2000/12/14  22:00:53
71861         Log: Document the new files
71862      Branch: perlio
71863            ! MANIFEST
71864 ____________________________________________________________________________
71865 [  8115] By: jhi                                   on 2000/12/14  21:58:01
71866         Log: MANIFEST new files of #8114.
71867      Branch: perl
71868            ! MANIFEST
71869 ____________________________________________________________________________
71870 [  8114] By: jhi                                   on 2000/12/14  21:50:49
71871         Log: Integrate perlio:
71872              
71873              [  8106]
71874              "Cold" build correction to Encode's Makefile.PL
71875              
71876              [  8105]
71877              "Compiled" encodings.
71878              Correct replacement character in EBCDIC .enc files
71879              Add 0x7F to ASCII repertoire.
71880              
71881              [  8103]
71882              Beginings of compiled encodings - checked in as a snapshot of thoughts
71883              so far and so it does not get lost.
71884      Branch: perl
71885           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
71886           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
71887           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
71888           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
71889           !> ext/Encode/Makefile.PL
71890 ____________________________________________________________________________
71891 [  8113] By: jhi                                   on 2000/12/14  21:48:49
71892         Log: The documentation part of the
71893              
71894              Subject: [ID 20001214.002] Net::Ping patch
71895              From: Jonathan Stowe <gellyfish@gellyfish.com>
71896              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
71897              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
71898              since the #7529 had already addressed the same problem.
71899      Branch: perl
71900            ! lib/Net/Ping.pm
71901 ____________________________________________________________________________
71902 [  8112] By: jhi                                   on 2000/12/14  21:42:57
71903         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
71904              From: Dominic Dunlop <domo@computer.org>
71905              Date: Tue, 12 Dec 2000 10:47:10 +0100
71906              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
71907              
71908              Document how elusive subroutines can be.
71909      Branch: perl
71910            ! pod/perlfunc.pod
71911 ____________________________________________________________________________
71912 [  8111] By: jhi                                   on 2000/12/14  21:38:05
71913         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
71914              From: Dominic Dunlop <domo@computer.org>
71915              Date: Thu, 14 Dec 2000 10:13:51 +0100
71916              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
71917      Branch: perl
71918            ! ext/POSIX/POSIX.pod
71919 ____________________________________________________________________________
71920 [  8110] By: jhi                                   on 2000/12/14  21:36:32
71921         Log: Subject: [patch] perlfaq7
71922              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
71923              Date: Thu, 14 Dec 2000 15:31:07 +0100
71924              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
71925      Branch: perl
71926            ! pod/perlfaq7.pod
71927 ____________________________________________________________________________
71928 [  8109] By: jhi                                   on 2000/12/14  21:29:20
71929         Log: Subject: [8104] Encode
71930              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71931              Date: Thu, 14 Dec 2000 14:49:34 +0100
71932              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
71933              
71934              Type casting for nervous compilers.
71935      Branch: perl
71936            ! ext/Encode/Encode.xs
71937 ____________________________________________________________________________
71938 [  8108] By: jhi                                   on 2000/12/14  21:26:17
71939         Log: Subject: [8104] DB_File
71940              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71941              Date: Thu, 14 Dec 2000 14:49:35 +0100
71942              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
71943              
71944              Type definition incorrect for DB 2.7.7.  Not known when it
71945              changed, so only changed it for a known revision.
71946      Branch: perl
71947            ! ext/DB_File/DB_File.xs
71948 ____________________________________________________________________________
71949 [  8107] By: jhi                                   on 2000/12/14  21:23:41
71950         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
71951              From: Peter Prymmer <pvhp@forte.com>
71952              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
71953              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
71954              
71955              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
71956      Branch: perl
71957            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
71958            ! ext/Encode/Encode/posix-bc.enc
71959 ____________________________________________________________________________
71960 [  8106] By: nick                                  on 2000/12/14  20:36:13
71961         Log: "Cold" build correction to Encode's Makefile.PL
71962      Branch: perlio
71963            ! ext/Encode/Makefile.PL
71964 ____________________________________________________________________________
71965 [  8105] By: nick                                  on 2000/12/14  20:09:37
71966         Log: "Compiled" encodings.
71967              Correct replacement character in EBCDIC .enc files
71968              Add 0x7F to ASCII repertoire.
71969      Branch: perlio
71970            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
71971            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
71972            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
71973            ! ext/Encode/Makefile.PL ext/Encode/compile
71974            ! ext/Encode/encengine.c ext/Encode/encode.h
71975 ____________________________________________________________________________
71976 [  8104] By: nick                                  on 2000/12/14  00:38:20
71977         Log: Integrate mainline
71978      Branch: perlio
71979           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
71980           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
71981           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
71982           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
71983           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
71984           !> t/lib/db-hash.t t/lib/db-recno.t
71985 ____________________________________________________________________________
71986 [  8103] By: nick                                  on 2000/12/13  23:16:13
71987         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
71988              so far and so it does not get lost.
71989      Branch: perlio
71990            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
71991 ____________________________________________________________________________
71992 [  8102] By: jhi                                   on 2000/12/13  17:14:22
71993         Log: Update Changes.
71994      Branch: perl
71995            ! Changes patchlevel.h
71996 ____________________________________________________________________________
71997 [  8101] By: jhi                                   on 2000/12/13  16:53:41
71998         Log: Move the proto of start_glob() to a better place; regen api files.
71999      Branch: perl
72000            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
72001 ____________________________________________________________________________
72002 [  8100] By: jhi                                   on 2000/12/13  16:47:11
72003         Log: Metaconfig change for #8099.
72004      Branch: metaconfig
72005            ! U/modified/Head.U
72006 ____________________________________________________________________________
72007 [  8099] By: jhi                                   on 2000/12/13  16:46:48
72008         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
72009              From: Andy Dougherty <doughera@lafayette.edu>
72010              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
72011              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
72012      Branch: perl
72013            ! Configure
72014 ____________________________________________________________________________
72015 [  8098] By: jhi                                   on 2000/12/13  16:39:02
72016         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
72017              From: rspier@pobox.com (Robert Spier)
72018              Date: Tue, 12 Dec 2000 21:12:39 -0500
72019              Message-ID: <14902.56087.678086.725773@rls.cx>
72020              
72021              fastgetcwd is defined using a glob alias on a $^O dependent basis -
72022              and there was no default assignment or perl subroutine.
72023      Branch: perl
72024            ! lib/Cwd.pm
72025 ____________________________________________________________________________
72026 [  8097] By: jhi                                   on 2000/12/13  16:16:01
72027         Log: Subject: [PATCH] move startglob out of pp_hot.c
72028              From: Nicholas Clark <nick@ccl4.org>
72029              Date: Mon, 11 Dec 2000 23:16:39 +0000
72030              Message-ID: <20001211231638.A55550@plum.flirble.org>
72031      Branch: perl
72032            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
72033 ____________________________________________________________________________
72034 [  8096] By: jhi                                   on 2000/12/13  15:26:23
72035         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
72036              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
72037              Date: Wed, 13 Dec 2000 14:01:37 +0100
72038              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
72039              
72040              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
72041              in turn requires libpthread in libswanted.
72042      Branch: perl
72043            ! hints/hpux.sh
72044 ____________________________________________________________________________
72045 [  8095] By: jhi                                   on 2000/12/12  19:51:05
72046         Log: The integration wars continue.
72047      Branch: perl
72048           !> sv.c
72049 ____________________________________________________________________________
72050 [  8094] By: jhi                                   on 2000/12/12  19:48:26
72051         Log: Subject: [PATCH perl@8070] DB_File-1.74  
72052              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
72053              Date: Mon, 11 Dec 2000 23:07:17 -0000
72054              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
72055      Branch: perl
72056            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
72057            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
72058            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
72059            ! t/lib/db-recno.t
72060 ____________________________________________________________________________
72061 [  8093] By: nick                                  on 2000/12/12  19:42:13
72062         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
72063      Branch: perlio
72064            ! sv.c
72065           !> lib/File/DosGlob.pm
72066 ____________________________________________________________________________
72067 [  8092] By: jhi                                   on 2000/12/12  19:28:11
72068         Log: Integrate perlio:
72069              
72070              [  8091]
72071              Fix for Tk, and upgrading shared SVs.
72072      Branch: perl
72073           !> sv.c
72074 ____________________________________________________________________________
72075 [  8091] By: nick                                  on 2000/12/12  18:49:45
72076         Log: Fix for Tk, and upgrading shared SVs.
72077      Branch: perlio
72078            ! sv.c
72079 ____________________________________________________________________________
72080 [  8090] By: jhi                                   on 2000/12/12  16:48:59
72081         Log: Subject: [PATCH] Re: Breadperl & Tk
72082              From: Nick Ing-Simmons <nik@tiuk.ti.com>
72083              Date: Tue, 12 Dec 2000 14:48:27 GMT
72084              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
72085      Branch: perl
72086            ! sv.c
72087 ____________________________________________________________________________
72088 [  8089] By: jhi                                   on 2000/12/12  03:37:19
72089         Log: Subject: DosGlob.pm diff for bash style brace expansion.
72090              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
72091              Date: Fri, 8 Dec 2000 10:45:30 -0600
72092              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
72093      Branch: perl
72094            ! lib/File/DosGlob.pm
72095 ____________________________________________________________________________
72096 [  8088] By: nick                                  on 2000/12/11  23:59:59
72097         Log: Integrate mainline
72098      Branch: perlio
72099           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
72100           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
72101           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
72102           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
72103           !> t/op/local.t t/pragma/warn/toke toke.c
72104 ____________________________________________________________________________
72105 [  8087] By: jhi                                   on 2000/12/11  23:20:23
72106         Log: Integrate perlio:
72107              
72108              [  8085]
72109              Finish 1st pass of "encoding" layer e.g. :
72110              open($fh,"<encoding(iso8859-7)",$greek) || die;
72111              
72112              [  8082]
72113              Restore mmap function (broken by tweaks to shared buffer
72114              layer for encode(xxxx)).
72115              
72116              [  8076]
72117              Not merge worthy...
72118              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
72119              syntax is modelled on attributes.
72120              Untested fix for io/utf8 on Win32 etc.
72121              Very clumsy start to the encode layer.
72122      Branch: perl
72123           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
72124 ____________________________________________________________________________
72125 [  8086] By: jhi                                   on 2000/12/11  22:50:59
72126         Log: Tune further the OS detection of CGI.
72127      Branch: perl
72128            ! lib/CGI.pm
72129 ____________________________________________________________________________
72130 [  8085] By: nick                                  on 2000/12/11  22:50:46
72131         Log: Finish 1st pass of "encoding" layer e.g. :
72132              open($fh,"<encoding(iso8859-7)",$greek) || die;
72133      Branch: perlio
72134            ! ext/Encode/Encode.xs perlio.c perliol.h
72135 ____________________________________________________________________________
72136 [  8084] By: jhi                                   on 2000/12/11  22:32:06
72137         Log: Revert the -f ambiguousity patch, seems to cause
72138              too much hassle (the interpret -Q as a function
72139              where Q is not a known filetest part is left in).
72140      Branch: perl
72141            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
72142            ! toke.c
72143 ____________________________________________________________________________
72144 [  8083] By: jhi                                   on 2000/12/11  22:27:23
72145         Log: (accidentally empty check-in)
72146      Branch: perl
72147            ! lib/File/DosGlob.pm
72148 ____________________________________________________________________________
72149 [  8082] By: nick                                  on 2000/12/11  19:09:51
72150         Log: Restore mmap function (broken by tweaks to shared buffer
72151              layer for encode(xxxx)).
72152      Branch: perlio
72153            ! perlio.c
72154 ____________________________________________________________________________
72155 [  8081] By: jhi                                   on 2000/12/11  18:29:13
72156         Log: Subject: Re: The long awaited feature ...
72157              From: Simon Cozens <simon@cozens.net>
72158              Date: Mon, 11 Dec 2000 15:54:24 +0000
72159              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
72160              
72161              More io/utf8 tests.
72162      Branch: perl
72163            ! t/io/utf8.t
72164 ____________________________________________________________________________
72165 [  8080] By: jhi                                   on 2000/12/11  18:19:36
72166         Log: Subject: PATCH MakeMaker manpage clarification
72167              From: andreas.koenig@anima.de (Andreas J. Koenig)
72168              Date: 10 Dec 2000 20:46:13 +0100
72169              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
72170      Branch: perl
72171            ! lib/ExtUtils/MakeMaker.pm
72172 ____________________________________________________________________________
72173 [  8079] By: jhi                                   on 2000/12/11  15:35:07
72174         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
72175              From: Simon Cozens <simon@cozens.net>
72176              Date: Sun, 10 Dec 2000 19:06:19 +0000
72177              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
72178      Branch: perl
72179            ! ext/B/B/Deparse.pm t/lib/b.t
72180 ____________________________________________________________________________
72181 [  8078] By: jhi                                   on 2000/12/11  15:09:11
72182         Log: Subject: [PATCH] docs on NaN
72183              From: Nicholas Clark <nick@ccl4.org>
72184              Date: Mon, 11 Dec 2000 01:48:38 +0000
72185              Message-ID: <20001211014838.B99205@plum.flirble.org>
72186      Branch: perl
72187            ! pod/perlop.pod
72188 ____________________________________________________________________________
72189 [  8077] By: jhi                                   on 2000/12/11  15:02:21
72190         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
72191              From: Simon Cozens <simon@cozens.net>
72192              Date: Mon, 11 Dec 2000 01:21:45 +0000
72193              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
72194      Branch: perl
72195            ! pp.c pp_hot.c scope.c t/op/local.t
72196 ____________________________________________________________________________
72197 [  8076] By: nick                                  on 2000/12/10  20:43:32
72198         Log: Not merge worthy...
72199              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
72200              syntax is modelled on attributes.
72201              Untested fix for io/utf8 on Win32 etc.
72202              Very clumsy start to the encode layer.
72203      Branch: perlio
72204            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
72205 ____________________________________________________________________________
72206 [  8075] By: jhi                                   on 2000/12/10  18:39:33
72207         Log: Darwin is not Windows.
72208      Branch: perl
72209            ! lib/CGI.pm
72210 ____________________________________________________________________________
72211 [  8074] By: jhi                                   on 2000/12/10  18:31:27
72212         Log: Subject: Ambiguous -%c() resolved as a file test
72213              From: "Paul Marquess" <Paul.Marquess@openwave.com>
72214              Date: Sun, 10 Dec 2000 15:35:07 -0000
72215              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
72216      Branch: perl
72217            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
72218 ____________________________________________________________________________
72219 [  8073] By: jhi                                   on 2000/12/10  18:16:29
72220         Log: Subject: PATCH installperl misinformed 
72221              From: andreas.koenig@anima.de (Andreas J. Koenig)
72222              Date: 10 Dec 2000 13:01:32 +0100 
72223              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
72224      Branch: perl
72225            ! installperl
72226 ____________________________________________________________________________
72227 [  8072] By: jhi                                   on 2000/12/10  18:07:55
72228         Log: The walkoptree confusion rages; walkoptree() seems to be coming
72229              from B.xs, while walkoptree_slow() comes from B.pm.
72230      Branch: perl
72231            ! ext/B/B.pm
72232 ____________________________________________________________________________
72233 [  8071] By: nick                                  on 2000/12/10  11:45:47
72234         Log: Integrate mainline
72235      Branch: perlio
72236           +> t/base/commonsense.t
72237           !> (integrate 37 files)
72238 ____________________________________________________________________________
72239 [  8070] By: jhi                                   on 2000/12/10  04:46:21
72240         Log: Update Changes.
72241      Branch: perl
72242            ! Changes patchlevel.h
72243 ____________________________________________________________________________
72244 [  8069] By: jhi                                   on 2000/12/10  04:39:19
72245         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
72246              From: andreas.koenig@anima.de (Andreas J. Koenig)
72247              Date: 09 Dec 2000 17:14:25 +0100
72248              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
72249      Branch: perl
72250            + t/base/commonsense.t
72251            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
72252 ____________________________________________________________________________
72253 [  8068] By: jhi                                   on 2000/12/10  04:17:36
72254         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
72255              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
72256              Date: Sat, 9 Dec 2000 16:47:22 -0000
72257              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
72258      Branch: perl
72259            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
72260            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
72261            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
72262            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
72263            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
72264            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
72265            ! t/lib/sdbm.t
72266 ____________________________________________________________________________
72267 [  8067] By: jhi                                   on 2000/12/10  03:52:02
72268         Log: Test case for #8066.
72269      Branch: perl
72270            ! t/op/misc.t
72271 ____________________________________________________________________________
72272 [  8066] By: jhi                                   on 2000/12/10  03:50:30
72273         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
72274              From: Simon Cozens <simon@cozens.net>
72275              Date: Sun, 10 Dec 2000 00:55:37 +0000
72276              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
72277      Branch: perl
72278            ! pp_sys.c
72279 ____________________________________________________________________________
72280 [  8065] By: jhi                                   on 2000/12/10  03:44:52
72281         Log: Test case for #8064.
72282      Branch: perl
72283            ! t/comp/proto.t
72284 ____________________________________________________________________________
72285 [  8064] By: jhi                                   on 2000/12/10  03:42:32
72286         Log: Subject: Re: prototype of substr
72287              From: Simon Cozens <simon@cozens.net>
72288              Date: Sun, 10 Dec 2000 00:13:33 +0000
72289              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
72290              
72291              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
72292              In other words, make the returned prototypes for any function
72293              stop prepending the ';' optionality marker after the first one.
72294              If they start getting optional, all the rest are optional.
72295      Branch: perl
72296            ! pp.c
72297 ____________________________________________________________________________
72298 [  8063] By: jhi                                   on 2000/12/10  03:39:42
72299         Log: Subject: [PATCH] perlguts.pod
72300              From: Simon Cozens <simon@cozens.net>
72301              Date: Sun, 10 Dec 2000 00:06:47 +0000
72302              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
72303              
72304              Documentation of the different types of ops,
72305              plus the functions in dump.c
72306      Branch: perl
72307            ! pod/perlguts.pod
72308 ____________________________________________________________________________
72309 [  8062] By: jhi                                   on 2000/12/10  03:30:04
72310         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
72311              From: Nicholas Clark <nick@talking.bollo.cx>
72312              Date: Sat, 09 Dec 2000 18:57:25 +0000
72313              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
72314              
72315              Be more robust in weird hostname setups.
72316      Branch: perl
72317            ! t/lib/net-hostent.t
72318 ____________________________________________________________________________
72319 [  8061] By: jhi                                   on 2000/12/10  03:28:21
72320         Log: Pacify fussy compiler. 
72321      Branch: perl
72322            ! pp_sys.c
72323 ____________________________________________________________________________
72324 [  8060] By: jhi                                   on 2000/12/10  02:52:46
72325         Log: Integrate perlio:
72326              
72327              [  8059]
72328              read/sysread/recv should now be utf8 aware.
72329              Basic test for utf8 read.
72330      Branch: perl
72331           !> pp_sys.c t/io/utf8.t
72332 ____________________________________________________________________________
72333 [  8059] By: nick                                  on 2000/12/09  23:40:14
72334         Log: read/sysread/recv should now be utf8 aware.
72335              Basic test for utf8 read.
72336      Branch: perlio
72337            ! pp_sys.c t/io/utf8.t
72338 ____________________________________________________________________________
72339 [  8058] By: jhi                                   on 2000/12/09  21:56:02
72340         Log: Integrate perlio:
72341              
72342              [  8055]
72343              Make write() (i.e. formats) utf8-aware by calling do_print() rather
72344              than raw PerlIO_write() - does not seem to break any tests.
72345              
72346              [  8054]
72347              Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
72348              (sysread, recv and write i.e. formats still to do...)
72349              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
72350              open($fh,">:utf8","name")
72351              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
72352              so no extra overhead is involved.
72353              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
72354              to a non-utf8 stream.
72355              Add initial io/utf8.t
72356              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
72357              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
72358              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
72359              
72360              [  8053]
72361              Did not get that has_utf8/this_utf8 fix right last time, another spot
72362              was only testing this_utf8.
72363              
72364              [  8052]
72365              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
72366              i.e. the output string has one, but don't mess with source assumption.
72367      Branch: perl
72368           +> t/io/utf8.t
72369           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
72370 ____________________________________________________________________________
72371 [  8057] By: jhi                                   on 2000/12/09  21:53:35
72372         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
72373              From: Inaba Hiroto <inaba@st.rim.or.jp>
72374              Date: Sun, 10 Dec 2000 05:53:21 +0900
72375              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
72376              
72377              Tests for #8056.
72378      Branch: perl
72379            ! t/op/each.t
72380 ____________________________________________________________________________
72381 [  8056] By: jhi                                   on 2000/12/09  21:51:16
72382         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
72383              From: Inaba Hiroto <inaba@st.rim.or.jp>
72384              Date: Sat, 09 Dec 2000 18:02:00 +0900
72385              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
72386              
72387              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
72388      Branch: perl
72389            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
72390 ____________________________________________________________________________
72391 [  8055] By: nick                                  on 2000/12/09  20:11:48
72392         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
72393              than raw PerlIO_write() - does not seem to break any tests.
72394      Branch: perlio
72395            ! pp_sys.c
72396 ____________________________________________________________________________
72397 [  8054] By: nick                                  on 2000/12/09  19:47:30
72398         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
72399              (sysread, recv and write i.e. formats still to do...)
72400              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
72401              open($fh,">:utf8","name")
72402              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
72403              so no extra overhead is involved.
72404              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
72405              to a non-utf8 stream.
72406              Add initial io/utf8.t
72407              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
72408              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
72409              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
72410      Branch: perlio
72411            + t/io/utf8.t
72412            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
72413 ____________________________________________________________________________
72414 [  8053] By: nick                                  on 2000/12/09  19:26:37
72415         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
72416              was only testing this_utf8.
72417      Branch: perlio
72418            ! toke.c
72419 ____________________________________________________________________________
72420 [  8052] By: nick                                  on 2000/12/09  19:09:41
72421         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
72422              i.e. the output string has one, but don't mess with source assumption.
72423      Branch: perlio
72424            ! toke.c
72425 ____________________________________________________________________________
72426 [  8051] By: jhi                                   on 2000/12/09  16:55:17
72427         Log: Integrate perlio:
72428              
72429              [  8049]
72430              UTF8 output prework.
72431              - Store $\ and $, as SVs so they can have SvUTF8 flag
72432              - use do_print() rather than raw PerlIO_write() to print them.
72433      Branch: perl
72434           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
72435           !> sv.c thrdvar.h util.c
72436 ____________________________________________________________________________
72437 [  8050] By: jhi                                   on 2000/12/09  16:48:07
72438         Log: Nits noticed by Peter Prymmer.
72439      Branch: perl
72440            ! lib/ExtUtils/MM_VMS.pm
72441 ____________________________________________________________________________
72442 [  8049] By: nick                                  on 2000/12/09  13:49:40
72443         Log: UTF8 output prework.
72444              - Store $\ and $, as SVs so they can have SvUTF8 flag
72445              - use do_print() rather than raw PerlIO_write() to print them.
72446      Branch: perlio
72447            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
72448            ! thrdvar.h util.c
72449 ____________________________________________________________________________
72450 [  8048] By: nick                                  on 2000/12/09  12:30:43
72451         Log: Integrate mainline.
72452      Branch: perlio
72453           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
72454           +> t/op/reverse.t
72455           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
72456           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
72457           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
72458           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
72459           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
72460           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
72461 ____________________________________________________________________________
72462 [  8047] By: jhi                                   on 2000/12/09  00:23:27
72463         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
72464              From: Michael G Schwern <schwern@pobox.com>
72465              Date: Fri, 8 Dec 2000 14:43:04 -0600
72466      Branch: perl
72467            ! lib/ExtUtils/MM_VMS.pm
72468 ____________________________________________________________________________
72469 [  8046] By: jhi                                   on 2000/12/08  23:10:27
72470         Log: A missed check-in.
72471      Branch: perl
72472            ! lib/ExtUtils/Manifest.pm
72473 ____________________________________________________________________________
72474 [  8045] By: jhi                                   on 2000/12/08  21:57:12
72475         Log: (null check-in)
72476      Branch: perl
72477            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
72478 ____________________________________________________________________________
72479 [  8044] By: jhi                                   on 2000/12/08  21:11:06
72480         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
72481              at the final draft stage.
72482      Branch: perl
72483            + ext/Encode/Encode/iso8859-16.enc
72484            ! MANIFEST
72485 ____________________________________________________________________________
72486 [  8043] By: jhi                                   on 2000/12/08  16:39:04
72487         Log: Update Changes.
72488      Branch: perl
72489            ! Changes patchlevel.h
72490 ____________________________________________________________________________
72491 [  8042] By: jhi                                   on 2000/12/08  16:33:39
72492         Log: Do not return the Unicode replacement character if UTF-8
72493              decoding goes awry, it should be up to the caller to decide.
72494      Branch: perl
72495            ! pod/perlapi.pod utf8.c
72496 ____________________________________________________________________________
72497 [  8041] By: jhi                                   on 2000/12/08  16:22:28
72498         Log: metaconfig maintenance.
72499      Branch: metaconfig
72500            ! U/modified/stdchar.U
72501      Branch: metaconfig/U/perl
72502            + testsyml.U
72503 ____________________________________________________________________________
72504 [  8040] By: jhi                                   on 2000/12/08  16:03:08
72505         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
72506              From: sthoenna@efn.org
72507              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
72508              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
72509      Branch: perl
72510            ! Changes lib/ExtUtils/MM_OS2.pm
72511 ____________________________________________________________________________
72512 [  8039] By: jhi                                   on 2000/12/08  15:57:11
72513         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
72514              From: Simon Cozens <simon@cozens.net>
72515              Date: Fri, 8 Dec 2000 13:33:31 +0000
72516              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
72517              
72518              (The pp_hot part needed a rewrite.)
72519      Branch: perl
72520            ! doop.c pp_hot.c utf8.c
72521 ____________________________________________________________________________
72522 [  8038] By: jhi                                   on 2000/12/08  15:25:08
72523         Log: Subject: djSP
72524              From: Michael Stevens <michael@etla.org>
72525              Date: Wed, 6 Dec 2000 23:24:01 +0000
72526              Message-ID: <20001206232400.A21381@firedrake.org>
72527              
72528              Plus a note from Nick Ing-Simmons.
72529      Branch: perl
72530            ! pp.h
72531 ____________________________________________________________________________
72532 [  8037] By: jhi                                   on 2000/12/08  15:18:35
72533         Log: Filetype is text.
72534      Branch: perl
72535            ! t/op/utf8decode.t
72536 ____________________________________________________________________________
72537 [  8036] By: jhi                                   on 2000/12/08  03:31:27
72538         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
72539              From: Andy Dougherty <doughera@lafayette.edu>
72540              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
72541              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
72542              
72543              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
72544              From: Andy Dougherty <doughera@lafayette.edu>
72545              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
72546              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
72547      Branch: perl
72548            + ext/POSIX/hints/svr4.pl
72549            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
72550 ____________________________________________________________________________
72551 [  8035] By: jhi                                   on 2000/12/08  03:26:01
72552         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
72553              From: Andy Dougherty <doughera@lafayette.edu>
72554              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
72555              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
72556      Branch: perl
72557            ! t/README t/base/term.t
72558 ____________________________________________________________________________
72559 [  8034] By: jhi                                   on 2000/12/08  03:21:59
72560         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
72561              From: mjd@plover.com  
72562              Date: 7 Dec 2000 21:04:20 -0000
72563              Message-ID: <20001207210420.22282.qmail@plover.com>
72564              
72565              Plus -z doc.
72566      Branch: perl
72567            ! pod/perlfunc.pod
72568 ____________________________________________________________________________
72569 [  8033] By: jhi                                   on 2000/12/08  03:19:03
72570         Log: Use the UTF8 macros a bit.  They can't be used with abandon
72571              everywhere because we do generate illegal UTF-8 in some situations.
72572              This is of course naughty.
72573      Branch: perl
72574            ! pod/perlapi.pod utf8.c utf8.h
72575 ____________________________________________________________________________
72576 [  8032] By: jhi                                   on 2000/12/08  03:00:09
72577         Log: Out of sync?
72578      Branch: perl
72579            ! t/pragma/warn/utf8
72580 ____________________________________________________________________________
72581 [  8031] By: jhi                                   on 2000/12/08  02:22:39
72582         Log: Cnt spl.
72583      Branch: perl
72584            ! MANIFEST
72585 ____________________________________________________________________________
72586 [  8030] By: jhi                                   on 2000/12/08  01:23:54
72587         Log: Add test for reverse().
72588      Branch: perl
72589            + t/op/reverse.t
72590            ! MANIFEST
72591 ____________________________________________________________________________
72592 [  8029] By: jhi                                   on 2000/12/08  01:21:47
72593         Log: Integrate perlio:
72594              
72595              [  8026]
72596              Various oddities p4 diff -se showed up
72597              Remove 'our' from warnings.pl
72598              
72599              [  8025]
72600              Change PerlIO_(get|set)pos to take SV *
72601              Should fix, OS/2, VMS, (sfio??)
72602      Branch: perl
72603           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
72604           !> perlio.c perlio.h perlsdio.h warnings.pl
72605 ____________________________________________________________________________
72606 [  8028] By: jhi                                   on 2000/12/08  01:19:08
72607         Log: Introduce macros for UTF8 decoding.
72608      Branch: perl
72609            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
72610 ____________________________________________________________________________
72611 [  8027] By: nick                                  on 2000/12/07  22:18:19
72612         Log: Integrate mainline
72613      Branch: perlio
72614           !> embed.pl pod/perlapi.pod utf8.c
72615 ____________________________________________________________________________
72616 [  8026] By: nick                                  on 2000/12/07  21:45:08
72617         Log: Various oddities p4 diff -se showed up
72618              Remove 'our' from warnings.pl
72619      Branch: perlio
72620            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
72621 ____________________________________________________________________________
72622 [  8025] By: nick                                  on 2000/12/07  21:43:32
72623         Log: Change PerlIO_(get|set)pos to take SV *
72624              Should fix, OS/2, VMS, (sfio??)
72625      Branch: perlio
72626            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
72627 ____________________________________________________________________________
72628 [  8024] By: jhi                                   on 2000/12/07  19:05:32
72629         Log: Document utf8_to_uv() better.
72630      Branch: perl
72631            ! pod/perlapi.pod utf8.c
72632 ____________________________________________________________________________
72633 [  8023] By: jhi                                   on 2000/12/07  18:23:47
72634         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
72635      Branch: perl
72636            ! embed.pl pod/perlapi.pod utf8.c
72637 ____________________________________________________________________________
72638 [  8022] By: jhi                                   on 2000/12/07  04:13:51
72639         Log: Integrate perlio:
72640              
72641              [  8021]
72642              Various attempts at MSVC debug - not sure what has
72643              changed but works now. 
72644              Seems atexit() _may_ work for DLLs built with MSVC so don't
72645              call cleanup that way.
72646              
72647              [  8019]
72648              Add useperlio to config.vc
72649              Turn off binmode in config_H.PL
72650              Regen all the config_H.xx
72651              Attempt to get debugging build with MSVC.
72652              
72653              [  8018]
72654              Test various dup/external program options on all platforms.
72655              
72656              [  8017]
72657              Fix harness to be less picky
72658      Branch: perl
72659           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
72660           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
72661           !> win32/makefile.mk
72662 ____________________________________________________________________________
72663 [  8021] By: nick                                  on 2000/12/07  00:28:14
72664         Log: Various attempts at MSVC debug - not sure what has
72665              changed but works now. 
72666              Seems atexit() _may_ work for DLLs built with MSVC so don't
72667              call cleanup that way.
72668      Branch: perlio
72669            ! perlio.c win32/makefile.mk
72670 ____________________________________________________________________________
72671 [  8020] By: nick                                  on 2000/12/06  19:57:20
72672         Log: Integrate mainline
72673      Branch: perlio
72674           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
72675           !> (integrate 75 files)
72676 ____________________________________________________________________________
72677 [  8019] By: nick                                  on 2000/12/06  19:28:21
72678         Log: Add useperlio to config.vc
72679              Turn off binmode in config_H.PL
72680              Regen all the config_H.xx
72681              Attempt to get debugging build with MSVC.
72682      Branch: perlio
72683            ! win32/config.vc win32/config_H.bc win32/config_H.gc
72684            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
72685 ____________________________________________________________________________
72686 [  8018] By: nick                                  on 2000/12/06  19:21:57
72687         Log: Test various dup/external program options on all platforms.
72688      Branch: perlio
72689            ! t/io/dup.t
72690 ____________________________________________________________________________
72691 [  8017] By: nick                                  on 2000/12/06  19:20:47
72692         Log: Fix harness to be less picky
72693      Branch: perlio
72694            ! lib/Test/Harness.pm
72695 ____________________________________________________________________________
72696 [  8016] By: jhi                                   on 2000/12/06  16:45:12
72697         Log: Update Changes.
72698      Branch: perl
72699            ! Changes patchlevel.h
72700 ____________________________________________________________________________
72701 [  8015] By: jhi                                   on 2000/12/06  16:41:03
72702         Log: Test \x{...} with ord().
72703      Branch: perl
72704            ! t/op/ord.t
72705 ____________________________________________________________________________
72706 [  8014] By: jhi                                   on 2000/12/06  16:20:33
72707         Log: Test tweak because of #8013.
72708      Branch: perl
72709            ! t/lib/b.t
72710 ____________________________________________________________________________
72711 [  8013] By: jhi                                   on 2000/12/06  16:09:09
72712         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
72713              From: Michael G Schwern <schwern@pobox.com>
72714              Date: Tue, 5 Dec 2000 21:23:28 -0500
72715              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
72716              
72717              Carp::Heavy parts not very applicable because of recent changes.
72718      Branch: perl
72719            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
72720            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
72721            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
72722            ! lib/Exporter.pm lib/Exporter/Heavy.pm
72723            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
72724            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
72725            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
72726            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
72727            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
72728            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
72729            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
72730            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
72731            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
72732            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
72733            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
72734            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
72735            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
72736            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
72737            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
72738            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
72739            ! warnings.pl
72740 ____________________________________________________________________________
72741 [  8012] By: jhi                                   on 2000/12/06  15:22:38
72742         Log: Subject: [PATCH] Re: New harness is failing things
72743              From: Nick Ing-Simmons <nik@tiuk.ti.com>
72744              Date: Wed, 6 Dec 2000 13:00:30 GMT
72745              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
72746      Branch: perl
72747            ! lib/Test/Harness.pm
72748 ____________________________________________________________________________
72749 [  8011] By: jhi                                   on 2000/12/06  15:12:08
72750         Log: Subject: installhtml changes
72751              From: Michael Stevens <michael@etla.org>
72752              Date: Wed, 6 Dec 2000 13:15:53 +0000
72753              Message-ID: <20001206131553.A27317@firedrake.org>
72754      Branch: perl
72755            ! installhtml
72756 ____________________________________________________________________________
72757 [  8010] By: jhi                                   on 2000/12/06  15:06:05
72758         Log: Subject: the dTHR hits
72759              From: Michael Stevens <michael@etla.org>
72760              Date: Wed, 6 Dec 2000 12:06:03 +0000
72761              Message-ID: <20001206120603.A24581@firedrake.org>
72762              
72763              More, errrm, less dTHRs.
72764      Branch: perl
72765            ! bytecode.pl ext/B/B/C.pm
72766 ____________________________________________________________________________
72767 [  8009] By: jhi                                   on 2000/12/06  15:04:25
72768         Log: Subject: MakeMaker mailing list gone?
72769              From: Michael G Schwern <schwern@pobox.com>
72770              Date: Tue, 5 Dec 2000 19:29:59 -0500
72771              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
72772              
72773              The MakeMaker mailing list is dead, perlbug is the right
72774              address to report bugs.
72775      Branch: perl
72776            ! lib/ExtUtils/MakeMaker.pm
72777 ____________________________________________________________________________
72778 [  8008] By: jhi                                   on 2000/12/06  15:00:32
72779         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
72780              From: Michael G Schwern <schwern@pobox.com>
72781              Date: Tue, 5 Dec 2000 19:21:21 -0500
72782              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
72783              
72784              Add a default MANIFEST skip that ignores things like
72785              version control files, editor temporary files, and the Makefile.
72786      Branch: perl
72787            + lib/ExtUtils/MANIFEST.SKIP
72788            ! MANIFEST lib/ExtUtils/Manifest.pm
72789 ____________________________________________________________________________
72790 [  8007] By: jhi                                   on 2000/12/06  14:57:20
72791         Log: In Amiga more manual hackery of the scripts seems to be needed,
72792              from Jan-Erik Karlsson.  Why Configure does not get this right
72793              is unknown, may be shell-induced.
72794      Branch: perl
72795            ! README.amiga
72796 ____________________________________________________________________________
72797 [  8006] By: jhi                                   on 2000/12/05  23:53:12
72798         Log: Add TOPm1s to peek at the second topmost stack item.
72799      Branch: perl
72800            ! pp.h
72801 ____________________________________________________________________________
72802 [  8005] By: jhi                                   on 2000/12/05  23:13:55
72803         Log: Avaunt, you foul UTF-8 tests.
72804      Branch: perl
72805            ! t/op/ver.t t/pragma/utf8.t
72806 ____________________________________________________________________________
72807 [  8004] By: jhi                                   on 2000/12/05  23:09:54
72808         Log: Continue utf8 dispersal. 
72809      Branch: perl
72810            + t/op/concat.t
72811            ! MANIFEST t/pragma/utf8.t
72812 ____________________________________________________________________________
72813 [  8003] By: nick                                  on 2000/12/05  23:02:39
72814         Log: Integrate mainline.
72815      Branch: perlio
72816           +> t/op/length.t t/op/utf8decode.t
72817           !> (integrate 69 files)
72818 ____________________________________________________________________________
72819 [  8002] By: jhi                                   on 2000/12/05  22:59:28
72820         Log: Integrate perlio:
72821              
72822              [  8001]
72823              Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
72824              - calloc/free suffer from damage on TerminateThread()
72825              - use PerlMemShared (as originally planned) now fixed
72826              - avoid doing anything important on DLL "detach".
72827              
72828              [  8000]
72829              Fix gross PerlMemShared issue.
72830      Branch: perl
72831           !> iperlsys.h perl.c perlio.c win32/perllib.c
72832 ____________________________________________________________________________
72833 [  8001] By: nick                                  on 2000/12/05  22:07:52
72834         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
72835              - calloc/free suffer from damage on TerminateThread()
72836              - use PerlMemShared (as originally planned) now fixed
72837              - avoid doing anything important on DLL "detach".
72838      Branch: perlio
72839            ! perl.c perlio.c win32/perllib.c
72840 ____________________________________________________________________________
72841 [  8000] By: nick                                  on 2000/12/05  21:05:09
72842         Log: Fix gross PerlMemShared issue.
72843      Branch: perlio
72844            ! iperlsys.h
72845 ____________________________________________________________________________
72846 [  7999] By: jhi                                   on 2000/12/05  20:46:58
72847         Log: Test for Unicode (UTF-8) hash keys.
72848      Branch: perl
72849            ! t/op/each.t
72850 ____________________________________________________________________________
72851 [  7998] By: jhi                                   on 2000/12/05  20:30:35
72852         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
72853              is now always UTF-8), empty line cosmetics.
72854      Branch: perl
72855            ! t/pragma/utf8.t
72856 ____________________________________________________________________________
72857 [  7997] By: jhi                                   on 2000/12/05  20:15:40
72858         Log: Subject: Re: STRLEN - what?
72859              From: Andy Dougherty <doughera@lafayette.edu>
72860              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
72861              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
72862              
72863              Explain STRLEN.
72864      Branch: perl
72865            ! pod/perlguts.pod
72866 ____________________________________________________________________________
72867 [  7996] By: jhi                                   on 2000/12/05  20:13:34
72868         Log: Split off the UTF-8 decoder tests, make them to check also
72869              the error message.
72870      Branch: perl
72871            + t/op/utf8decode.t
72872            ! MANIFEST t/pragma/utf8.t utf8.c
72873 ____________________________________________________________________________
72874 [  7995] By: jhi                                   on 2000/12/05  16:39:47
72875         Log: Start migrating bits of pragma/utf8 to elsewhere
72876              (since the long term plan is to obsolete 'use utf8').
72877      Branch: perl
72878            + t/op/length.t
72879            ! MANIFEST t/pragma/utf8.t
72880 ____________________________________________________________________________
72881 [  7994] By: jhi                                   on 2000/12/05  16:30:21
72882         Log: Fix a manual edit typo from #7993, fix the message formatting
72883              for Unicode, add few our declarations.
72884      Branch: perl
72885            ! lib/Carp/Heavy.pm
72886 ____________________________________________________________________________
72887 [  7993] By: jhi                                   on 2000/12/05  16:09:15
72888         Log: Subject: Need help with warnings :-(
72889              From: "Ben Tilly" <ben_tilly@hotmail.com>
72890              Date: Tue, 05 Dec 2000 01:35:54 -0500
72891              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
72892              
72893              Subject: UPDATE: Carp/Heavy now passes all tests
72894              From: "Ben Tilly" <ben_tilly@hotmail.com>
72895              Date: Tue, 05 Dec 2000 07:59:41 -0500
72896              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
72897              
72898              The Brave New Carp.
72899      Branch: perl
72900            ! lib/Carp.pm lib/Carp/Heavy.pm
72901 ____________________________________________________________________________
72902 [  7992] By: jhi                                   on 2000/12/05  15:55:08
72903         Log: Subject: [PATCH perl@7979] cygwin port
72904              From: "Eric Fifer" <efifer@dircon.co.uk>
72905              Date: Tue, 5 Dec 2000 14:04:09 -0000
72906              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
72907      Branch: perl
72908            ! t/lib/net-hostent.t
72909 ____________________________________________________________________________
72910 [  7991] By: jhi                                   on 2000/12/05  15:52:34
72911         Log: Subject: Re: [PATCH] The largest hoax of all times?
72912              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72913              Date: Tue, 5 Dec 2000 00:40:25 -0500
72914              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
72915              
72916              Subject: Re: [PATCH] The largest hoax of all times?
72917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72918              Date: Mon, 4 Dec 2000 23:55:53 -0500
72919              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
72920              
72921              Subject: Re: [PATCH] The largest hoax of all times?
72922              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72923              Date: Tue, 5 Dec 2000 01:28:45 -0500
72924              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
72925              
72926              Fix the unpredictable order of DESTROYs.
72927      Branch: perl
72928            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
72929            ! sv.c sv.h t/op/ref.t
72930 ____________________________________________________________________________
72931 [  7990] By: jhi                                   on 2000/12/05  14:38:53
72932         Log: Subject: [PATCH] shrink pp_hot fractionally
72933              From: Nicholas Clark <nick@ccl4.org>
72934              Date: Tue, 5 Dec 2000 12:44:31 +0000
72935              Message-ID: <20001205124431.E74518@plum.flirble.org>
72936              
72937              Use report_evil_fh().
72938      Branch: perl
72939            ! opcode.pl opnames.h pp_hot.c util.c
72940 ____________________________________________________________________________
72941 [  7989] By: jhi                                   on 2000/12/05  14:21:27
72942         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
72943              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72944              Date: Mon, 04 Dec 2000 22:21:59 -0800
72945              Message-ID: <HmIL6gzkgepS092yn@efn.org>
72946              
72947              Harness shouldn't ignore responses like "ok 3\r\r\n".
72948      Branch: perl
72949            ! lib/Test/Harness.pm
72950 ____________________________________________________________________________
72951 [  7988] By: jhi                                   on 2000/12/05  13:51:28
72952         Log: Integrate the "skip" messages to explain().
72953      Branch: perl
72954            ! t/lib/syslfs.t t/op/lfs.t
72955 ____________________________________________________________________________
72956 [  7987] By: jhi                                   on 2000/12/05  12:34:54
72957         Log: The one that got away in #7984.
72958              
72959              Subject: Re: dTHR - what and why?
72960              From: Michael Stevens <michael@etla.org> 
72961              Date: Tue, 5 Dec 2000 11:15:52 +0000
72962              Message-ID: <20001205111552.A4647@firedrake.org>
72963      Branch: perl
72964            ! sv.h
72965 ____________________________________________________________________________
72966 [  7986] By: gsar                                  on 2000/12/05  09:14:44
72967         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
72968              due to the notorious GetFileType() bug in Windows 9x, which fstat()
72969              tickles)
72970      Branch: perl
72971            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
72972 ____________________________________________________________________________
72973 [  7985] By: jhi                                   on 2000/12/05  05:49:03
72974         Log: Integrate perlio:
72975              
72976              [  7983]
72977              PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
72978      Branch: perl
72979           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
72980           !> win32/perlhost.h win32/perllib.c
72981 ____________________________________________________________________________
72982 [  7984] By: jhi                                   on 2000/12/05  05:48:16
72983         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
72984      Branch: perl
72985            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
72986            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
72987            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
72988            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
72989            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
72990            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
72991            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
72992            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
72993            ! win32/win32.c
72994 ____________________________________________________________________________
72995 [  7983] By: nick                                  on 2000/12/04  23:27:43
72996         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
72997      Branch: perlio
72998            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
72999            ! win32/perlhost.h win32/perllib.c
73000 ____________________________________________________________________________
73001 [  7982] By: jhi                                   on 2000/12/04  19:44:09
73002         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
73003              uncovered by #7980.
73004      Branch: perl
73005            ! op.c
73006 ____________________________________________________________________________
73007 [  7981] By: jhi                                   on 2000/12/04  19:42:07
73008         Log: Subject: [PATCH] Trivial dump.c feature
73009              From: Simon Cozens <simon@cozens.net>
73010              Date: Mon, 4 Dec 2000 18:08:38 +0000
73011              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
73012              
73013              Show whether a constant is UTF-8.
73014      Branch: perl
73015            ! dump.c
73016 ____________________________________________________________________________
73017 [  7980] By: jhi                                   on 2000/12/04  19:36:51
73018         Log: UTF-8 hash keys, patch from Inaba Hiroto.
73019      Branch: perl
73020            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
73021 ____________________________________________________________________________
73022 [  7979] By: jhi                                   on 2000/12/04  17:36:28
73023         Log: Update Changes.
73024      Branch: perl
73025            ! Changes patchlevel.h
73026 ____________________________________________________________________________
73027 [  7978] By: jhi                                   on 2000/12/04  16:42:17
73028         Log: Retract #7977, still too volatile (the euphemism of the day
73029              for unfinished and buggy :-)
73030      Branch: perl
73031            ! doop.c hv.c pp.c sv.h
73032 ____________________________________________________________________________
73033 [  7977] By: jhi                                   on 2000/12/04  16:25:15
73034         Log: (Retracted by #7978, too shaky yet.)
73035              
73036              Subject: Re: utf8 in hash keys, implementor missing
73037              From: Simon Cozens <simon@cozens.net>
73038              Date: Sat, 2 Dec 2000 19:49:35 +0000
73039              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
73040              
73041              The first step at UTF-8 hash keys.
73042      Branch: perl
73043            ! doop.c hv.c pp.c sv.h
73044 ____________________________________________________________________________
73045 [  7976] By: jhi                                   on 2000/12/04  16:13:53
73046         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
73047              From: sthoenna@efn.org
73048              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
73049              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
73050      Branch: perl
73051            ! os2/os2.c perlio.c
73052 ____________________________________________________________________________
73053 [  7975] By: jhi                                   on 2000/12/04  16:05:25
73054         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
73055              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73056              Date: Thu, 30 Nov 2000 20:50:37 -0800
73057              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
73058      Branch: perl
73059            ! os2/os2.c
73060 ____________________________________________________________________________
73061 [  7974] By: jhi                                   on 2000/12/04  16:03:57
73062         Log: Subject: [PATCH] ++ 20% faster
73063              From: Nicholas Clark <nick@ccl4.org>
73064              Date: Mon, 4 Dec 2000 12:17:27 +0000
73065              Message-ID: <20001204121726.B52976@plum.flirble.org>
73066              
73067              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
73068      Branch: perl
73069            ! sv.c
73070 ____________________________________________________________________________
73071 [  7973] By: jhi                                   on 2000/12/04  16:00:48
73072         Log: 
73073              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
73074              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73075              Date: Mon, 04 Dec 2000 12:30:45 +0100
73076              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
73077              
73078              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
73079              library (getprotobyname and getprotobynumber are outversioned by
73080              the same calls in libc, at least for xlc version 3.
73081      Branch: perl
73082            ! hints/aix.sh
73083 ____________________________________________________________________________
73084 [  7972] By: jhi                                   on 2000/12/04  02:58:31
73085         Log: Integrate perlio:
73086              
73087              [  7971]
73088              Quieten some noise in Win32 builds:
73089              - win32.h is included after <sys/socket.h>, so need to 
73090              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
73091              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
73092              
73093              [  7970]
73094              PERL_IMPLICIT_SYS compiles but does not work.
73095      Branch: perl
73096           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
73097           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
73098           !> win32/win32.h win32/win32iop.h win32/win32thread.h
73099 ____________________________________________________________________________
73100 [  7971] By: nick                                  on 2000/12/04  00:24:33
73101         Log: Quieten some noise in Win32 builds:
73102              - win32.h is included after <sys/socket.h>, so need to 
73103              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
73104              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
73105      Branch: perlio
73106            ! doio.c perl.h toke.c win32/win32.h
73107 ____________________________________________________________________________
73108 [  7970] By: nick                                  on 2000/12/03  22:57:46
73109         Log: PERL_IMPLICIT_SYS compiles but does not work.
73110      Branch: perlio
73111            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
73112            ! win32/perlhost.h win32/perllib.c win32/win32.h
73113            ! win32/win32iop.h win32/win32thread.h
73114 ____________________________________________________________________________
73115 [  7969] By: jhi                                   on 2000/12/03  22:12:58
73116         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
73117              used to swash_init(), makes regprop() dumps more informative
73118              (+utf8::IsAlpha, -utf8::IsDigit, for example).
73119      Branch: perl
73120            ! regcomp.c regexec.c
73121 ____________________________________________________________________________
73122 [  7968] By: jhi                                   on 2000/12/03  21:39:56
73123         Log: Implement ANYOFUTF8 regprop() dumping.
73124      Branch: perl
73125            ! regcomp.c
73126 ____________________________________________________________________________
73127 [  7967] By: jhi                                   on 2000/12/03  20:57:19
73128         Log: Make uv_to_utf8() to zero-terminate its output buffer,
73129              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
73130      Branch: perl
73131            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
73132 ____________________________________________________________________________
73133 [  7966] By: nick                                  on 2000/12/03  18:41:21
73134         Log: Integrate mainline (STDCHAR)
73135      Branch: perlio
73136           !> Configure t/pragma/utf8.t
73137 ____________________________________________________________________________
73138 [  7965] By: jhi                                   on 2000/12/03  17:58:20
73139         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
73140      Branch: perl
73141            ! t/pragma/utf8.t
73142 ____________________________________________________________________________
73143 [  7964] By: jhi                                   on 2000/12/03  17:35:56
73144         Log: Integrate perlio:
73145              
73146              [  7961]
73147              Make iperlsys.h vector stdio not PerlIO.
73148      Branch: perl
73149           !> iperlsys.h perlio.c
73150 ____________________________________________________________________________
73151 [  7963] By: jhi                                   on 2000/12/03  17:33:55
73152         Log: Metaconfig unit change for #7962.
73153      Branch: metaconfig
73154            ! U/modified/stdchar.U
73155 ____________________________________________________________________________
73156 [  7962] By: jhi                                   on 2000/12/03  17:33:27
73157         Log: Untangle the <stdio.h> #include nest for the stdchar test,
73158              from Andy Dougherty.
73159      Branch: perl
73160            ! Configure
73161 ____________________________________________________________________________
73162 [  7961] By: nick                                  on 2000/12/03  16:53:00
73163         Log: Make iperlsys.h vector stdio not PerlIO.
73164      Branch: perlio
73165            ! iperlsys.h perlio.c
73166 ____________________________________________________________________________
73167 [  7960] By: nick                                  on 2000/12/03  14:43:01
73168         Log: Integrate mainline
73169      Branch: perlio
73170           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
73171           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
73172 ____________________________________________________________________________
73173 [  7959] By: jhi                                   on 2000/12/03  08:16:36
73174         Log: Use DO_UTF8().
73175      Branch: perl
73176            ! op.c
73177 ____________________________________________________________________________
73178 [  7958] By: jhi                                   on 2000/12/02  18:33:05
73179         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
73180              From: Mike Guy <mjtg@cam.ac.uk>         
73181              Date: Sat, 02 Dec 2000 17:27:13 +0000
73182              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
73183              
73184              An extraneous argument.
73185      Branch: perl
73186            ! toke.c
73187 ____________________________________________________________________________
73188 [  7957] By: jhi                                   on 2000/12/02  18:22:32
73189         Log: A missing hunk.
73190      Branch: perl
73191            ! t/lib/net-hostent.t
73192 ____________________________________________________________________________
73193 [  7956] By: jhi                                   on 2000/12/02  18:06:20
73194         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
73195              From: Nicholas Clark <nick@ccl4.org>
73196              Date: Sat, 2 Dec 2000 14:28:27 +0000
73197              Message-ID: <20001202142827.A12308@plum.flirble.org>
73198              
73199              Test robustness.
73200      Branch: perl
73201            ! t/lib/net-hostent.t
73202 ____________________________________________________________________________
73203 [  7955] By: jhi                                   on 2000/12/02  17:58:06
73204         Log: Metaconfig unit change for #7954.
73205      Branch: metaconfig
73206            ! U/modified/stdchar.U
73207 ____________________________________________________________________________
73208 [  7954] By: jhi                                   on 2000/12/02  17:54:32
73209         Log: An inconvenient hang would happen if the stdio _ptr wasn't
73210              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
73211              would be grepping stdin for all eternity for the _ptr.)
73212      Branch: perl
73213            ! Configure
73214 ____________________________________________________________________________
73215 [  7953] By: jhi                                   on 2000/12/02  00:07:15
73216         Log: Update Changes.
73217      Branch: perl
73218            ! Changes patchlevel.h
73219 ____________________________________________________________________________
73220 [  7952] By: jhi                                   on 2000/12/01  23:54:47
73221         Log: Subject: Re: long shell lines
73222              From: Andy Dougherty <doughera@lafayette.edu>
73223              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
73224              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
73225              
73226              Split overly long shell command lines.
73227      Branch: perl
73228            ! lib/ExtUtils/MM_Unix.pm
73229 ____________________________________________________________________________
73230 [  7951] By: jhi                                   on 2000/12/01  23:48:02
73231         Log: The metaconfig unit change for #7950.
73232      Branch: metaconfig
73233            + U/modified/stdchar.U
73234 ____________________________________________________________________________
73235 [  7950] By: jhi                                   on 2000/12/01  23:47:39
73236         Log: Try to find stdchar also from <stdio_impl.h>.
73237      Branch: perl
73238            ! Configure config_h.SH
73239 ____________________________________________________________________________
73240 [  7949] By: jhi                                   on 2000/12/01  23:46:45
73241         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
73242              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
73243              Date: Fri, 1 Dec 2000 16:26:08 -0500
73244              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
73245              
73246              Reword the diagnostic message.
73247      Branch: perl
73248            ! pod/perldiag.pod
73249 ____________________________________________________________________________
73250 [  7948] By: nick                                  on 2000/12/01  22:49:43
73251         Log: Integrate mainline (for s/y/m as sub names stuff).
73252      Branch: perlio
73253           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
73254           !> t/pragma/warn/toke toke.c
73255 ____________________________________________________________________________
73256 [  7947] By: jhi                                   on 2000/12/01  20:55:41
73257         Log: Integrate perlio:
73258              
73259              [  7942]
73260              Fix 'mmap' lib/filehand.t (ungetc) test fail.
73261              Make 'unix' pass most tests
73262              - do unread by temporary push of layer ("pending") holding unread chars
73263              - fast_gets is now based on per-handle flag
73264              - relax one of io/pipe.t tests to allow print to fail and close to
73265              succeed so that it passes on unbuffered "unix" layer.
73266              Remaining fail is sporadic and a genuine race condition between
73267              parent/child in fork test.
73268      Branch: perl
73269           !> perlio.c perliol.h t/io/pipe.t
73270 ____________________________________________________________________________
73271 [  7946] By: jhi                                   on 2000/12/01  20:36:51
73272         Log: Upgrade to CPAN 1.59_51, from Andreas König.
73273      Branch: perl
73274            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
73275 ____________________________________________________________________________
73276 [  7945] By: nick                                  on 2000/12/01  20:31:32
73277         Log: Integrate mainline
73278      Branch: perlio
73279           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
73280           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
73281           +> t/lib/net-hostent.t
73282           !> (integrate 35 files)
73283 ____________________________________________________________________________
73284 [  7944] By: jhi                                   on 2000/12/01  20:23:29
73285         Log: Some help for 20001130.011.  Now one gets warnings like
73286              "Ambiguous -f() resolved as a file test ..."
73287      Branch: perl
73288            ! pod/perldiag.pod t/pragma/warn/toke toke.c
73289 ____________________________________________________________________________
73290 [  7943] By: jhi                                   on 2000/12/01  19:44:44
73291         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
73292              that also breaks using them as methods. 
73293      Branch: perl
73294            ! pod/perldiag.pod t/op/misc.t toke.c
73295 ____________________________________________________________________________
73296 [  7942] By: nick                                  on 2000/12/01  17:56:46
73297         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
73298              Make 'unix' pass most tests
73299              - do unread by temporary push of layer ("pending") holding unread chars
73300              - fast_gets is now based on per-handle flag
73301              - relax one of io/pipe.t tests to allow print to fail and close to
73302              succeed so that it passes on unbuffered "unix" layer.
73303              Remaining fail is sporadic and a genuine race condition between
73304              parent/child in fork test.
73305      Branch: perlio
73306            ! perlio.c perliol.h t/io/pipe.t
73307 ____________________________________________________________________________
73308 [  7941] By: jhi                                   on 2000/12/01  15:28:58
73309         Log: (Retracted by #7943.)
73310              
73311              Reserve the short named string operator names.
73312      Branch: perl
73313            ! pod/perldiag.pod t/op/misc.t toke.c
73314 ____________________________________________________________________________
73315 [  7940] By: jhi                                   on 2000/12/01  06:45:53
73316         Log: Get the three different space character classes right under utf8.
73317      Branch: perl
73318            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
73319            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
73320            ! regexec.c t/op/pat.t utf8.c
73321 ____________________________________________________________________________
73322 [  7939] By: jhi                                   on 2000/12/01  03:26:26
73323         Log: Two more tests that make no sense in UTF-8 since the test
73324              data is not in UTF-8.
73325      Branch: perl
73326            ! t/op/regexp.t
73327 ____________________________________________________________________________
73328 [  7938] By: jhi                                   on 2000/12/01  03:20:39
73329         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
73330              should it be required inside regexen?
73331      Branch: perl
73332            ! regcomp.c t/op/regmesg.t
73333 ____________________________________________________________________________
73334 [  7937] By: jhi                                   on 2000/12/01  02:58:53
73335         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
73336              stored and restored, and thusly was trounced by the utf8 swash
73337              routines.
73338      Branch: perl
73339            ! regcomp.c
73340 ____________________________________________________________________________
73341 [  7936] By: jhi                                   on 2000/11/30  20:41:39
73342         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
73343              Why the different platforms behave so differently (core dump vs
73344              no core dump) on this bug is a but of a mystery, but if I had to
73345              guess I would mumble something like 'alignment'.
73346      Branch: perl
73347            ! sv.c
73348 ____________________________________________________________________________
73349 [  7935] By: jhi                                   on 2000/11/30  16:17:02
73350         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
73351              From: Robin Barker <rmb1@cise.npl.co.uk>
73352              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
73353              Date: Thu, 30 Nov 2000 14:27:12 GMT
73354      Branch: perl
73355            ! perlio.c toke.c
73356 ____________________________________________________________________________
73357 [  7934] By: jhi                                   on 2000/11/30  16:04:49
73358         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
73359      Branch: perl
73360            ! t/lib/net-hostent.t
73361 ____________________________________________________________________________
73362 [  7933] By: jhi                                   on 2000/11/30  06:07:26
73363         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
73364              From: Peter Prymmer <pvhp@forte.com>
73365              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
73366              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
73367              
73368              In VMS the localhost may be LOCALHOST.
73369      Branch: perl
73370            ! t/lib/net-hostent.t
73371 ____________________________________________________________________________
73372 [  7932] By: jhi                                   on 2000/11/30  01:11:11
73373         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
73374              From: Peter Prymmer <pvhp@forte.com>
73375              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
73376              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
73377              
73378              plus regen perlapi.pod.
73379      Branch: perl
73380            ! pod/perlapi.pod utf8.c
73381 ____________________________________________________________________________
73382 [  7931] By: jhi                                   on 2000/11/30  01:06:19
73383         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
73384              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
73385              Date:     Wed, 29 Nov 2000 17:15:11 EST
73386              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
73387      Branch: perl
73388            ! t/lib/filter-util.pl t/lib/filter-util.t
73389 ____________________________________________________________________________
73390 [  7930] By: jhi                                   on 2000/11/29  18:51:55
73391         Log: Update Changes.
73392      Branch: perl
73393            ! Changes patchlevel.h
73394 ____________________________________________________________________________
73395 [  7929] By: jhi                                   on 2000/11/29  18:50:55
73396         Log: Update the va_copy() metaconfig unit.
73397      Branch: metaconfig/U/perl
73398            ! need_va_copy.U
73399 ____________________________________________________________________________
73400 [  7928] By: jhi                                   on 2000/11/29  17:50:43
73401         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
73402              From: Dominic Dunlop <domo@computer.org>
73403              Date: Tue, 28 Nov 2000 16:41:57 +0100
73404              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
73405              
73406              Patch to catch a core dump in the Configure va_copy test.
73407      Branch: perl
73408            ! Configure config_h.SH
73409 ____________________________________________________________________________
73410 [  7927] By: jhi                                   on 2000/11/29  17:31:59
73411         Log: Retract #7921, the patch shouldn't be needed.
73412      Branch: perl
73413            ! sv.c
73414 ____________________________________________________________________________
73415 [  7926] By: jhi                                   on 2000/11/29  17:01:41
73416         Log: Make the Class::Struct import() wiser.
73417      Branch: perl
73418            ! lib/Class/Struct.pm t/lib/class-struct.t
73419 ____________________________________________________________________________
73420 [  7925] By: jhi                                   on 2000/11/29  16:36:33
73421         Log: All the core library users of Class::Struct seem to be
73422              using "use Class::Struct 'struct';" instead of the bare
73423              "use Class::Struct;", which isn't documented in Class::Struct.
73424              This can't be right.
73425      Branch: perl
73426            ! lib/File/stat.pm
73427 ____________________________________________________________________________
73428 [  7924] By: jhi                                   on 2000/11/29  16:32:15
73429         Log: A test works better if it has the right 1..$n output.
73430      Branch: perl
73431            ! t/lib/class-struct.t
73432 ____________________________________________________________________________
73433 [  7923] By: jhi                                   on 2000/11/29  16:29:11
73434         Log: Forgot to MANIFEST the new Net::hostent test.
73435      Branch: perl
73436            ! MANIFEST
73437 ____________________________________________________________________________
73438 [  7922] By: jhi                                   on 2000/11/29  16:27:49
73439         Log: Integrate perlio:
73440              
73441              [  7906]
73442              Initial tidy of setmode() muddle (UNIX does not have, nor need it).
73443      Branch: perl
73444           !> iperlsys.h perlio.c
73445 ____________________________________________________________________________
73446 [  7921] By: jhi                                   on 2000/11/29  16:27:10
73447         Log: (Retracted by #7927.)
73448              
73449              Subject: [PATCH] Is infinity a number?
73450              From: Simon Cozens <simon@cozens.net>
73451              Date: Wed, 29 Nov 2000 14:48:20 +0000
73452              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
73453      Branch: perl
73454            ! sv.c
73455 ____________________________________________________________________________
73456 [  7920] By: jhi                                   on 2000/11/29  16:23:02
73457         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
73458              From: rspier@pobox.com (Robert Spier)
73459              Date: Wed, 29 Nov 2000 02:17:49 -0500
73460              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
73461              
73462              Add a test for Net::hostent.
73463      Branch: perl
73464            + t/lib/net-hostent.t
73465 ____________________________________________________________________________
73466 [  7919] By: jhi                                   on 2000/11/29  16:21:31
73467         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
73468              add a test for Class::Struct.
73469      Branch: perl
73470            + t/lib/class-struct.t
73471            ! MANIFEST lib/Class/Struct.pm
73472 ____________________________________________________________________________
73473 [  7918] By: jhi                                   on 2000/11/29  15:48:40
73474         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
73475              From: rspier@pobox.com (Robert Spier)
73476              Date: Wed, 29 Nov 2000 02:25:39 -0500
73477              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
73478              
73479              More checking in case someone has broken their services or
73480              protocol databases.
73481      Branch: perl
73482            ! ext/Sys/Syslog/Syslog.pm
73483 ____________________________________________________________________________
73484 [  7917] By: jhi                                   on 2000/11/29  15:46:25
73485         Log: Subject: [PATCH] $^O  win32 -> MSWin32
73486              From: rspier@pobox.com (Robert Spier)
73487              Date: Wed, 29 Nov 2000 02:17:38 -0500
73488              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
73489              
73490              plus similar nits for vms, err, VMS, and UNICOS.
73491      Branch: perl
73492            ! t/lib/syslfs.t t/op/lfs.t
73493 ____________________________________________________________________________
73494 [  7916] By: jhi                                   on 2000/11/29  15:42:51
73495         Log: Subject: [PATCH] Tokeniser debugging
73496              From: Simon Cozens <simon@cozens.net>
73497              Date: Wed, 29 Nov 2000 14:15:45 +0000
73498              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
73499      Branch: perl
73500            ! perl.c perl.h pod/perlrun.pod toke.c
73501 ____________________________________________________________________________
73502 [  7915] By: jhi                                   on 2000/11/29  15:41:36
73503         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
73504              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73505              Date: Wed, 29 Nov 2000 02:13:14 -0500
73506              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
73507              
73508              OUT keyword nits.
73509              
73510              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
73511              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73512              Date: Wed, 29 Nov 2000 03:09:04 -0500
73513              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
73514              
73515              OUT and IN_OUT documentation.
73516      Branch: perl
73517            ! lib/ExtUtils/xsubpp pod/perlxs.pod
73518 ____________________________________________________________________________
73519 [  7914] By: jhi                                   on 2000/11/29  03:35:01
73520         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
73521              From: John Tobey <jtobey@john-edwin-tobey.org>
73522              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
73523              Message-Id: <m140e1N-000FOoC@feynman.localnet>
73524              
73525              plus a performance speedup noticed by Sarathy.
73526      Branch: perl
73527            ! op.c
73528 ____________________________________________________________________________
73529 [  7913] By: jhi                                   on 2000/11/29  03:16:59
73530         Log: Use "1 while unlink" so that VMS gets clean, too.
73531      Branch: perl
73532            ! t/lib/filter-util.t
73533 ____________________________________________________________________________
73534 [  7912] By: jhi                                   on 2000/11/29  03:09:08
73535         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
73536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73537              Date: Tue, 28 Nov 2000 03:27:09 -0500
73538              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
73539      Branch: perl
73540            ! lib/ExtUtils/xsubpp
73541 ____________________________________________________________________________
73542 [  7911] By: jhi                                   on 2000/11/29  03:06:30
73543         Log: This should have been part of #7872: no need to scan UTF-8
73544              until eternity.
73545      Branch: perl
73546            ! utf8.c
73547 ____________________________________________________________________________
73548 [  7910] By: jhi                                   on 2000/11/29  02:50:04
73549         Log: One more perltie.pod nit from Casey R. Tweten.
73550      Branch: perl
73551            ! pod/perltie.pod
73552 ____________________________________________________________________________
73553 [  7909] By: jhi                                   on 2000/11/29  02:44:23
73554         Log: Document the known sprintf test failures, exact standard
73555              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
73556      Branch: perl
73557            ! pod/perldelta.pod t/op/sprintf.t
73558 ____________________________________________________________________________
73559 [  7908] By: jhi                                   on 2000/11/29  02:36:23
73560         Log: Add the Encoding table format documentation.
73561      Branch: perl
73562            + ext/Encode/Encode/EncodeFormat.pod
73563            ! MANIFEST
73564 ____________________________________________________________________________
73565 [  7907] By: jhi                                   on 2000/11/29  02:07:24
73566         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
73567              From: "Casey R. Tweten" <crt@kiski.net>
73568              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
73569              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
73570              
73571              Subject: Re: [PATCH] Updating perltie.pod for arrays
73572              From: "Casey R. Tweten" <crt@kiski.net>
73573              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
73574              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
73575      Branch: perl
73576            ! pod/perltie.pod
73577 ____________________________________________________________________________
73578 [  7906] By: nick                                  on 2000/11/28  22:40:59
73579         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
73580      Branch: perlio
73581            ! iperlsys.h perlio.c
73582 ____________________________________________________________________________
73583 [  7905] By: nick                                  on 2000/11/28  22:04:34
73584         Log: Integrate mainline
73585      Branch: perlio
73586           !> (integrate 39 files)
73587 ____________________________________________________________________________
73588 [  7904] By: jhi                                   on 2000/11/28  16:44:43
73589         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
73590              From: Nicholas Clark <nick@babyhippo.co.uk>
73591              Date: Tue, 28 Nov 2000 11:16:57 +0000
73592              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
73593      Branch: perl
73594            ! pod/perlipc.pod
73595 ____________________________________________________________________________
73596 [  7903] By: jhi                                   on 2000/11/28  16:40:31
73597         Log: Subject: [PATCH] Updating perltie.pod for arrays
73598              From: "Casey R. Tweten" <crt@kiski.net>
73599              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
73600              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
73601      Branch: perl
73602            ! pod/perltie.pod
73603 ____________________________________________________________________________
73604 [  7902] By: jhi                                   on 2000/11/28  16:39:37
73605         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
73606              From: Robin Barker <rmb1@cise.npl.co.uk>
73607              Date: Mon, 27 Nov 2000 17:56:44 GMT
73608              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
73609      Branch: perl
73610            ! pod/perlfunc.pod t/op/split.t
73611 ____________________________________________________________________________
73612 [  7901] By: jhi                                   on 2000/11/28  16:28:04
73613         Log: setmode() is a DOSish-only thing.
73614      Branch: perl
73615            ! perlio.c
73616 ____________________________________________________________________________
73617 [  7900] By: jhi                                   on 2000/11/28  16:21:46
73618         Log: Subject: [PATCH] perlcc.PL cleanups
73619              From: Simon Cozens <simon@cozens.net>
73620              Date: Tue, 28 Nov 2000 12:44:35 +0000
73621              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
73622      Branch: perl
73623            ! utils/perlcc.PL
73624 ____________________________________________________________________________
73625 [  7899] By: gsar                                  on 2000/11/28  06:32:55
73626         Log: reintegrate files missed by change#7895
73627      Branch: maint-5.6/perl
73628           +> ext/ByteLoader/bytecode.h utils/Makefile
73629            - utils/perlbc.PL
73630 ____________________________________________________________________________
73631 [  7897] By: gsar                                  on 2000/11/27  18:22:47
73632         Log: can't integrate these two files, for some reason
73633      Branch: maint-5.6/perl
73634            - ext/ByteLoader/bytecode.h utils/Makefile
73635 ____________________________________________________________________________
73636 [  7895] By: gsar                                  on 2000/11/27  18:11:21
73637         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
73638              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
73639              6757..6890,6892..6901 from mainline
73640              
73641              Bytecompiler patches from Benjamin Stuhl.
73642              
73643              More bytecompiler.
73644              
73645              Subject: [PATCH blead] B:: missing dependency
73646              
73647              Subject: [PATCH: 6757] configure.com updates and syslog build
73648              
73649              Long double Gconvert fixes from Yitzchak Scott-Thoennes
73650              and Spider Boardman.
73651              
73652              Subject: [PATCH blead] nextchar() abuse misses an optimisation
73653              
73654              Long double fixes from Spider Boardman.
73655              
73656              Make the selection of NVff et al stricter.
73657              
73658              cSVOPo_*v things index into the current PL_curpad
73659              under ithreads, which is different from the curpad
73660              used by the XSUB.  (In other words, the code as-is
73661              before this patch wouldn't work under ithreads.)
73662              
73663              Be portable.
73664              
73665              VMS MMS (make) wants null action.
73666              
73667              Mac and other portability updates from Chris Nandor.
73668              
73669              Storable support, v-version fixes.
73670              Subject: CPAN.pm beta for testing available
73671              
73672              Portability fix from Hugo van der Sanden.
73673              
73674              Bad makefile.
73675              
73676              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
73677              
73678              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
73679              
73680              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
73681              
73682              Replace #6705 with a minimal doc patch.
73683              Subject: [PATCH 5.6.0] replace change #6705
73684              
73685              Drop the separate perlbc, perlcc -b should be enough.
73686              
73687              installperl couldn't tell whether it had run tests or not.
73688              Subject: [PATCH] Re: installperl and t/TEST
73689              
73690              Add silencer flags to installperl.
73691              Subject: [PATCH] Making installperl silent.
73692              
73693              Make "make install" by default silent.  A new "install-verbose"
73694              target is verbose.
73695              
73696              More liberal parsing of version numbers.
73697              Subject: Re: CPAN.pm beta for testing available
73698              
73699              Create directories in silence.
73700              Subject: [PATCH] Another silencer for MakeMaker
73701              
73702              DOS patches and portability/porting notes, from Tim Jenness.
73703              
73704              Make installman to recognize the silence flag -S.
73705              
73706              Actually do something with the silencer option.
73707              
73708              Continue silencing.
73709              
73710              Show the doc file, not the temp file.
73711              
73712              Regen perltoc.
73713              
73714              Subject: [PATCH] More silencing of installman.
73715              
73716              Better wording for the vec lvalue diagnostic.
73717              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
73718              
73719              Subject: [PATCH: 6805] several more tweaks to configure.com
73720              
73721              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
73722              
73723              Missing parts of 
73724              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
73725              
73726              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
73727              (applied slightly modified)
73728              
73729              installperl --verbose and --silent.
73730              Subject: Re: [PATCH] More silencing of installman.
73731              
73732              Add install-silent target.
73733              
73734              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
73735              the problem reported in
73736              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
73737              
73738              Tweak the sfio/useperlio logic, hopefully as wished in
73739              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
73740              
73741              One forgotten file from #6816.
73742              
73743              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
73744              
73745              Remove duplicately applied patch shards.
73746              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
73747              
73748              Support preserving extremely big/small angles.
73749              
73750              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
73751              
73752              Subject: [PATCH] installation not quite silent yet.
73753              
73754              Update the test count.
73755              
73756              Use UVxf, PTR2UV, NVff.
73757              
73758              Document PTR2XX and INT2PTR.
73759              
73760              no-install target a la make -n.
73761              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
73762              
73763              grep -e isn't portable.
73764              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
73765              
73766              Can't get the test to reliably work thanks to the
73767              inaccurateness of floating point.  "Resolves" bug ids
73768              20000826.003, 20000826.009, 20000826.010,
73769              
73770              Subject: installman buglet
73771              
73772              DJGPP update from Laszlo Molnar.
73773              
73774              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
73775              
73776              Passing -R in ldflags makes now it to appear in the default
73777              for lddlflags, just like with -L.
73778              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
73779              
73780              Test nit.
73781              
73782              Use the actual thread type, not the pointer-to-struct.
73783              
73784              Provice virtual $Config{ccflags_nolargefiles} etc. 
73785              
73786              display_format used as a class method without arguments was broken,
73787              reported in
73788              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
73789              
73790              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
73791              
73792              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
73793              
73794              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
73795              
73796              opmini.o may be left around if a build is interrupted.
73797              
73798              Typo in #6858.
73799              
73800              Fix for ID 20000828.001, long doubles were not formatted
73801              correctly (showed up in $], which stopped installing perl).
73802              
73803              An attempt to fix the problem reported in
73804              Subject: Building perl@6856 using gcc/AIX 4.3.3 
73805              I can't test this properly since the gcc installation I have
73806              access to seems to be botched (gcc is calling the AIX cpp,
73807              a losing proposition...)
73808              
73809              Add -ld to archname on long tr...double platforms.
73810              
73811              Subject: hv.h Doc Patch
73812              
73813              Potential cruft.
73814              
73815              Subject: [PATCH bleedperl@6856] warnings fixes
73816              
73817              -S is the silent flag, -s is the strip flag.
73818              Subject: [PATCH] Re: [PATCH] make no-install          
73819              
73820              Take out the SUIDMAIL thing, that will not be
73821              a problem in 5.7.*.
73822              
73823              Subject: [PATCH bleedperl@6866] spellings
73824              
73825              Subject: [PATCH] Re: files not cleaned even by veryclean
73826              
73827              Use minimal @INC in tests, most of the time just '../lib',
73828              so that we simply can't pick up stuff from other Perls than
73829              the one we are testing.  Pointed out by
73830              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
73831              
73832              Update to Getopt::Long 2.24, from Johan Vromans.
73833              
73834              Fix for thinko in #6848.
73835              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
73836              
73837              Patches all over for people and the files they (hopefully) care about.
73838              
73839              Subject: Net::protoent does not export 'getproto'
73840              
73841              Missed a change in #6869.
73842              
73843              Subject: [PATCH] Warnings in B::Deparse
73844              
73845              Subject: [PATCH] Glob dumping
73846              
73847              Disable one of the tests for now.
73848              
73849              Disabling the one test is a bit tricky.
73850              
73851              Don't forget to tidy up.
73852              
73853              The #6881 removed one dump line.
73854              
73855              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
73856              
73857              Under usethreads the dumped variable is IN_PAD.
73858              Subject: Re: [PATCH] Glob dumping
73859              
73860              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
73861              
73862              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
73863              
73864              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
73865              
73866              Regen Configure for #6894.
73867              
73868              Subject: [PATCH: 6889] updates to perlebcdic.pod
73869              
73870              Undo namespace pollution of #6878.
73871              Subject: Re: Net::protoent does not export 'getproto'
73872              
73873              Admit that we are leaking scalars.
73874              
73875              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
73876      Branch: maint-5.6/perl
73877           !> (integrate 271 files)
73878 ____________________________________________________________________________
73879 [  7894] By: gsar                                  on 2000/11/27  16:00:34
73880         Log: a couple of nits
73881      Branch: maint-5.6/perl
73882            ! MANIFEST pp_sys.c
73883 ____________________________________________________________________________
73884 [  7893] By: gsar                                  on 2000/11/27  15:10:56
73885         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
73886              6740..6745,6747..6757,6760
73887              
73888              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
73889              
73890              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
73891              
73892              Doc nits spotted by Richard Soderberg.
73893              
73894              move WNOHANG definition to where other such things are
73895              
73896              Make $Config{byteorder} more magical so that it is
73897              dynamically computed: nice for 'fat binaries'.
73898              Subject: [PATCH]: default byteorder
73899              
73900              Subject: [PATCH] Cwd.pm now uses strict
73901              
73902              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
73903              
73904              Get -DLEAKTEST to compile (not necessarily to work, mind)
73905              Subject: [ID 20000724.006] -DLEAKTEST problem
73906              
73907              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
73908              
73909              Add perlebcdic from Peter Prymmer, regen toc.
73910              
73911              Don't propose using modules built for 5.005 if no binary
73912              compatibility with 5.005 is attempted.
73913              
73914              Do not use prototyping here.
73915              Subject: [ID 20000817.016] [PATCH] Peek.xs
73916              
73917              Document what the backtick returns if the command fails.
73918              
73919              Add byteorder to the myconfig output.
73920              
73921              Introduce NVef, NVff, and NVgf, use the middle one.
73922              (helps for lib/peek + Linux + long doubles)  Reported in
73923              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
73924              Use NVs in POSIX math, not doubles.
73925              Subject: [ID 20000817.014] POSIX & modfl
73926              
73927              Subject: [PATCH 5.6.0+] newSVrv() memory leak
73928              
73929              The byteorder code in #6671 was wrong.
73930              
73931              Fix the lib/complex failure of
73932              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
73933              Linux long double accuracy issue: something that
73934              when printed with %g looks like "2" but int() of it is 1.
73935              
73936              Propagate new Configure vars.
73937              
73938              Unbuffer the output.
73939              
73940              Subject: [PATCH] perltrap.pod spring cleaning
73941              
73942              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
73943              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
73944              
73945              Tiny Getopt::Long patch from Johan Vromans.
73946              
73947              Document code point which makes if (defined %stash::) to work
73948              (noted by Spider Boardman).
73949              
73950              Subject: [PATCH perl@6698] cygwin port
73951              
73952              Document the NDBM_File and ODBM_File as SDBM_File
73953              was documented in #6417.
73954              
73955              The new tests were missing from #6415.
73956              
73957              Add [[:blank:]] as suggested in
73958              Subject: [ID 20000716.024] [=cc=] / [:blank:]
73959              (the [=cc=] has already been taken care of by #6439
73960              so the whole bug report can be closed)
73961              and make [[:space:]] to be equivalent to isspace(3)
73962              (as opposed to \s, which is isSPACE()).  The difference
73963              is that now [[:space:]] matches the mythical vertical tab,
73964              while \s doesn't.
73965              
73966              Don't eat leading os from index entries.
73967              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
73968              
73969              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
73970              
73971              Typo in pp_complement().
73972              Subject: [PATCH perl-current] Deparse
73973              
73974              Add warnif(), check warnings further up the stack,
73975              all the warnings functions now can take an optional object reference.
73976              Subject: [PATCH bleedperl@6691] warnings pragma update
73977              
73978              Fix a core dump in lib/selfloader under -DDEBUGGING.
73979              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
73980              
73981              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
73982              
73983              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
73984              
73985              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
73986              Put back the long double avoidance code to POSIX.xs
73987              because VMS seems to need it still.
73988              
73989              Introduce a 'veryclean' target that is like 'distclean'
73990              but also removes *~ and *.orig.
73991              
73992              Subject: [ID 20000817.023] endianness description in perlfunc.pod
73993              
73994              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
73995              
73996              Let's try #6717 again.
73997              
73998              UTF8 concat fixes.
73999              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
74000              
74001              pp_open() could pass an uninitialized filename down to do_open9().
74002              
74003              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
74004              
74005              Update to CGI 2.72, from Lincoln Stein.
74006              
74007              Subject: [PATCH] Silence MakeMaker (Was: installman)
74008              
74009              Use temporary directory instead of current directory.
74010              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
74011              
74012              Document odd vs even subreleases and -Dusedevel.
74013              
74014              The veryclean target needs to clobber.
74015              
74016              Use File::Spec->tmpdir().
74017              
74018              Document the number of exponent digits.
74019              
74020              Mention perlebcdic and perlposix-bc.
74021              
74022              s/this one/the 5.6.0 release/
74023              
74024              The #6724 is here.
74025              
74026              The correct cleaning order is an art.
74027              
74028              small tweaks for change#6705: avoid C++ style comments in C code;
74029              use Perl's malloc API rather than the low level system one
74030              
74031              Array context keeps slithering in.
74032              
74033              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
74034              
74035              Subject: [PATCH] os2.c fix for use64bitint
74036              
74037              Update to Pod::LaTeX 0.53.
74038              Subject: [PATCH] lib/Pod/LaTeX.pm updates
74039              
74040              Document the endianness of Alpha more precisely.
74041              
74042              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
74043              
74044              Rename the macro argument because some preprocessors
74045              can't tell the difference and expand arguments also inside
74046              double quoted strings.
74047              
74048              free TLS slot properly on Windows
74049              
74050              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
74051              
74052              Unicos/mk requires elaborate paranoia.
74053              
74054              Tweak the floating point output routine preferences.
74055              
74056              Also under djgpp the timestamps are funky.
74057              
74058              Apply some PodParser 1.18 patches; the Pod/Find.pm
74059              patches cannot be applied since #6712 conflicts.
74060              
74061              Use PodParser 1.18 new test.
74062              
74063              A pod nit.
74064              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
74065              
74066              Be verydeepclean.
74067      Branch: maint-5.6/perl
74068           +> pod/perlebcdic.pod
74069           !> (integrate 106 files)
74070 ____________________________________________________________________________
74071 [  7892] By: jhi                                   on 2000/11/27  15:02:32
74072         Log: Update Changes.
74073      Branch: perl
74074            ! Changes patchlevel.h
74075 ____________________________________________________________________________
74076 [  7891] By: jhi                                   on 2000/11/27  14:57:23
74077         Log: Subject: Re: perlfaq style changes
74078              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74079              Date: Sat, 25 Nov 2000 23:32:26 -0800
74080              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
74081              
74082              plus a note from Ronald Kimball.
74083      Branch: perl
74084            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
74085 ____________________________________________________________________________
74086 [  7890] By: jhi                                   on 2000/11/27  14:53:14
74087         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
74088              From: Benjamin Holzman <bah@ecnvantage.com>
74089              Date: Sun, 26 Nov 2000 16:27:33 -0500
74090              Message-ID: <20001126162733.J25040@ecnvantage.com>
74091      Branch: perl
74092            ! gv.c
74093 ____________________________________________________________________________
74094 [  7889] By: jhi                                   on 2000/11/27  14:43:11
74095         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
74096              From: lvirden@cas.org
74097              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
74098              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
74099      Branch: perl
74100            ! README.amiga
74101 ____________________________________________________________________________
74102 [  7888] By: jhi                                   on 2000/11/27  14:32:34
74103         Log: Restore also the locale test to no-sprintf-taint state.
74104              Fixes the bug 20001127.003.
74105      Branch: perl
74106            ! sv.c t/pragma/locale.t
74107 ____________________________________________________________________________
74108 [  7887] By: gsar                                  on 2000/11/27  14:13:05
74109         Log: integrate changes#6613..6616,6620..6665 from mainline
74110              
74111              VMS configure.com update continues.
74112              
74113              Subject: Test fails / warnings with perl-current #6612
74114              
74115              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
74116              
74117              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
74118              
74119              For now remove the mail code.
74120              
74121              Subject: Re: [PATCH] @+, @- readonly
74122              
74123              Subject: warning: storage class after type is obsolescent
74124              
74125              Subject: sfio2000
74126              
74127              Subject: Re: File::Temp problems on VMS in bleedperl
74128              
74129              README.os2 update.
74130              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
74131              
74132              Make the user to give up his firstborn, err, to knowingly
74133              verify installing an unstable developer release.  Also bump
74134              the release to 5.7.0, but leave a patch tag in the local
74135              patches saying that this is not yet the real thing.
74136              
74137              Update (kinda) to Test 1.14, from Joshua Pritikin.
74138              
74139              make ok etc also for win32.
74140              
74141              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
74142              
74143              Don't blow limited stacks, a lower number is enough to
74144              tickle the lookbehind limit.
74145              
74146              Use -Dusedevel; regen Configure and the respective Porting stuff.
74147              
74148              Subject: [PATCH] debugger exit code should reflect user exit code
74149              
74150              Subject: [PATCH perl@6620] cygwin port
74151              
74152              Missed a file from #6638.
74153              
74154              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)
74155              
74156              magic callbacks all need to have same type signature
74157              
74158              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
74159              
74160              Fix a dependency problem.
74161              Subject: [PATCH: 6640] VMS Makefile.SH update
74162              
74163              The numeric locale was reset to "C" by s?printf and never restored.
74164              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
74165              No test since adding the failing example to locale.t
74166              does not fail -- probably because the locale settings are so
74167              thoroughly tweaked by that time.  Running the example standalone
74168              does fail, though.  UPDATE: test case added at change #7540.
74169              
74170              Subject: [ID 20000324.040] minor fix to perlhpux.pod
74171              
74172              Update to CPAN 1.57.
74173              
74174              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
74175              
74176              Change the perlbug address to perl.org since it's more forgiving.
74177              
74178              Change the regx compilation error markers to use = instead of <
74179              since pod makes using the latter quite messy.  Reported in
74180              ID 20000814.006 by Abigail and in
74181              Subject: Unknown escape E<> ?
74182              
74183              Update to perldebtut 1.9, from Richard Foley.
74184              
74185              check that the number pseudo children doesn't exceed
74186              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
74187              the WaitForMultipleObjects() limit that would cause wait()
74188              to crash)
74189              wait() and waitpid() could potentially be rewritten to use
74190              more than one thread to do the waiting to eliminate this
74191              limitation
74192              
74193              change#6328 could make close(SOCKET) return false on windows
74194              when it shouldn't
74195              
74196              pod nit seen in passing
74197              
74198              on windows, the return values from wait() and waitpid() don't
74199              match those of pseudo-pids
74200              
74201              waitpid() now handles externally spawned pids correctly;
74202              fixes for backtick/wait/waitpid failures on Windows 9x
74203              these changes make the pid returned by process functions on
74204              Windows 9x always positive by clearing the high bit (which
74205              is always set on Win9x); pseudo-process PIDs are likewise
74206              always negative now on Win9x (just as on NT/2000)
74207              
74208              trailing new %ENV entries weren't being pushed into the real
74209              environment of subprocesses on Windows
74210              
74211              Tweak the regex compilation errors once more.
74212              
74213              avoid warnings from dense compiler
74214              
74215              add "ok" targets from change#6632 in makefile.mk
74216      Branch: maint-5.6/perl
74217            - lib/Pod/PlainText.pm vms/configure.com
74218           !> (integrate 66 files)
74219 ____________________________________________________________________________
74220 [  7886] By: jhi                                   on 2000/11/27  13:54:18
74221         Log: __FUNCTION__ isn't portable and trying to emulate it leads
74222              into practically spelling out the name of the function.
74223              Takes care of the bug 20001127.001.
74224      Branch: perl
74225            ! perlio.c
74226 ____________________________________________________________________________
74227 [  7885] By: gsar                                  on 2000/11/27  13:53:18
74228         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
74229              6610..6611 from mainline
74230              
74231              Make regular expression parse error messages easier to understand.
74232              Subject: Re: enhanced(?) regex error messages
74233              
74234              Tiny tidying on report_evil_fh().
74235              
74236              Subject: Re: enhanced(?) regex error messages 
74237              plus Capitalize the error messages, plus perldiag them.
74238              
74239              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
74240              
74241              Document here-doc better.
74242              
74243              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
74244              
74245              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
74246              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
74247              (either perlbug or p5p ate the original), plus regen
74248              perlapi and perltoc. 
74249              
74250              Regen global.sym.
74251              
74252              Double check that we have a dirhandle.
74253              
74254              Subject: Re: enhanced(?) regex error messages
74255              (plus two small patches sent privately)
74256              (this still seems to leave few test failures)
74257              
74258              warn is a macro, avoid using at a variable to avoid warnings
74259              in some configurations; readdir.t is too conservative in
74260              estimating number of *.t's
74261              
74262              Get back into sync with Jeffrey on the enhanced regex warnings.
74263              
74264              Subject: [PATCH 5.6.0] cygwin port
74265              
74266              Zero entries were skipped, fix from Adrian Goalby
74267              <argoalby@yahoo.co.uk>
74268              
74269              Subject: Remove dead entry in perldiag
74270              
74271              Amend the description of Perl6.
74272              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
74273              
74274              detypo
74275              
74276              It's the 2ndO'ROSSC.
74277              
74278              Revert the sv.c part of #6559, a better fix is needed.
74279              
74280              Iterating perl6 description.
74281              
74282              Update to Term::ANSIColor 1.03, from Russ Allbery.
74283              
74284              Update to Getopt::Long 2.23_05, from Johan Vromans.
74285              
74286              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
74287              
74288              Update to Pod::Parser 1.17, from Brad Appleton.
74289              
74290              Update to CPAN 1.56, from Andreas König.
74291              
74292              Update to CGI 2.70, from Lincoln Stein.
74293              
74294              Put back the std @INC thing.
74295              
74296              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
74297              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
74298              
74299              Document the IO::Select timeout.
74300              
74301              sleep(1) does not necessarily return 1.
74302              Subject: [PATCH bleadperl] op/lex_assign.t  
74303              
74304              Subject: debugger "d" command doesnt check line number
74305              
74306              B::Deparse didn't do sub attributes.
74307              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
74308              
74309              Preprocessing and postprocessing for File::Find.
74310              Subject: Patch to Find::File.pm to allow alphabetical results
74311              
74312              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
74313              
74314              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
74315              
74316              Subject: Re: [ID 20000730.003] utf8::length() bad
74317              
74318              Subject: Getting perlio and threads to compile
74319              (the Solaris version changes in Configure skipped)
74320              
74321              Tests for #6589.
74322              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
74323              
74324              Add Perl debugging tutorial, regen toc. 
74325              Subject: perldebtut.pod
74326              
74327              Add a few missing files, update MANIFEST.
74328              
74329              Rewrite of vms/subconfigure.com as configure.com,
74330              from Peter Prymmer and the vmsperl crew.
74331              
74332              Should have deleted this in #6603.
74333              
74334              Fix the test for 5005threads.
74335              
74336              Fix-n-skip the tests under 5005threads.
74337              
74338              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
74339              
74340              Upgrade to CGI 2.71, from Lincoln Stein.
74341      Branch: maint-5.6/perl
74342           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
74343           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
74344           +> t/op/regmesg.t t/pod/find.t vms/configure.com
74345            - vms/subconfigure.com
74346            ! lib/lib.pm
74347           !> (integrate 115 files)
74348 ____________________________________________________________________________
74349 [  7884] By: jhi                                   on 2000/11/27  13:44:33
74350         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
74351              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74352              Date:     Mon, 27 Nov 2000 08:23:54 EST
74353              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
74354      Branch: perl
74355            ! vms/descrip_mms.template vms/test.com
74356 ____________________________________________________________________________
74357 [  7883] By: gsar                                  on 2000/11/27  11:50:46
74358         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
74359              6511..6513,6515..6523,6525..6536
74360              
74361              The swallow_bom() saga continues.  The #23 of require.t
74362              (UTF16-LE) still fails (silently, no output) but the #22
74363              (UTF16-BE) seems to be working now.  The root of the
74364              failure may be in sv_gets(): is it UTF-16LE-aware,
74365              especially when it comes to line endings? 
74366              
74367              Document the problem with -P in HP-UX and its workaround.
74368              
74369              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
74370              (aka ID 20000730.002)
74371              
74372              Subject: fix and question re: waitpid() under win32
74373              
74374              Make the safety catch for buggy gccs work with triple version
74375              numbers like 2.95.2.  Reported in
74376              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
74377              
74378              In Digital UNIX warn if gcc explicitly chosen because even
74379              2.95.2 is known to cause problems.
74380              
74381              Make chr() for values >127 to create utf8 when under utf8.
74382              
74383              various syntax errors and such (not fixed: comp/require.t#22 coredump
74384              on Windows)
74385              
74386              Stash away the largefiles flags and libswanted.
74387              
74388              BOM patching from Simon Cozens.
74389              
74390              If gccosandvers is equal to osname, clear gccosandvers.
74391              
74392              Make p4desc to skip non-mainperl branches by default.
74393              
74394              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
74395              
74396              The test from this
74397              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
74398              
74399              In new BSDs changes to argv[] do not show up in ps(1) output,
74400              instead one must use setproctitle().  This was already addressed
74401              by change #6457, but the below has a new variant for FreeBSD 4.0
74402              or later, and the matter is also documented more.
74403              
74404              FreeBSD 3.* updates from
74405              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
74406              
74407              regen_headers, regen perltoc.
74408              
74409              Document in one place the memory abstractions used in Perl core.
74410              
74411              memcpy has n o in it, as pinted ut by Sarathy.
74412              
74413              Remove the extraneous "main::" prefix from all the
74414              "opened only for", "on closed", and "never opened" warnings.
74415              
74416              The name of a filehandle does not have <these>.
74417              
74418              The tr utf8 patching continues.
74419              
74420              The new setproctitle() feature is available only in 
74421              bleeding edge FreeBSD.  From Paul Saab.
74422              
74423              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
74424              
74425              Dump UVs as UVs in Data::Dumper.
74426              
74427              detypo #6494
74428              
74429              Document the IVdf UVuf UVof UVxf.
74430              
74431              require.t needs binmode() to work on windows
74432              
74433              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
74434              that are hopefully soon put into use.
74435              
74436              Allow "no Module;" even if there is no 'unimport'.
74437              
74438              Better skip message for the test; one of the two problems in
74439              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
74440              
74441              The subtest 4 may fail also on VOBS, as pointed out
74442              by Nick Ing-Simmons in November 1999, bug id 19991124.003
74443              (but the failure in that bug report isn't the subtest 4).
74444              
74445              Be more informative on what is skipped and why,
74446              also repeat the list at the end.
74447              
74448              Add a URL for FSF.
74449              
74450              Subject: [PATCH] sv.h documentation - SvLEN
74451              
74452              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
74453              
74454              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
74455              
74456              Subject: [PATCH] bad cppsymbols on os2 + Configure question
74457              
74458              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
74459              
74460              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
74461              mention the idea of @( and @)
74462              
74463              This is 6512.  Really.
74464              
74465              Subject: [ID 19990721.004] Documentation bug in perlfunc
74466              
74467              Subject: Minor tweak to perlvar.pod
74468              
74469              In the warnings call filehandles consistently so;
74470              add "unopened" warning for stat().
74471              
74472              After the #6519 a warning about stat() is just that,
74473              not about a filetest, which now have their own warning.
74474              
74475              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
74476              
74477              Subject: Re: Array vs. List context
74478              
74479              Subject: New perlcc, take 2
74480              
74481              Weed buglets pointed out by
74482              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
74483              
74484              gcc versions might have (parentheses) in them.
74485              
74486              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
74487              
74488              Essential prototype changes were missing from #6527.
74489              Also make report_evil_fh() more bomb-proof.
74490              
74491              Zap lib/Sys directory when cleaning up.
74492              
74493              Change the Policy policy: now -Dprefix= with an existing
74494              Policy.sh and prefix == siteprefix == vendorprefix, then all
74495              of them follow along the new prefix.
74496              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
74497              
74498              Continue fixing the io warnings.  This also
74499              sort of fixes bug ID 20000802.003: the core dump
74500              is no more.  Whether the current behaviour is correct
74501              (giving a warning: "Not a format reference"), is another matter.
74502              
74503              Have symbols for the IoTYPEs.
74504              
74505              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
74506              
74507              Document a bit that UDP is not what you might think.
74508              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
74509              tr memory corruption fix from Simon Cozens.
74510              
74511              Plug the security hole described in the Aug 05 2000 bugtraq message
74512              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
74513              The security hole exists only in suidperls, which isn't
74514              installed or even built by default.
74515      Branch: maint-5.6/perl
74516           !> (integrate 71 files)
74517 ____________________________________________________________________________
74518 [  7882] By: gsar                                  on 2000/11/27  10:25:36
74519         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
74520              from mainline
74521              
74522              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
74523              to be fatal errors (instead of by default ignoring them, and
74524              ignoring with a bug: even though -w gave an error, the opening [
74525              was left in)  Reported in:
74526              
74527              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
74528              
74529              Subject: [PATCH] split /^/
74530              
74531              MacOS nits from Matthias Neeracher.
74532              
74533              More split() doc and test patches from Mike Guy.
74534              
74535              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
74536              from Graham Barr in the module list.
74537              
74538              docfix from Peter Scott <Peter@PSDT.com>.
74539              
74540              File::Temp patches for VMS and OS/2 from Tim Jenness.
74541              
74542              open() wariness in perlbug.
74543              
74544              Subject: [PATCH] minor doc change - perlguts
74545              
74546              Subject: Minor doc patch: handy.h
74547              
74548              Be wary of close()s, too.
74549              
74550              Further File::Temp patches from Yitzchak Scott-Thoennes
74551              and Craig A. Berry.
74552              
74553              Subject: [PATCH] fixes bug 20000508.004
74554              
74555              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
74556              
74557              Allow "no AutoLoader;", based on change #6444,
74558              suggested by Graham Barr.
74559              
74560              Use setproctitle() if available to modify $0.
74561              
74562              Warn if the version of the operating system used to compile gcc
74563              differs from the current version of the operating system.
74564              Also display the gcc compilation os and version in myconfig.
74565              Inspiration from
74566              
74567              Tiny fixes for #6460.
74568              
74569              The problem described in this
74570              Subject: [ID 20000322.018] named chars aren't magical enough
74571              has been fixed in perl 5.6.0 but just in case added a test
74572              to keep it away.  (The report from Joseph Hall.)
74573              
74574              Tune the comments and hopefully stop a memory leak.
74575              
74576              Subject: UTF8 concat
74577              (with a memory leak fixed, plus a few casts added)
74578              This also seems to help for
74579              Subject: [ID 20000716.015] join UTF8 weirdness
74580              
74581              Do not upgrade SVs into utf8 just because they participate
74582              in eq or cmp.  Reported and fix suggested in
74583              Subject: [ID 20000720.009] sv_eq UTF8 bug
74584              
74585              Fix the HALF_UPGRADE() macro introduced in #6263.
74586              
74587              Find green threads before native threads.
74588              Subject: Re: Patch to jpl/JNI/Makefile.PL
74589      Branch: maint-5.6/perl
74590           !> (integrate 30 files)
74591 ____________________________________________________________________________
74592 [  7881] By: jhi                                   on 2000/11/27  05:48:41
74593         Log: It seems that *both* the unused submatch loop cleanup
74594              codes are needed.
74595      Branch: perl
74596            ! regexec.c
74597 ____________________________________________________________________________
74598 [  7880] By: jhi                                   on 2000/11/27  04:50:07
74599         Log: Clean .exists deeper.
74600      Branch: perl
74601            ! Makefile.SH
74602 ____________________________________________________________________________
74603 [  7879] By: jhi                                   on 2000/11/27  02:31:35
74604         Log: The code in regcppop() (see #7878) contains the correct lower
74605              limit for the unused submatch 'cleanup' loop so that under
74606              "use utf8" the following code wouldn't dump core:
74607              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
74608              the cleanup loop in regtry() stomped beyond allocated area
74609              in the startp[] array.  Therefore, copied the correct lower
74610              loop limit (*PL_reglastparen) to regtry().  Note: something
74611              may still not be quite right: why was the _higher_ loop limit
74612              (prog->nparens) different in the utf8 case?
74613              
74614              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
74615              without core dumps, there were about 17 of them before
74616              the patch (with us since Perl 5.7.0).  Two failures, still:
74617              496 and 505 (though these may not be severe).
74618              
74619              Patch #7881 is also needed since both the cleanup loops
74620              seem to be needed.
74621              
74622              Also, the t/op/pat#44 seems to core dump under utf8.
74623              Plus a couple of failures.  UGH-8.
74624      Branch: perl
74625            ! regexec.c
74626 ____________________________________________________________________________
74627 [  7878] By: jhi                                   on 2000/11/27  02:21:17
74628         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
74629              the code in regcppop() seems to be redundant for the test suite --
74630              but it contains a germ of truth, and it needed for the build
74631              process itself: see #7879 and #7881.
74632      Branch: perl
74633            ! regexec.c
74634 ____________________________________________________________________________
74635 [  7877] By: jhi                                   on 2000/11/27  01:53:09
74636         Log: Comment on comment.
74637      Branch: perl
74638            ! regexec.c
74639 ____________________________________________________________________________
74640 [  7876] By: jhi                                   on 2000/11/27  00:49:59
74641         Log: Adjust the docs to agree with #7875.
74642      Branch: perl
74643            ! pod/perllocale.pod
74644 ____________________________________________________________________________
74645 [  7875] By: jhi                                   on 2000/11/27  00:49:27
74646         Log: Retract #7863.  It makes more sense not to taint formatted output,
74647              not even by sprintf().
74648      Branch: perl
74649            ! sv.c
74650 ____________________________________________________________________________
74651 [  7874] By: jhi                                   on 2000/11/26  23:36:02
74652         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
74653              Not really fixed (should really dump the UTF-8 charclass),
74654              but stopped displaying the garbage.
74655              
74656              Also add a note on the (missing) Unicode PSXSPC and BLANK.
74657      Branch: perl
74658            ! regcomp.c
74659 ____________________________________________________________________________
74660 [  7873] By: jhi                                   on 2000/11/26  21:31:13
74661         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
74662      Branch: perl
74663            ! regexec.c
74664 ____________________________________________________________________________
74665 [  7872] By: jhi                                   on 2000/11/26  21:06:04
74666         Log: No need to scan till infinity, 13 is enough.
74667      Branch: perl
74668            ! handy.h utf8.c
74669 ____________________________________________________________________________
74670 [  7871] By: jhi                                   on 2000/11/26  20:20:32
74671         Log: Test line numbers are different with utf8.
74672      Branch: perl
74673            ! t/op/re_tests
74674 ____________________________________________________________________________
74675 [  7870] By: jhi                                   on 2000/11/26  20:10:12
74676         Log: Message nit.
74677      Branch: perl
74678            ! regcomp.c
74679 ____________________________________________________________________________
74680 [  7869] By: jhi                                   on 2000/11/26  19:01:05
74681         Log: Make utf8_length() and utf8_distance() (the latter of which
74682              is unused at the moment) to be less forgiving about bad UTF-8.
74683      Branch: perl
74684            ! embed.h embed.pl objXSUB.h proto.h utf8.c
74685 ____________________________________________________________________________
74686 [  7868] By: jhi                                   on 2000/11/26  18:45:56
74687         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
74688              From: Benjamin Holzman <bah@ecnvantage.com>
74689              Date: Sat, 25 Nov 2000 20:40:20 -0500       
74690              Message-ID: <20001125204020.A25040@ecnvantage.com>              
74691              
74692              Debian allows installing /usr/bin/locale without installing
74693              any locales, an error message will ensue.
74694      Branch: perl
74695            ! t/pragma/locale.t
74696 ____________________________________________________________________________
74697 [  7867] By: jhi                                   on 2000/11/26  18:31:12
74698         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
74699              From: Benjamin Holzman <bah@ecnvantage.com>
74700              Date: Sun, 26 Nov 2000 02:42:34 -0500
74701              Message-ID: <20001126024234.G25040@ecnvantage.com>
74702              
74703              Patch for the bug 20000212.002.
74704      Branch: perl
74705            ! sv.c t/op/array.t
74706 ____________________________________________________________________________
74707 [  7866] By: jhi                                   on 2000/11/26  18:28:09
74708         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
74709              From: Tim Jenness <t.jenness@jach.hawaii.edu>
74710              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
74711              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
74712              
74713              File::Temp 0.11.
74714      Branch: perl
74715            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
74716 ____________________________________________________________________________
74717 [  7865] By: jhi                                   on 2000/11/26  18:24:22
74718         Log: The metaconfig unit change for #7864.
74719      Branch: metaconfig/U/perl
74720            ! need_va_copy.U
74721 ____________________________________________________________________________
74722 [  7864] By: jhi                                   on 2000/11/26  18:23:41
74723         Log: Make the va_copy() test not to be so talkative.
74724      Branch: perl
74725            ! Configure config_h.SH
74726 ____________________________________________________________________________
74727 [  7863] By: jhi                                   on 2000/11/26  18:11:02
74728         Log: Fix locale inconsistencies unearthed by Hugo's work.
74729              Now the floating point sprintf really does taint the result
74730              string as perllocale promises (has promised for a long time)
74731              if "use locale" is in the lexical scope.
74732      Branch: perl
74733            ! sv.c t/pragma/locale.t
74734 ____________________________________________________________________________
74735 [  7862] By: jhi                                   on 2000/11/26  00:35:15
74736         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
74737              From: Nicholas Clark <nick@ccl4.org>
74738              Date: Sun, 26 Nov 2000 00:07:50 +0000
74739              Message-ID: <20001126000750.A22446@plum.flirble.org>
74740              
74741              Infinit.
74742      Branch: perl
74743            ! sv.c
74744 ____________________________________________________________________________
74745 [  7861] By: jhi                                   on 2000/11/26  00:01:26
74746         Log: Integrate perlio:
74747              
74748              [  7860]
74749              Correct relative path from new ext\Filter\Util\Call location
74750              back to miniperl.
74751              
74752              [  7857]
74753              All tests pass on Win32/gcc/USE_PERLIO.
74754              - when crlf layer is pushed make unix-level binary.
74755              - remove :crlf injection in pp_backtick in pp_sys.c
74756              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
74757              
74758              [  7853]
74759              Re-arrange crlf vs binary for platforms that care.
74760              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
74761              Lip-service to making stdio layer work on such platforms (untested).
74762              Now fails 3 tests rather than one, checkin to see if I can debug 
74763              the issue under linux. (Do not merge.)
74764      Branch: perl
74765           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
74766 ____________________________________________________________________________
74767 [  7860] By: nick                                  on 2000/11/25  22:04:17
74768         Log: Correct relative path from new ext\Filter\Util\Call location
74769              back to miniperl.
74770      Branch: perlio
74771            ! win32/makefile.mk
74772 ____________________________________________________________________________
74773 [  7859] By: nick                                  on 2000/11/25  21:26:54
74774         Log: Integrate mainline.
74775      Branch: perlio
74776           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
74777           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
74778           +> t/lib/filter-util.t
74779            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
74780            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
74781            - t/lib/filt-util.t
74782           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
74783           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
74784           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
74785           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
74786           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
74787           !> win32/makefile.mk
74788 ____________________________________________________________________________
74789 [  7858] By: gsar                                  on 2000/11/25  20:52:17
74790         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
74791              parent's memory; fix it by keeping track of the actual pad
74792              offset rather than a raw pointer (this change is probably also
74793              relevant to non-ithreads case to avoid fallout from reallocs of
74794              the pad array, but is currently only enabled for the ithreads
74795              case in the interests of minimal disruption to existing "well
74796              tested" code)
74797      Branch: perl
74798            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
74799            ! proto.h scope.c scope.h sv.c t/op/fork.t
74800 ____________________________________________________________________________
74801 [  7857] By: nick                                  on 2000/11/25  20:01:28
74802         Log: All tests pass on Win32/gcc/USE_PERLIO.
74803              - when crlf layer is pushed make unix-level binary.
74804              - remove :crlf injection in pp_backtick in pp_sys.c
74805              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
74806      Branch: perlio
74807            ! doio.c perlio.c pp_sys.c win32/makefile.mk
74808 ____________________________________________________________________________
74809 [  7856] By: jhi                                   on 2000/11/25  18:38:30
74810         Log: Update the metaconfig units for #7855.
74811      Branch: metaconfig/U/perl
74812            ! useperlio.U usesocks.U
74813 ____________________________________________________________________________
74814 [  7855] By: jhi                                   on 2000/11/25  18:37:54
74815         Log: Undo the SOCKS workarounds, instead start using PerlIO
74816              if SOCKS is selected.
74817              
74818              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
74819              From: Jens Hamisch <jens@Strawberry.COM>
74820              Date: Fri, 24 Nov 2000 18:31:30 +0100
74821              Message-ID: <20001124183130.E28337@Strawberry.COM>
74822              
74823              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
74824              From: Jens Hamisch <jens@Strawberry.COM>
74825              Date: Fri, 24 Nov 2000 19:11:51 +0100
74826              Message-ID: <20001124191151.A28753@Strawberry.COM>
74827      Branch: perl
74828            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
74829            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
74830 ____________________________________________________________________________
74831 [  7854] By: jhi                                   on 2000/11/25  17:39:08
74832         Log: Undo #7848.  Some of the code seems to use walkoptree(),
74833              some walkoptree_slow().  An unfinished renaming?
74834              Now the sub is walkoptree() (which is @EXPORT_OK),
74835              the walkoptree_slow() is a typeglob alias to walkoptree.
74836              This makes the tests to pass, at least.
74837      Branch: perl
74838            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
74839 ____________________________________________________________________________
74840 [  7853] By: nick                                  on 2000/11/24  22:24:33
74841         Log: Re-arrange crlf vs binary for platforms that care.
74842              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
74843              Lip-service to making stdio layer work on such platforms (untested).
74844              Now fails 3 tests rather than one, checkin to see if I can debug 
74845              the issue under linux. (Do not merge.)
74846      Branch: perlio
74847            ! doio.c perlio.c perliol.h
74848 ____________________________________________________________________________
74849 [  7852] By: jhi                                   on 2000/11/24  18:57:39
74850         Log: AUTHORS edits.
74851      Branch: perl
74852            ! AUTHORS
74853 ____________________________________________________________________________
74854 [  7851] By: jhi                                   on 2000/11/24  17:34:56
74855         Log: Add Jan-Erik Karlsson.
74856      Branch: perl
74857            ! AUTHORS
74858 ____________________________________________________________________________
74859 [  7850] By: jhi                                   on 2000/11/24  17:27:56
74860         Log: Configure should find stdchar on its own.
74861      Branch: perl
74862            ! hints/solaris_2.sh
74863 ____________________________________________________________________________
74864 [  7849] By: jhi                                   on 2000/11/24  17:24:55
74865         Log: Subject: PATCH over 7848: Filter test flawed
74866              From: andreas.koenig@anima.de (Andreas J. Koenig)
74867              Date: 24 Nov 2000 10:28:29 +0100
74868              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
74869      Branch: perl
74870            ! t/lib/filter-util.t
74871 ____________________________________________________________________________
74872 [  7848] By: jhi                                   on 2000/11/24  17:22:15
74873         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
74874              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
74875              Date: Fri, 24 Nov 2000 16:12:58 +0000
74876              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
74877      Branch: perl
74878            ! ext/B/B.pm
74879 ____________________________________________________________________________
74880 [  7847] By: jhi                                   on 2000/11/24  03:07:01
74881         Log: Integrate perlio:
74882              
74883              [  7844]
74884              Win32/perlio Now just fails one io/argv.t test - lack 
74885              of default :crlf on standard streams.
74886              
74887              [  7843]
74888              Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
74889              peek fail is showing a real problem (multiple crlf layers
74890              are getting pushed.)
74891              
74892              [  7842]
74893              Implement PerlIO_binmode()
74894              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
74895              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
74896              make binmode in t/lib/io_tell.t unconditional so that works.
74897              Checkin just so Win32 machine can see these changes.
74898              
74899              [  7836]
74900              Implement crlf layer - not ready for merge.
74901      Branch: perl
74902           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
74903           !> win32/makefile.mk
74904 ____________________________________________________________________________
74905 [  7846] By: gsar                                  on 2000/11/24  00:55:57
74906         Log: integrate changes#6415..6418,6420..6438 from mainline
74907              
74908              Fix the bitvector ops for utf8 (tricky since past 7 bits
74909              the utf8 'characters' can be more than one octet).
74910              
74911              MPE/ix updates for perl 5.6.0 from Mark Bixby.
74912              
74913              Subject: SDBM_File documentation
74914              
74915              Detypo.
74916              
74917              Decutandpasto.
74918              
74919              Send all installperl messages to STDERR and be -w clean.
74920              
74921              Out-of-date note removed.
74922              
74923              Protect against "wild next"s, that is, callbacks doing "next"
74924              instead of "return".
74925              
74926              Use STDOUT consistently.
74927              
74928              The output might have been produced in the wrong order.
74929              
74930              A missing 'break' after the [[:space:]] switch case.
74931              
74932              Add tests for
74933              [ID 19991110.003] another matching finding by pcre author
74934              which has already been fixed by some patch, as verified in
74935              
74936              Documentation to explain the behaviour of map().
74937              
74938              Add an optimization for map-maps-a-list-element-to-more-list-elements
74939              case, but add also notes explaining the relationship of this
74940              patch and the earlier notes by Sarathy.
74941              
74942              Subject: [ID 20000716.023] syslog test fails without sockets
74943              
74944              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
74945              Test cases for #6431.
74946              
74947              File::Spec::VMS fixup for tmpdir from Craig Berry.
74948              
74949              Make the "uninit variable" warning to say "concat or string"
74950              or "join or string" when in concat or join .
74951              
74952              Get UTF16 BOMs working.  Patch from
74953              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
74954              
74955              Subject: [PATCH] Make large file tests deal with SIGXFSZ
74956              
74957              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
74958              
74959              Subject: [PATCH] av.c apidoc
74960      Branch: maint-5.6/perl
74961           !> (integrate 43 files)
74962 ____________________________________________________________________________
74963 [  7845] By: gsar                                  on 2000/11/24  00:20:45
74964         Log: integrate changes#6406..6414 from mainline
74965              
74966              Merge perlhacktut into perlhack, update perlguts.
74967              
74968              Fix AutoSplit to use File::Spec the right way in VMS,
74969              from Peter Prymmer.
74970              
74971              The bug report
74972              [ID 19991110.002] minimal matching discrepancy found by pcre author
74973              seems to have been fixed (though differently from what was suggested
74974              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
74975              
74976              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
74977              not in pod, from Peter Prymmer
74978              
74979              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
74980              From: Hugo <hv@crypt.compulink.co.uk>
74981              Date: Fri, 14 Jul 2000 23:05:20 +0100
74982              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
74983              
74984              Didn't anymore apply, but that point still could use another fix.
74985              
74986              lib/b test fixes from Peter Prymmer.
74987              
74988              More docs for sv functions.
74989              
74990              perlvms.pod whitespace cleanup to keep pod utils happy.
74991              
74992              another VMS build tweak from Peter Prymmer
74993      Branch: maint-5.6/perl
74994           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
74995           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
74996           !> vms/descrip_mms.template vms/perlvms.pod
74997 ____________________________________________________________________________
74998 [  7844] By: nick                                  on 2000/11/23  23:42:45
74999         Log: Win32/perlio Now just fails one io/argv.t test - lack 
75000              of default :crlf on standard streams.
75001      Branch: perlio
75002            ! doio.c perlio.c
75003 ____________________________________________________________________________
75004 [  7843] By: nick                                  on 2000/11/23  23:04:05
75005         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
75006              peek fail is showing a real problem (multiple crlf layers
75007              are getting pushed.)
75008      Branch: perlio
75009            ! doio.c perlio.c win32/makefile.mk
75010 ____________________________________________________________________________
75011 [  7842] By: nick                                  on 2000/11/23  19:46:23
75012         Log: Implement PerlIO_binmode()
75013              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
75014              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
75015              make binmode in t/lib/io_tell.t unconditional so that works.
75016              Checkin just so Win32 machine can see these changes.
75017      Branch: perlio
75018            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
75019 ____________________________________________________________________________
75020 [  7841] By: jhi                                   on 2000/11/23  19:30:00
75021         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
75022      Branch: perl
75023            ! README.amiga
75024 ____________________________________________________________________________
75025 [  7840] By: jhi                                   on 2000/11/23  17:18:02
75026         Log: SOCKS wrestling continues, patches from Jens Hamisch.
75027      Branch: perl
75028            ! doio.c embed.h embed.pl perlsdio.h proto.h
75029 ____________________________________________________________________________
75030 [  7839] By: jhi                                   on 2000/11/23  16:54:14
75031         Log: Push Filter::Util::Call one level deeper.
75032      Branch: perl
75033            + t/lib/filter-util.t
75034           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
75035           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
75036            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75037            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
75038            - t/lib/filt-util.t
75039            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
75040            ! win32/Makefile win32/makefile.mk
75041 ____________________________________________________________________________
75042 [  7838] By: jhi                                   on 2000/11/23  16:52:40
75043         Log: Reach back one higher up when searching for PERL_SRC.
75044      Branch: perl
75045            ! lib/ExtUtils/MM_Unix.pm
75046 ____________________________________________________________________________
75047 [  7837] By: jhi                                   on 2000/11/23  16:05:41
75048         Log: Subject: Re: perl@7826
75049              Date: Thu, 23 Nov 2000 02:20:25 -0600
75050              From: "Craig A. Berry" <craigberry@mac.com>
75051              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
75052              
75053              Make VMS to like Filter::Util::Call. 
75054      Branch: perl
75055            ! configure.com ext/Filter/Util/Makefile.PL
75056 ____________________________________________________________________________
75057 [  7836] By: nick                                  on 2000/11/23  16:04:08
75058         Log: Implement crlf layer - not ready for merge.
75059      Branch: perlio
75060            ! perlio.c win32/makefile.mk
75061 ____________________________________________________________________________
75062 [  7835] By: jhi                                   on 2000/11/23  15:56:52
75063         Log: STDCHAR is different in Sparc v9 vs x86.
75064      Branch: perl
75065            ! hints/solaris_2.sh
75066 ____________________________________________________________________________
75067 [  7834] By: jhi                                   on 2000/11/23  15:50:47
75068         Log: The type needs to be visible to protos.
75069      Branch: perl
75070            ! perl.h
75071 ____________________________________________________________________________
75072 [  7833] By: jhi                                   on 2000/11/23  15:40:46
75073         Log: Finish unfinished SOCKS workaround changes.
75074      Branch: perl
75075            ! doio.c
75076 ____________________________________________________________________________
75077 [  7832] By: jhi                                   on 2000/11/23  15:33:30
75078         Log: Integrate perlio:
75079              
75080              [  7831]
75081              Correct makefile.mk dependancies for ext/Filter/Util
75082              Build ext/Encode
75083              Run dmake regen_config_h
75084      Branch: perl
75085           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
75086           !> win32/makefile.mk
75087 ____________________________________________________________________________
75088 [  7831] By: nick                                  on 2000/11/23  10:31:07
75089         Log: Correct makefile.mk dependancies for ext/Filter/Util
75090              Build ext/Encode
75091              Run dmake regen_config_h
75092      Branch: perlio
75093            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
75094            ! win32/makefile.mk
75095 ____________________________________________________________________________
75096 [  7830] By: nick                                  on 2000/11/23  08:05:07
75097         Log: Integrate mainline
75098      Branch: perlio
75099           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75100           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
75101           +> t/lib/filt-util.pl t/lib/filt-util.t
75102           !> (integrate 41 files)
75103 ____________________________________________________________________________
75104 [  7829] By: gsar                                  on 2000/11/23  03:07:11
75105         Log: build the Filter extension on windows
75106      Branch: perl
75107            ! win32/Makefile win32/makefile.mk
75108 ____________________________________________________________________________
75109 [  7828] By: gsar                                  on 2000/11/23  02:46:35
75110         Log: regenerate win32/config* and fix some inconsistencies in the
75111              makefiles; always export Perl_deb() because it is needed
75112              by ext/re/* (whether perl itself is built with -DDEBUGGING
75113              or not)
75114      Branch: perl
75115            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
75116            ! win32/config_H.vc win32/makefile.mk
75117 ____________________________________________________________________________
75118 [  7827] By: gsar                                  on 2000/11/23  02:18:38
75119         Log: get sources building on windows+MSVC again (untested with other
75120              compilers)
75121      Branch: perl
75122            ! win32/include/sys/socket.h win32/perllib.c
75123 ____________________________________________________________________________
75124 [  7826] By: jhi                                   on 2000/11/23  01:18:26
75125         Log: Update Changes.
75126      Branch: perl
75127            ! Changes patchlevel.h
75128 ____________________________________________________________________________
75129 [  7825] By: jhi                                   on 2000/11/23  00:20:41
75130         Log: Subject: Re: av.c patch (having slight problems)
75131              From: "Ben Tilly" <ben_tilly@hotmail.com>
75132              Date: Tue, 21 Nov 2000 23:29:31 -0500
75133              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
75134              
75135              unshift() speedup.
75136      Branch: perl
75137            ! av.c
75138 ____________________________________________________________________________
75139 [  7824] By: jhi                                   on 2000/11/22  23:59:15
75140         Log: Fixes for signedness warnings noticed by VMSperlers.
75141      Branch: perl
75142            ! ext/Storable/Storable.xs regcomp.c sv.c
75143 ____________________________________________________________________________
75144 [  7823] By: jhi                                   on 2000/11/22  23:19:31
75145         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
75146              From: Peter Prymmer <pvhp@forte.com>
75147              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
75148              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
75149      Branch: perl
75150            ! t/pragma/warn/pp_hot
75151 ____________________________________________________________________________
75152 [  7822] By: jhi                                   on 2000/11/22  22:52:20
75153         Log: Be clean.
75154      Branch: perl
75155            ! Makefile.SH
75156 ____________________________________________________________________________
75157 [  7821] By: jhi                                   on 2000/11/22  22:46:39
75158         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
75159              by Damian Conway, as suggested by Paul Marquess.
75160      Branch: perl
75161            + lib/Filter/Simple.pm
75162 ____________________________________________________________________________
75163 [  7820] By: jhi                                   on 2000/11/22  22:45:51
75164         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
75165      Branch: perl
75166            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75167            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
75168            + t/lib/filt-util.t
75169            ! MANIFEST
75170 ____________________________________________________________________________
75171 [  7819] By: jhi                                   on 2000/11/22  22:03:27
75172         Log: Integrate perlio:
75173              
75174              [  7802]
75175              Win32 PerlIO intermediate state now working as expected.
75176              - In current state we are still using C runtime in text/binary
75177              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
75178              - PERLIO=stdio and PERLIO=unix pass all expected tests.
75179              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
75180              and PerlIO_seek() and the dummy crlf layer is not making adjustments
75181              for CRLF translation happening in C runtime. All other tests pass.
75182              Added note to README.win32 to point out the snags of doing a perl build
75183              with Norton AntiVirus turned on.
75184              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
75185              which file a fail comes from.
75186              Updated "canned" config.h to match the one generated.
75187      Branch: perl
75188           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
75189           !> win32/makefile.mk
75190 ____________________________________________________________________________
75191 [  7818] By: jhi                                   on 2000/11/22  21:56:02
75192         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
75193      Branch: perl
75194            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
75195            ! t/lib/io_sock.t
75196 ____________________________________________________________________________
75197 [  7817] By: jhi                                   on 2000/11/22  21:39:49
75198         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
75199              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75200              Date: Wed, 22 Nov 2000 16:08:12 -0500
75201              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
75202      Branch: perl
75203            ! lib/ExtUtils/Liblist.pm
75204 ____________________________________________________________________________
75205 [  7816] By: jhi                                   on 2000/11/22  21:38:25
75206         Log: Go ahead and #include <unistd.h> in perl.h.
75207      Branch: perl
75208            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
75209            ! util.c
75210 ____________________________________________________________________________
75211 [  7815] By: jhi                                   on 2000/11/22  21:22:52
75212         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
75213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75214              Date: Mon, 20 Nov 2000 18:30:52 -0500
75215              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
75216      Branch: perl
75217            ! pod/perlre.pod regcomp.c t/op/re_tests
75218 ____________________________________________________________________________
75219 [  7814] By: jhi                                   on 2000/11/22  21:21:46
75220         Log: Subject: [PATCH 5.7.0] Liblist finally works
75221              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75222              Date: Tue, 21 Nov 2000 22:02:17 -0500
75223              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
75224      Branch: perl
75225            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
75226            ! lib/ExtUtils/MakeMaker.pm
75227 ____________________________________________________________________________
75228 [  7813] By: jhi                                   on 2000/11/22  21:20:23
75229         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
75230              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75231              Date: Wed, 22 Nov 2000 17:53:15 +0100
75232              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
75233              
75234              AIX dynaloader and perlio patch.
75235      Branch: perl
75236            ! ext/DynaLoader/dl_aix.xs
75237 ____________________________________________________________________________
75238 [  7812] By: jhi                                   on 2000/11/22  21:17:52
75239         Log: (Accidentally empty patch.)
75240      Branch: perl
75241            ! av.c
75242 ____________________________________________________________________________
75243 [  7811] By: jhi                                   on 2000/11/22  21:16:31
75244         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
75245              From: Peter Prymmer <pvhp@forte.com>
75246              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
75247              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
75248      Branch: perl
75249            ! vms/test.com
75250 ____________________________________________________________________________
75251 [  7810] By: jhi                                   on 2000/11/22  21:15:36
75252         Log: Subject: Re: perl@7777 
75253              From: "John P. Linderman" <jpl@research.att.com>
75254              Date: Wed, 22 Nov 2000 13:11:11 -0500
75255              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
75256              
75257              Detypoing.
75258      Branch: perl
75259            ! lib/CPAN.pm
75260 ____________________________________________________________________________
75261 [  7809] By: jhi                                   on 2000/11/22  21:14:19
75262         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
75263              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
75264              Date:     Wed, 22 Nov 2000 13:51:37 EST
75265              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
75266      Branch: perl
75267            ! perlsdio.h
75268 ____________________________________________________________________________
75269 [  7808] By: jhi                                   on 2000/11/22  21:13:27
75270         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
75271              From: Casey Tweten <crt@kiski.net>
75272              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
75273              Message-Id: <200011201653.LAA10194@home.kiski.net>
75274      Branch: perl
75275            ! t/lib/io_udp.t
75276 ____________________________________________________________________________
75277 [  7807] By: jhi                                   on 2000/11/22  21:12:35
75278         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
75279              From: Casey Tweten <crt@kiski.net>
75280              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
75281              Message-Id: <200011201636.LAA07227@home.kiski.net>
75282      Branch: perl
75283            ! t/lib/io_sock.t
75284 ____________________________________________________________________________
75285 [  7806] By: jhi                                   on 2000/11/22  21:10:59
75286         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
75287              From: "Casey R. Tweten" <crt@kiski.net>
75288              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
75289              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
75290      Branch: perl
75291            ! utils/h2xs.PL
75292 ____________________________________________________________________________
75293 [  7805] By: nick                                  on 2000/11/22  21:05:06
75294         Log: Integrate mainline
75295      Branch: perlio
75296           !> Changes Porting/genlog ext/DB_File/DB_File.xs
75297           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
75298           !> utils/perlbug.PL
75299 ____________________________________________________________________________
75300 [  7804] By: jhi                                   on 2000/11/22  21:01:12
75301         Log: Subject: [PATCH] Test.pm POD peculiarity
75302              From: "Casey R. Tweten" <crt@kiski.net>
75303              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
75304              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
75305      Branch: perl
75306            ! lib/Test.pm
75307 ____________________________________________________________________________
75308 [  7803] By: jhi                                   on 2000/11/22  20:59:59
75309         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
75310              From: "Philip Newton" <pnewton@gmx.de>
75311              Date: Wed, 22 Nov 2000 14:25:53 +0100
75312              Message-Id: <3A1BD771.25462.1939FAD@localhost>
75313              
75314              Be case-understanding also on 's', and use the -oi of sendmail
75315              not to terminate the transmission on a lone '.'.
75316      Branch: perl
75317            ! utils/perlbug.PL
75318 ____________________________________________________________________________
75319 [  7802] By: nick                                  on 2000/11/22  20:51:42
75320         Log: Win32 PerlIO intermediate state now working as expected.
75321              - In current state we are still using C runtime in text/binary
75322              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
75323              - PERLIO=stdio and PERLIO=unix pass all expected tests.
75324              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
75325              and PerlIO_seek() and the dummy crlf layer is not making adjustments
75326              for CRLF translation happening in C runtime. All other tests pass.
75327              
75328              Added note to README.win32 to point out the snags of doing a perl build
75329              with Norton AntiVirus turned on.
75330              
75331              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
75332              which file a fail comes from.
75333              
75334              Updated "canned" config.h to match the one generated.
75335      Branch: perlio
75336            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
75337            ! win32/makefile.mk
75338 ____________________________________________________________________________
75339 [  7801] By: jhi                                   on 2000/11/22  06:50:20
75340         Log: Nickety nits.
75341      Branch: perl
75342            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
75343 ____________________________________________________________________________
75344 [  7800] By: jhi                                   on 2000/11/22  01:29:55
75345         Log: Changes had accidentally gone too silent on non-main branches.
75346      Branch: perl
75347            ! Changes Porting/genlog patchlevel.h
75348 ____________________________________________________________________________
75349 [  7799] By: gsar                                  on 2000/11/22  01:02:56
75350         Log: some lib_pm.PL changes snuck in via change#7772
75351      Branch: maint-5.6/perl
75352            ! Makefile.SH
75353 ____________________________________________________________________________
75354 [  7798] By: nick                                  on 2000/11/21  21:59:40
75355         Log: Integrate mainline
75356      Branch: perlio
75357           !> (integrate 28 files)
75358 ____________________________________________________________________________
75359 [  7797] By: jhi                                   on 2000/11/21  21:01:45
75360         Log: Integrate perlio:
75361              
75362              [  7796]
75363              Win32 builds and runs (mostly) with USE_PERLIO.
75364              PERLIO=perlio passes all tests. 
75365              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
75366              
75367              [  7790]
75368              If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
75369              
75370              [  7788]
75371              Make extra buffer layer work (dummy crlf layer)
75372      Branch: perl
75373           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
75374 ____________________________________________________________________________
75375 [  7796] By: nick                                  on 2000/11/21  20:36:22
75376         Log: Win32 builds and runs (mostly) with USE_PERLIO.
75377              PERLIO=perlio passes all tests. 
75378              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
75379      Branch: perlio
75380            ! perlio.c win32/perllib.c win32/win32.c
75381 ____________________________________________________________________________
75382 [  7795] By: jhi                                   on 2000/11/21  19:03:44
75383         Log: Update Changes.
75384      Branch: perl
75385            ! Changes patchlevel.h
75386 ____________________________________________________________________________
75387 [  7794] By: jhi                                   on 2000/11/21  18:56:34
75388         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
75389              From: "Craig A. Berry" <craigberry@mac.com>
75390              Date: Mon, 20 Nov 2000 20:27:06 -0600
75391              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
75392              
75393              A cut-and-pasto.
75394      Branch: perl
75395            ! perlio.h
75396 ____________________________________________________________________________
75397 [  7793] By: jhi                                   on 2000/11/21  18:54:41
75398         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
75399              From: Dominic Dunlop <domo@computer.org> 
75400              Date: Mon, 20 Nov 2000 18:55:29 +0100
75401              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
75402              
75403              va_copy() and the need of it.
75404              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
75405      Branch: metaconfig/U/perl
75406            + need_va_copy.U
75407      Branch: perl
75408            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75409            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
75410            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
75411            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
75412            ! win32/config.bc win32/config.gc win32/config.vc
75413 ____________________________________________________________________________
75414 [  7792] By: jhi                                   on 2000/11/21  17:04:10
75415         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
75416      Branch: perl
75417           !> scope.h
75418 ____________________________________________________________________________
75419 [  7791] By: jhi                                   on 2000/11/21  17:01:16
75420         Log: Export the SOCKS workaround symbols only if necessary.
75421      Branch: perl
75422            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
75423 ____________________________________________________________________________
75424 [  7790] By: nick                                  on 2000/11/20  23:57:11
75425         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
75426      Branch: perlio
75427            ! scope.h
75428 ____________________________________________________________________________
75429 [  7789] By: nick                                  on 2000/11/20  23:38:33
75430         Log: Integrate mainline
75431      Branch: perlio
75432           +> lib/File/Spec/Epoc.pm
75433           !> (integrate 34 files)
75434 ____________________________________________________________________________
75435 [  7788] By: nick                                  on 2000/11/20  23:20:18
75436         Log: Make extra buffer layer work (dummy crlf layer)
75437      Branch: perlio
75438            ! doio.c perlio.c perlio.h
75439 ____________________________________________________________________________
75440 [  7787] By: jhi                                   on 2000/11/20  22:44:04
75441         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
75442              From: Peter Prymmer <pvhp@forte.com>
75443              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
75444              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
75445      Branch: perl
75446            ! t/pragma/locale.t
75447 ____________________________________________________________________________
75448 [  7786] By: jhi                                   on 2000/11/20  22:29:10
75449         Log: Subject: DOC PATCH 5.6.0 perlreftut
75450              From: mjd@plover.com
75451              Date: 20 Nov 2000 19:45:06 -0000
75452              Message-ID: <20001120194506.9505.qmail@plover.com>
75453      Branch: perl
75454            ! pod/perlreftut.pod
75455 ____________________________________________________________________________
75456 [  7785] By: jhi                                   on 2000/11/20  22:27:44
75457         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
75458              From: David Dyck <dcd@tc.fluke.com>
75459              Date: Mon, 20 Nov 2000 11:43:40 -0800
75460              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
75461      Branch: perl
75462            ! lib/Cwd.pm
75463 ____________________________________________________________________________
75464 [  7784] By: jhi                                   on 2000/11/20  22:23:21
75465         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
75466              Date: Mon, 20 Nov 2000 17:06:10 -0500
75467              To: Mailing list Perl5 <perl5-porters@perl.org>
75468              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
75469      Branch: perl
75470            ! pp_ctl.c t/op/pat.t
75471 ____________________________________________________________________________
75472 [  7783] By: jhi                                   on 2000/11/20  22:11:18
75473         Log: Subject: [PATCH] doop.c - UTF8 tr///               
75474              From: Simon Cozens <simon@cozens.net>
75475              Date: Sat, 18 Nov 2000 18:49:30 +0000
75476              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
75477              
75478              Subject: Re: [PATCH] doop.c - UTF8 tr///           
75479              From: Simon Cozens <simon@cozens.net>
75480              Date: Mon, 20 Nov 2000 20:45:22 +0000
75481              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
75482              
75483              Make tr on UTF-8 better but still not correct.
75484      Branch: perl
75485            ! doop.c
75486 ____________________________________________________________________________
75487 [  7782] By: jhi                                   on 2000/11/20  22:02:16
75488         Log: Remove the shared object before attempting to create
75489              (by linking) a new one.  E.g. in AIX not removing
75490              becomes quite painful if one tries to do more than one
75491              build in the same tree (an interrupted build, for example),
75492              since the AIX' shared dynaloader seemingly keeps the shared
75493              objects open and therefore 'busy' for quite a while, even when
75494              nobody is using the objects, leading into link failures.
75495      Branch: perl
75496            ! lib/ExtUtils/MM_Unix.pm
75497 ____________________________________________________________________________
75498 [  7781] By: gsar                                  on 2000/11/20  19:02:55
75499         Log: type mismatch due to faulty integration
75500      Branch: maint-5.6/perl
75501            ! toke.c win32/Makefile
75502 ____________________________________________________________________________
75503 [  7780] By: gsar                                  on 2000/11/20  17:31:55
75504         Log: integrate changes#6392,6394..6399,6401..6404
75505              
75506              The {multiplier} of a fixed substring was overlooked which
75507              caused a wrong initial search offset for that substring.
75508              
75509              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
75510              From: Hugo <hv@crypt.compulink.co.uk>
75511              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
75512              Date: Thu, 13 Jul 2000 19:27:13 +0100
75513              
75514              Fix the BOM bug: not a byteorder bug, a signedness bug.
75515              
75516              Replace change #6337 with a better one.
75517              
75518              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
75519              From: Hugo <hv@crypt.compulink.co.uk>
75520              Date: Fri, 14 Jul 2000 04:16:20 +0100
75521              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
75522              
75523              MakeMaker should not remove editor backups (*~) on `make clean`
75524              by default (completes change#6383)
75525              
75526              move new variables to the end of the interpreter structure (for
75527              bincompat in code that doesn't #include XSUB.h)
75528              
75529              rename totally bletcherous SvLOCK() thingy (doesn't do what the
75530              name suggests anyway)
75531              
75532              various cleanups (typos, misformatted code, and small bugs)
75533              
75534              typecasts needed for change#6394
75535              
75536              typos in change#6399, regen headers
75537              
75538              inconsistent types needs casts
75539              
75540              PERL_OBJECT build tweaks
75541      Branch: maint-5.6/perl
75542           !> MANIFEST doop.c embed.h embed.pl embedvar.h
75543           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
75544           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
75545           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
75546           !> toke.c util.c
75547 ____________________________________________________________________________
75548 [  7779] By: gsar                                  on 2000/11/20  17:06:29
75549         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
75550              
75551              Cosmetics and perldelta.
75552              
75553              Fix nits noticed by Boston.pm.
75554              
75555              Do the cc sanity check both before the hints and
75556              after the cc selction.
75557              
75558              get sprintf.t to adjust properly for 3-digit exponents
75559              
75560              don't clobber *.orig files on *clean targets
75561              
75562              fix bugs in processing %v-*d and similar format specs (from
75563              Avi Finkel <avi@finkel.org>)
75564              
75565              sprintf test tweaks (from Dominic Dunlop)
75566              
75567              new selfloader.t in change#6183 doesn't close DATA handles,
75568              and thus fails to clean up tmp files on dosish platforms
75569              
75570              typos (spotted by Peter Prymmer)
75571              
75572              typo fix from Craig Berry
75573      Branch: maint-5.6/perl
75574           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
75575           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
75576           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
75577           !> x2p/Makefile.SH
75578 ____________________________________________________________________________
75579 [  7778] By: gsar                                  on 2000/11/20  16:46:51
75580         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
75581              
75582              Subject: Re: format bug report  [Patch]
75583              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75584              Date: Wed, 05 Jul 2000 13:12:52 +0200
75585              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
75586              
75587              Subject: Re: format bug report  [Patch]
75588              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75589              Date: Wed, 05 Jul 2000 14:10:01 +0200
75590              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
75591              
75592              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
75593              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75594              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
75595              Date: Fri, 07 Jul 2000 17:57:16 +0100
75596              
75597              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
75598              To: perl5-porters@perl.org
75599              From: Karsten Sperling <spiff@phreax.net>
75600              Date: Mon, 10 Jul 2000 15:12:52 +0200
75601              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
75602              
75603              README.posix-bc podified from Thomas Dorner.
75604              
75605              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
75606              From: Dominic Dunlop <domo@computer.org>
75607              Date: Tue, 11 Jul 2000 12:27:33 +0200
75608              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
75609              
75610              Typo in #6341.
75611              
75612              Fix for
75613              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
75614              From: Roderick Schertler <roderick@argon.org>
75615              Date: Tue, 11 Jul 2000 13:55:05 -0400
75616              Message-Id: <200007111755.NAA05077@jones.argon.org>
75617              
75618              Minor cleanups on the booklist.
75619              
75620              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
75621              regen perltoc.
75622              
75623              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
75624      Branch: maint-5.6/perl
75625           +> pod/perlbook.pod
75626           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
75627           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
75628           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
75629 ____________________________________________________________________________
75630 [  7777] By: jhi                                   on 2000/11/20  16:08:49
75631         Log: Update Changes.
75632      Branch: perl
75633            ! Changes patchlevel.h
75634 ____________________________________________________________________________
75635 [  7776] By: jhi                                   on 2000/11/20  15:27:56
75636         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
75637              This may be overly harsh but until proven otherwise, we think this
75638              way, or until we have a simple test for Configure (having to start
75639              up servers is does not count as simple) to check for the problems.
75640      Branch: perl
75641            ! perl.h
75642 ____________________________________________________________________________
75643 [  7775] By: jhi                                   on 2000/11/20  15:22:17
75644         Log: Solaris hints tweaks.
75645      Branch: perl
75646            ! hints/solaris_2.sh
75647 ____________________________________________________________________________
75648 [  7774] By: jhi                                   on 2000/11/20  15:01:20
75649         Log: Add a workaround to SOCKS 64-bit problems.
75650      Branch: perl
75651            ! doio.c embed.h embed.pl perlsdio.h proto.h
75652 ____________________________________________________________________________
75653 [  7773] By: jhi                                   on 2000/11/20  14:51:47
75654         Log: sysseek() instead of seek().
75655      Branch: perl
75656            ! t/lib/syslfs.t
75657 ____________________________________________________________________________
75658 [  7772] By: gsar                                  on 2000/11/20  13:06:23
75659         Log: integrate changes#6315..6319,6321..6331,6333..6338
75660              
75661              Integrate with Sarathy, preliminary fix for unicos
75662              alignment problems in [ID 20000612.002] Perl problem on Cray system.
75663              
75664              some debugger output does not go to the socket when RemotePort is set
75665              
75666              winsock cleanup never done on Windows (leads to handle leaks)
75667              
75668              fix UNC path handling on Windows under ithreads, and chdir()
75669              return value when given a non-existent directory
75670              
75671              Autogenerate pod/Makefile and pod/buildtoc.
75672              buildtoc also checks whether the existin pods are
75673              mentioned in MANIFEST and perl.pod, and vice versa.
75674              (None of the thusly found discrepancies fixed yet.)
75675              roffitall also needs to be autogenerated similarly but it
75676              seems so badly out of date that I didn't touch it yet.
75677              
75678              Config is being used.
75679              
75680              Add =head1 NAMEs so that buildtoc is happy.
75681              (The CGI::Util nit reported to Lincoln.)
75682              
75683              Fix complaints of buildtoc.
75684              
75685              Fix the alignment problem in Crays ([ID 20000612.002]).
75686              
75687              Remove perlbook, update perlfaq book listing,
75688              rearrange perl.pod, regenerate perltoc.
75689              
75690              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
75691              was cast to an unsigned (32-bit) integer with wild abandon.
75692              
75693              winsock options weren't being set in all threads under ithreads
75694              (caused send()s from second and subsequent threads to fail)
75695              
75696              accept() leaks memory on windows due to incorrect ordering of
75697              closesocket() and fclose() calls
75698              
75699              Reorder perl.pod once more.
75700              
75701              More POSIX.pod tweaks.
75702              
75703              Sprinkle ldlibpath.
75704              
75705              Precedence goof, fix based on
75706              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
75707              From: Hugo <hv@crypt.compulink.co.uk>
75708              Date: Tue, 11 Jul 2000 12:52:38 +0100
75709              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
75710              
75711              Subject: PATCH perlguts.pod: Document D and d magic types
75712              From: mjd@plover.com
75713              Date: 5 Jul 2000 18:01:51 -0000
75714              Message-ID: <20000705180151.29413.qmail@plover.com>
75715              
75716              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
75717              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
75718              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
75719              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
75720              
75721              Subject: [PATCH cfgperl] $& segfaults if you trick it
75722              From: simon@brecon.co.uk (Simon Cozens)
75723              Date: 7 Jul 2000 11:26:09 GMT
75724              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
75725              
75726              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
75727              From: Hugo <hv@crypt.compulink.co.uk>
75728              Date: Tue, 11 Jul 2000 12:44:50 +0100
75729              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
75730              
75731              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
75732              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75733              Date: Tue, 11 Jul 2000 13:50:51 +0100
75734              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
75735      Branch: maint-5.6/perl
75736           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
75737           +> pod/buildtoc.PL
75738            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
75739           !> (integrate 26 files)
75740 ____________________________________________________________________________
75741 [  7771] By: gsar                                  on 2000/11/20  12:31:42
75742         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
75743              6310,6311,6314
75744              
75745              Subject: [PATCH bleedperl] File::Spec 0.82 beta
75746              From: Barrie Slaymaker <barries@jester.slaysys.com>
75747              Date: Wed, 28 Jun 2000 11:35:29 -0400
75748              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
75749              
75750              tweak perlembed for multiplicity/usethreads sanity; correct notes
75751              about Windows
75752              
75753              localize %INC in a Safe compartment so that use/require work
75754              (many other magic globals probably need similar treatment)
75755              
75756              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
75757              when @_ is modified, causing coredumps
75758              
75759              slurp mode fix in change#4736 still not quite right
75760              
75761              Point to perlipc for more SysV IPC examples.
75762              
75763              Elaborate POSIX.pod.  Still needs work.
75764              
75765              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
75766              
75767              fix large memory leak that has been around for ever, masked by
75768              -DPURIFY (most of the arenas were never freed!)
75769              
75770              fix memory leak on Windows (PL_sys_intern contents were never
75771              freed)
75772              
75773              PERL_OBJECT build tweak
75774              
75775              adjust change#6299
75776              
75777              remove rel2abs prototypes (from Barrie Slaymaker)
75778              
75779              missing perldiag entry for unpack("w",...) diagnostic (from
75780              Andreas Koenig)
75781              
75782              better diagnostic on Frob->stuff() when Frob:: doesn't exist
75783              (from Richard Soderberg <rs@oregonnet.com>)
75784              
75785              Win32 patches for cfgperl from Sarathy.
75786              
75787              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
75788              
75789              More POSIX.pod embellishment.
75790              
75791              tyop in change#6306
75792      Branch: maint-5.6/perl
75793           !> (integrate 44 files)
75794 ____________________________________________________________________________
75795 [  7770] By: gsar                                  on 2000/11/20  11:51:00
75796         Log: integrate changes#6268..6282 from cfgperl branch
75797              
75798              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
75799              From: Dominic Dunlop <domo@computer.org>
75800              Date: Thu, 29 Jun 2000 12:32:39 +0200
75801              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
75802              
75803              Regen headers for #6261 (and update embed.pl for this) and #6267,
75804              silence few compiler warnings.
75805              
75806              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
75807              From: Nicholas Clark <nick@talking.bollo.cx>
75808              Date: Fri, 23 Jun 2000 16:21:15 +0100
75809              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
75810              
75811              Subject: PATCH pod/perltie.pod
75812              From: Ian Phillipps <Ian.Phillipps@iname.com>
75813              Date: Fri, 16 Jun 2000 00:17:19 +0100
75814              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
75815              (only the first hunk, the second hunk had already been done
75816              by some other patch)
75817              
75818              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
75819              From: Tom Phoenix <rootbeer@redcat.com>
75820              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
75821              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
75822              
75823              Subject: [PATCH] xsub attributes
75824              From: Doug MacEachern <dougm@covalent.net>
75825              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
75826              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
75827              
75828              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
75829              From: Andy Dougherty <doughera@lafayette.edu>
75830              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
75831              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
75832              
75833              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
75834              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
75835              Date: Tue, 13 Jun 2000 02:43:48 -0500
75836              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
75837              
75838              Subject: [PATCH] Re: eval documentation: context
75839              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75840              Date: Mon, 12 Jun 2000 15:07:29 +0100
75841              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
75842              
75843              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
75844              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75845              Date: Mon, 12 Jun 2000 14:55:59 +0100
75846              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
75847              
75848              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
75849              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
75850              Date: Fri, 09 Jun 2000 12:39:27 -0400
75851              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
75852              (plus update the version "number" of Text::Wrap)
75853              
75854              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
75855              From: Tim Ayers <tayers@bridge.com>
75856              Date: Thu, 08 Jun 2000 08:11:06 +0200
75857              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
75858              [resent by Richard Foley, Message-Id probably wrong]
75859              
75860              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
75861              From: rspier@pobox.com (Robert Spier)
75862              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
75863              Message-ID: <14654.31913.845602.610277@rls.cx>
75864              
75865              Subject: [PATCH 5.6.0] utils/h2xs.PL
75866              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
75867              Date: Wed, 7 Jun 2000 04:02:04 -0500
75868              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
75869              
75870              Subject: [PATCH 5.6.0]ITHREADs for VMS
75871              From: Dan Sugalski <dan@sidhe.org>
75872              Date: Tue, 06 Jun 2000 11:59:50 -0400
75873              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
75874      Branch: maint-5.6/perl
75875           !> (integrate 31 files)
75876 ____________________________________________________________________________
75877 [  7769] By: gsar                                  on 2000/11/20  11:29:06
75878         Log: integrate changes#6261..6266 from cfgperl
75879              
75880              Subject: Re: [PATCH cfgperl] BOMs away!
75881              From: simon@brecon.co.uk (Simon Cozens)
75882              Date: 17 Jun 2000 11:49:57 GMT
75883              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
75884              
75885              Subject: 5.6.0 Patch for EPOC
75886              From: Olaf Flebbe <o.flebbe@gmx.de>
75887              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
75888              Message-ID: <23449.960929969@www11.gmx.net>
75889              
75890              tr fixes from Simon Cozens
75891              
75892              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
75893              From: Marty Lucich <marty@netcom.com>
75894              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
75895              Message-Id: <200006282116.OAA11148@netcom.com>
75896              ccdlflags update (the BSD/OS 4.1 part had already been taken
75897              care of by #6141).
75898              
75899              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
75900              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75901              Date: Wed, 28 Jun 2000 17:50:12 -0700
75902              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
75903              
75904              Subject: [PATCH 5.6.0] cygwin port
75905              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
75906              From: "Fifer, Eric" <EFifer@sanwaint.com>
75907              Date: Thu, 29 Jun 2000 12:58:29 +0100
75908      Branch: maint-5.6/perl
75909           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
75910           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
75911           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
75912           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
75913 ____________________________________________________________________________
75914 [  7768] By: gsar                                  on 2000/11/20  11:13:44
75915         Log: integrate changes#6252..6256,6259..6260
75916              
75917              Paranoia tweak on #6249.
75918              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
75919              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
75920              Date: Sun, 25 Jun 2000 23:43:12 -0400
75921              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
75922              
75923              Subject: tr///, help wanted.
75924              From: simon@brecon.co.uk (Simon Cozens)
75925              Date: 28 Jun 2000 11:29:04 GMT
75926              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
75927              
75928              small thinko tweaks
75929              
75930              tweaks from Simon Conzes to further fix tr/// under utf8
75931              
75932              perlnewmod was missing from MANIFEST.
75933              
75934              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
75935              From: simon@brecon.co.uk (Simon Cozens)
75936              Date: 17 Jun 2000 11:56:44 GMT
75937              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
75938              pack U0, pack C0
75939      Branch: maint-5.6/perl
75940           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
75941           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
75942           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
75943           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
75944 ____________________________________________________________________________
75945 [  7767] By: gsar                                  on 2000/11/20  10:51:38
75946         Log: integrate change#6250 from cfgperl
75947              
75948              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
75949              From: Doug MacEachern <dougm@covalent.net>
75950              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
75951              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
75952      Branch: maint-5.6/perl
75953           +> t/op/my_stash.t
75954           !> MANIFEST embed.pl global.sym proto.h toke.c
75955 ____________________________________________________________________________
75956 [  7766] By: gsar                                  on 2000/11/20  10:48:34
75957         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
75958              
75959              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
75960              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
75961              Date: Mon, 26 Jun 2000 18:40:14 +0100
75962              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
75963              
75964              Subject: [PATCH] bytes<->utf8 fixes
75965              From: simon@brecon.co.uk (Simon Cozens)
75966              Date: 26 Jun 2000 04:55:45 GMT
75967              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
75968              
75969              Subject: [PATCH] is_utf8_string
75970              From: simon@brecon.co.uk (Simon Cozens)
75971              Date: 26 Jun 2000 02:25:59 GMT
75972              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
75973              
75974              Subject: [PATCH] avoid mg_ptr in '*' magic
75975              From: Doug MacEachern <dougm@covalent.net>
75976              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
75977              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
75978              
75979              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
75980              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
75981              Date: Sat, 24 Jun 2000 13:06:20 +0100
75982              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
75983              
75984              Allow for standalone testing.
75985              
75986              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
75987              From: Mark-Jason Dominus <mjd@plover.com>
75988              Date: Tue, 27 Jun 2000 22:36:42 -0400
75989              Message-ID: <20000628023642.12166.qmail@plover.com>
75990              
75991              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
75992              From: Frank Tobin <ftobin@uiuc.edu>
75993              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
75994              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
75995      Branch: maint-5.6/perl
75996           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
75997           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
75998           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
75999           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
76000           !> utf8.c utils/h2xs.PL
76001 ____________________________________________________________________________
76002 [  7765] By: gsar                                  on 2000/11/20  10:29:13
76003         Log: integrate change#6239 from cfgperl
76004              
76005              Configure maintenance.  Sever some dependency cycles,
76006              separate gccversion from the cc unit,
76007              address [ID 20000623.006] Configure script patch for using gcc on AIX
76008              (but solve it a little bit differently),
76009              unduplex some accidentally duplicated units,
76010              suggest using gcc if no cc available
76011              (p5p thread: "Solaris configure: counterproposal", 1999-09)
76012      Branch: maint-5.6/perl
76013           !> Configure Todo-5.6 config_h.SH
76014 ____________________________________________________________________________
76015 [  7764] By: gsar                                  on 2000/11/20  10:25:55
76016         Log: integrate changes#6233..6238 from cfgperl
76017              
76018              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
76019              From: Mark-Jason Dominus <mjd@plover.com>
76020              Date: Fri, 16 Jun 2000 20:53:04 -0400
76021              Message-ID: <20000617005304.8008.qmail@plover.com>
76022              
76023              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
76024              because when run as services (Win32ese for daemons)
76025              no environment variables are set and tmpdir ends up as /tmp,
76026              which is ambiguous.
76027              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
76028              From: matt@sergeant.org
76029              Date: 16 Jun 2000 16:30:43 -0000
76030              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
76031              
76032              The thread begun by
76033              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
76034              From: Kevin.Ruscoe@ubsw.com
76035              Date: Fri, 16 Jun 2000 16:38:51 +0100
76036              Message-Id: <H000019b03c300d6@MHS>
76037              
76038              Tweak embed.pl, regen headers.
76039              
76040              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
76041              From: Dan Sugalski <dan@sidhe.org>
76042              Date: Fri, 23 Jun 2000 17:00:00 -0400
76043              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
76044      Branch: maint-5.6/perl
76045           !> (integrate 27 files)
76046 ____________________________________________________________________________
76047 [  7763] By: gsar                                  on 2000/11/20  10:08:08
76048         Log: s/perl56delta/perldelta/g
76049      Branch: maint-5.6/perl
76050            ! pod/Makefile
76051 ____________________________________________________________________________
76052 [  7762] By: gsar                                  on 2000/11/20  10:04:00
76053         Log: integrate changes#6225,6229,6231,6232 from cfgperl
76054              
76055              Add source code filenames to apidoc.
76056              From: simon@brecon.co.uk (Simon Cozens)
76057              Subject: [PATCH embed.pl] Source X-ref
76058              Date: 22 Jun 2000 02:18:49 GMT
76059              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
76060              
76061              Subject: README.hpux version 0.6.1
76062              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
76063              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
76064              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
76065              
76066              Subject: [PATCH 5.6.0] cygwin port
76067              From: "Fifer, Eric" <EFifer@sanwaint.com>
76068              Date: Tue, 20 Jun 2000 14:30:58 +0100
76069              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
76070              
76071              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
76072              From: simon@brecon.co.uk (Simon Cozens)
76073              Date: 19 Jun 2000 15:18:27 GMT
76074              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
76075              
76076              plus update pod/Makefile and regenerate perltoc
76077      Branch: maint-5.6/perl
76078           +> pod/perlutil.pod
76079           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
76080           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
76081 ____________________________________________________________________________
76082 [  7761] By: jhi                                   on 2000/11/20  04:09:55
76083         Log: Miraculous typo.
76084      Branch: perl
76085            ! t/op/pat.t
76086 ____________________________________________________________________________
76087 [  7760] By: jhi                                   on 2000/11/20  04:06:08
76088         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
76089              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76090              Date: Sun, 19 Nov 2000 22:30:26 -0500
76091              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
76092      Branch: perl
76093            ! regexec.c scope.h t/op/pat.t
76094 ____________________________________________________________________________
76095 [  7759] By: jhi                                   on 2000/11/20  02:05:22
76096         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
76097      Branch: perl
76098            ! perl.h
76099 ____________________________________________________________________________
76100 [  7758] By: jhi                                   on 2000/11/20  01:58:11
76101         Log: Subject: [perl 7711: EPOC] updates
76102              From: Olaf Flebbe <o.flebbe@gmx.de>
76103              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
76104              Message-ID: <25575.974658810@www23.gmx.net>               
76105      Branch: perl
76106            + lib/File/Spec/Epoc.pm
76107            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
76108            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
76109            ! lib/File/Spec.pm perl.c sv.c
76110 ____________________________________________________________________________
76111 [  7757] By: jhi                                   on 2000/11/20  01:53:11
76112         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
76113      Branch: perl
76114            ! MANIFEST
76115 ____________________________________________________________________________
76116 [  7756] By: jhi                                   on 2000/11/20  01:47:22
76117         Log: Integrate perlio:
76118              
76119              [  7755]
76120              Add dummy crlf layer (just as buffer)
76121              Correct 1st bug - one layer of indirection.
76122              
76123              [  7754]
76124              Work-round to Perl_deb_nocontext is no longer required
76125              
76126              [  7753]
76127              diff -se shows these as different
76128              
76129              [  7752]
76130              Configure GCC/Win32 build -Duseperlio
76131              Fix a couple of gross issues
76132              - double-include of ../deb.o in re.dll
76133              - win32sck.c needs PerlIO and FILE 
76134              
76135              [  7751]
76136              Special case :crlf and :raw in dummy PerlIO_apply_layers
76137              
76138              [  7750]
76139              Missing aTHX_
76140      Branch: perl
76141            - ext/re/hints/MSWin32.pl
76142           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
76143           !> win32/config.gc win32/config_H.gc win32/win32sck.c
76144 ____________________________________________________________________________
76145 [  7755] By: nick                                  on 2000/11/19  20:57:17
76146         Log: Add dummy crlf layer (just as buffer)
76147              Correct 1st bug - one layer of indirection.
76148      Branch: perlio
76149            ! perlio.c perlio.h perliol.h
76150 ____________________________________________________________________________
76151 [  7754] By: nick                                  on 2000/11/19  20:56:12
76152         Log: Work-round to Perl_deb_nocontext is no longer required
76153      Branch: perlio
76154            - ext/re/hints/MSWin32.pl
76155 ____________________________________________________________________________
76156 [  7753] By: nick                                  on 2000/11/19  20:01:16
76157         Log: diff -se shows these as different
76158      Branch: perlio
76159            ! global.sym pod/perlapi.pod
76160 ____________________________________________________________________________
76161 [  7752] By: nick                                  on 2000/11/19  18:57:30
76162         Log: Configure GCC/Win32 build -Duseperlio
76163              Fix a couple of gross issues
76164              - double-include of ../deb.o in re.dll
76165              - win32sck.c needs PerlIO and FILE 
76166      Branch: perlio
76167            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
76168            ! win32/win32sck.c
76169 ____________________________________________________________________________
76170 [  7751] By: nick                                  on 2000/11/19  17:05:36
76171         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
76172      Branch: perlio
76173            ! perlio.c
76174 ____________________________________________________________________________
76175 [  7750] By: nick                                  on 2000/11/19  16:57:14
76176         Log: Missing aTHX_
76177      Branch: perlio
76178            ! sv.c
76179 ____________________________________________________________________________
76180 [  7749] By: jhi                                   on 2000/11/19  16:28:40
76181         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
76182              From: "Peter J. Farley III" <pjfarley@banet.net>
76183              Date: Sun, 19 Nov 2000 01:42:58 -0500
76184              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
76185      Branch: perl
76186            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
76187 ____________________________________________________________________________
76188 [  7748] By: jhi                                   on 2000/11/19  16:08:10
76189         Log: Subject: podlators 1.05 available        
76190              From: Russ Allbery <rra@stanford.edu>   
76191              Date: 18 Nov 2000 22:04:28 -0800
76192              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
76193      Branch: perl
76194            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
76195 ____________________________________________________________________________
76196 [  7747] By: nick                                  on 2000/11/19  11:19:39
76197         Log: Integrate mainline
76198      Branch: perlio
76199           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
76200           !> util.c
76201 ____________________________________________________________________________
76202 [  7746] By: jhi                                   on 2000/11/19  06:42:22
76203         Log: Make hex scanning warn on "\x{x}" and "\xx".
76204              "\x" and and hex("x") are still valid.
76205      Branch: perl
76206            ! util.c
76207 ____________________________________________________________________________
76208 [  7745] By: nick                                  on 2000/11/18  22:52:28
76209         Log: Integrate mainline
76210      Branch: perlio
76211           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
76212           !> perl.h perlio.c proto.h regcomp.c regcomp.h
76213 ____________________________________________________________________________
76214 [  7744] By: jhi                                   on 2000/11/18  22:50:28
76215         Log: Introduce Perl_utf8_length().  Use it.
76216      Branch: perl
76217            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
76218 ____________________________________________________________________________
76219 [  7743] By: jhi                                   on 2000/11/18  22:38:51
76220         Log: Compiler denit.
76221      Branch: perl
76222            ! perlio.c
76223 ____________________________________________________________________________
76224 [  7742] By: jhi                                   on 2000/11/18  20:33:05
76225         Log: Integrate perlio:
76226              
76227              [  7740]
76228              Lexical use open ... support:
76229              add ->cop_io to COP structure in cop.h.
76230              Make mg.c and gv.c associate it with ${^OPEN}.
76231              Make lib/open.pm set it.
76232              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
76233              manner similar to ->cop_warnings.
76234              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
76235              call new PerlIO_apply_layers().
76236              Declare latter in perlio.h and define in perlio.c
76237      Branch: perl
76238           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
76239           !> perlio.h pp_ctl.c pp_sys.c sv.c
76240 ____________________________________________________________________________
76241 [  7741] By: jhi                                   on 2000/11/18  20:31:27
76242         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
76243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76244              Date: Fri, 17 Nov 2000 20:35:11 -0500
76245              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
76246              
76247              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
76248              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76249              Date: Fri, 17 Nov 2000 21:03:47 -0500
76250              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
76251              
76252              Plus a little bit of tweaking in pregcomp().
76253      Branch: perl
76254            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
76255 ____________________________________________________________________________
76256 [  7740] By: nick                                  on 2000/11/18  20:17:22
76257         Log: Lexical use open ... support:
76258              add ->cop_io to COP structure in cop.h.
76259              Make mg.c and gv.c associate it with ${^OPEN}.
76260              Make lib/open.pm set it.
76261              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
76262              manner similar to ->cop_warnings.
76263              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
76264              call new PerlIO_apply_layers().
76265              Declare latter in perlio.h and define in perlio.c
76266      Branch: perlio
76267            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
76268            ! perlio.h pp_ctl.c pp_sys.c sv.c
76269 ____________________________________________________________________________
76270 [  7739] By: jhi                                   on 2000/11/18  19:54:00
76271         Log: Integrate perlio:
76272              
76273              [  7736]
76274              Basic tweaks to do_open() type parsing to allow layer/discipline
76275              part to be isolated.
76276              
76277              [  7727]
76278              Experiment on use of attributes.pm interface.
76279              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
76280              SVt_PVRV if not already something better (else vivify of say magic gets
76281              core dump).
76282      Branch: perl
76283           !> doio.c perlio.c pp.c
76284 ____________________________________________________________________________
76285 [  7738] By: jhi                                   on 2000/11/18  17:16:13
76286         Log: Subject: [PATCH 5.7.0] etags broken again
76287              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76288              Date: Sat, 18 Nov 2000 02:41:36 -0500
76289              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
76290      Branch: perl
76291            ! emacs/ptags
76292 ____________________________________________________________________________
76293 [  7737] By: jhi                                   on 2000/11/18  17:12:18
76294         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
76295      Branch: perl
76296            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
76297 ____________________________________________________________________________
76298 [  7736] By: nick                                  on 2000/11/18  14:06:20
76299         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
76300              part to be isolated.
76301      Branch: perlio
76302            ! doio.c perlio.c
76303 ____________________________________________________________________________
76304 [  7735] By: nick                                  on 2000/11/18  11:03:32
76305         Log: Integrate mainline
76306      Branch: perlio
76307           !> Changes README.amiga README.win32 patchlevel.h
76308           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
76309 ____________________________________________________________________________
76310 [  7734] By: jhi                                   on 2000/11/18  01:18:56
76311         Log: Update Changes.
76312      Branch: perl
76313            ! Changes patchlevel.h
76314 ____________________________________________________________________________
76315 [  7733] By: jhi                                   on 2000/11/18  00:32:54
76316         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
76317              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76318              Date: Fri, 17 Nov 2000 17:28:02 -0500
76319              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
76320      Branch: perl
76321            ! regcomp.c regexec.c t/op/re_tests
76322 ____________________________________________________________________________
76323 [  7732] By: jhi                                   on 2000/11/18  00:28:56
76324         Log: Sparc 64-bit pack() fix from Jens Hamisch.
76325      Branch: perl
76326            ! pp.c
76327 ____________________________________________________________________________
76328 [  7731] By: jhi                                   on 2000/11/18  00:18:39
76329         Log: Explain in more detail the {} syntax ambiguousity.
76330              
76331              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
76332              From: Nicholas Clark <nick@ccl4.org>
76333              Date: Fri, 17 Nov 2000 22:10:28 +0000
76334              Message-ID: <20001117221028.A88930@plum.flirble.org>
76335      Branch: perl
76336            ! pod/perlfunc.pod
76337 ____________________________________________________________________________
76338 [  7730] By: jhi                                   on 2000/11/18  00:12:18
76339         Log: Subject: Fix for README.amiga (20000323.033)
76340              From: "Stephen P. Potter" <spp@spotter.yi.org>
76341              Date: Fri, 17 Nov 2000 12:25:51 -0500
76342              Message-Id: <200011171725.MAA05768@spotter.yi.org>
76343      Branch: perl
76344            ! README.amiga
76345 ____________________________________________________________________________
76346 [  7729] By: jhi                                   on 2000/11/18  00:08:34
76347         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
76348              From: "A. C. Yardley" <yardley@tanet.net>
76349              Date: Mon, 3 Apr 2000 11:35:33 -0700
76350              Message-ID: <3483.000403@tanet.net>
76351      Branch: perl
76352            ! README.win32
76353 ____________________________________________________________________________
76354 [  7728] By: nick                                  on 2000/11/17  21:59:47
76355         Log: Integrate mainline
76356      Branch: perlio
76357           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
76358           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
76359           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
76360           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
76361 ____________________________________________________________________________
76362 [  7727] By: nick                                  on 2000/11/17  21:56:31
76363         Log: Experiment on use of attributes.pm interface.
76364              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
76365              SVt_PVRV if not already something better (else vivify of say magic gets
76366              core dump).
76367      Branch: perlio
76368            ! perlio.c pp.c
76369 ____________________________________________________________________________
76370 [  7726] By: jhi                                   on 2000/11/17  14:15:49
76371         Log: Subject: Fix for 20000815.006
76372              From: "Stephen P. Potter" <spp@spotter.yi.org>
76373              Date: Fri, 17 Nov 2000 08:57:45 -0500
76374              Message-Id: <200011171357.IAA05122@spotter.yi.org>
76375              
76376              It's really 20000518.006.
76377      Branch: perl
76378            ! pod/perlmodlib.PL
76379 ____________________________________________________________________________
76380 [  7725] By: jhi                                   on 2000/11/17  14:12:31
76381         Log: Subject: Fix for 20000409.001
76382              From: "Stephen P. Potter" <spp@spotter.yi.org>
76383              Date: Fri, 17 Nov 2000 08:55:45 -0500
76384              Message-Id: <200011171355.IAA05104@spotter.yi.org>
76385      Branch: perl
76386            ! pod/perlfaq9.pod
76387 ____________________________________________________________________________
76388 [  7724] By: jhi                                   on 2000/11/17  14:08:58
76389         Log: Undo #7627 now that we have =head3.
76390      Branch: perl
76391            ! pod/perlhack.pod
76392 ____________________________________________________________________________
76393 [  7723] By: jhi                                   on 2000/11/17  14:04:09
76394         Log: As surmised the #7719 wasn't a good move.
76395      Branch: perl
76396            ! hints/solaris_2.sh
76397 ____________________________________________________________________________
76398 [  7722] By: jhi                                   on 2000/11/17  13:59:04
76399         Log: Also the 64bitall hints can be either here or there.
76400      Branch: perl
76401            ! hints/solaris_2.sh
76402 ____________________________________________________________________________
76403 [  7721] By: jhi                                   on 2000/11/17  02:26:23
76404         Log: Test tweak for the open pragma.
76405      Branch: perl
76406            ! t/lib/b.t
76407 ____________________________________________________________________________
76408 [  7720] By: jhi                                   on 2000/11/17  00:23:22
76409         Log: The long double hints can be here or there.
76410      Branch: perl
76411            ! hints/solaris_2.sh
76412 ____________________________________________________________________________
76413 [  7719] By: jhi                                   on 2000/11/17  00:14:06
76414         Log: For Solaris use64bitall the stdchar needs a little bit of help.
76415      Branch: perl
76416            ! hints/solaris_2.sh
76417 ____________________________________________________________________________
76418 [  7718] By: jhi                                   on 2000/11/16  23:27:34
76419         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
76420              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
76421              Date: Wed, 15 Nov 2000 08:56:32 +0100
76422              Message-ID: <3A1241B0.64477E00@alcatel.at>
76423      Branch: perl
76424            ! lib/Carp/Heavy.pm
76425 ____________________________________________________________________________
76426 [  7717] By: jhi                                   on 2000/11/16  23:23:29
76427         Log: Subject: [PATCH] Re: 20001101.003 PDL
76428              From: Nicholas Clark <nick@ccl4.org>
76429              Date: Thu, 16 Nov 2000 16:48:25 +0000
76430              Message-ID: <20001116164825.B93487@plum.flirble.org>
76431      Branch: perl
76432            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
76433 ____________________________________________________________________________
76434 [  7716] By: jhi                                   on 2000/11/16  23:21:31
76435         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
76436              From: "Casey R. Tweten" <crt@kiski.net>
76437              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
76438              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
76439      Branch: perl
76440            ! lib/Pod/Checker.pm pod/perlpod.pod
76441 ____________________________________________________________________________
76442 [  7715] By: jhi                                   on 2000/11/16  23:19:40
76443         Log: Avoid an infinite loop in VMS when utils scripts are run
76444              with no arguments, from Charles Lane.
76445      Branch: perl
76446            ! configure.com
76447 ____________________________________________________________________________
76448 [  7714] By: jhi                                   on 2000/11/16  23:17:08
76449         Log: Subject: perllocale.pod changes
76450              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
76451              Date: Mon, 13 Nov 2000 10:09:22 +0300
76452              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
76453      Branch: perl
76454            ! pod/perllocale.pod
76455 ____________________________________________________________________________
76456 [  7713] By: jhi                                   on 2000/11/16  23:14:06
76457         Log: Integrate perlio:
76458              
76459              [  7711]
76460              Minor tweaks:
76461              consistent way of getting 'rb', 'wb' etc. for binary opens
76462              move *perlio::layers to *open::layers
76463              a #define to show layers available
76464              DOSISH popen/PerlIO had export/import sense inverted.
76465      Branch: perl
76466           !> doio.c perlio.c perlio.h util.c
76467 ____________________________________________________________________________
76468 [  7712] By: nick                                  on 2000/11/16  21:10:58
76469         Log: Integrate mainline
76470      Branch: perlio
76471           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
76472           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
76473           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
76474           !> vos/config.ga.def vos/config.ga.h win32/config.bc
76475           !> win32/config.gc win32/config.vc
76476 ____________________________________________________________________________
76477 [  7711] By: nick                                  on 2000/11/16  19:56:41
76478         Log: Minor tweaks:
76479              consistent way of getting 'rb', 'wb' etc. for binary opens
76480              move *perlio::layers to *open::layers
76481              a #define to show layers available
76482              DOSISH popen/PerlIO had export/import sense inverted.
76483      Branch: perlio
76484            ! doio.c perlio.c perlio.h util.c
76485 ____________________________________________________________________________
76486 [  7710] By: jhi                                   on 2000/11/16  15:46:05
76487         Log: Add HAS_SBRK_PROTO.
76488      Branch: metaconfig/U/perl
76489            + d_sbrkproto.U
76490      Branch: perl
76491            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76492            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
76493            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
76494            ! vos/config.ga.def vos/config.ga.h win32/config.bc
76495            ! win32/config.gc win32/config.vc
76496 ____________________________________________________________________________
76497 [  7709] By: nick                                  on 2000/11/16  07:31:49
76498         Log: Integrate mainline
76499      Branch: perlio
76500           !> (integrate 35 files)
76501 ____________________________________________________________________________
76502 [  7708] By: jhi                                   on 2000/11/16  05:33:03
76503         Log: These files are text, not binary.
76504      Branch: perl
76505            ! ext/Encode/Encode/iso8859-10.enc
76506            ! ext/Encode/Encode/iso8859-13.enc
76507            ! ext/Encode/Encode/iso8859-14.enc
76508            ! ext/Encode/Encode/iso8859-15.enc
76509 ____________________________________________________________________________
76510 [  7707] By: jhi                                   on 2000/11/16  01:53:37
76511         Log: Update Changes.
76512      Branch: perl
76513            ! Changes patchlevel.h
76514 ____________________________________________________________________________
76515 [  7706] By: jhi                                   on 2000/11/16  01:35:59
76516         Log: More #undefing of stdio.
76517      Branch: perl
76518            ! fakesdio.h nostdio.h
76519 ____________________________________________________________________________
76520 [  7705] By: jhi                                   on 2000/11/16  01:34:18
76521         Log: Add fwalk() probe to the configuration files and regen perltoc.
76522      Branch: perl
76523            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76524            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
76525            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
76526            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
76527            ! win32/config.bc win32/config.gc win32/config.vc
76528 ____________________________________________________________________________
76529 [  7704] By: jhi                                   on 2000/11/16  01:33:07
76530         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
76531              an optional third argument to Inlibc?)
76532      Branch: metaconfig/U/perl
76533            + d__fwalk.U
76534 ____________________________________________________________________________
76535 [  7703] By: jhi                                   on 2000/11/16  01:09:22
76536         Log: The type of the hash_cb() size argument is tricky.
76537      Branch: perl
76538            ! ext/DB_File/DB_File.xs
76539 ____________________________________________________________________________
76540 [  7702] By: jhi                                   on 2000/11/15  23:01:16
76541         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
76542      Branch: perl
76543            ! nostdio.h
76544 ____________________________________________________________________________
76545 [  7701] By: jhi                                   on 2000/11/15  22:52:32
76546         Log: Detypo.
76547      Branch: perl
76548            ! t/lib/bigfltpm.t
76549 ____________________________________________________________________________
76550 [  7700] By: jhi                                   on 2000/11/15  22:51:56
76551         Log: UINT64_C() work continues.
76552      Branch: perl
76553            ! handy.h perl.h utf8.h
76554 ____________________________________________________________________________
76555 [  7699] By: jhi                                   on 2000/11/15  14:13:04
76556         Log: SOCKS has its own USE_THREADS, based on
76557              
76558              Subject: [ID 20001114.002] et. al. bugfix followup
76559              From: Jens Hamisch <jens@Strawberry.COM> 
76560              Date: Wed, 15 Nov 2000 14:23:11 +0100
76561              Message-ID: <20001115142311.A21164@Strawberry.COM>
76562      Branch: perl
76563            ! perl.h
76564 ____________________________________________________________________________
76565 [  7698] By: jhi                                   on 2000/11/15  03:50:56
76566         Log: Add few missing #undefs and sort them.
76567      Branch: perl
76568            ! fakesdio.h
76569 ____________________________________________________________________________
76570 [  7697] By: jhi                                   on 2000/11/15  03:39:14
76571         Log: Linenumber fix.
76572      Branch: perl
76573            ! t/pragma/warn/utf8
76574 ____________________________________________________________________________
76575 [  7696] By: jhi                                   on 2000/11/15  02:55:26
76576         Log: EBCDIC tweaks.
76577              
76578              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
76579              From: Peter Prymmer <pvhp@forte.com>
76580              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
76581              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
76582      Branch: perl
76583            ! t/op/regmesg.t t/pragma/warn/utf8
76584 ____________________________________________________________________________
76585 [  7695] By: jhi                                   on 2000/11/15  02:53:58
76586         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
76587              From: Peter Prymmer <pvhp@forte.com>
76588              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
76589              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
76590      Branch: perl
76591            ! utf8.c
76592 ____________________________________________________________________________
76593 [  7694] By: jhi                                   on 2000/11/15  02:50:55
76594         Log: Subject: [PATCH: perl@7674] updates to README.os390
76595              From: Prymmer/Kahn <pvhp@best.com>
76596              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
76597              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
76598      Branch: perl
76599            ! README.os390
76600 ____________________________________________________________________________
76601 [  7693] By: jhi                                   on 2000/11/15  02:48:37
76602         Log: Quit utf8_to_uv() instantly if curlen == 0.
76603      Branch: perl
76604            ! utf8.c
76605 ____________________________________________________________________________
76606 [  7692] By: jhi                                   on 2000/11/15  02:24:29
76607         Log: Use u_int32_t for the size of hash_cb(), not size_t.
76608              
76609              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
76610              From: Jens Hamisch <jens@Strawberry.COM>     
76611              Date: Tue, 14 Nov 2000 19:03:55 +0100
76612              Message-Id: <20001114190355.A20559@Strawberry.COM>
76613      Branch: perl
76614            ! ext/DB_File/DB_File.xs
76615 ____________________________________________________________________________
76616 [  7691] By: jhi                                   on 2000/11/15  02:20:12
76617         Log: Use UINT64_C().
76618              
76619              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
76620              From: Jens Hamisch <jens@Strawberry.COM>
76621              Date: Tue, 14 Nov 2000 19:16:23 +0100
76622              Message-Id: <20001114191623.G20559@Strawberry.COM>
76623      Branch: perl
76624            ! utf8.c utf8.h
76625 ____________________________________________________________________________
76626 [  7690] By: jhi                                   on 2000/11/15  02:17:06
76627         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
76628              (a macro to define signed and unsigned integer constants).
76629      Branch: perl
76630            ! handy.h
76631 ____________________________________________________________________________
76632 [  7689] By: jhi                                   on 2000/11/15  01:56:51
76633         Log: Regen Configure.
76634      Branch: perl
76635            ! Configure
76636 ____________________________________________________________________________
76637 [  7688] By: jhi                                   on 2000/11/15  01:56:32
76638         Log: Make the unit know about SOCKS.
76639      Branch: metaconfig
76640            ! U/protos/socksizetype.U
76641 ____________________________________________________________________________
76642 [  7687] By: jhi                                   on 2000/11/15  01:54:47
76643         Log: Remove unused dependencies.
76644      Branch: metaconfig
76645            ! U/compline/d_getpagsz.U
76646 ____________________________________________________________________________
76647 [  7686] By: nick                                  on 2000/11/14  21:25:13
76648         Log: Integrate mainline.
76649      Branch: perlio
76650           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
76651           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
76652           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
76653           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
76654           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
76655           !> win32/config.bc win32/config.gc win32/config.vc
76656           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
76657 ____________________________________________________________________________
76658 [  7685] By: jhi                                   on 2000/11/14  17:54:56
76659         Log: Integrate perlio:
76660              
76661              [  7684]
76662              PerlIO #include and #ifdef re-work.
76663      Branch: perl
76664           +> fakesdio.h perliol.h
76665           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
76666           !> perlsdio.h perlsfio.h pod/perlfunc.pod
76667 ____________________________________________________________________________
76668 [  7684] By: nick                                  on 2000/11/14  17:43:04
76669         Log: PerlIO #include and #ifdef re-work.
76670      Branch: perlio
76671            + fakesdio.h perliol.h
76672            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
76673            ! perlsdio.h perlsfio.h
76674 ____________________________________________________________________________
76675 [  7683] By: jhi                                   on 2000/11/14  15:42:40
76676         Log: Hoist the duplicated socket/netdb include logic to perl.h;
76677              undef SETERRNO in case SOCKS has defined it.  Based on:
76678              
76679              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
76680              From: Jens Hamisch <jens@Strawberry.COM> 
76681              Date: Tue, 14 Nov 2000 11:34:40 +0100
76682              Message-Id: <20001114113440.A20005@Strawberry.COM>
76683      Branch: perl
76684            ! doio.c perl.h pp_sys.c
76685 ____________________________________________________________________________
76686 [  7682] By: jhi                                   on 2000/11/14  14:07:28
76687         Log: Subject: some additions for makefiles for win32 (for perl@7674)
76688              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
76689              Date: Tue, 14 Nov 2000 09:31:13 +0300
76690              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
76691      Branch: perl
76692            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
76693            ! win32/makefile.mk
76694 ____________________________________________________________________________
76695 [  7681] By: jhi                                   on 2000/11/14  14:01:41
76696         Log: Subject: tiny typo in perl5db.pl
76697              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
76698              Date: Tue, 14 Nov 2000 09:29:28 +0300
76699              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
76700      Branch: perl
76701            ! lib/perl5db.pl
76702 ____________________________________________________________________________
76703 [  7680] By: jhi                                   on 2000/11/14  04:13:50
76704         Log: Redo #7679 with LFs instead of CRLFs.
76705      Branch: perl
76706            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
76707            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
76708            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
76709 ____________________________________________________________________________
76710 [  7679] By: jhi                                   on 2000/11/14  01:21:09
76711         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
76712              From: Benjamin Stuhl <tiriath@yahoo.com> 
76713              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
76714              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
76715      Branch: perl
76716            + win32/bin/mdelete.bat
76717            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
76718            ! makedef.pl perlio.c win32/Makefile win32/config.gc
76719            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
76720 ____________________________________________________________________________
76721 [  7678] By: jhi                                   on 2000/11/14  01:19:20
76722         Log: Fix the re extension building for Win32.
76723              
76724              Subject: [PATCH perl@7638] Get PerlIO building on Win32
76725              From: Benjamin Stuhl <tiriath@yahoo.com> 
76726              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
76727              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
76728      Branch: perl
76729            + ext/re/hints/MSWin32.pl
76730            ! MANIFEST
76731 ____________________________________________________________________________
76732 [  7677] By: jhi                                   on 2000/11/14  01:13:54
76733         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
76734              From: sthoenna@efn.org
76735              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
76736              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
76737      Branch: perl
76738            ! doop.c pp.c toke.c utf8.c utf8.h
76739 ____________________________________________________________________________
76740 [  7676] By: jhi                                   on 2000/11/13  20:23:15
76741         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
76742              From: Nicholas Clark <nick@ccl4.org>
76743              Date: Mon, 13 Nov 2000 18:55:04 +0000
76744              Message-ID: <20001113185504.J29183@plum.flirble.org>
76745      Branch: perl
76746            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
76747 ____________________________________________________________________________
76748 [  7675] By: nick                                  on 2000/11/13  20:21:57
76749         Log: Integrate mainline ...
76750      Branch: perlio
76751           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
76752           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
76753           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
76754           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
76755 ____________________________________________________________________________
76756 [  7674] By: jhi                                   on 2000/11/13  15:07:56
76757         Log: Update Changes.
76758      Branch: perl
76759            ! Changes patchlevel.h
76760 ____________________________________________________________________________
76761 [  7673] By: jhi                                   on 2000/11/13  14:42:42
76762         Log: Remove the new two tests of lib/io_xs for now, they seem to
76763              fail under perlio on some platforms.
76764      Branch: perl
76765            ! t/lib/io_xs.t
76766 ____________________________________________________________________________
76767 [  7672] By: jhi                                   on 2000/11/13  13:57:53
76768         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
76769      Branch: perl
76770            ! perlio.c
76771 ____________________________________________________________________________
76772 [  7671] By: jhi                                   on 2000/11/13  05:30:48
76773         Log: Placate nervous compilers that see longer than ints switch()ing.
76774      Branch: perl
76775            ! utf8.c
76776 ____________________________________________________________________________
76777 [  7670] By: jhi                                   on 2000/11/13  05:14:21
76778         Log: fputs() does return EOF on error but here we don't care.
76779      Branch: perl
76780            ! perlio.c
76781 ____________________________________________________________________________
76782 [  7669] By: jhi                                   on 2000/11/13  05:02:45
76783         Log: Declare reg_data like reg_substr_data.
76784      Branch: perl
76785            ! regexp.h
76786 ____________________________________________________________________________
76787 [  7668] By: jhi                                   on 2000/11/13  04:54:34
76788         Log: Typos in #7667.
76789      Branch: perl
76790            ! perl.h
76791 ____________________________________________________________________________
76792 [  7667] By: jhi                                   on 2000/11/13  04:49:49
76793         Log: Cleanup messy #ifdef.
76794      Branch: perl
76795            ! perl.h
76796 ____________________________________________________________________________
76797 [  7666] By: jhi                                   on 2000/11/13  04:17:34
76798         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
76799              From: Nicholas Clark <nick@talking.bollo.cx>
76800              Date: Sun, 12 Nov 2000 21:14:11 +0000
76801              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
76802              
76803              Note: only one breakage of the two reported is fixed by this patch.
76804      Branch: perl
76805            ! perlio.c
76806 ____________________________________________________________________________
76807 [  7665] By: jhi                                   on 2000/11/13  04:05:07
76808         Log: Tweak the definition of the bit complement on UTF-8 data:
76809              if none of the characters in the string are > 0xff,
76810              the result is a complemented byte string, not a (UTF-8)
76811              char string.  Based on the summary in
76812              
76813              Subject: Re: [ID 20000918.005] ~ on wide chars
76814              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
76815              Date: Fri, 10 Nov 2000 09:47:15 -0800
76816              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
76817              
76818              This should give us the maximum backward (pre-char string)
76819              compatibility and utf8 compatibility.  The other alternative
76820              would be to limit the bit complement to be always byte only,
76821              taking the least significant byte of the chars.
76822      Branch: perl
76823            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
76824 ____________________________________________________________________________
76825 [  7664] By: jhi                                   on 2000/11/13  00:23:44
76826         Log: Couple of tests from #7660 salvaged.
76827      Branch: perl
76828            - t/op/tell.t
76829            ! MANIFEST t/io/tell.t
76830 ____________________________________________________________________________
76831 [  7663] By: jhi                                   on 2000/11/13  00:02:48
76832         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
76833              From: Nicholas Clark <nick@talking.bollo.cx>
76834              Date: Sun, 12 Nov 2000 21:23:43 +0000
76835              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
76836      Branch: perl
76837            ! perlsfio.h
76838 ____________________________________________________________________________
76839 [  7662] By: jhi                                   on 2000/11/13  00:01:39
76840         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
76841              From: Nicholas Clark <nick@talking.bollo.cx>
76842              Date: Sun, 12 Nov 2000 21:30:04 +0000
76843              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
76844      Branch: perl
76845            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
76846 ____________________________________________________________________________
76847 [  7661] By: jhi                                   on 2000/11/12  23:57:29
76848         Log: Document tell() on special streams.
76849      Branch: perl
76850            ! pod/perlfunc.pod
76851 ____________________________________________________________________________
76852 [  7660] By: jhi                                   on 2000/11/12  23:54:22
76853         Log: (Subsumed by #7664)
76854      Branch: perl
76855            + t/op/tell.t
76856            ! MANIFEST
76857 ____________________________________________________________________________
76858 [  7659] By: jhi                                   on 2000/11/12  22:55:25
76859         Log: Many subdocumented return values of the IO extension now documented.
76860              ungetc and write still left subdocumented.
76861              
76862              Subject: [PATCH] (was Re: IO::Handle::ungetc)
76863              From: Nicholas Clark <nick@talking.bollo.cx>
76864              Date: Sun, 12 Nov 2000 21:35:53 +0000
76865              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
76866      Branch: perl
76867            ! ext/IO/lib/IO/Handle.pm
76868 ____________________________________________________________________________
76869 [  7658] By: jhi                                   on 2000/11/12  21:37:06
76870         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
76871              From: Nicholas Clark <nick@talking.bollo.cx>
76872              Date: Sun, 12 Nov 2000 20:03:22 +0000
76873              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
76874      Branch: perl
76875            ! pod/perlfunc.pod
76876 ____________________________________________________________________________
76877 [  7657] By: jhi                                   on 2000/11/12  20:34:55
76878         Log: Integrate perlio:
76879              
76880              [  7656]
76881              Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
76882      Branch: perl
76883           !> perlio.c
76884 ____________________________________________________________________________
76885 [  7656] By: nick                                  on 2000/11/12  19:25:06
76886         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
76887      Branch: perlio
76888            ! perlio.c
76889 ____________________________________________________________________________
76890 [  7655] By: nick                                  on 2000/11/12  19:09:41
76891         Log: Integrate mainline
76892      Branch: perlio
76893           +> README.solaris ext/Encode/Encode/cp1006.enc
76894           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
76895           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
76896           +> ext/Encode/Encode/iso8859-13.enc
76897           +> ext/Encode/Encode/iso8859-14.enc
76898           +> ext/Encode/Encode/iso8859-15.enc
76899           !> (integrate 34 files)
76900 ____________________________________________________________________________
76901 [  7654] By: jhi                                   on 2000/11/12  19:00:22
76902         Log: Add a metaconfig unit for fsync.
76903      Branch: metaconfig/U/perl
76904            + d_fsync.U
76905 ____________________________________________________________________________
76906 [  7653] By: jhi                                   on 2000/11/12  19:00:01
76907         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
76908      Branch: perl
76909            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76910            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
76911            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
76912            ! vos/config.ga.h win32/config.bc win32/config.gc
76913            ! win32/config.vc
76914 ____________________________________________________________________________
76915 [  7652] By: jhi                                   on 2000/11/11  21:12:01
76916         Log: Copy the s// information of README.hpux also to the perlrun.
76917      Branch: perl
76918            ! README.hpux pod/perlrun.pod
76919 ____________________________________________________________________________
76920 [  7651] By: jhi                                   on 2000/11/11  21:03:13
76921         Log: More README.solaris updates from Andy Dougherty.
76922      Branch: perl
76923            ! README.solaris
76924 ____________________________________________________________________________
76925 [  7650] By: jhi                                   on 2000/11/11  18:38:57
76926         Log: More descriptive error for unknown perlio layers.
76927              
76928              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
76929              From: Dominic Dunlop <domo@computer.org> 
76930              Date: Sat, 11 Nov 2000 18:20:32 +0100             
76931              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
76932      Branch: perl
76933            ! perlio.c pod/perldiag.pod
76934 ____________________________________________________________________________
76935 [  7649] By: jhi                                   on 2000/11/11  18:37:52
76936         Log: MachTen doesn't really do mmap() and munmap().
76937              
76938              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
76939              From: Dominic Dunlop <domo@computer.org> 
76940              Date: Sat, 11 Nov 2000 18:20:32 +0100             
76941              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
76942      Branch: perl
76943            ! hints/machten.sh
76944 ____________________________________________________________________________
76945 [  7648] By: jhi                                   on 2000/11/11  18:36:46
76946         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
76947              From: rspier@pobox.com (Robert Spier)
76948              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
76949              Message-ID: <14861.32839.491271.985797@rls.cx>
76950      Branch: perl
76951            ! Porting/Contract pod/perltoot.pod
76952 ____________________________________________________________________________
76953 [  7647] By: jhi                                   on 2000/11/11  18:35:30
76954         Log: Simplify the getpagesize() unit by dropping the
76955              pagesize probe since it's nowadays slightly more
76956              complicated because of sysconf(). (Note: if some
76957              platform really needs the -lPW for getpagesize,
76958              I just broke it.)
76959              
76960              TODO: a new pagesize unit.
76961      Branch: metaconfig
76962            ! U/compline/d_getpagsz.U
76963 ____________________________________________________________________________
76964 [  7646] By: jhi                                   on 2000/11/11  18:33:23
76965         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
76966      Branch: perl
76967            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76968            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
76969            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
76970            ! vos/config.ga.h win32/config.bc win32/config.gc
76971            ! win32/config.vc
76972 ____________________________________________________________________________
76973 [  7645] By: jhi                                   on 2000/11/11  16:45:15
76974         Log: Use sysconf() or getpagesize() to find out the pagesize.
76975      Branch: perl
76976            ! perlio.c
76977 ____________________________________________________________________________
76978 [  7644] By: jhi                                   on 2000/11/11  15:46:08
76979         Log: Integrate perlio:
76980              
76981              [  7641]
76982              Fixup mmap layer by doing mmap() calls on pagesize boundaries.
76983              Also call "Buf" layer directly when unread'ing non-read chars.
76984      Branch: perl
76985           !> perlio.c
76986 ____________________________________________________________________________
76987 [  7643] By: jhi                                   on 2000/11/11  15:33:36
76988         Log: Subject: Re: [PATCH] README.solaris
76989              From: Lupe Christoph <lupe@lupe-christoph.de>
76990              Date: Sat, 11 Nov 2000 14:08:10 +0100
76991              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
76992      Branch: perl
76993            ! README.solaris
76994 ____________________________________________________________________________
76995 [  7642] By: jhi                                   on 2000/11/11  15:22:12
76996         Log: Subject: [PATCH perl@7638] cygwin port
76997              From: "Eric Fifer" <egf7@columbia.edu>            
76998              Date: Fri, 10 Nov 2000 19:30:30 -0000
76999              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
77000      Branch: perl
77001            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
77002 ____________________________________________________________________________
77003 [  7641] By: nick                                  on 2000/11/11  14:50:36
77004         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
77005              Also call "Buf" layer directly when unread'ing non-read chars.
77006      Branch: perlio
77007            ! perlio.c
77008 ____________________________________________________________________________
77009 [  7640] By: jhi                                   on 2000/11/11  02:05:02
77010         Log: Add more encoding tables.
77011      Branch: perl
77012            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
77013            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
77014            + ext/Encode/Encode/iso8859-10.enc
77015            + ext/Encode/Encode/iso8859-13.enc
77016            + ext/Encode/Encode/iso8859-14.enc
77017            + ext/Encode/Encode/iso8859-15.enc
77018            ! MANIFEST
77019 ____________________________________________________________________________
77020 [  7639] By: jhi                                   on 2000/11/10  18:49:25
77021         Log: Subject: [PATCH] README.solaris
77022              From: Andy Dougherty <doughera@lafayette.edu>
77023              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
77024              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
77025      Branch: perl
77026            + README.solaris
77027            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
77028            ! pod/perl.pod pod/perltoc.pod
77029 ____________________________________________________________________________
77030 [  7638] By: jhi                                   on 2000/11/10  15:04:15
77031         Log: Update Changes.
77032      Branch: perl
77033            ! Changes patchlevel.h
77034 ____________________________________________________________________________
77035 [  7637] By: jhi                                   on 2000/11/10  14:14:28
77036         Log: Explain better why certain regex tests are skipped.
77037              
77038              Subject: Re: tests skipped: unknown reason
77039              From: Lupe Christoph <lupe@lupe-christoph.de>
77040              Date: Fri, 10 Nov 2000 09:08:56 +0100
77041              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
77042      Branch: perl
77043            ! t/op/regexp.t
77044 ____________________________________________________________________________
77045 [  7636] By: nick                                  on 2000/11/10  13:40:00
77046         Log: Integrate mainline.
77047      Branch: perlio
77048           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
77049           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
77050           !> win32/bin/search.pl
77051 ____________________________________________________________________________
77052 [  7635] By: nick                                  on 2000/11/10  13:25:52
77053         Log: Re-instate stdio large file support via perlio.
77054      Branch: perl
77055            ! perlio.c
77056 ____________________________________________________________________________
77057 [  7634] By: jhi                                   on 2000/11/10  04:49:55
77058         Log: Amdahl UTS hints updates.
77059              
77060              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
77061              From: hom00@utsglobal.com (Harold O Morris)
77062              Date: Thu, 9 Nov 2000 20:02 PST
77063              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
77064      Branch: perl
77065            ! hints/uts.sh
77066 ____________________________________________________________________________
77067 [  7633] By: jhi                                   on 2000/11/09  23:33:28
77068         Log: Subject: [PATCH] IO::Seekable pod
77069              From: Nicholas Clark <nick@talking.bollo.cx>
77070              Date: Thu, 9 Nov 2000 20:29:45 +0000
77071              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
77072      Branch: perl
77073            ! ext/IO/lib/IO/Handle.pm
77074 ____________________________________________________________________________
77075 [  7632] By: jhi                                   on 2000/11/09  21:55:41
77076         Log: Various doc oddball characters.
77077              
77078              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
77079              From: Michael Somos <somos@grail.cba.csuohio.edu>
77080              Date: Mon, 6 Nov 2000 17:44:20 -0500
77081              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
77082      Branch: perl
77083            ! emacs/cperl-mode.el lib/unicode/syllables.txt
77084            ! win32/bin/search.pl
77085 ____________________________________________________________________________
77086 [  7631] By: jhi                                   on 2000/11/09  21:12:29
77087         Log: Subject: Re: bash -c exit and linux hints 
77088              From: "John P. Linderman" <jpl@research.att.com>
77089              Date: Thu, 02 Nov 2000 09:37:25 -0500
77090              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
77091      Branch: perl
77092            ! hints/linux.sh
77093 ____________________________________________________________________________
77094 [  7630] By: nick                                  on 2000/11/09  20:34:11
77095         Log: Integrate mainline.
77096      Branch: perlio
77097           !> (integrate 91 files)
77098 ____________________________________________________________________________
77099 [  7629] By: jhi                                   on 2000/11/09  19:46:31
77100         Log: Missing dTHXs.
77101              
77102              Subject: RE: perl@7595 builds not on cygwin
77103              From: "Eric Fifer" <egf7@columbia.edu>
77104              Date: Thu, 9 Nov 2000 19:26:50 -0000
77105              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
77106      Branch: perl
77107            ! ext/Devel/Peek/Peek.xs
77108 ____________________________________________________________________________
77109 [  7628] By: jhi                                   on 2000/11/09  14:48:27
77110         Log: Disable only the tests 99 and 166 for UTF-8 locales.
77111      Branch: perl
77112            ! t/pragma/locale.t
77113 ____________________________________________________________________________
77114 [  7627] By: jhi                                   on 2000/11/09  14:40:27
77115         Log: There's no =head3.
77116      Branch: perl
77117            ! pod/perlhack.pod
77118 ____________________________________________________________________________
77119 [  7626] By: jhi                                   on 2000/11/09  13:54:26
77120         Log: The generated boot_* headers are wrong.  Pickier compiler,
77121              such as KAI C++ will refuse to compile the resulting perlmain.
77122              
77123              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
77124              From: Harri Pasanen <harri.pasanen@trema.com>
77125              Date: Thu, 09 Nov 2000 14:23:28 +0100
77126              Message-Id: <3A0AA550.26D548A3@trema.com>
77127      Branch: perl
77128            ! minimod.pl
77129 ____________________________________________________________________________
77130 [  7625] By: jhi                                   on 2000/11/09  13:50:44
77131         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
77132              From: Prymmer/Kahn <pvhp@best.com>
77133              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
77134              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
77135              
77136              All except the "cow orker" change.
77137      Branch: perl
77138            ! Porting/pumpkin.pod
77139 ____________________________________________________________________________
77140 [  7624] By: jhi                                   on 2000/11/09  13:45:33
77141         Log: Fix for
77142              
77143              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
77144              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
77145              Date: Thu, 09 Nov 2000 11:05:52 +0100
77146              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
77147      Branch: perl
77148            ! pod/perldiag.pod t/pragma/warn/pp_sys
77149 ____________________________________________________________________________
77150 [  7623] By: jhi                                   on 2000/11/09  13:37:16
77151         Log: Typo in an ifndef.
77152              
77153              Subject: Re: [PATCH 5.7.0] better messages from malloc()
77154              From: Joe Smith <jms@inwap.com>         
77155              Date: Thu, 09 Nov 2000 01:33:14 -0800
77156              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
77157      Branch: perl
77158            ! malloc.c
77159 ____________________________________________________________________________
77160 [  7622] By: jhi                                   on 2000/11/09  13:31:18
77161         Log: Remove unused extra arguments.
77162      Branch: metaconfig/U/perl
77163            ! perlxv.U
77164      Branch: perl
77165            ! Configure config_h.SH
77166 ____________________________________________________________________________
77167 [  7621] By: jhi                                   on 2000/11/09  13:16:36
77168         Log: More VMS moves on environment handling, from Charles Lane.
77169      Branch: perl
77170            ! t/pragma/locale.t
77171 ____________________________________________________________________________
77172 [  7620] By: jhi                                   on 2000/11/09  04:42:38
77173         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
77174              From: David Dyck <dcd@tc.fluke.com>
77175              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
77176              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
77177      Branch: perl
77178            ! pp_sys.c
77179 ____________________________________________________________________________
77180 [  7619] By: jhi                                   on 2000/11/09  04:36:21
77181         Log: Forgot from #7618.
77182      Branch: perl
77183            ! lib/File/stat.pm
77184 ____________________________________________________________________________
77185 [  7618] By: jhi                                   on 2000/11/09  04:28:44
77186         Log: Make deleting for %ENV work for (newer versions of) VMS,
77187              from Craig A. Berry.
77188      Branch: perl
77189            ! vms/vms.c
77190 ____________________________________________________________________________
77191 [  7617] By: jhi                                   on 2000/11/09  04:25:05
77192         Log: Subject: [PATCH] Class::Struct at compile time
77193              From: "Casey R. Tweten" <crt@kiski.net>
77194              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
77195              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
77196      Branch: perl
77197            ! lib/Class/Struct.pm
77198 ____________________________________________________________________________
77199 [  7616] By: jhi                                   on 2000/11/09  04:15:17
77200         Log: Subject: [ID 20001108.013] spelling
77201              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
77202              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
77203              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
77204      Branch: perl
77205            ! lib/ftp.pl
77206 ____________________________________________________________________________
77207 [  7615] By: jhi                                   on 2000/11/09  04:12:42
77208         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
77209              From: Peter Prymmer <pvhp@forte.com>
77210              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
77211              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
77212      Branch: perl
77213            ! configure.com
77214 ____________________________________________________________________________
77215 [  7614] By: jhi                                   on 2000/11/08  22:42:55
77216         Log: A missing aTHX_.
77217      Branch: perl
77218            ! ext/IPC/SysV/SysV.xs
77219 ____________________________________________________________________________
77220 [  7613] By: jhi                                   on 2000/11/08  19:30:21
77221         Log: Update Changes.
77222      Branch: perl
77223            ! Changes patchlevel.h
77224 ____________________________________________________________________________
77225 [  7612] By: jhi                                   on 2000/11/08  18:35:25
77226         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
77227              From: David Dyck <dcd@tc.fluke.com>
77228              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
77229              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
77230      Branch: perl
77231            ! pp_sys.c
77232 ____________________________________________________________________________
77233 [  7611] By: jhi                                   on 2000/11/08  18:30:26
77234         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
77235              From: Dominic Dunlop <domo@computer.org>
77236              Date: Tue, 7 Nov 2000 12:05:25 +0100
77237              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
77238      Branch: perl
77239            ! malloc.c
77240 ____________________________________________________________________________
77241 [  7610] By: jhi                                   on 2000/11/08  18:25:14
77242         Log: Do not test UTF-8 locales since that the tests would require
77243              polymorphic regexen.
77244      Branch: perl
77245            ! t/pragma/locale.t
77246 ____________________________________________________________________________
77247 [  7609] By: jhi                                   on 2000/11/08  17:12:51
77248         Log: Locale buglets.
77249              
77250              Subject: RE: Locales support (setlocale) fixes
77251              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77252              Date: Wed, 8 Nov 2000 20:01:39 +0300
77253              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
77254      Branch: perl
77255            ! t/pragma/locale.t util.c
77256 ____________________________________________________________________________
77257 [  7608] By: jhi                                   on 2000/11/08  17:00:16
77258         Log: Deleting $ENV{PATH} in VMS is not recommendable.
77259      Branch: perl
77260            ! t/pragma/locale.t
77261 ____________________________________________________________________________
77262 [  7607] By: jhi                                   on 2000/11/08  16:58:26
77263         Log: Subject: PATCH std stdio for (Free)BSD
77264              From: Nicholas Clark <nick@ccl4.org>
77265              Date: Wed, 8 Nov 2000 15:36:29 +0000
77266              Message-ID: <20001108153629.D98736@plum.flirble.org>
77267      Branch: metaconfig
77268            ! U/compline/d_stdstdio.U
77269      Branch: perl
77270            ! Configure config_h.SH
77271 ____________________________________________________________________________
77272 [  7606] By: jhi                                   on 2000/11/08  16:43:31
77273         Log: Forgot to bump the line numbers in #7601.
77274      Branch: perl
77275            ! t/pragma/warn/pp_sys
77276 ____________________________________________________________________________
77277 [  7605] By: jhi                                   on 2000/11/08  16:39:12
77278         Log: More careful detection of how well NVs and UVs mix.
77279              
77280              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))
77281              From: Nicholas Clark <nick@ccl4.org>
77282              Date: Wed, 8 Nov 2000 15:14:12 +0000
77283              Message-ID: <20001108151412.B98736@plum.flirble.org>
77284              
77285              Added some SIGFPE paranoia.
77286      Branch: metaconfig/U/perl
77287            ! perlxv.U
77288      Branch: perl
77289            ! Configure config_h.SH
77290 ____________________________________________________________________________
77291 [  7604] By: jhi                                   on 2000/11/08  14:39:10
77292         Log: Subject: [patch perl@7595] VMS configure.com tweak
77293              From: "Craig A. Berry" <craigberry@mac.com>
77294              Date: Wed, 8 Nov 2000 00:24:12 -0600
77295              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
77296      Branch: perl
77297            ! configure.com
77298 ____________________________________________________________________________
77299 [  7603] By: jhi                                   on 2000/11/08  14:27:11
77300         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
77301              From: Robin Barker <rmb1@cise.npl.co.uk>
77302              Date: Wed, 8 Nov 2000 11:11:39 GMT
77303              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
77304      Branch: perl
77305            ! perlio.c
77306 ____________________________________________________________________________
77307 [  7602] By: jhi                                   on 2000/11/08  14:25:03
77308         Log: Fix for the tie-refhash string table leaks.
77309              
77310              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
77311              Date: Wed, 8 Nov 2000 13:03:04 GMT
77312              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
77313      Branch: perl
77314            ! t/lib/tie-refhash.t
77315 ____________________________________________________________________________
77316 [  7601] By: jhi                                   on 2000/11/08  14:21:08
77317         Log: Try to avoid flockless and emulationless places.
77318      Branch: perl
77319            ! t/pragma/warn/pp_sys
77320 ____________________________________________________________________________
77321 [  7600] By: jhi                                   on 2000/11/08  02:28:54
77322         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
77323              
77324              Subject: [PATCH] prototyped functions that should be overrideable
77325              From: "Casey R. Tweten" <crt@kiski.net>
77326              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
77327              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
77328      Branch: perl
77329            ! toke.c
77330 ____________________________________________________________________________
77331 [  7599] By: jhi                                   on 2000/11/08  01:12:05
77332         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
77333              
77334              Subject: [PATCH] perlbug.PL
77335              From: "Kurt D. Starsinic" <kstar@chapin.edu>
77336              Date: Mon, 6 Nov 2000 21:39:01 -0500
77337              Message-ID: <20001106213901.B20955@O2.chapin.edu>
77338      Branch: perl
77339            ! utils/perlbug.PL
77340 ____________________________________________________________________________
77341 [  7598] By: jhi                                   on 2000/11/07  23:42:00
77342         Log: Bad thinko in #7581 (I used the test program with the expanded
77343              values as-is).
77344      Branch: metaconfig
77345            ! U/compline/d_stdstdio.U
77346      Branch: perl
77347            ! Configure
77348 ____________________________________________________________________________
77349 [  7597] By: jhi                                   on 2000/11/07  21:43:29
77350         Log: Subject: [PATCH perl@7573] cygwin port
77351              From: "Fifer, Eric" <EFifer@sanwaint.com>
77352              Date: Tue, 7 Nov 2000 18:08:51 -0000 
77353              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
77354              
77355              Synchronize with Cygwin 1.1.5.
77356      Branch: perl
77357            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
77358            ! pod/perlport.pod unixish.h util.c
77359 ____________________________________________________________________________
77360 [  7596] By: jhi                                   on 2000/11/07  21:39:25
77361         Log: perlhack updates from H.Merijn Brand.
77362      Branch: perl
77363            ! pod/perlhack.pod
77364 ____________________________________________________________________________
77365 [  7595] By: jhi                                   on 2000/11/07  20:21:41
77366         Log: Update Changes.
77367      Branch: perl
77368            ! Changes patchlevel.h
77369 ____________________________________________________________________________
77370 [  7594] By: jhi                                   on 2000/11/07  19:18:58
77371         Log: Be more robust in Dynaloader.pm.
77372      Branch: perl
77373            ! ext/DynaLoader/DynaLoader_pm.PL
77374 ____________________________________________________________________________
77375 [  7593] By: jhi                                   on 2000/11/07  16:49:31
77376         Log: AUTHORS update.
77377      Branch: perl
77378            ! AUTHORS
77379 ____________________________________________________________________________
77380 [  7592] By: gsar                                  on 2000/11/07  16:39:51
77381         Log: normalize relative paths in virtualized current directory on windows,
77382              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
77383              returns)
77384      Branch: perl
77385            ! win32/vdir.h
77386 ____________________________________________________________________________
77387 [  7591] By: jhi                                   on 2000/11/07  16:04:26
77388         Log: Too profiler-happy: with optimization the #7590 actually makes
77389              the test to run 0.5% _slower_.  Requires much more instrumentation.
77390              Retract #7590.
77391      Branch: perl
77392            ! regcomp.c regcomp.h
77393 ____________________________________________________________________________
77394 [  7590] By: jhi                                   on 2000/11/07  15:51:13
77395         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
77396              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
77397              by using memset() and testing bytewise (as opposed to bitwise).
77398      Branch: perl
77399            ! regcomp.c regcomp.h
77400 ____________________________________________________________________________
77401 [  7589] By: jhi                                   on 2000/11/07  12:56:39
77402         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
77403              From: "Craig A. Berry" <craig.berry@psinetcs.com>
77404              Date: Mon, 06 Nov 2000 23:45:30 -0500
77405              Message-Id: <0011079735.AA973576259@univpress.com>
77406      Branch: perl
77407            ! configure.com t/lib/st-lock.t
77408 ____________________________________________________________________________
77409 [  7588] By: jhi                                   on 2000/11/07  01:03:28
77410         Log: Tweak #7587.
77411      Branch: perl
77412            ! pod/perldiag.pod
77413 ____________________________________________________________________________
77414 [  7587] By: jhi                                   on 2000/11/07  01:00:27
77415         Log: A doc addition for bug id 20001105.019, beware \p.
77416      Branch: perl
77417            ! pod/perldiag.pod
77418 ____________________________________________________________________________
77419 [  7586] By: jhi                                   on 2000/11/07  00:32:22
77420         Log: Fake support of holey files in win/dosish platforms.
77421              
77422              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
77423              From: kipp@shonanblue.ne.jp
77424              Date: Mon, 6 Nov 2000 13:30:55 -0800
77425              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
77426      Branch: perl
77427            ! ext/SDBM_File/sdbm/sdbm.c
77428 ____________________________________________________________________________
77429 [  7585] By: jhi                                   on 2000/11/07  00:12:54
77430         Log: Subject: Pod updates
77431              From: "Stephen P. Potter" <spp@spotter.yi.org>
77432              Date: Mon, 06 Nov 2000 18:56:43 -0500
77433              Message-Id: <200011062357.SAA18173@spotter.yi.org>
77434      Branch: perl
77435            ! README.dos README.os2 README.win32 pod/buildtoc.PL
77436            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
77437            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
77438            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
77439            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
77440            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
77441            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
77442            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
77443            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
77444            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
77445            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
77446            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
77447            ! pod/perltootc.pod pod/perlunicode.pod
77448 ____________________________________________________________________________
77449 [  7584] By: jhi                                   on 2000/11/07  00:04:17
77450         Log: Varargs don't always work too well if one puts an unsigned
77451              char on the stack and pop an unsigned quad off the stack.
77452              
77453              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
77454              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
77455              Date: Mon, 06 Nov 2000 15:19:05 -0800
77456              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
77457      Branch: perl
77458            ! utf8.c
77459 ____________________________________________________________________________
77460 [  7583] By: jhi                                   on 2000/11/06  23:58:48
77461         Log: %ENV note tweaks from Dan Sugalski.
77462      Branch: perl
77463            ! pod/perlport.pod vms/perlvms.pod
77464 ____________________________________________________________________________
77465 [  7582] By: jhi                                   on 2000/11/06  23:05:49
77466         Log: glibc5 detection by __GNU_LIBRARY__.
77467      Branch: perl
77468            ! toke.c
77469 ____________________________________________________________________________
77470 [  7581] By: jhi                                   on 2000/11/06  22:51:29
77471         Log: Make the stdio test program of 7427 less noisy while being 
77472              compiled so that Digital UNIX wouldn't get both
77473              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
77474              undefined.  This makes perlio happy.
77475      Branch: metaconfig
77476            ! U/compline/d_stdstdio.U
77477      Branch: perl
77478            ! Configure config_h.SH
77479 ____________________________________________________________________________
77480 [  7580] By: jhi                                   on 2000/11/06  22:41:41
77481         Log: Document %ENV = () portability issues.
77482      Branch: perl
77483            ! pod/perlport.pod vms/perlvms.pod
77484 ____________________________________________________________________________
77485 [  7579] By: jhi                                   on 2000/11/06  21:29:24
77486         Log: VOS updates from Paul Green.
77487      Branch: perl
77488            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
77489 ____________________________________________________________________________
77490 [  7578] By: jhi                                   on 2000/11/06  21:00:40
77491         Log: Sanitize the environment further.
77492      Branch: perl
77493            ! t/pragma/locale.t
77494 ____________________________________________________________________________
77495 [  7577] By: jhi                                   on 2000/11/06  20:53:51
77496         Log: Re-introduce 7552 lost in integration.
77497      Branch: perl
77498            ! perlio.c
77499 ____________________________________________________________________________
77500 [  7576] By: jhi                                   on 2000/11/06  20:33:46
77501         Log: Admit that the test leaks scalars.
77502      Branch: perl
77503            ! t/comp/proto.t
77504 ____________________________________________________________________________
77505 [  7575] By: jhi                                   on 2000/11/06  20:17:08
77506         Log: Integrate perlio:
77507              
77508              [  7574]
77509              Remove debug. Try (Mmap_t) on madvise() call.
77510      Branch: perl
77511           !> perlio.c
77512 ____________________________________________________________________________
77513 [  7574] By: nick                                  on 2000/11/06  20:07:28
77514         Log: Remove debug. Try (Mmap_t) on madvise() call.
77515      Branch: perlio
77516            ! perlio.c
77517 ____________________________________________________________________________
77518 [  7573] By: jhi                                   on 2000/11/06  13:56:05
77519         Log: Update Changes.
77520      Branch: perl
77521            ! Changes patchlevel.h
77522 ____________________________________________________________________________
77523 [  7572] By: jhi                                   on 2000/11/06  13:48:41
77524         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
77525              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77526              Date: Mon, 06 Nov 2000 10:11:42 +0100
77527              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
77528      Branch: perl
77529            ! pod/perlhack.pod
77530 ____________________________________________________________________________
77531 [  7571] By: jhi                                   on 2000/11/06  01:45:51
77532         Log: AUTHORS updates.
77533      Branch: perl
77534            ! AUTHORS
77535 ____________________________________________________________________________
77536 [  7570] By: jhi                                   on 2000/11/06  00:18:00
77537         Log: Fix for
77538              
77539              Subject: [ID 20000728.005] perl -P broken
77540              From: David Dyck <dcd@tc.fluke.com>
77541              Date: Fri, 28 Jul 2000 17:19:16 -0700
77542              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
77543              
77544              (hopefully).  The fix is also not complete, it seems to break
77545              BOM swallowing for libc5 systems, but until someone figures
77546              out a way to do this without ftell(), this will do.
77547      Branch: perl
77548            ! toke.c
77549 ____________________________________________________________________________
77550 [  7569] By: jhi                                   on 2000/11/06  00:05:30
77551         Log: Document that the evaled syntax errors cause scalar leaks.
77552      Branch: perl
77553            ! t/comp/proto.t
77554 ____________________________________________________________________________
77555 [  7568] By: jhi                                   on 2000/11/05  23:14:47
77556         Log: opmini.o can linger from Configures past.
77557      Branch: perl
77558            ! Makefile.SH
77559 ____________________________________________________________________________
77560 [  7567] By: jhi                                   on 2000/11/05  21:28:39
77561         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
77562              first argument correctly.
77563      Branch: perl
77564            ! perlio.c
77565 ____________________________________________________________________________
77566 [  7566] By: jhi                                   on 2000/11/05  21:15:56
77567         Log: Integrate perlio:
77568              
77569              [  7564]
77570              Added a mmap layer as a "subclass" of perlio.
77571              PERLIO=mmap ./perl harness passes
77572      Branch: perl
77573           !> perlio.c
77574 ____________________________________________________________________________
77575 [  7565] By: jhi                                   on 2000/11/05  21:15:13
77576         Log: Use -dM for gcc (the suggested patch did it only for Linux,
77577              but I think it can be generalized).
77578              
77579              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
77580              From: Pixel <pixel@mandrakesoft.com>
77581              Date: 05 Nov 2000 21:49:34 +0100 
77582              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
77583      Branch: perl
77584            ! ext/Errno/Errno_pm.PL
77585 ____________________________________________________________________________
77586 [  7564] By: nick                                  on 2000/11/05  21:09:18
77587         Log: Added a mmap layer as a "subclass" of perlio.
77588              PERLIO=mmap ./perl harness passes
77589      Branch: perlio
77590            ! perlio.c
77591 ____________________________________________________________________________
77592 [  7563] By: jhi                                   on 2000/11/05  19:48:55
77593         Log: Add a note for future generations about bug id 20000229.006.
77594      Branch: perl
77595            ! malloc.c
77596 ____________________________________________________________________________
77597 [  7562] By: jhi                                   on 2000/11/05  19:38:24
77598         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
77599      Branch: perl
77600            ! pp_ctl.c t/op/pos.t
77601 ____________________________________________________________________________
77602 [  7561] By: jhi                                   on 2000/11/05  18:21:46
77603         Log: Add =pod to be tidy.
77604      Branch: perl
77605            ! lib/Math/Complex.pm
77606 ____________________________________________________________________________
77607 [  7560] By: jhi                                   on 2000/11/05  17:38:46
77608         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
77609      Branch: perl
77610            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
77611            ! ext/Storable/Storable.xs t/lib/st-recurse.t
77612 ____________________________________________________________________________
77613 [  7559] By: jhi                                   on 2000/11/05  17:32:59
77614         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
77615              From: "Peter J. Farley III" <pjfarley@banet.net>
77616              Date: Sun, 05 Nov 2000 11:55:59 -0500
77617              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
77618      Branch: perl
77619            ! t/lib/syslog.t
77620 ____________________________________________________________________________
77621 [  7558] By: jhi                                   on 2000/11/05  17:29:19
77622         Log: Integrate perlio:
77623              
77624              [  7555]
77625              Fix read from STDERR on raw unix layer for Solaris where fd 2 is
77626              open RDWR so does not fail. (pragma/warnings 303 again...)
77627              
77628              [  7554]
77629              Fix case where ungetc(f,EOF) was allowed.
77630              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
77631              so we can see similarities.
77632              Use types more carefully and a STDCHAR array in hope that this will
77633              fix Jarkko's 64bit machine.
77634      Branch: perl
77635           !> perlio.c
77636 ____________________________________________________________________________
77637 [  7557] By: jhi                                   on 2000/11/05  17:22:01
77638         Log: A fix of sorts for 20000329.026, a better error message
77639              for a missing "use charnames" when using the \N{...}. 
77640      Branch: perl
77641            ! pod/perldiag.pod toke.c
77642 ____________________________________________________________________________
77643 [  7556] By: jhi                                   on 2000/11/05  16:33:50
77644         Log: Test tweak: show also the failed locales.
77645              
77646              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
77647              From: Lupe Christoph <lupe@lupe-christoph.de>         
77648              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
77649              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
77650      Branch: perl
77651            ! t/pragma/locale.t
77652 ____________________________________________________________________________
77653 [  7555] By: nick                                  on 2000/11/05  11:09:34
77654         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
77655              open RDWR so does not fail. (pragma/warnings 303 again...)
77656      Branch: perlio
77657            ! perlio.c
77658 ____________________________________________________________________________
77659 [  7554] By: nick                                  on 2000/11/05  10:10:13
77660         Log: Fix case where ungetc(f,EOF) was allowed.
77661              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
77662              so we can see similarities.
77663              Use types more carefully and a STDCHAR array in hope that this will
77664              fix Jarkko's 64bit machine.
77665      Branch: perlio
77666            ! perlio.c
77667 ____________________________________________________________________________
77668 [  7553] By: jhi                                   on 2000/11/05  01:12:16
77669         Log: Fix for
77670              
77671              Subject: [ID 20001004.007] taint propogation is inconsistent
77672              From: pimlott@idiomtech.com (Andrew Pimlott) 
77673              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
77674              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
77675              
77676              The culprit was sv_setsv() which was rather blindly
77677              propagating taint, which lead to behaviour where if
77678              a tainted anon hash value was seen all the hash values
77679              from then on at that level became tainted, or at any
77680              upper levels in the case of nested anon hashes.
77681      Branch: perl
77682            ! sv.c t/op/taint.t
77683 ____________________________________________________________________________
77684 [  7552] By: jhi                                   on 2000/11/04  23:44:18
77685         Log: Some cpps don't like splitting conditionals across several lines.
77686      Branch: perl
77687            ! perlio.c
77688 ____________________________________________________________________________
77689 [  7551] By: nick                                  on 2000/11/04  23:40:44
77690         Log: Integrate mainline
77691      Branch: perlio
77692           !> pp_hot.c t/op/taint.t
77693 ____________________________________________________________________________
77694 [  7550] By: nick                                  on 2000/11/04  23:39:05
77695         Log: Integrate mainline again
77696      Branch: perlio
77697           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
77698           !> t/lib/b.t t/op/misc.t util.c
77699 ____________________________________________________________________________
77700 [  7549] By: jhi                                   on 2000/11/04  23:14:01
77701         Log: Fix for
77702              
77703              Subject: [ID 20001004.006] undef is never tainted
77704              From: pimlott@idiomtech.com (Andrew Pimlott)
77705              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
77706              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
77707              
77708              An undef read from a slurped file was not tainted.
77709      Branch: perl
77710            ! pp_hot.c t/op/taint.t
77711 ____________________________________________________________________________
77712 [  7548] By: jhi                                   on 2000/11/04  22:56:21
77713         Log: Test tweak ($Config{useperlio} is by default undef) .
77714      Branch: perl
77715            ! t/lib/b.t
77716 ____________________________________________________________________________
77717 [  7547] By: jhi                                   on 2000/11/04  22:43:56
77718         Log: Integrate perlio:
77719              
77720              [  7539]
77721              PerlIO infrastructure complete.
77722              
77723              [  7538]
77724              Type tweaks + less contorted allocation scheme
77725              
77726              [  7537]
77727              Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
77728              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
77729              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
77730              sensible) which lead to some interesting fails.
77731              
77732              [  7535]
77733              Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
77734              - Works on Linux with
77735              perlio + unix
77736              stdio
77737              - Works on Solaris with
77738              perlio + unix
77739              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
77740              - Fails (hangs in openpid) if you try and stack
77741              perlio + stdio - Linux stdio's read() logic is hanging.
77742              
77743              [  7492]
77744              Change files which are mysteriously different to mainline to be
77745              copies of mainline.
77746              
77747              [  7491]
77748              Perlio fixes discovered on big-endian & very traditional Solaris:
77749              - typo in endian code in putc.
77750              - Don't allow read of write-only files and vice-versa
77751              - and off-by-one in flush-all loop.
77752              Remove debug calls as they were using GCC specific features.
77753              
77754              [  7484]
77755              PerlIO passes all tests.
77756              
77757              [  7482]
77758              Include <unistd.h> to get correct lseek() prototype etc.
77759              (I thought perl.h did that) - down to two fails
77760              - comp/require.t (last test)
77761              - lib/io_xs.t - possibly import/export of FILE * ?
77762              
77763              [  7480]
77764              Fixed two bugs:
77765              - error code not being set on close (of broken pipe)
77766              - append mode was truncating.
77767              At least one seek/tell bug remains.
77768              
77769              [  7479]
77770              Prototype (stdio-like) PerlIO passing basic tests. Checked in
77771              in case of accidents. Still several worrying fails, no line disciplines yet.
77772      Branch: perl
77773           +> lib/perlio.pm
77774           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
77775           !> pod/perlapi.pod t/lib/b.t
77776 ____________________________________________________________________________
77777 [  7546] By: jhi                                   on 2000/11/04  22:40:59
77778         Log: Configure would use a bad $myuname from an old config.sh.
77779              
77780              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
77781              From: Andy Dougherty <doughera@lafayette.edu>
77782              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
77783              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
77784      Branch: metaconfig
77785            ! U/modified/Oldconfig.U
77786      Branch: perl
77787            ! Configure config_h.SH
77788 ____________________________________________________________________________
77789 [  7545] By: jhi                                   on 2000/11/04  22:36:54
77790         Log: Subject: Locales support (setlocale) fixes
77791              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77792              Date: Sat, 4 Nov 2000 10:15:48 +0300 
77793              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
77794              
77795              Modified quite a bit to be more portable.
77796      Branch: perl
77797            ! embed.h embed.pl perl.h proto.h util.c
77798 ____________________________________________________________________________
77799 [  7544] By: jhi                                   on 2000/11/04  22:32:47
77800         Log: Dying is too strict here, better just skip.
77801      Branch: perl
77802            ! t/op/misc.t
77803 ____________________________________________________________________________
77804 [  7543] By: nick                                  on 2000/11/04  21:55:13
77805         Log: Merge mainline
77806      Branch: perlio
77807           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
77808           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
77809           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
77810           !> (integrate 64 files)
77811 ____________________________________________________________________________
77812 [  7542] By: jhi                                   on 2000/11/04  21:09:28
77813         Log: More Changes tweakery.
77814      Branch: perl
77815            ! Changes Porting/genlog
77816 ____________________________________________________________________________
77817 [  7541] By: jhi                                   on 2000/11/04  20:58:18
77818         Log: Changes fixups.
77819      Branch: perl
77820            ! Changes
77821 ____________________________________________________________________________
77822 [  7540] By: jhi                                   on 2000/11/04  20:42:38
77823         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
77824              create a "fast path" for locale name probing using "locale -a"
77825              if available, squash finally hopefully the s?printf resetting
77826              the numeric locale (since, IIUC perllocale, it never shouldn't). 
77827      Branch: perl
77828            ! sv.c t/op/misc.t t/pragma/locale.t
77829 ____________________________________________________________________________
77830 [  7539] By: nick                                  on 2000/11/04  19:56:10
77831         Log: PerlIO infrastructure complete.
77832      Branch: perlio
77833            + lib/perlio.pm
77834            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
77835 ____________________________________________________________________________
77836 [  7538] By: nick                                  on 2000/11/04  14:31:32
77837         Log: Type tweaks + less contorted allocation scheme
77838      Branch: perlio
77839            ! perlio.c
77840 ____________________________________________________________________________
77841 [  7537] By: nick                                  on 2000/11/04  12:40:42
77842         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
77843              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
77844              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
77845              sensible) which lead to some interesting fails.
77846      Branch: perlio
77847            ! perlio.c
77848 ____________________________________________________________________________
77849 [  7536] By: jhi                                   on 2000/11/04  00:20:02
77850         Log: Add FCNTL_CAN_LOCK.
77851              
77852              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
77853              From: Andy Dougherty <doughera@lafayette.edu>
77854              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
77855              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
77856              
77857              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
77858              From: Andy Dougherty <doughera@lafayette.edu>
77859              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
77860              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
77861      Branch: metaconfig/U/perl
77862            + d_fcntl_can_lock.U
77863            ! startperl.U
77864      Branch: perl
77865            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77866            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
77867            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
77868            ! vos/config.ga.h win32/config.bc win32/config.gc
77869            ! win32/config.vc
77870 ____________________________________________________________________________
77871 [  7535] By: nick                                  on 2000/11/03  22:19:10
77872         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
77873              - Works on Linux with
77874              perlio + unix
77875              stdio
77876              - Works on Solaris with
77877              perlio + unix
77878              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
77879              - Fails (hangs in openpid) if you try and stack
77880              perlio + stdio - Linux stdio's read() logic is hanging.
77881      Branch: perlio
77882            ! iperlsys.h perlio.c
77883 ____________________________________________________________________________
77884 [  7534] By: jhi                                   on 2000/11/03  15:16:02
77885         Log: Subject: Re: README.aix
77886              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77887              Date: Fri, 03 Nov 2000 16:03:15 +0100
77888              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
77889      Branch: perl
77890            ! README.aix
77891 ____________________________________________________________________________
77892 [  7533] By: jhi                                   on 2000/11/03  03:59:02
77893         Log: Subject: [PATCH 5.7.0] better messages from malloc()
77894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77895              Date: Wed, 1 Nov 2000 23:39:56 -0500
77896              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
77897      Branch: perl
77898            ! malloc.c pod/perldiag.pod
77899 ____________________________________________________________________________
77900 [  7532] By: jhi                                   on 2000/11/03  00:11:56
77901         Log: The #7521 touched things it shouldn't have.
77902      Branch: perl
77903            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
77904 ____________________________________________________________________________
77905 [  7531] By: jhi                                   on 2000/11/02  22:32:33
77906         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
77907              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
77908              Date:     Thu, 2 Nov 2000 16:58:36 EST
77909              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
77910      Branch: perl
77911            ! vms/gen_shrfls.pl
77912 ____________________________________________________________________________
77913 [  7530] By: jhi                                   on 2000/11/02  22:08:49
77914         Log: Fix the problem discussed in
77915              
77916              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
77917              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
77918              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
77919              
77920              originally from Linc Madison.  Also Andreas König's comments
77921              taken into account.  Some other problems with Tie::SubstrHash
77922              fixed: didn't croak when the table exceeded the requested number
77923              of entries (as documented) but instead when the number of entries
77924              exceeded the size of the table, a croak() had an unnecessary \n,
77925              didn't have a CLEAR method, documented that there is no exists().
77926              Didn't fix to be strict-proof because the module uses &foo; and
77927              dynamic scope.  Added a test script exercizing both first tamely 
77928              the basic functionality, and then the failure cases reported by
77929              Linc Madison.
77930      Branch: perl
77931            + t/lib/tie-substrhash.t
77932            ! MANIFEST lib/Tie/SubstrHash.pm
77933 ____________________________________________________________________________
77934 [  7529] By: jhi                                   on 2000/11/02  17:58:08
77935         Log: recv() can fail and return undef.
77936              
77937              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
77938              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
77939              Date: Thu, 2 Nov 2000 20:12:20 +0300
77940              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
77941      Branch: perl
77942            ! lib/Net/Ping.pm
77943 ____________________________________________________________________________
77944 [  7528] By: jhi                                   on 2000/11/02  17:49:09
77945         Log: Detpyo.
77946      Branch: perl
77947            ! pod/perlop.pod
77948 ____________________________________________________________________________
77949 [  7527] By: jhi                                   on 2000/11/02  15:48:37
77950         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
77951              fix a autovivification bug in Tie::RefHash, add tests for both.
77952              
77953              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
77954              From: Edward Avis <epa98@doc.ic.ac.uk>
77955              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
77956              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
77957      Branch: perl
77958            + t/lib/tie-refhash.t
77959            ! MANIFEST lib/Tie/RefHash.pm
77960 ____________________________________________________________________________
77961 [  7526] By: jhi                                   on 2000/11/02  13:56:26
77962         Log: Test::Harness revealed buglets in the new DynaLoader.
77963              
77964              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
77965              From: andreas.koenig@anima.de (Andreas J. Koenig)
77966              Date: 02 Nov 2000 11:26:48 +0100 
77967              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
77968      Branch: perl
77969            ! ext/DynaLoader/DynaLoader_pm.PL
77970 ____________________________________________________________________________
77971 [  7525] By: jhi                                   on 2000/11/01  23:52:08
77972         Log: The entry for #7503 was missing.
77973      Branch: perl
77974            ! Changes
77975 ____________________________________________________________________________
77976 [  7524] By: jhi                                   on 2000/11/01  23:40:52
77977         Log: Update Changes.
77978      Branch: perl
77979            ! Changes patchlevel.h
77980 ____________________________________________________________________________
77981 [  7523] By: jhi                                   on 2000/11/01  22:57:09
77982         Log: More tweaking on the #7522 theme.
77983      Branch: perl
77984            ! ext/DynaLoader/DynaLoader_pm.PL
77985 ____________________________________________________________________________
77986 [  7522] By: jhi                                   on 2000/11/01  22:06:15
77987         Log: Expand %Config variables and %ENV variables only if
77988              so requested during build time using the
77989              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
77990              Not expanding makes relocating distributions easier.
77991      Branch: perl
77992            ! ext/DynaLoader/DynaLoader_pm.PL
77993 ____________________________________________________________________________
77994 [  7521] By: jhi                                   on 2000/11/01  20:56:34
77995         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
77996              and setgid() because they were just changing $< and $( which means
77997              only changing the real uid/gid, as opposed to changing both
77998              real and effective ids.  (The alternative way could have been
77999              in POSIX.pm to change $> and $), too, but making a direct call
78000              to the C API feels cleaner.)  Fixes the bug
78001              
78002              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
78003              From: "Garry T. Williams" <garry@zvolve.com>
78004              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
78005              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
78006      Branch: perl
78007            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
78008            ! ext/POSIX/typemap pod/perlvar.pod
78009 ____________________________________________________________________________
78010 [  7520] By: jhi                                   on 2000/11/01  20:08:33
78011         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
78012              From: "Garry T. Williams" <garry@zvolve.com>
78013              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
78014              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
78015      Branch: perl
78016            ! pod/perlsec.pod
78017 ____________________________________________________________________________
78018 [  7519] By: jhi                                   on 2000/11/01  20:01:22
78019         Log: Locale warning explanation tweak.
78020      Branch: perl
78021            ! pod/perldiag.pod
78022 ____________________________________________________________________________
78023 [  7518] By: jhi                                   on 2000/11/01  18:57:13
78024         Log: C.pm part of
78025              
78026              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
78027              From: Jarkko Hietaniemi <jhi@iki.fi>
78028              Date: Tue, 10 Oct 2000 08:22:28 -0500
78029              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
78030      Branch: perl
78031            ! ext/B/B/C.pm
78032 ____________________________________________________________________________
78033 [  7517] By: jhi                                   on 2000/11/01  18:41:59
78034         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
78035              From: Martien Verbruggen <mgjv@comdyn.com.au>
78036              Date: Fri, 6 Oct 2000 14:09:10 +1100
78037              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
78038      Branch: perl
78039            ! pod/perlop.pod
78040 ____________________________________________________________________________
78041 [  7516] By: jhi                                   on 2000/11/01  18:34:55
78042         Log: Generalize the Camel wording.
78043              
78044              Subject: Re: perlfaq style changes
78045              From: John Borwick <jhborwic@unity.ncsu.edu>
78046              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
78047              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
78048      Branch: perl
78049            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
78050 ____________________________________________________________________________
78051 [  7515] By: jhi                                   on 2000/11/01  16:52:31
78052         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
78053              From: pimlott@idiomtech.com (Andrew Pimlott)
78054              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
78055              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
78056      Branch: perl
78057            ! pod/perlsec.pod
78058 ____________________________________________________________________________
78059 [  7514] By: jhi                                   on 2000/11/01  15:03:40
78060         Log: More AIX lore.
78061      Branch: perl
78062            ! ext/re/hints/aix.pl
78063 ____________________________________________________________________________
78064 [  7513] By: jhi                                   on 2000/11/01  14:48:30
78065         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
78066              From: root <root@chronos.fi.muni.cz>
78067              Date: Wed, 1 Nov 2000 12:31:32 +0100
78068              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
78069      Branch: perl
78070            ! lib/Net/Ping.pm
78071 ____________________________________________________________________________
78072 [  7512] By: jhi                                   on 2000/11/01  14:46:47
78073         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
78074              From: Martin Husemann <martin@duskware.de>
78075              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
78076              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
78077      Branch: perl
78078            ! regcomp.c
78079 ____________________________________________________________________________
78080 [  7511] By: jhi                                   on 2000/11/01  14:39:50
78081         Log: AUTHORS updates.
78082      Branch: perl
78083            ! AUTHORS
78084 ____________________________________________________________________________
78085 [  7510] By: jhi                                   on 2000/11/01  14:29:50
78086         Log: Subject: [PATCH] startperl to respect versiononly
78087              From: Robin Barker <rmb1@cise.npl.co.uk> 
78088              Date: Tue, 31 Oct 2000 16:29:36 GMT
78089              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
78090      Branch: metaconfig/U/perl
78091            ! startperl.U
78092      Branch: perl
78093            ! Configure config_h.SH
78094 ____________________________________________________________________________
78095 [  7509] By: jhi                                   on 2000/11/01  14:19:53
78096         Log: printf UVs the correct way, noticed by Robin Barker.
78097      Branch: perl
78098            ! utf8.c
78099 ____________________________________________________________________________
78100 [  7508] By: jhi                                   on 2000/11/01  14:10:03
78101         Log: Do not cleanup *% because the % has special meanings in some
78102              shell environments.
78103      Branch: perl
78104            ! ext/Storable/Makefile.PL
78105 ____________________________________________________________________________
78106 [  7507] By: jhi                                   on 2000/11/01  14:06:00
78107         Log: The NonStop-UX libraries have a novel way to say NaN.
78108      Branch: perl
78109            ! t/lib/bigfltpm.t
78110 ____________________________________________________________________________
78111 [  7506] By: jhi                                   on 2000/11/01  14:03:35
78112         Log: The osname has been lowercased by now, from Tom Bates.
78113      Branch: metaconfig
78114            ! U/modified/Oldconfig.U
78115      Branch: perl
78116            ! Configure config_h.SH
78117 ____________________________________________________________________________
78118 [  7505] By: jhi                                   on 2000/10/31  19:18:39
78119         Log: The compiler is either gcc or cc, from Tom Bates.
78120      Branch: perl
78121            ! hints/nonstopux.sh
78122 ____________________________________________________________________________
78123 [  7504] By: jhi                                   on 2000/10/31  14:53:42
78124         Log: Update Changes.
78125      Branch: perl
78126            ! Changes patchlevel.h
78127 ____________________________________________________________________________
78128 [  7503] By: jhi                                   on 2000/10/31  14:30:50
78129         Log: Whitespace style tweak.  Was originally going to see to
78130              
78131              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
78132              From: Joe Smith <jms@inwap.com>
78133              Date: Mon, 30 Oct 2000 18:47:57 -0800
78134              Message-Id: <39FE32DD.24AAC4D@inwap.com>
78135              
78136              but that had already been taken care of.
78137      Branch: metaconfig
78138            ! U/compline/d_stdstdio.U
78139      Branch: perl
78140            ! Configure config_h.SH
78141 ____________________________________________________________________________
78142 [  7502] By: jhi                                   on 2000/10/31  14:25:02
78143         Log: AUTHORS tweaks.
78144      Branch: perl
78145            ! AUTHORS
78146 ____________________________________________________________________________
78147 [  7501] By: jhi                                   on 2000/10/31  14:23:59
78148         Log: Subject: perlfaq style changes
78149              From: John Borwick <jhborwic@unity.ncsu.edu>
78150              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
78151              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
78152      Branch: perl
78153            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
78154            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
78155            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
78156            ! pod/perlfaq9.pod
78157 ____________________________________________________________________________
78158 [  7500] By: jhi                                   on 2000/10/31  14:22:15
78159         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
78160              
78161              Subject: Re: [ID 20000918.005] ~ on wide chars
78162              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78163              Date: Mon, 30 Oct 2000 21:09:55 -0800
78164              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
78165              
78166              (The ord() part of the patch skipped.)
78167      Branch: perl
78168            ! doop.c
78169 ____________________________________________________________________________
78170 [  7499] By: jhi                                   on 2000/10/31  14:20:08
78171         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
78172              From: Jens Hamisch <jens@Strawberry.COM>
78173              Date: Mon, 30 Oct 2000 15:17:07 +0100
78174              Message-Id: <20001030151707.A9597@Strawberry.COM>
78175      Branch: perl
78176            ! av.c
78177 ____________________________________________________________________________
78178 [  7498] By: jhi                                   on 2000/10/31  14:16:29
78179         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
78180              From: Peter Prymmer <pvhp@forte.com>
78181              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
78182              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
78183      Branch: perl
78184            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
78185            + ext/Encode/Encode/posix-bc.enc
78186            ! MANIFEST t/lib/encode.t
78187 ____________________________________________________________________________
78188 [  7497] By: jhi                                   on 2000/10/31  14:13:22
78189         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
78190              From: Peter Prymmer <pvhp@forte.com>
78191              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
78192              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
78193      Branch: perl
78194            ! t/lib/cgi-html.t
78195 ____________________________________________________________________________
78196 [  7496] By: jhi                                   on 2000/10/31  14:12:05
78197         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
78198              From: Peter Prymmer <pvhp@forte.com>
78199              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
78200              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
78201      Branch: perl
78202            ! t/lib/cgi-function.t
78203 ____________________________________________________________________________
78204 [  7495] By: jhi                                   on 2000/10/31  14:11:08
78205         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
78206              From: Peter Prymmer <pvhp@forte.com>
78207              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
78208              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
78209      Branch: perl
78210            + ext/re/hints/aix.pl
78211            ! MANIFEST ext/re/Makefile.PL
78212 ____________________________________________________________________________
78213 [  7494] By: jhi                                   on 2000/10/31  14:08:32
78214         Log: Use Errno magic.
78215              
78216              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
78217              From: Casey Tweten <perl@ctweten.amsite.com>
78218              Date: Mon, 30 Oct 2000 15:51:17 -0500
78219              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
78220      Branch: perl
78221            ! lib/File/Temp.pm
78222 ____________________________________________________________________________
78223 [  7493] By: jhi                                   on 2000/10/31  14:05:07
78224         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
78225              
78226              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
78227              From: Nicholas Clark <nick@ccl4.org>
78228              Date: Mon, 30 Oct 2000 17:38:45 +0000
78229              Message-ID: <20001030173845.O60355@plum.flirble.org>
78230      Branch: perl
78231            ! Makefile.SH utils/perlbug.PL
78232 ____________________________________________________________________________
78233 [  7492] By: nick                                  on 2000/10/30  19:37:23
78234         Log: Change files which are mysteriously different to mainline to be
78235              copies of mainline.
78236      Branch: perlio
78237            ! objXSUB.h perlapi.c pod/perlapi.pod
78238 ____________________________________________________________________________
78239 [  7491] By: nick                                  on 2000/10/30  18:05:54
78240         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
78241              - typo in endian code in putc.
78242              - Don't allow read of write-only files and vice-versa
78243              - and off-by-one in flush-all loop.
78244              Remove debug calls as they were using GCC specific features.
78245      Branch: perlio
78246            ! perlio.c
78247 ____________________________________________________________________________
78248 [  7490] By: nick                                  on 2000/10/29  21:45:45
78249         Log: Integrate mainline to perlio
78250      Branch: perlio
78251           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
78252           !> toke.c
78253 ____________________________________________________________________________
78254 [  7489] By: jhi                                   on 2000/10/29  21:11:08
78255         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
78256              From: andreas.koenig@anima.de (Andreas J. Koenig)
78257              Date: 29 Oct 2000 22:05:59 +0100
78258              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
78259      Branch: perl
78260            ! lib/ExtUtils/Manifest.pm
78261 ____________________________________________________________________________
78262 [  7488] By: jhi                                   on 2000/10/29  21:07:47
78263         Log: Tests for #7487.
78264              
78265              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
78266              From: andreas.koenig@anima.de (Andreas J. Koenig)
78267              Date: 29 Oct 2000 19:37:09 +0100
78268              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
78269      Branch: perl
78270            ! t/comp/proto.t
78271 ____________________________________________________________________________
78272 [  7487] By: jhi                                   on 2000/10/29  21:06:27
78273         Log: constsub spillage.
78274              
78275              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
78276              From: John Tobey <jtobey@john-edwin-tobey.org>
78277              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
78278              Message-Id: <m13pvSr-000FObC@feynman.localnet>
78279      Branch: perl
78280            ! op.c
78281 ____________________________________________________________________________
78282 [  7486] By: nick                                  on 2000/10/29  21:05:04
78283         Log: Integrate mainline to perlio branch
78284      Branch: perlio
78285           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
78286           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
78287           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
78288           +> vos/install_perl.cm
78289            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
78290            - vos/config.h vos/config_h.SH_orig
78291           !> (integrate 141 files)
78292 ____________________________________________________________________________
78293 [  7485] By: jhi                                   on 2000/10/29  21:00:47
78294         Log: Make \x{...} consistently produce UTF-8.
78295              
78296              Subject: Re: \x{...} is confused 
78297              From: Simon Cozens <simon@cozens.net>
78298              Date: Sun, 29 Oct 2000 19:36:48 +0000
78299              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
78300      Branch: perl
78301            ! t/pragma/utf8.t toke.c
78302 ____________________________________________________________________________
78303 [  7484] By: nick                                  on 2000/10/29  20:05:29
78304         Log: PerlIO passes all tests.
78305      Branch: perlio
78306            ! perlio.c
78307 ____________________________________________________________________________
78308 [  7483] By: jhi                                   on 2000/10/29  18:06:55
78309         Log: Update Changes.
78310      Branch: perl
78311            ! Changes patchlevel.h
78312 ____________________________________________________________________________
78313 [  7482] By: nick                                  on 2000/10/29  17:43:28
78314         Log: Include <unistd.h> to get correct lseek() prototype etc.
78315              (I thought perl.h did that) - down to two fails
78316              - comp/require.t (last test)
78317              - lib/io_xs.t - possibly import/export of FILE * ?
78318      Branch: perlio
78319            ! perlio.c
78320 ____________________________________________________________________________
78321 [  7481] By: jhi                                   on 2000/10/29  17:02:37
78322         Log: UTF-8 decoder tweak.
78323      Branch: perl
78324            ! utf8.c
78325 ____________________________________________________________________________
78326 [  7480] By: nick                                  on 2000/10/29  16:26:11
78327         Log: Fixed two bugs:
78328              - error code not being set on close (of broken pipe)
78329              - append mode was truncating.
78330              At least one seek/tell bug remains.
78331      Branch: perlio
78332            ! perlio.c
78333 ____________________________________________________________________________
78334 [  7479] By: nick                                  on 2000/10/29  11:18:16
78335         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
78336              in case of accidents. Still several worrying fails, no line disciplines yet.
78337      Branch: perlio
78338            ! iperlsys.h perlio.c
78339 ____________________________________________________________________________
78340 [  7478] By: jhi                                   on 2000/10/29  02:04:01
78341         Log: Add also emailless people.
78342      Branch: perl
78343            ! AUTHORS
78344 ____________________________________________________________________________
78345 [  7477] By: jhi                                   on 2000/10/29  01:36:00
78346         Log: The #7476 needs a MANIFEST change, too.
78347      Branch: perl
78348            ! MANIFEST
78349 ____________________________________________________________________________
78350 [  7476] By: jhi                                   on 2000/10/29  01:35:21
78351         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
78352      Branch: perl
78353            - MAINTAIN
78354            ! AUTHORS Changes
78355 ____________________________________________________________________________
78356 [  7475] By: jhi                                   on 2000/10/28  23:57:25
78357         Log: De-quoted-unreadable to ISO Latin 1.
78358              (There's one ISO-2022-JP name in Changes5.004.)
78359      Branch: perl
78360            ! Changes Changes5.6
78361 ____________________________________________________________________________
78362 [  7474] By: jhi                                   on 2000/10/28  19:13:06
78363         Log: Subject: [ID 20001027.007] uniq array in perlfaq
78364              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
78365              Date: Fri, 27 Oct 2000 19:28:30 +0200
78366              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
78367      Branch: perl
78368            ! pod/perlfaq4.pod
78369 ____________________________________________________________________________
78370 [  7473] By: jhi                                   on 2000/10/28  18:02:05
78371         Log: Locking null mutexes is not recommendable.
78372              
78373              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
78374              From: Hugo <hv@crypt.compulink.co.uk>
78375              Date: Sat, 28 Oct 2000 18:41:12 +0100
78376              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
78377      Branch: perl
78378            ! op.c
78379 ____________________________________________________________________________
78380 [  7472] By: jhi                                   on 2000/10/28  17:52:58
78381         Log: Better create a true mailing list for the repository keepers.
78382      Branch: perl
78383            ! Porting/repository.pod
78384 ____________________________________________________________________________
78385 [  7471] By: jhi                                   on 2000/10/28  17:28:24
78386         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
78387              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
78388      Branch: perl
78389            + Porting/repository.pod
78390            ! MANIFEST
78391 ____________________________________________________________________________
78392 [  7470] By: jhi                                   on 2000/10/28  17:20:54
78393         Log: Subject: DOC PATCH 5.6.0
78394              From: mjd@plover.com
78395              Date: 27 Oct 2000 17:32:44 -0000
78396              Message-ID: <20001027173244.23754.qmail@plover.com>
78397      Branch: perl
78398            ! pod/perlfunc.pod
78399 ____________________________________________________________________________
78400 [  7469] By: jhi                                   on 2000/10/28  17:16:45
78401         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
78402              From: "Peter J. Farley III" <pjfarley@banet.net>
78403              Date: Fri, 27 Oct 2000 20:32:56 -0400
78404              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
78405      Branch: perl
78406            ! README.dos
78407 ____________________________________________________________________________
78408 [  7468] By: jhi                                   on 2000/10/28  17:07:18
78409         Log: Make target reordering to avoid pointless re-makes.
78410              
78411              Subject: Re: Total re-make of 'make okfile' after 7451 ?
78412              From: Nicholas Clark <nick@ccl4.org>
78413              Date: Sat, 28 Oct 2000 00:31:02 +0100
78414              Message-ID: <20001028003101.A54517@plum.flirble.org>
78415      Branch: perl
78416            ! Makefile.SH
78417 ____________________________________________________________________________
78418 [  7467] By: jhi                                   on 2000/10/28  17:05:31
78419         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
78420              From: lvirden@cas.org
78421              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
78422              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
78423      Branch: perl
78424            ! README.os2
78425 ____________________________________________________________________________
78426 [  7466] By: jhi                                   on 2000/10/28  16:09:16
78427         Log: Upgrade to CPAN 1.58_55.
78428              
78429              Subject: CPAN.pm status
78430              From: andreas.koenig@anima.de (Andreas J. Koenig) 
78431              Date: 28 Oct 2000 08:18:00 +0200 
78432              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
78433      Branch: perl
78434            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
78435 ____________________________________________________________________________
78436 [  7465] By: jhi                                   on 2000/10/28  16:02:47
78437         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
78438      Branch: perl
78439            ! embed.h embed.pl perl.h proto.h toke.c
78440 ____________________________________________________________________________
78441 [  7464] By: nick                                  on 2000/10/28  10:43:44
78442         Log: Fix for sv_2iv() on "shared" value from keys %hash.
78443      Branch: perl
78444            ! sv.c
78445 ____________________________________________________________________________
78446 [  7463] By: jhi                                   on 2000/10/27  16:18:29
78447         Log: Update Changes.
78448      Branch: perl
78449            ! Changes patchlevel.h
78450 ____________________________________________________________________________
78451 [  7462] By: jhi                                   on 2000/10/27  16:17:44
78452         Log: Too enthusiastic editing in #7460.
78453      Branch: metaconfig
78454            ! U/modified/Oldsym.U
78455      Branch: perl
78456            ! Configure config_h.SH
78457 ____________________________________________________________________________
78458 [  7461] By: jhi                                   on 2000/10/27  15:37:38
78459         Log: Retract #7459, the script needs more work.
78460      Branch: perl
78461            - mkreef
78462            ! MANIFEST
78463 ____________________________________________________________________________
78464 [  7460] By: jhi                                   on 2000/10/27  15:23:14
78465         Log: Use $sort, $uniq (and $tr) consistently as wondered
78466              by Nicholas Clark.
78467      Branch: metaconfig
78468            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
78469            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
78470            ! U/modified/libc.U
78471      Branch: perl
78472            ! Configure config_h.SH
78473 ____________________________________________________________________________
78474 [  7459] By: jhi                                   on 2000/10/27  15:02:07
78475         Log: (Retracted by #7461)
78476              
78477              Add a shell script for creating/removing symbolic link farms,
78478              useful for keeping the source code read-only and doing the
78479              builds somewhere else.
78480      Branch: perl
78481            + mkreef
78482            ! MANIFEST
78483 ____________________________________________________________________________
78484 [  7458] By: jhi                                   on 2000/10/27  14:42:20
78485         Log: Do away with the fix_pl.
78486      Branch: perl
78487            - fix_pl
78488            ! MANIFEST Makefile.SH
78489 ____________________________________________________________________________
78490 [  7457] By: jhi                                   on 2000/10/27  12:43:13
78491         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
78492              From: Jens Hamisch <jens@Strawberry.COM>
78493              Date: Fri, 27 Oct 2000 14:38:21 +0200
78494              Message-Id: <20001027143821.B3366@Strawberry.COM>
78495      Branch: perl
78496            ! perl.h
78497 ____________________________________________________________________________
78498 [  7456] By: jhi                                   on 2000/10/27  12:33:42
78499         Log: Subject: [PATCH] todo
78500              From: Nicholas Clark <nick@ccl4.org>
78501              Date: Thu, 26 Oct 2000 22:32:29 +0100
78502              Message-ID: <20001026223229.A44540@plum.flirble.org>
78503      Branch: perl
78504            ! pod/perltodo.pod
78505 ____________________________________________________________________________
78506 [  7455] By: jhi                                   on 2000/10/27  12:02:21
78507         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
78508              From: John Tobey <jtobey@john-edwin-tobey.org>
78509              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
78510              Message-Id: <m13ozHF-000FObC@feynman.localnet>
78511      Branch: perl
78512            ! op.c t/pragma/sub_lval.t
78513 ____________________________________________________________________________
78514 [  7454] By: jhi                                   on 2000/10/27  11:59:42
78515         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
78516              From: sthoenna@efn.org
78517              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
78518              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
78519      Branch: perl
78520            ! pp.c t/op/assignwarn.t
78521 ____________________________________________________________________________
78522 [  7453] By: jhi                                   on 2000/10/27  00:15:08
78523         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
78524      Branch: perl
78525            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
78526            ! ext/Storable/Storable.xs t/lib/st-lock.t
78527 ____________________________________________________________________________
78528 [  7452] By: jhi                                   on 2000/10/26  13:05:52
78529         Log: Undo #7451, this seems to be a deficiency in Perforce,
78530              there is no per-file line-terminator type, only per-client.
78531      Branch: perl
78532            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
78533            ! win32/makefile.mk
78534 ____________________________________________________________________________
78535 [  7451] By: jhi                                   on 2000/10/26  04:56:03
78536         Log: Experimenting in DOS arcana.
78537      Branch: perl
78538            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
78539            ! win32/makefile.mk
78540 ____________________________________________________________________________
78541 [  7450] By: jhi                                   on 2000/10/26  04:50:52
78542         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
78543              From: "Peter J. Farley III" <pjfarley@banet.net>            
78544              Date: Wed, 25 Oct 2000 23:10:18 -0400
78545              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
78546      Branch: perl
78547            ! t/io/open.t
78548 ____________________________________________________________________________
78549 [  7449] By: jhi                                   on 2000/10/26  04:49:16
78550         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
78551              From: Hugo <hv@crypt.compulink.co.uk>
78552              Date: Thu, 26 Oct 2000 01:55:17 +0100
78553              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
78554              
78555              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
78556      Branch: perl
78557            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
78558 ____________________________________________________________________________
78559 [  7448] By: jhi                                   on 2000/10/26  04:38:36
78560         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
78561              From: Peter Prymmer <pvhp@forte.com>
78562              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
78563              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
78564      Branch: perl
78565            ! configure.com
78566 ____________________________________________________________________________
78567 [  7447] By: jhi                                   on 2000/10/25  23:20:02
78568         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
78569              in platforms that strictly require all the symbols being present
78570              at link time.
78571      Branch: perl
78572            ! handy.h
78573 ____________________________________________________________________________
78574 [  7446] By: jhi                                   on 2000/10/25  21:55:57
78575         Log: Update Changes.
78576      Branch: perl
78577            ! Changes patchlevel.h
78578 ____________________________________________________________________________
78579 [  7445] By: jhi                                   on 2000/10/25  21:27:08
78580         Log: Integrate with vmsperl #7430 by Charles Bailey:
78581              
78582              Cleanup from prior patch (Charles Lane?):
78583              - improve handling of MFDs in Basename and Path
78584              - default to no xsubpp line # munging when building debug images
78585      Branch: perl
78586           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
78587 ____________________________________________________________________________
78588 [  7444] By: jhi                                   on 2000/10/25  21:03:50
78589         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
78590              From: John Peacock <JPeacock@UnivPress.com>
78591              Date: Thu, 18 May 2000 11:55:27 -0400
78592              Message-ID: <3924126F.A58BE57A@UnivPress.com>
78593      Branch: perl
78594            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
78595            ! t/op/write.t
78596 ____________________________________________________________________________
78597 [  7443] By: jhi                                   on 2000/10/25  20:43:10
78598         Log: Temporary stopgap for the self-tying issue: for now only
78599              array and hash self-ties are verboten.  The real fix, of
78600              course, would be to comprehensively test (and implement?)
78601              and debug (and document) self-ties.
78602      Branch: perl
78603            ! pod/perldiag.pod pp_sys.c t/op/tie.t
78604 ____________________________________________________________________________
78605 [  7442] By: jhi                                   on 2000/10/25  20:14:30
78606         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
78607              From: Dan Sugalski <dan@sidhe.org>
78608              Date: Wed, 25 Oct 2000 13:36:35 -0400
78609              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
78610              
78611              plus regen global.sym.
78612      Branch: perl
78613            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
78614            ! thrdvar.h util.c
78615 ____________________________________________________________________________
78616 [  7441] By: jhi                                   on 2000/10/25  20:12:20
78617         Log: buildtoc target tweaks.
78618      Branch: perl
78619            ! pod/Makefile.SH
78620 ____________________________________________________________________________
78621 [  7440] By: jhi                                   on 2000/10/25  20:03:53
78622         Log: A new version of making the syslog test more robust.
78623              (Replaces #7421.)
78624              
78625              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
78626              From: "Kurt D. Starsinic" <kstar@chapin.edu>
78627              Date: Wed, 25 Oct 2000 12:13:54 -0400
78628              Message-ID: <20001025121354.B2264@O2.chapin.edu>
78629      Branch: perl
78630            ! t/lib/syslog.t
78631 ____________________________________________________________________________
78632 [  7439] By: jhi                                   on 2000/10/25  20:00:48
78633         Log: Continue the internal UTF-8 API tweaking.
78634              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
78635              used much more than the simpler API, now called utf8_to_uv_simple().
78636              Still not quite happy with API, too much partial duplication
78637              of functionality.
78638      Branch: perl
78639            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
78640            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
78641            ! regcomp.c regexec.c sv.c toke.c utf8.c
78642 ____________________________________________________________________________
78643 [  7438] By: jhi                                   on 2000/10/25  18:52:30
78644         Log: Allow poking holes at the UTF-8 decoding strictness.
78645      Branch: perl
78646            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
78647            ! utf8.h
78648 ____________________________________________________________________________
78649 [  7437] By: jhi                                   on 2000/10/25  13:53:05
78650         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
78651              UTF8LEN() and UTF8SKIP(). 
78652      Branch: perl
78653            ! pp.c utf8.c utf8.h
78654 ____________________________________________________________________________
78655 [  7436] By: jhi                                   on 2000/10/25  13:51:37
78656         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
78657              From: Nicholas Clark <nick@ccl4.org>
78658              Date: Wed, 25 Oct 2000 14:44:05 +0100
78659              Message-ID: <20001025144404.D27253@plum.flirble.org>
78660      Branch: perl
78661            ! pod/perlrun.pod
78662 ____________________________________________________________________________
78663 [  7435] By: jhi                                   on 2000/10/25  13:49:32
78664         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
78665              From: Mike Guy <mjtg@cam.ac.uk>
78666              Date: Tue, 24 Oct 2000 14:59:40 +0100
78667              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
78668      Branch: perl
78669            ! scope.c
78670 ____________________________________________________________________________
78671 [  7434] By: jhi                                   on 2000/10/25  13:48:41
78672         Log: AIX is picky about its symbol exports.  Solution for now
78673              is to include the deb.o explicitly to the re extension build.
78674              
78675              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
78676              From: Peter Prymmer <pvhp@forte.com>
78677              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
78678              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
78679      Branch: perl
78680            ! ext/re/Makefile.PL hints/aix.sh
78681 ____________________________________________________________________________
78682 [  7433] By: jhi                                   on 2000/10/25  13:46:49
78683         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
78684              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78685              Date: Wed, 25 Oct 2000 12:02:20 +0200
78686              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
78687      Branch: perl
78688            ! perlsdio.h
78689 ____________________________________________________________________________
78690 [  7432] By: jhi                                   on 2000/10/25  13:44:28
78691         Log: Subject: Minor update to find2perl, for portability
78692              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
78693              Date: Wed, 25 Oct 2000 12:05:47 +0100
78694              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
78695      Branch: perl
78696            ! x2p/find2perl.PL
78697 ____________________________________________________________________________
78698 [  7431] By: jhi                                   on 2000/10/25  13:40:39
78699         Log: Add targets to Makefile.SH, most importantly
78700              'regen_all' which also remembers to update vms/perly*.
78701      Branch: perl
78702            ! Makefile.SH
78703 ____________________________________________________________________________
78704 [  7430] By: bailey                                on 2000/10/25  03:13:53
78705         Log: Cleanup from prior patch (Charles Lane?):
78706              - improve handling of MFDs in Basename and Path
78707              - default to no xsubpp line # munging when building debug images
78708      Branch: vmsperl
78709            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
78710 ____________________________________________________________________________
78711 [  7429] By: jhi                                   on 2000/10/24  20:03:40
78712         Log: Podify README.epoc and README.vos.
78713      Branch: perl
78714            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
78715            ! pod/perlport.pod pod/perltoc.pod
78716 ____________________________________________________________________________
78717 [  7428] By: jhi                                   on 2000/10/24  19:10:33
78718         Log: Stratus VOS updates from Paul Green.
78719      Branch: perl
78720            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
78721            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
78722            - vos/config.def vos/config.h vos/config_h.SH_orig
78723            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
78724            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
78725 ____________________________________________________________________________
78726 [  7427] By: jhi                                   on 2000/10/24  18:59:48
78727         Log: Check if stdio supports tweaking lval and cnt simultaneously.
78728              
78729              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
78730              From: Nicholas Clark <nick@ccl4.org>
78731              Date: Mon, 23 Oct 2000 15:39:32 +0100
78732              Message-ID: <20001023153932.A10786@plum.flirble.org>
78733      Branch: metaconfig
78734            ! U/compline/d_stdstdio.U
78735      Branch: perl
78736            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78737            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
78738            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
78739            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
78740            ! vos/config.h vos/config_h.SH_orig win32/config.bc
78741            ! win32/config.gc win32/config.vc
78742 ____________________________________________________________________________
78743 [  7426] By: jhi                                   on 2000/10/24  17:57:44
78744         Log: Missed the header file changes from #7425.
78745      Branch: perl
78746            ! embed.h embed.pl objXSUB.h proto.h
78747 ____________________________________________________________________________
78748 [  7425] By: jhi                                   on 2000/10/24  17:55:17
78749         Log: Fix the bug reported in
78750              
78751              From: andreas.koenig@anima.de (Andreas J. Koenig)
78752              Subject: Encode bug?
78753              Date: 24 Oct 2000 14:01:26 +0200 
78754              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
78755              
78756              Also make is_utf8_char() stricter.
78757      Branch: perl
78758            ! ext/Encode/Encode.xs utf8.c
78759 ____________________________________________________________________________
78760 [  7424] By: jhi                                   on 2000/10/24  15:15:39
78761         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
78762              From: Peter Scott <Peter@PSDT.com>
78763              Date: Mon, 23 Oct 2000 19:46:01 -0700
78764              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
78765      Branch: perl
78766            ! pod/perlfaq5.pod
78767 ____________________________________________________________________________
78768 [  7423] By: jhi                                   on 2000/10/24  14:25:30
78769         Log: Test tweak to avoid pulling in the whole Config.
78770      Branch: perl
78771            ! t/lib/st-lock.t
78772 ____________________________________________________________________________
78773 [  7422] By: jhi                                   on 2000/10/24  14:03:16
78774         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
78775      Branch: perl
78776            ! pp.c
78777 ____________________________________________________________________________
78778 [  7421] By: jhi                                   on 2000/10/24  13:32:09
78779         Log: (Replaced by #7440.)
78780              
78781              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
78782              From: "Kurt D. Starsinic" <kstar@chapin.edu>
78783              Date: Mon, 23 Oct 2000 16:40:54 -0400
78784              Message-ID: <20001023164054.B14491@O2.chapin.edu>
78785      Branch: perl
78786            ! t/lib/syslog.t
78787 ____________________________________________________________________________
78788 [  7420] By: jhi                                   on 2000/10/24  13:30:53
78789         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
78790              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78791              Date: Mon, 23 Oct 2000 17:29:03 -0400
78792              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
78793      Branch: perl
78794            ! lib/ExtUtils/MM_Unix.pm
78795 ____________________________________________________________________________
78796 [  7419] By: jhi                                   on 2000/10/24  13:29:57
78797         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
78798              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78799              Date: Mon, 23 Oct 2000 19:01:32 -0400
78800              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
78801      Branch: perl
78802            ! utils/h2xs.PL
78803 ____________________________________________________________________________
78804 [  7418] By: jhi                                   on 2000/10/24  13:26:04
78805         Log: Replace #7409 with
78806              
78807              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
78808              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
78809              Date: Mon, 23 Oct 2000 20:08:56 +0200
78810              Message-ID: <20001023200855.A14850@nice.ram.loc>
78811      Branch: perl
78812            ! ext/Storable/Storable.pm t/lib/st-lock.t
78813 ____________________________________________________________________________
78814 [  7417] By: jhi                                   on 2000/10/24  13:17:52
78815         Log: Run vms/vms_yfix.pl, should have done that after changing
78816              perly.c in #7382.
78817      Branch: perl
78818            ! vms/perly_c.vms vms/perly_h.vms
78819 ____________________________________________________________________________
78820 [  7416] By: jhi                                   on 2000/10/24  02:55:33
78821         Log: Make the UTF-8 decoding stricter and more verbose when
78822              malformation happens.  This involved adding an argument
78823              to utf8_to_uv_chk(), which involved changing its prototype,
78824              and prefer STRLEN over I32 for the UTF-8 length, which as
78825              a domino effect necessitated changing the prototypes of
78826              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
78827              The stricter UTF-8 decoding checking uses Markus Kuhn's
78828              UTF-8 Decode Stress Tester from
78829              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
78830      Branch: perl
78831            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
78832            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
78833            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
78834            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
78835 ____________________________________________________________________________
78836 [  7415] By: jhi                                   on 2000/10/23  14:06:06
78837         Log: Update Changes.
78838      Branch: perl
78839            ! Changes patchlevel.h
78840 ____________________________________________________________________________
78841 [  7414] By: jhi                                   on 2000/10/23  12:39:52
78842         Log: Undo the basename() part of #7412 since the lib/basename
78843              tests would need upgrading too.
78844      Branch: perl
78845            ! lib/File/Basename.pm
78846 ____________________________________________________________________________
78847 [  7413] By: jhi                                   on 2000/10/23  12:19:27
78848         Log: Document PERL_INSTALL_ROOT of #7210.
78849      Branch: perl
78850            ! lib/ExtUtils/Install.pm
78851 ____________________________________________________________________________
78852 [  7412] By: jhi                                   on 2000/10/23  12:16:47
78853         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
78854      Branch: perl
78855            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
78856            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
78857 ____________________________________________________________________________
78858 [  7411] By: jhi                                   on 2000/10/23  12:07:41
78859         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
78860              From: Prymmer/Kahn <pvhp@best.com>
78861              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
78862              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
78863      Branch: perl
78864            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
78865 ____________________________________________________________________________
78866 [  7410] By: jhi                                   on 2000/10/23  04:10:11
78867         Log: The change #7187 was not so good on VMS.
78868              
78869              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
78870              From: "Craig A. Berry" <craig.berry@psinetcs.com>
78871              Date: Sun, 22 Oct 2000 23:03:08 -0500
78872              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
78873      Branch: perl
78874            ! utils/perldoc.PL
78875 ____________________________________________________________________________
78876 [  7409] By: jhi                                   on 2000/10/23  03:57:36
78877         Log: Avoid Storable locking on DJGPP for now.
78878              
78879              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
78880              From: "Peter J. Farley III" <pjfarley@banet.net>
78881              Date: Sun, 22 Oct 2000 20:00:00 -0400
78882              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
78883      Branch: perl
78884            ! ext/Storable/Storable.pm t/lib/st-lock.t
78885 ____________________________________________________________________________
78886 [  7408] By: jhi                                   on 2000/10/23  03:50:24
78887         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
78888              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
78889              Date: Sun, 22 Oct 2000 21:12:22 -0400
78890              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
78891      Branch: perl
78892            ! lib/vars.pm
78893 ____________________________________________________________________________
78894 [  7407] By: jhi                                   on 2000/10/23  03:43:12
78895         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
78896              From: Hugo <hv@crypt.compulink.co.uk>
78897              Date: Mon, 23 Oct 2000 00:47:22 +0100
78898              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
78899      Branch: perl
78900            ! regexec.c t/op/pat.t
78901 ____________________________________________________________________________
78902 [  7406] By: jhi                                   on 2000/10/23  03:40:29
78903         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
78904      Branch: perl
78905            ! lib/ExtUtils/MakeMaker.pm
78906 ____________________________________________________________________________
78907 [  7405] By: jhi                                   on 2000/10/22  21:32:00
78908         Log: Doc patch.
78909              
78910              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
78911              From: rspier@pobox.com (Robert Spier)
78912              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
78913              Message-ID: <14835.16112.13457.447971@rls.cx>
78914      Branch: perl
78915            ! lib/strict.pm
78916 ____________________________________________________________________________
78917 [  7404] By: jhi                                   on 2000/10/22  21:30:51
78918         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
78919              From: rspier@pobox.com (Robert Spier)
78920              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
78921              Message-ID: <14835.17223.72448.705566@rls.cx>
78922      Branch: perl
78923            ! lib/ExtUtils/MakeMaker.pm
78924 ____________________________________________________________________________
78925 [  7403] By: jhi                                   on 2000/10/22  21:24:11
78926         Log: Subject: [PATCH bleadperl] ripples from constsub patch
78927              From: John Tobey <jtobey@john-edwin-tobey.org>
78928              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
78929              Message-Id: <m13nSOB-000FObC@feynman.localnet>
78930      Branch: perl
78931            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
78932 ____________________________________________________________________________
78933 [  7402] By: jhi                                   on 2000/10/22  20:59:35
78934         Log: Support s?printf parameter reordering.
78935      Branch: perl
78936            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
78937 ____________________________________________________________________________
78938 [  7401] By: jhi                                   on 2000/10/22  19:19:14
78939         Log: Expand %Config variables only if explicitly so requested
78940              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
78941              
78942              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
78943              From: Gurusamy Sarathy <gsar@ActiveState.com>
78944              Date: Sun, 22 Oct 2000 11:47:32 -0700
78945              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
78946      Branch: perl
78947            ! Makefile.SH lib/lib_pm.PL
78948 ____________________________________________________________________________
78949 [  7400] By: jhi                                   on 2000/10/22  18:24:10
78950         Log: Move the #7390 test from warn/op to comp/redef.
78951              
78952              Subject: Re: Creating const subs for constants.
78953              From: John Tobey <jtobey@john-edwin-tobey.org>
78954              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
78955              Message-Id: <m13nG72-000FObC@feynman.localnet>               
78956      Branch: perl
78957            ! t/comp/redef.t t/pragma/warn/op
78958 ____________________________________________________________________________
78959 [  7399] By: jhi                                   on 2000/10/22  17:49:59
78960         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
78961              From: Nicholas Clark <nick@ccl4.org>
78962              Date: Sat, 21 Oct 2000 22:23:19 +0100
78963              Message-ID: <20001021222319.B45586@plum.flirble.org>
78964      Branch: perl
78965            ! ext/DynaLoader/DynaLoader_pm.PL
78966 ____________________________________________________________________________
78967 [  7398] By: jhi                                   on 2000/10/22  17:47:35
78968         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
78969              From: Hugo <hv@crypt.compulink.co.uk>
78970              Date: Sat, 21 Oct 2000 18:19:59 +0100
78971              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
78972      Branch: perl
78973            ! ext/B/B.pm ext/B/B/C.pm
78974 ____________________________________________________________________________
78975 [  7397] By: jhi                                   on 2000/10/22  17:35:18
78976         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
78977              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
78978              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
78979              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
78980      Branch: perl
78981            ! hints/openbsd.sh
78982 ____________________________________________________________________________
78983 [  7396] By: jhi                                   on 2000/10/22  17:19:46
78984         Log: Subject: installman go-faster stripes
78985              From: Nicholas Clark <nick@talking.bollo.cx>
78986              Date: Sat, 21 Oct 2000 17:24:53 +0100
78987              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
78988              
78989              Subject: Re: installman go-faster stripes
78990              From: Russ Allbery <rra@stanford.edu>
78991              Date: 21 Oct 2000 11:04:13 -0700
78992              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
78993      Branch: perl
78994            ! installman pod/pod2man.PL
78995 ____________________________________________________________________________
78996 [  7395] By: jhi                                   on 2000/10/22  17:17:35
78997         Log: Hints tweak from Anton Berezin.
78998      Branch: perl
78999            ! hints/freebsd.sh
79000 ____________________________________________________________________________
79001 [  7394] By: jhi                                   on 2000/10/22  04:50:04
79002         Log: Tweak the Is* definitions of Unicode character classes
79003              to better match the official categorizations; embrace
79004              the official categorizations; add the combining marks
79005              as alpha (and -numeric); fix DCinital (a typo and edito)
79006              to be DCmedial.
79007      Branch: perl
79008            + lib/unicode/Is/DCmedial.pl
79009            - lib/unicode/Is/DCinital.pl
79010            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
79011            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
79012            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
79013            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
79014 ____________________________________________________________________________
79015 [  7393] By: jhi                                   on 2000/10/21  18:06:05
79016         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
79017              From: Daniel Chetlin <daniel@chetlin.com>
79018              Date: Sat, 21 Oct 2000 02:57:03 -0700
79019              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
79020      Branch: perl
79021            + t/lib/tie-splice.t
79022            ! MANIFEST lib/Tie/Array.pm
79023 ____________________________________________________________________________
79024 [  7392] By: gsar                                  on 2000/10/21  18:05:15
79025         Log: resync utfperl branch with mainline
79026      Branch: utfperl
79027           !> (integrate 1760 files)
79028 ____________________________________________________________________________
79029 [  7391] By: jhi                                   on 2000/10/21  14:37:49
79030         Log: Testcases for a #7383,#7385 related bug.
79031              
79032              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
79033              From: Nicholas Clark <nick@ccl4.org>
79034              Date: Sat, 21 Oct 2000 15:04:51 +0100
79035              Message-ID: <20001021150451.A51566@plum.flirble.org>
79036      Branch: perl
79037            ! t/pragma/utf8.t
79038 ____________________________________________________________________________
79039 [  7390] By: jhi                                   on 2000/10/21  14:35:57
79040         Log: Add a testcase for #7389.
79041      Branch: perl
79042            ! t/pragma/warn/op
79043 ____________________________________________________________________________
79044 [  7389] By: jhi                                   on 2000/10/21  14:26:45
79045         Log: Subject: Re: Creating const subs for constants.
79046              From: John Tobey <jtobey@john-edwin-tobey.org>
79047              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
79048              Message-Id: <m13mo0N-000FObC@feynman.localnet>
79049      Branch: perl
79050            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
79051            ! proto.h sv.c
79052 ____________________________________________________________________________
79053 [  7388] By: nick                                  on 2000/10/21  11:44:23
79054         Log: Populate perlio branch
79055      Branch: perlio
79056           +> (branch 1760 files)
79057 ____________________________________________________________________________
79058 [  7387] By: nick                                  on 2000/10/21  10:52:05
79059         Log: Get branch back as replica of mainline via :
79060              p4 integrate -b utfperl
79061              p4 resolve -at ./...
79062      Branch: utfperl
79063           +> (branch 269 files)
79064            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
79065            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
79066            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
79067            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
79068            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
79069            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
79070            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
79071            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
79072            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
79073            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
79074            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
79075            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
79076            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
79077            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
79078            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
79079            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
79080            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
79081            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
79082            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
79083            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
79084            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
79085            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
79086            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
79087            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
79088            - lib/unicode/UCD300.html lib/unicode/Unicode.300
79089            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
79090            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
79091            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
79092            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
79093           !> (integrate 965 files)
79094 ____________________________________________________________________________
79095 [  7386] By: jhi                                   on 2000/10/21  01:31:12
79096         Log: Update Changes.
79097      Branch: perl
79098            ! Changes patchlevel.h
79099 ____________________________________________________________________________
79100 [  7385] By: jhi                                   on 2000/10/21  01:28:42
79101         Log: The #7383 was right only in the context of the original bug report,
79102              not in more general case.
79103      Branch: perl
79104            ! pp_hot.c
79105 ____________________________________________________________________________
79106 [  7384] By: jhi                                   on 2000/10/21  01:08:23
79107         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
79108      Branch: perl
79109            ! ext/IO/lib/IO/Select.pm
79110 ____________________________________________________________________________
79111 [  7383] By: jhi                                   on 2000/10/21  00:44:18
79112         Log: Fix for ID 20001020.006, concatenating an unset submatch
79113              with utf8 resulted in "Modification of a read-only value".
79114      Branch: perl
79115            ! pp_hot.c t/pragma/utf8.t
79116 ____________________________________________________________________________
79117 [  7382] By: jhi                                   on 2000/10/20  20:44:31
79118         Log: Make scan_num() reëntrant, as suggested in
79119              
79120              Subject: [PATCH perl@7229] Rentrant parser and yylex()
79121              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
79122              Date: Fri, 20 Oct 2000 14:17:27 +0100
79123              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
79124      Branch: perl
79125            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
79126            ! toke.c
79127 ____________________________________________________________________________
79128 [  7381] By: jhi                                   on 2000/10/20  20:07:29
79129         Log: Reëntrancy fix.
79130              
79131              Subject: [PATCH perl@7229] Rentrant parser and yylex()
79132              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
79133              Date: Fri, 20 Oct 2000 14:17:27 +0100
79134              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
79135      Branch: perl
79136            ! embed.h embed.pl perl.h proto.h toke.c
79137 ____________________________________________________________________________
79138 [  7380] By: jhi                                   on 2000/10/20  19:15:54
79139         Log: Don't write double values through long double pointers,
79140              based on a part of
79141              
79142              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
79143              From: Jens Hamisch <jens@Strawberry.COM>
79144              Date: Tue, 17 Oct 2000 08:39:36 +0200
79145              Message-Id: <20001017083936.A11104@Strawberry.COM>
79146      Branch: perl
79147            ! perl.h pp.c
79148 ____________________________________________________________________________
79149 [  7379] By: jhi                                   on 2000/10/20  18:43:37
79150         Log: Portability tweak on #7377.
79151              
79152              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
79153              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79154              Date:     Fri, 20 Oct 2000 13:13:41 EDT
79155              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
79156      Branch: perl
79157            ! t/lib/dprof.t
79158 ____________________________________________________________________________
79159 [  7378] By: jhi                                   on 2000/10/20  12:57:19
79160         Log: SOCKS function redefinitions need prototypes, too, otherwise
79161              for example 32 bit versus 64 bit differences cause a lot of
79162              problems.  Part of
79163              
79164              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
79165              From: Jens Hamisch <jens@Strawberry.COM>
79166              Date: Tue, 17 Oct 2000 08:39:36 +0200
79167              Message-Id: <20001017083936.A11104@Strawberry.COM>
79168      Branch: perl
79169            ! doio.c pp_sys.c
79170 ____________________________________________________________________________
79171 [  7377] By: jhi                                   on 2000/10/20  12:37:12
79172         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
79173              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79174              Date:     Fri, 20 Oct 2000 08:26:04 EDT
79175              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
79176      Branch: perl
79177            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
79178 ____________________________________________________________________________
79179 [  7376] By: jhi                                   on 2000/10/20  12:35:31
79180         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
79181              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79182              Date:     Fri, 20 Oct 2000 07:48:15 EDT
79183              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
79184      Branch: perl
79185            ! configure.com vms/gen_shrfls.pl
79186 ____________________________________________________________________________
79187 [  7375] By: bailey                                on 2000/10/20  04:44:37
79188         Log: SYN SYN
79189      Branch: vmsperl
79190           +> (branch 134 files)
79191            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
79192            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
79193            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
79194            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
79195            - eg/cgi/frameset.cgi eg/cgi/index.html
79196            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
79197            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
79198            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
79199            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
79200            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
79201            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
79202            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
79203            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
79204            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
79205            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
79206            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
79207            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
79208            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
79209            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
79210            - lib/unicode/Props.txt lib/unicode/UCD300.html
79211            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
79212            - utils/perlbc.PL vms/subconfigure.com
79213           !> (integrate 785 files)
79214 ____________________________________________________________________________
79215 [  7374] By: jhi                                   on 2000/10/20  00:59:48
79216         Log: In the latest compiler builds cccdlflags must not become -fpic,
79217              from Wilfredo Sánchez.
79218      Branch: perl
79219            ! hints/darwin.sh
79220 ____________________________________________________________________________
79221 [  7373] By: jhi                                   on 2000/10/20  00:56:35
79222         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
79223              From: Tony Cook <tony@develop-help.com>
79224              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
79225              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
79226      Branch: perl
79227            ! pod/perlop.pod
79228 ____________________________________________________________________________
79229 [  7372] By: jhi                                   on 2000/10/19  19:34:40
79230         Log: Typo noted by Mark Lutz.
79231      Branch: perl
79232            ! t/op/64bitint.t
79233 ____________________________________________________________________________
79234 [  7371] By: jhi                                   on 2000/10/19  19:33:13
79235         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
79236      Branch: metaconfig
79237            ! U/modified/Cppsym.U U/modified/Oldconfig.U
79238      Branch: metaconfig/U/perl
79239            ! End.U dlsrc.U libperl.U
79240      Branch: perl
79241            + hints/nonstopux.sh
79242            ! Configure MANIFEST config_h.SH
79243 ____________________________________________________________________________
79244 [  7370] By: jhi                                   on 2000/10/19  17:18:08
79245         Log: Subject: PATCH do_print has 2 PerlIO_error()s
79246              From: nick@ccl4.org
79247              Date: Thu, 19 Oct 2000 18:09:20 +0100
79248              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
79249      Branch: perl
79250            ! doio.c
79251 ____________________________________________________________________________
79252 [  7369] By: jhi                                   on 2000/10/19  14:01:49
79253         Log: Update Changes.
79254      Branch: perl
79255            ! Changes patchlevel.h
79256 ____________________________________________________________________________
79257 [  7368] By: jhi                                   on 2000/10/19  13:04:29
79258         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
79259              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79260              Date: Wed, 18 Oct 2000 13:12:01 +0200
79261              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
79262      Branch: perl
79263            ! hints/aix.sh
79264 ____________________________________________________________________________
79265 [  7367] By: jhi                                   on 2000/10/19  02:22:40
79266         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
79267              of a 'pmshort' anywhere in the B, so the offending line was simply
79268              removed.
79269      Branch: perl
79270            ! ext/B/B/Debug.pm
79271 ____________________________________________________________________________
79272 [  7366] By: jhi                                   on 2000/10/19  02:12:37
79273         Log: Add the test case for the bug id 20000730.004 which seems
79274              to have been fixed by now.
79275      Branch: perl
79276            ! t/pragma/utf8.t
79277 ____________________________________________________________________________
79278 [  7365] By: jhi                                   on 2000/10/18  23:36:24
79279         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
79280              From: Hugo <hv@crypt.compulink.co.uk>
79281              Date: Wed, 18 Oct 2000 23:25:58 +0100
79282              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
79283      Branch: perl
79284            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
79285 ____________________________________________________________________________
79286 [  7364] By: jhi                                   on 2000/10/18  21:12:53
79287         Log: (retracted)
79288      Branch: perl
79289            ! pp.c
79290 ____________________________________________________________________________
79291 [  7363] By: jhi                                   on 2000/10/18  20:55:38
79292         Log: Missing change from #7362.
79293      Branch: perl
79294            ! win32/perlhost.h
79295 ____________________________________________________________________________
79296 [  7362] By: jhi                                   on 2000/10/18  20:52:01
79297         Log: Borland C fstat() never saw the fd as writable.
79298              
79299              Subject: fix for Borland's weak "stat" (perl@7211)
79300              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
79301              Date: Mon, 16 Oct 2000 09:55:03 +0400
79302              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
79303      Branch: perl
79304            ! win32/win32.c
79305 ____________________________________________________________________________
79306 [  7361] By: jhi                                   on 2000/10/18  17:43:50
79307         Log: Regen toc.
79308      Branch: perl
79309            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
79310 ____________________________________________________________________________
79311 [  7360] By: jhi                                   on 2000/10/18  17:07:44
79312         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79313              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
79314              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
79315              Date: Mon, 16 Oct 2000 15:19:49 +0200
79316      Branch: perl
79317            + README.aix
79318            ! MANIFEST
79319 ____________________________________________________________________________
79320 [  7359] By: jhi                                   on 2000/10/18  17:04:49
79321         Log: Subject: Pod patch for Devel::Peek
79322              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79323              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
79324              Date: Mon, 16 Oct 2000 12:26:34 +0200
79325      Branch: perl
79326            ! ext/Devel/Peek/Peek.pm
79327 ____________________________________________________________________________
79328 [  7358] By: jhi                                   on 2000/10/18  17:03:15
79329         Log: Make Cwd more bulletproof in chrooted environments.
79330              
79331              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
79332              From: "Eric E. Coe" <Eric.Coe@oracle.com>
79333              Date: Wed, 18 Oct 2000 04:03:54 -0400
79334              Message-Id: <39ED596A.70E599FE@oracle.com>
79335      Branch: perl
79336            ! lib/Cwd.pm
79337 ____________________________________________________________________________
79338 [  7357] By: jhi                                   on 2000/10/18  16:37:26
79339         Log: Disable the UTF8 downgrade croakage for now to avoid
79340              too many not okay messages.
79341      Branch: perl
79342            ! doio.c
79343 ____________________________________________________________________________
79344 [  7356] By: jhi                                   on 2000/10/17  23:29:41
79345         Log: Show the failed remote port, instead of the failing line number.
79346              
79347              Subject: [PATCH 5.6.1 Debugger] More diagnostics
79348              From: David Sparks <daves@ActiveState.com>
79349              Date: Tue, 17 Oct 2000 15:00:24 -0700
79350              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
79351      Branch: perl
79352            ! lib/perl5db.pl
79353 ____________________________________________________________________________
79354 [  7355] By: jhi                                   on 2000/10/17  14:11:31
79355         Log: On output try to downgrade to bytes, croak if impossible,
79356              from Simon Cozens.  This means that outputting >255 UTF8
79357              is impossible.  Consider this as a strong incentive to get
79358              the I/O disciplines implemented.
79359      Branch: perl
79360            ! doio.c pod/perldiag.pod sv.c
79361 ____________________________________________________________________________
79362 [  7354] By: jhi                                   on 2000/10/17  13:42:23
79363         Log: Clarify documentation on 'use bytes'.
79364              
79365              Subject: Re: What does 'use bytes' "mean" ?
79366              From: Simon Cozens <simon@cozens.net>
79367              Date: Mon, 18 Sep 2000 18:24:25 +0100
79368              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
79369      Branch: perl
79370            ! lib/bytes.pm
79371 ____________________________________________________________________________
79372 [  7353] By: jhi                                   on 2000/10/17  13:28:12
79373         Log: Workaround for a sfio bug where the stream error indicator
79374              is not cleared as documented.
79375              
79376              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
79377              From: Nicholas Clark <nick@ccl4.org>
79378              Date: Mon, 16 Oct 2000 18:28:23 +0100
79379              Message-ID: <20001016182823.J19700@plum.flirble.org>
79380      Branch: perl
79381            ! doio.c
79382 ____________________________________________________________________________
79383 [  7352] By: jhi                                   on 2000/10/17  13:06:19
79384         Log: More IoTYPE sprinkling.
79385      Branch: perl
79386            ! doio.c pp_hot.c
79387 ____________________________________________________________________________
79388 [  7351] By: jhi                                   on 2000/10/16  22:47:07
79389         Log: Detect early whether the std streams have gone bad.
79390              
79391              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
79392              Date: Mon, 16 Oct 2000 23:28:42 +0100
79393              From: Nicholas Clark <nick@ccl4.org>
79394              Message-ID: <20001016232842.A37942@plum.flirble.org>
79395      Branch: perl
79396            ! t/op/misc.t
79397 ____________________________________________________________________________
79398 [  7350] By: jhi                                   on 2000/10/16  22:45:16
79399         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
79400              From: "Peter J. Farley III" <pjfarley@banet.net>
79401              Date: Mon, 16 Oct 2000 18:15:59 -0400
79402              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
79403      Branch: perl
79404            ! djgpp/djgpp.c dosish.h t/io/open.t
79405 ____________________________________________________________________________
79406 [  7349] By: jhi                                   on 2000/10/16  22:36:45
79407         Log: perldelta tweak.
79408      Branch: perl
79409            ! pod/perldelta.pod
79410 ____________________________________________________________________________
79411 [  7348] By: jhi                                   on 2000/10/16  15:17:53
79412         Log: Update Changes.
79413      Branch: perl
79414            ! Changes patchlevel.h
79415 ____________________________________________________________________________
79416 [  7347] By: jhi                                   on 2000/10/16  13:55:27
79417         Log: Add the capability to include/exclude branches.
79418      Branch: perl
79419            ! Porting/genlog
79420 ____________________________________________________________________________
79421 [  7346] By: jhi                                   on 2000/10/16  13:18:04
79422         Log: Add Charles Lane.
79423      Branch: perl
79424            ! AUTHORS Changes
79425 ____________________________________________________________________________
79426 [  7345] By: jhi                                   on 2000/10/16  13:13:21
79427         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
79428      Branch: perl
79429            ! pod/perldelta.pod
79430 ____________________________________________________________________________
79431 [  7344] By: gsar                                  on 2000/10/16  09:30:21
79432         Log: integrate change#6220 from cfgperl
79433              
79434              Win32 patches from Benjamin Stuhl.
79435      Branch: maint-5.6/perl
79436           !> makedef.pl win32/win32.h
79437 ____________________________________________________________________________
79438 [  7343] By: gsar                                  on 2000/10/16  08:32:19
79439         Log: integrate changes#6221,6222 from cfgperl
79440              
79441              Remove tr///CU (the feature is to be obsoleted by better interfaces).
79442              From: simon@brecon.co.uk (Simon Cozens)
79443              Subject: [PATCH] Eliminate tr///[CU][CU]
79444              Date: 23 Jun 2000 11:05:40 GMT
79445              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
79446              
79447              doc typo fix
79448              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
79449              From: Ian Phillipps <Ian.Phillipps@iname.com>
79450              Date: Fri, 23 Jun 2000 10:40:58 +0100
79451              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
79452      Branch: maint-5.6/perl
79453           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
79454 ____________________________________________________________________________
79455 [  7342] By: gsar                                  on 2000/10/16  08:28:08
79456         Log: integrate change#6217 from cfgperl (in part)
79457              
79458              Rename the fdpid locking and integrate with Sarathy.
79459      Branch: maint-5.6/perl
79460           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
79461           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
79462           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
79463           !> win32/win32.c
79464 ____________________________________________________________________________
79465 [  7341] By: gsar                                  on 2000/10/16  08:23:39
79466         Log: integrate changes#6214..6216 from mainline
79467              
79468              @_ can't have junk in it even in the non-USE_ITHREADS case because
79469              caller() wants to populate @DB::args with it (causes a coredump
79470              in Carp::confess())
79471              
79472              tweak comment about @DB::args
79473              
79474              be more optimal about clearing @_
79475      Branch: maint-5.6/perl
79476           !> av.h cop.h pp_ctl.c t/op/runlevel.t
79477 ____________________________________________________________________________
79478 [  7340] By: gsar                                  on 2000/10/16  08:20:37
79479         Log: integrate changes#6207..6210 from cfgperl
79480              
79481              Subject: [PATCH 5.6.0] Threadsafe patches
79482              From: Dan Sugalski <dan@sidhe.org>
79483              To: perl5-porters@perl.org
79484              Date: Mon, 08 May 2000 18:08:13 -0400
79485              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
79486              
79487              Regen headers for #6207.
79488              
79489              Lock PL_fdpid against race conditions, based on:
79490              Subject: [PATCH 5.6.0]subprocess fixup for threads
79491              From: Dan Sugalski <dan@sidhe.org>
79492              To: perl5-porters@perl.org
79493              Date: Tue, 11 Apr 2000 17:02:32 -0400
79494              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
79495              
79496              Mopup for #6207 and #6209.
79497      Branch: maint-5.6/perl
79498           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
79499           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
79500           !> win32/win32.c
79501 ____________________________________________________________________________
79502 [  7339] By: gsar                                  on 2000/10/16  08:14:34
79503         Log: integrate change#6203 from cfgperl
79504              
79505              perldiag should refer to perlos2.pod not README.os2
79506      Branch: maint-5.6/perl
79507           !> pod/perldiag.pod
79508 ____________________________________________________________________________
79509 [  7338] By: gsar                                  on 2000/10/16  08:11:42
79510         Log: integrate change#6201 from mainline
79511              
79512              Perl_eval_pv() leaks 4 bytes every time it is called because it
79513              does a PUSHMARK that's never ever POPMARKed; in general, only
79514              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
79515              Perl_eval_[sp]v() don't because they don't take any incoming
79516              arguments (this leak has been around since the original version
79517              of perl_eval_pv() in 5.003_97e)
79518      Branch: maint-5.6/perl
79519           !> perl.c
79520 ____________________________________________________________________________
79521 [  7337] By: gsar                                  on 2000/10/16  08:08:47
79522         Log: integrate changes#6197..6200 from cfgperl
79523              
79524              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
79525              From: John Borwick <jhborwic@unity.ncsu.edu>
79526              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
79527              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
79528              
79529              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
79530              From: Dan Sugalski <dan@sidhe.org>
79531              To: vmsperl@perl.org, perl5-porters@perl.org
79532              Date: Fri, 02 Jun 2000 16:00:41 -0400
79533              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
79534              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
79535              
79536              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
79537              From: Dan Sugalski <dan@sidhe.org>
79538              To: perl5-porters@perl.org, vmsperl@perl.org
79539              Date: Fri, 02 Jun 2000 17:30:51 -0400
79540              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
79541              
79542              Update to cperl-mode.el 4.31 from
79543              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
79544              Subject: A couple of notes
79545              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79546              To: Mailing list Perl5 <perl5-porters@perl.org>
79547              Date: Sat, 3 Jun 2000 23:33:32 -0400
79548              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
79549      Branch: maint-5.6/perl
79550           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
79551           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
79552           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
79553           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
79554           !> vms/vmsish.h
79555 ____________________________________________________________________________
79556 [  7336] By: gsar                                  on 2000/10/16  08:03:46
79557         Log: integrate changes#6194,6195 from mainline
79558              
79559              fix small eval"" memory leaks under USE_ITHREADS
79560              
79561              fix yet another eval"" leak under USE_ITHREADS
79562      Branch: maint-5.6/perl
79563           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
79564           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
79565           !> vms/perly_c.vms
79566 ____________________________________________________________________________
79567 [  7335] By: gsar                                  on 2000/10/16  08:02:15
79568         Log: integrate changes#6190,6191 from mainline
79569              
79570              submit missing embed.pl change
79571              
79572              vec() loses numericalness (modified version of patch suggested
79573              by Robin Barker)
79574      Branch: maint-5.6/perl
79575           !> doop.c embed.pl t/op/vec.t
79576 ____________________________________________________________________________
79577 [  7334] By: gsar                                  on 2000/10/16  08:01:03
79578         Log: integrate change#6189 from mainline
79579              
79580              counting tr/// corrupts later operation (from M.J.T Guy)
79581      Branch: maint-5.6/perl
79582           !> doop.c t/op/tr.t
79583 ____________________________________________________________________________
79584 [  7333] By: gsar                                  on 2000/10/16  07:59:07
79585         Log: integrate changes#6183..6188 from mainline
79586              
79587              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
79588              <nick@ccl4.org>)
79589              
79590              tweak for change#6127
79591              
79592              remove incorrect documentation about implicit split to @_ in
79593              list context, which never really worked in perl 5 (from
79594              M.J.T. Guy)
79595              
79596              further qualify references to "alphanumeric" (from Wolfgang Laun
79597              <wolfgang.laun@alcatel.at>)
79598              
79599              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
79600              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
79601              
79602              h2xs tweaks
79603      Branch: maint-5.6/perl
79604           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
79605           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
79606           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
79607           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
79608           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
79609           !> pod/pod2latex.PL utils/h2xs.PL
79610 ____________________________________________________________________________
79611 [  7332] By: gsar                                  on 2000/10/16  07:53:52
79612         Log: integrate change#6179 from mainline
79613              
79614              buggy modulus on UVs introduced by change#3378 (resulted in
79615              4063328477 % 65535 amounting to 27406, instead of 27407)
79616      Branch: maint-5.6/perl
79617           !> pp.c t/op/arith.t
79618 ____________________________________________________________________________
79619 [  7331] By: gsar                                  on 2000/10/16  07:52:49
79620         Log: integrate changes#6176,6177,6178,6182 from cfgperl
79621              
79622              Single-quoted utf8 patch from Simon Cozens.
79623              
79624              Substitution utf8 patch from Simon Cozens.
79625              
79626              Be cleaner.
79627              
79628              Be Cleaner Part Deux.
79629      Branch: maint-5.6/perl
79630           !> Makefile.SH pp_hot.c toke.c
79631 ____________________________________________________________________________
79632 [  7330] By: gsar                                  on 2000/10/16  07:41:36
79633         Log: integrate change#6172 from mainline
79634              
79635              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
79636              (from Ilya Zakharevich)
79637      Branch: maint-5.6/perl
79638           !> regexec.c t/op/re_tests
79639 ____________________________________________________________________________
79640 [  7329] By: gsar                                  on 2000/10/16  07:40:25
79641         Log: integrate change#6171 from mainline
79642              
79643              scalar() doesn't force scalar context when used in void context
79644              (from Simon Cozens)
79645      Branch: maint-5.6/perl
79646           !> op.c t/op/wantarray.t
79647 ____________________________________________________________________________
79648 [  7328] By: gsar                                  on 2000/10/16  07:39:33
79649         Log: integrate change#6170 from mainline
79650              
79651              change#6142 needs tweaks to tests to work where there's no
79652              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
79653      Branch: maint-5.6/perl
79654           !> t/lib/filefind.t
79655 ____________________________________________________________________________
79656 [  7327] By: gsar                                  on 2000/10/16  07:35:34
79657         Log: integrate changes#6166..6168 from cfgperl
79658              
79659              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
79660              in case somebody wants to write an extension for more
79661              shadow database interfaces.
79662              
79663              tweak todo
79664              
79665              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
79666      Branch: maint-5.6/perl
79667           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
79668           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
79669           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
79670           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
79671           !> win32/config.vc win32/config_H.bc win32/config_H.gc
79672           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
79673 ____________________________________________________________________________
79674 [  7326] By: gsar                                  on 2000/10/16  07:29:05
79675         Log: integrate changes#6157,6159..6161,6164 from cfgperl
79676              
79677              Regen Configure to jive with #6149.
79678              
79679              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
79680              
79681              Changes for the File::Temp 0.08 (change #6159) test suite
79682              to fit better into the Perl distribution test framework.
79683              
79684              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
79685              both from Simon Cozens.
79686              
79687              detypo
79688      Branch: maint-5.6/perl
79689           +> pod/perlmodlib.PL pod/perlnewmod.pod
79690           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
79691           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
79692           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
79693           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
79694 ____________________________________________________________________________
79695 [  7325] By: gsar                                  on 2000/10/16  07:25:13
79696         Log: integrate change#6158 from vmsperl
79697              
79698              Add fallback to tmpfile for use in cases where user's relying on
79699              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
79700              Lane's patch)
79701      Branch: maint-5.6/perl
79702           !> vms/vms.c vms/vmsish.h
79703 ____________________________________________________________________________
79704 [  7324] By: gsar                                  on 2000/10/16  07:20:50
79705         Log: integrate changes#6153..6155 from mainline
79706              
79707              prettier Test::Harness output on failed tests (from Nicholas Clark
79708              <nick@Bagpuss.uk.boo.com>)
79709              
79710              avoid type mismatch warning
79711              
79712              small bug in change#6144; remove random \xA0 character that snuck
79713              in via change#6145
79714      Branch: maint-5.6/perl
79715           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
79716           !> perl.c
79717 ____________________________________________________________________________
79718 [  7323] By: gsar                                  on 2000/10/16  07:18:47
79719         Log: integrate changes#6151,6152 from mainline
79720              
79721              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
79722              
79723              cosmetic fixups of RE debug output (from Ilya Zakharevich)
79724      Branch: maint-5.6/perl
79725           !> regexec.c
79726 ____________________________________________________________________________
79727 [  7322] By: gsar                                  on 2000/10/16  07:17:25
79728         Log: integrate changes#6146..6150 from mainline
79729              
79730              doc typo
79731              
79732              add a make entry to Config.pm so "perl -V:make" works on VMS
79733              (from Peter Prymmer)
79734              
79735              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
79736              
79737              OS/2 tweaks for usethreads build (from Rocco Caputo
79738              <troc@netrus.net>)
79739              
79740              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
79741      Branch: maint-5.6/perl
79742           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
79743           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
79744           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
79745           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
79746           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
79747           !> warnings.pl x2p/a2p.h
79748 ____________________________________________________________________________
79749 [  7321] By: gsar                                  on 2000/10/16  07:14:02
79750         Log: integrate changes#6143..6145 from mainline
79751              
79752              MacOS support, part 1 (from Matthias Neeracher
79753              <neeri@iis.ee.ethz.ch>)
79754              
79755              MacOS support, part 2: make AutoSplit use File::Spec instead
79756              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
79757              <neeri@iis.ee.ethz.ch>)
79758              
79759              make xsubpp skip embedded pod (from Matthias Neeracher
79760              <neeri@iis.ee.ethz.ch>)
79761      Branch: maint-5.6/perl
79762           +> ext/DynaLoader/dl_mac.xs
79763           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
79764           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
79765           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
79766           !> pp_ctl.c proto.h toke.c util.c util.h
79767 ____________________________________________________________________________
79768 [  7320] By: gsar                                  on 2000/10/16  07:12:13
79769         Log: integrate changes#6141,6142 from mainline
79770              
79771              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
79772              forwarded by Peter Seebach from the bsdi-users mailing list.
79773              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
79774              
79775              File::Find fails to chdir when chasing symlinks (from
79776              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
79777      Branch: maint-5.6/perl
79778           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
79779 ____________________________________________________________________________
79780 [  7319] By: gsar                                  on 2000/10/16  07:04:30
79781         Log: integrate change#6139 from mainline
79782              
79783              revise mktables.PL for bugs and newness in Unicode 3.0
79784              (from James Bence <jbence@amgen.com>)
79785      Branch: maint-5.6/perl
79786           +> (branch 30 files)
79787           !> (integrate 49 files)
79788 ____________________________________________________________________________
79789 [  7318] By: gsar                                  on 2000/10/16  07:01:01
79790         Log: integrate changes#6137,6138 from mainline
79791              
79792              fix bogus redeclaration warning for "our" variables in different
79793              scopes
79794              
79795              add note about the handling of negative indices to tied arrays
79796              (from Michael G Schwern <schwern@pobox.com>)
79797      Branch: maint-5.6/perl
79798           !> op.c pod/perltie.pod t/pragma/strict-vars
79799 ____________________________________________________________________________
79800 [  7317] By: gsar                                  on 2000/10/16  06:58:46
79801         Log: integrate changes#6127..6136 from mainline
79802              
79803              call_method(...,G_EVAL) can longjmp() out if the method probing
79804              failed (from Gisle Aas)
79805              
79806              new perlxstut example for passing/returning refs to arrays
79807              (from David Lowe <dlowe@pootpoot.com>)
79808              
79809              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
79810              
79811              fix places that mean C<"word" character> but say C<alphanumeric
79812              character>
79813              
79814              avoid warnings in POSIX.pm (from Barrie Slaymaker)
79815              
79816              warnings::enabled() doesn't fall back to looking at $^W if
79817              caller isn't using lexical warnings (from Paul Marquess)
79818              
79819              elide bogus test in change#6132
79820              
79821              make Test::Harness use wait.h/WCOREDUMP if available
79822              (from Ben Tilly <ben_tilly@hotmail.com>)
79823              
79824              enable Test::Harness to dynamically determine column width etc.
79825              (from Rob Napier <rnapier@employees.org>)
79826              
79827              random pod typos (from Peter Scott <Peter@PSDT.com>)
79828      Branch: maint-5.6/perl
79829           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
79830           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
79831           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
79832           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
79833 ____________________________________________________________________________
79834 [  7316] By: gsar                                  on 2000/10/16  06:53:23
79835         Log: integrate change#6126 from mainline
79836              
79837              change#2879 broke rvalue autovivification of magicals such as
79838              ${$num} (reworked variant of patch suggested by Simon Cozens)
79839      Branch: maint-5.6/perl
79840           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
79841           !> pp_hot.c proto.h t/op/gv.t
79842 ____________________________________________________________________________
79843 [  7315] By: gsar                                  on 2000/10/16  06:51:38
79844         Log: integrate changes#6123,6125 from mainline
79845              
79846              clarify gotcha with #line directives (from Rocco Caputo
79847              <troc@netrus.net>)
79848              
79849              enable propagating exception objects via Perl_croak() in XS code
79850              (from Gisle Aas)
79851      Branch: maint-5.6/perl
79852           !> pod/perldebug.pod pod/perlsyn.pod util.c
79853 ____________________________________________________________________________
79854 [  7314] By: gsar                                  on 2000/10/16  06:49:28
79855         Log: integrate change#6122 from mainline
79856              
79857              downgrade fatal error on C<"foo@nosucharray.com"> to optional
79858              warning (from Mark-Jason Dominus)
79859      Branch: maint-5.6/perl
79860           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
79861           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
79862           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
79863           !> toke.c
79864 ____________________________________________________________________________
79865 [  7313] By: gsar                                  on 2000/10/16  06:46:54
79866         Log: integrate changes#6112..6121 from vmsperl
79867              
79868              Check for existence of file before trying to delete
79869              
79870              Ugly workaround for version-specific RTL error
79871              
79872              Urk -- undo previous removal of vmsish 'exit' change
79873              
79874              Add bounds checking for several strings (Charles Lane)
79875              
79876              Miscellaneous cosmetic fixes (Charles Lane)
79877              
79878              Treat sockets as special in sys(read|write) (Charles Lane et al.)
79879              
79880              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
79881              Flatten case labels in switch statements uniformly (Charles Bailey)
79882              
79883              Quiet error messages in vmsish.t (Charles Lane)
79884              
79885              Add missing escape (Charles Lane)
79886              
79887              Allow eliminate_macros() and fixpath() to handle space-delimited
79888              lists (based on fixes by Craig Berry)
79889      Branch: maint-5.6/perl
79890           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
79891           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
79892           !> vms/vmsish.h
79893 ____________________________________________________________________________
79894 [  7312] By: gsar                                  on 2000/10/16  06:41:18
79895         Log: integrate changes#6107,6110 from cfgperl
79896              
79897              Tweak the todo list.
79898              
79899              todo tweak
79900      Branch: maint-5.6/perl
79901           !> Todo-5.6
79902 ____________________________________________________________________________
79903 [  7311] By: gsar                                  on 2000/10/16  06:38:38
79904         Log: integrate changes#6104,6108 from mainline
79905              
79906              PL_sys_intern was being initialized too late on windows
79907              
79908              reenable fake signal handling on Windows, bugs and all
79909      Branch: maint-5.6/perl
79910           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
79911           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
79912           !> win32/win32.c
79913 ____________________________________________________________________________
79914 [  7310] By: gsar                                  on 2000/10/16  06:36:03
79915         Log: integrate changes#6095,6097..6103 from cfgperl
79916              
79917              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
79918              might be useful in future.
79919              
79920              Add a note about possible compilation problems from Allen Smith.
79921              
79922              Add a note about other, yet unsupported, shadow password APIs.
79923              
79924              Tweaks for the cc bugs from Allen Smith.
79925              
79926              More compilation tweakery from Allen Smith.
79927              
79928              Hints and test tweaks for Unicos.
79929              
79930              The test suite tweak in #6101 wasn't quite right.
79931              
79932              Test tweaking for Unicos continues.
79933      Branch: maint-5.6/perl
79934           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
79935           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
79936           !> t/lib/complex.t t/op/64bitint.t
79937 ____________________________________________________________________________
79938 [  7309] By: gsar                                  on 2000/10/16  06:29:41
79939         Log: integrate changes#6093,6094 from mainline
79940              
79941              fork() failure to create pseudo process sets errno=EAGAIN and returns
79942              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
79943              
79944              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
79945      Branch: maint-5.6/perl
79946           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
79947           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
79948 ____________________________________________________________________________
79949 [  7308] By: gsar                                  on 2000/10/16  06:27:29
79950         Log: integrate change#6092 from cfgperl
79951              
79952              Regen perltoc with the fixed buildtoc.
79953      Branch: maint-5.6/perl
79954           !> pod/perltoc.pod
79955 ____________________________________________________________________________
79956 [  7307] By: gsar                                  on 2000/10/16  06:26:40
79957         Log: integrate changes#6089,6090 from mainline
79958              
79959              buildtoc tweak to fix newline lossage
79960              
79961              concat doesn't preserve utf8-ness, and doesn't invalidate
79962              [NI]OK; added tests for both
79963      Branch: maint-5.6/perl
79964           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
79965 ____________________________________________________________________________
79966 [  7306] By: gsar                                  on 2000/10/16  06:24:05
79967         Log: integrate change#6088 from cfgperl
79968              
79969              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
79970              because we do not use those.  The HAS_GETSPNAM remains,
79971              though, because we still do use that.
79972      Branch: maint-5.6/perl
79973           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
79974           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
79975           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
79976           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
79977           !> win32/config.vc win32/config_H.bc win32/config_H.gc
79978           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
79979 ____________________________________________________________________________
79980 [  7305] By: gsar                                  on 2000/10/16  06:15:52
79981         Log: integrate changes#6084,6085,6087 from mainline
79982              
79983              substr() does not preserve utf8-ness (from Stefan Eissing
79984              <Eissing@medicaldataservice.de>); added tests
79985              
79986              repeat operator (x) doesn't preserve utf8-ness
79987              
79988              reverse() and quotemeta() weren't preserving utf8-ness; add tests
79989      Branch: maint-5.6/perl
79990           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
79991 ____________________________________________________________________________
79992 [  7304] By: gsar                                  on 2000/10/16  06:13:10
79993         Log: integrate changes#6077..6083 from mainline
79994              
79995              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
79996              and Tom Phoenix)
79997              
79998              workaround for CRT bug in chdir() (from Charles Lane, via
79999              Peter Prymmer)
80000              
80001              remove outdated kludge in Carp (NULLs are permitted in diagnostics
80002              now)
80003              
80004              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
80005              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
80006              
80007              better default perlbug categories for ok reports (from Richard Foley)
80008              
80009              peek.t non-portable to ithreads
80010              
80011              note about undocumented caller() return value (from M.J.T. Guy);
80012              yet another peek.t tweak
80013      Branch: maint-5.6/perl
80014           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
80015           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
80016           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
80017           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
80018           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
80019           !> vms/vmsish.h
80020 ____________________________________________________________________________
80021 [  7303] By: gsar                                  on 2000/10/16  06:03:18
80022         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
80023              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
80024              
80025              &HUGE_VAL is not defined, it exists.
80026              
80027              Do not warn that an infinity does not look like a number.
80028              
80029              Rewrite the pwent/spent logic to be a little bit more clearer.
80030              
80031              Continue on the pwent/spent case.
80032              
80033              Correct Freudian slip.
80034              
80035              Use HUGE_VALL if applicable.
80036              
80037              pwent/spent #ifdef imbalance.
80038              
80039              Infinite problems.
80040              
80041              Call getspnam() only iff needd.
80042              
80043              Test both the scalar and list contexts.
80044              
80045              Use setxxent()/endxxent().
80046              
80047              Complex tweakery.
80048              
80049              Unicos hint tweak.
80050              
80051              Be more forgiving in POSIX about HUGE_VALL.
80052              
80053              Detypo.
80054              
80055              The search of infinity continues, this time simplified.
80056              
80057              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
80058              in natively 64-bit platforms where a long is a quad (no need
80059              for long longs).  Also added bias for IVs.
80060              
80061              Complex tweaks.
80062              
80063              Introduce t/lib/peek.t.
80064              
80065              Make the test more portable.
80066      Branch: maint-5.6/perl
80067           +> t/lib/peek.t
80068            ! pp_sys.c
80069           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
80070           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
80071           !> t/op/pwent.t toke.c util.c
80072 ____________________________________________________________________________
80073 [  7302] By: gsar                                  on 2000/10/16  05:03:37
80074         Log: integrate changes#6066..6071 from mainline
80075              
80076              s/END/CHECK/
80077              
80078              replace direct call to sighandler() with (*PL_sighandlerp)()
80079              
80080              note about values()
80081              
80082              File::Spec compatibility update (from Barrie Slaymaker
80083              <barries@slaysys.com>)
80084              
80085              remove misleading comment (from M.J.T. Guy)
80086              
80087              misformatted perllocal.pod (from Tim Jenness
80088              <t.jenness@jach.hawaii.edu>)
80089      Branch: maint-5.6/perl
80090           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
80091           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
80092           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
80093           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
80094 ____________________________________________________________________________
80095 [  7301] By: gsar                                  on 2000/10/16  05:00:08
80096         Log: integrate changes#6061..6063 from mainline
80097              
80098              change#5921 neglected to make eq honor "use bytes"
80099              
80100              additional tests for utf8.t
80101              
80102              tokeq() could read unallocated field in argument
80103      Branch: maint-5.6/perl
80104           !> sv.c t/pragma/utf8.t toke.c
80105 ____________________________________________________________________________
80106 [  7300] By: gsar                                  on 2000/10/16  04:56:54
80107         Log: integrate changes#6046,6048,6057,6058 from mainline
80108              
80109              libscheck has insufficient checks for n32 libs (from
80110              Albert Chin-A-Young <china@thewrittenword.com>)
80111              
80112              add note about how $( doesn't interpolate in REs (from
80113              Philip Newton <newton@ficus.frogspace.net>)
80114              
80115              fix broken parsing of /\x{ab}/
80116              
80117              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
80118              (spotted by Donald Kinzer <dkinzer@premia.com>)
80119      Branch: maint-5.6/perl
80120           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
80121           !> t/pragma/utf8.t
80122 ____________________________________________________________________________
80123 [  7299] By: gsar                                  on 2000/10/16  04:52:50
80124         Log: integrate change#6044 from mainline
80125              
80126              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
80127              such that underscores are only ignored in literal numbers,
80128              "\x{...}", and hex/oct argument
80129      Branch: maint-5.6/perl
80130           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
80131 ____________________________________________________________________________
80132 [  7298] By: gsar                                  on 2000/10/16  04:50:53
80133         Log: integrate changes#6027..6043 from mainline
80134              
80135              podlators-1.02 update (from Russ Allbery)
80136              
80137              Pod::Man generates groff-incompatible macro definition (from
80138              Tom Christiansen)
80139              
80140              add CGI.pm v2.66 (from Lincoln Stein)
80141              
80142              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
80143              for @- and @+ (from Johan Vromans)
80144              
80145              small nits in diagnostics.pm (from Robin Barker)
80146              
80147              whitespace adjustments
80148              
80149              missing files in MANIFEST
80150              
80151              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
80152              to compensate
80153              
80154              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
80155              
80156              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
80157      Branch: maint-5.6/perl
80158           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
80159           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
80160           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
80161           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
80162           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
80163           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
80164           !> t/lib/cgi-html.t t/lib/cgi-request.t
80165 ____________________________________________________________________________
80166 [  7297] By: gsar                                  on 2000/10/16  04:44:30
80167         Log: integrate change#6025 from mainline
80168              
80169              Is{Alnum,Alpha,Word} don't match titlecase
80170              TODO: IsSpace is defined recursively!
80171              (both spotted by Larry)
80172      Branch: maint-5.6/perl
80173           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
80174           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
80175 ____________________________________________________________________________
80176 [  7296] By: gsar                                  on 2000/10/16  04:39:30
80177         Log: integrate change#6023 from mainline
80178              
80179              debugger stomps on $. (from M.J.T. Guy)
80180      Branch: maint-5.6/perl
80181           !> lib/perl5db.pl
80182 ____________________________________________________________________________
80183 [  7295] By: gsar                                  on 2000/10/16  04:38:02
80184         Log: integrate change#6022 from mainline
80185              
80186              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
80187      Branch: maint-5.6/perl
80188           !> sv.c
80189 ____________________________________________________________________________
80190 [  7294] By: gsar                                  on 2000/10/16  04:37:05
80191         Log: integrate changes#6018..6021 from mainline
80192              
80193              make lib/syslog.t portable to systems that don't have _PATH_LOG,
80194              make _PATH_LOG() return "" if unavailable
80195              
80196              windows portability tweaks
80197              
80198              test tweak
80199              
80200              remove Win2K issue in pod (fixed by change#6020)
80201      Branch: maint-5.6/perl
80202           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
80203           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
80204           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
80205 ____________________________________________________________________________
80206 [  7293] By: gsar                                  on 2000/10/16  04:20:00
80207         Log: integrate changes#6013..6015 from mainline
80208              
80209              tweak change#5945 to display correct switch name in diagnostic
80210              
80211              glob() loading File::Glob behind the scenes may cause syntax errors
80212              
80213              tweak test for portability
80214      Branch: maint-5.6/perl
80215           !> op.c perl.c pod/perldiag.pod t/lib/b.t
80216 ____________________________________________________________________________
80217 [  7292] By: gsar                                  on 2000/10/16  04:18:11
80218         Log: integrate changes#6005..6010 from mainline, cfgperl
80219              
80220              perldoc might fail via "use blib" (from Hugo van der Sanden)
80221              
80222              Regen Configure.
80223              
80224              note about compile failures and END blocks (from M.J.T. Guy)
80225              
80226              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
80227              
80228              (change#6009 integrated earlier in change#7255)
80229              
80230              clarify note about shadow password support (from
80231              gellyfish@gellyfish.com)
80232      Branch: maint-5.6/perl
80233           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80234           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
80235           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
80236 ____________________________________________________________________________
80237 [  7291] By: gsar                                  on 2000/10/16  04:12:03
80238         Log: integrate changes#6002,6003 from mainline
80239              
80240              destructive sv_setsv() can lose UV-ness from source, causing
80241              numeric promotions/comparisons to fail to do the right thing
80242              
80243              allow REG_EXPAND_SZ keys in Windows registry (from
80244              John Clayton <John.Clayton@barclayscapital.com>)
80245      Branch: maint-5.6/perl
80246           !> sv.c win32/win32.c
80247 ____________________________________________________________________________
80248 [  7290] By: gsar                                  on 2000/10/16  04:10:19
80249         Log: integrate change#6001 from mainline
80250              
80251              support additional library locations via $Config{otherlibdirs}
80252              (from Andy Dougherty)
80253      Branch: maint-5.6/perl
80254           !> Configure INSTALL Porting/Glossary Porting/config.sh
80255           !> Porting/config_H config_h.SH epoc/config.sh perl.c
80256           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
80257           !> win32/config.bc win32/config.gc win32/config.vc
80258 ____________________________________________________________________________
80259 [  7289] By: gsar                                  on 2000/10/16  04:08:28
80260         Log: integrate change#5999 from mainline
80261              
80262              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
80263      Branch: maint-5.6/perl
80264           !> t/pragma/warn/toke toke.c
80265 ____________________________________________________________________________
80266 [  7288] By: gsar                                  on 2000/10/16  04:07:01
80267         Log: integrate changes#5997,5998 from cfgperl
80268              
80269              Preserve $!.
80270              
80271              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
80272      Branch: maint-5.6/perl
80273           !> lib/Math/Complex.pm
80274 ____________________________________________________________________________
80275 [  7287] By: gsar                                  on 2000/10/16  04:04:37
80276         Log: integrate change#5995 from mainline
80277              
80278              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
80279      Branch: maint-5.6/perl
80280           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
80281 ____________________________________________________________________________
80282 [  7286] By: gsar                                  on 2000/10/16  04:03:21
80283         Log: integrate change#5994 from mainline
80284              
80285              fix for missed accounting for null byte in pack("Z",...) (from
80286              M.J.T. Guy)
80287      Branch: maint-5.6/perl
80288           !> pp.c t/op/pack.t
80289 ____________________________________________________________________________
80290 [  7285] By: gsar                                  on 2000/10/16  04:02:11
80291         Log: integrate changes#5989..5993 from mainline
80292              
80293              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
80294              itself and no other (from Tom Hughes)
80295              
80296              use $ENV{LIB} to search for libs under Visual C compiler
80297              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
80298              
80299              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
80300              
80301              pod nit (from Simon Cozens)
80302              
80303              various minor tweaks seen on p5p
80304      Branch: maint-5.6/perl
80305           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
80306           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
80307           !> t/op/array.t toke.c
80308 ____________________________________________________________________________
80309 [  7284] By: gsar                                  on 2000/10/16  03:59:00
80310         Log: integrate changes#5978..5988 from mainline
80311              
80312              sync version numbers in File::Spec with the ones on CPAN
80313              (from Barrie Slaymaker)
80314              
80315              under useithreads, constant pad entries could inadvertantly be
80316              shared across threads (from Eric Blood <eblood@xmission.com>);
80317              added Eric's test case to testsuite
80318              
80319              allow Configure -S to run non-interactively (spotted by Greg Hudson
80320              <ghudson@mit.edu>)
80321              
80322              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
80323              prototype mismatch with CORE::glob(); update pod and tests to
80324              suit (File::Glob::glob() is still available for backward
80325              compatibility, but should be considered deprecated)
80326              
80327              avoid error in IO::Socket::INET when given an unknown service name
80328              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
80329              
80330              numeric conversion of non-number in change#3378 tramples on
80331              OOK offset, causing segfaults
80332              
80333              attributes::reftype() doesn't work on tied argument
80334              
80335              forked child may not exit correctly if it failed to open
80336              /dev/console (from Graham Barr)
80337              
80338              add regular expressions tutorial and quick-start guide (from
80339              Mark Kvale <kvale@phy.ucsf.edu>)
80340              
80341              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
80342              
80343              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
80344              <paul@miraclefish.com>)
80345      Branch: maint-5.6/perl
80346           +> pod/perlrequick.pod pod/perlretut.pod
80347           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
80348           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
80349           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
80350           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
80351           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
80352           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
80353           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
80354           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
80355 ____________________________________________________________________________
80356 [  7283] By: gsar                                  on 2000/10/16  03:52:14
80357         Log: integrate change#5977 from mainline
80358              
80359              autoquote barewords followed by newline and arrow properly
80360              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
80361      Branch: maint-5.6/perl
80362           !> t/pragma/warn/toke toke.c
80363 ____________________________________________________________________________
80364 [  7282] By: gsar                                  on 2000/10/16  03:50:48
80365         Log: integrate change#5976 from mainline
80366              
80367              DB_File v1.73 update (from Paul Marquess)
80368      Branch: maint-5.6/perl
80369           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
80370           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
80371 ____________________________________________________________________________
80372 [  7281] By: gsar                                  on 2000/10/16  03:49:14
80373         Log: integrate change#5975 from mainline
80374              
80375              allow sort() reentrancy (variant of patch suggested by
80376              Hugo van der Sanden)
80377      Branch: maint-5.6/perl
80378           !> pp_ctl.c t/op/sort.t
80379 ____________________________________________________________________________
80380 [  7280] By: gsar                                  on 2000/10/16  03:48:22
80381         Log: integrate change#5974 from mainline
80382              
80383              change#4197 somehow missed initializing PL_errors, meaning
80384              syntax error queueing wasn't working outside eval"" at all;
80385              also fixed eval"" to localize PL_error_count, so that compile-time
80386              eval's don't clobber the error state of the outer context
80387      Branch: maint-5.6/perl
80388           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
80389           !> t/pragma/warn/toke
80390 ____________________________________________________________________________
80391 [  7279] By: gsar                                  on 2000/10/16  03:46:21
80392         Log: integrate change#5973 from mainline
80393              
80394              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
80395      Branch: maint-5.6/perl
80396           !> regcomp.c regexec.c t/op/re_tests
80397 ____________________________________________________________________________
80398 [  7278] By: gsar                                  on 2000/10/16  03:44:54
80399         Log: integrate change#5971 from cfgperl
80400              
80401              Unicos tweaks from Mark P. Lutz.
80402      Branch: maint-5.6/perl
80403           !> hints/unicos.sh lib/Math/Complex.pm
80404 ____________________________________________________________________________
80405 [  7277] By: gsar                                  on 2000/10/16  03:42:59
80406         Log: integrate changes#5966..5970 from mainline
80407              
80408              add testsuite for B backends, fix bug in B::Deparse (from
80409              Simon Cozens <simon@brecon.co.uk>)
80410              
80411              improved docs on the warn_uninit diagnostic (from David Glasser
80412              and Simon Cozens)
80413              
80414              tolerate spaces in group names in test on solaris (from David Boyce
80415              <dsb@boyski.com>)
80416              
80417              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
80418              
80419              Data::Dumper fumbles negative numbers on 32-bit platforms where
80420              IV is >32bits
80421      Branch: maint-5.6/perl
80422           +> t/lib/b.t t/lib/syslog.t
80423           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
80424           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
80425           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
80426 ____________________________________________________________________________
80427 [  7276] By: gsar                                  on 2000/10/16  03:39:30
80428         Log: integrate change#5965 from mainline
80429              
80430              avoid "will not stay shared" warnings for our variables (from
80431              Robin Barker)
80432      Branch: maint-5.6/perl
80433           !> op.c t/pragma/warn/op
80434 ____________________________________________________________________________
80435 [  7275] By: gsar                                  on 2000/10/16  03:38:18
80436         Log: integrate change#5964 from mainline
80437              
80438              reformat to 72 columns (again)
80439      Branch: maint-5.6/perl
80440           !> pod/perldiag.pod
80441 ____________________________________________________________________________
80442 [  7274] By: gsar                                  on 2000/10/16  03:36:58
80443         Log: integrate change#5963 from mainline
80444              
80445              patch from Larry to make (\&) prototype work; added tests for
80446              the same
80447      Branch: maint-5.6/perl
80448           !> op.c t/comp/proto.t
80449 ____________________________________________________________________________
80450 [  7273] By: gsar                                  on 2000/10/16  03:35:51
80451         Log: integrate changes#5956..5962 from mainline
80452              
80453              better diagnostics on failed tests (from Ilya Zakharevich)
80454              
80455              pod nits (from A. C. Yardley <yardley@tanet.net>)
80456              
80457              change#3569 deleted some essential code, revert; avoid use of
80458              atexit() to make DynaLoader work properly on AIX under mod_perl
80459              (from Jens-Uwe Mager <jum@helios.de>)
80460              
80461              doubled words in pods (from Simon Cozens
80462              <simon.p.cozens@jp.pwcglobal.com>)
80463              
80464              better INSTALL notes on Solaris issues (from Dominic Dunlop)
80465              
80466              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
80467              
80468              updated README.hpux (from Jeff Okamoto)
80469      Branch: maint-5.6/perl
80470           !> INSTALL README.hpux emacs/cperl-mode.el
80471           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
80472           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
80473           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
80474           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
80475           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
80476           !> t/op/lex_assign.t
80477 ____________________________________________________________________________
80478 [  7272] By: gsar                                  on 2000/10/16  03:31:22
80479         Log: integrate change#5955 from mainline
80480              
80481              longstanding bug exposed by change#3307: sort arguments weren't
80482              compiled with the right wantarray context (ensuing runtime lookup
80483              via block_gimme() was getting the incidental context of the
80484              sort() itself)
80485      Branch: maint-5.6/perl
80486           !> op.c t/op/sort.t
80487 ____________________________________________________________________________
80488 [  7271] By: gsar                                  on 2000/10/16  03:29:11
80489         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
80490              branch
80491              
80492              Flatten the cpp jungle doing the nosuid checking.
80493              
80494              Do not assume sign propagation. (from M.J.T. Guy)
80495              
80496              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
80497              
80498              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
80499              Now pp_ncmp() returns undef is either operand is a NaN.
80500              
80501              On second thoughts frexp() does have two arguments.
80502              
80503              Document that tr() is not tr(1).
80504              
80505              Be more robust on "extreme" (large absolute value)
80506              arguments.  Originally reported by Daniel Connelly
80507              as a problem with asinh() on large negative arguments,
80508              asinh() used to bail out because an argument to log()
80509              ended up being zero.  Ilya Zakharevich proposed using
80510              Taylor's series in such cases, which for such large
80511              arguments is a very good approximation.
80512              
80513              Undo "use integer" addition from 64bitint as it seems
80514              to break most of the subtests in Digital UNIX;
80515              Unicos needs to find another way.
80516      Branch: maint-5.6/perl
80517           !> (integrate 29 files)
80518 ____________________________________________________________________________
80519 [  7270] By: gsar                                  on 2000/10/16  03:09:44
80520         Log: integrate changes#5948,5949,5950 from mainline
80521              
80522              typo in vars.pm that leads to cryptic message (from Piotr
80523              Piatkowski <kompas@kompas.usr.onet.pl>)
80524              
80525              make perldoc use the pod2man from the same version (from
80526              M.J.T. Guy)
80527              
80528              reformat perldiag to avoid long lines
80529      Branch: maint-5.6/perl
80530           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
80531 ____________________________________________________________________________
80532 [  7269] By: gsar                                  on 2000/10/16  03:05:54
80533         Log: integrate change#5947 from mainline
80534              
80535              use &dl_error rather than &dl_load_file as the guard for calling
80536              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
80537              statically built perl)
80538      Branch: maint-5.6/perl
80539           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
80540 ____________________________________________________________________________
80541 [  7268] By: gsar                                  on 2000/10/16  03:04:48
80542         Log: integrate change#5945 from mainline
80543              
80544              make module name mandatory after -M switch; reorder perldiag
80545              alphabetically (from Mark-Jason Dominus)
80546      Branch: maint-5.6/perl
80547           !> perl.c pod/perldiag.pod
80548 ____________________________________________________________________________
80549 [  7267] By: gsar                                  on 2000/10/16  03:03:01
80550         Log: integrate change#5939 from mainline
80551              
80552              more pod nits (from Larry Virden)
80553      Branch: maint-5.6/perl
80554           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
80555           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
80556           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
80557 ____________________________________________________________________________
80558 [  7266] By: gsar                                  on 2000/10/16  03:01:39
80559         Log: integrate change#5938 from mainline
80560              
80561              Consolidated B::Deparse fixes (from Stephen McCamant)
80562      Branch: maint-5.6/perl
80563           !> ext/B/B/Deparse.pm
80564 ____________________________________________________________________________
80565 [  7265] By: gsar                                  on 2000/10/16  03:00:43
80566         Log: integrate change#5936 from mainline
80567              
80568              additional tests for change#7263 (from Paul Marquess)
80569      Branch: maint-5.6/perl
80570           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
80571           !> t/pragma/warn/5nolint t/pragma/warn/6default
80572 ____________________________________________________________________________
80573 [  7264] By: gsar                                  on 2000/10/16  02:58:34
80574         Log: integrate change#5934 from mainline
80575              
80576              propagate lexical warnings from surrounding scope correctly
80577              within string eval() (from Paul Marquess)
80578      Branch: maint-5.6/perl
80579           !> pp_ctl.c t/pragma/warn/pp_ctl
80580 ____________________________________________________________________________
80581 [  7263] By: gsar                                  on 2000/10/16  02:56:53
80582         Log: integrate change#5932 from mainline
80583              
80584              add rsignal(), whichsig() and do_join() to public API list
80585              (mod_perl uses them to good advantage)
80586      Branch: maint-5.6/perl
80587           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
80588 ____________________________________________________________________________
80589 [  7262] By: gsar                                  on 2000/10/16  02:55:53
80590         Log: integrate change#5931 from mainline
80591              
80592              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
80593      Branch: maint-5.6/perl
80594           !> pp_hot.c regexec.c t/op/pat.t
80595 ____________________________________________________________________________
80596 [  7261] By: gsar                                  on 2000/10/16  02:55:01
80597         Log: integrate change#5930 from mainline
80598              
80599              small os390 tweaks (from Peter Prymmer)
80600      Branch: maint-5.6/perl
80601           !> config_h.SH makedepend.SH
80602 ____________________________________________________________________________
80603 [  7260] By: gsar                                  on 2000/10/16  02:54:10
80604         Log: integrate change#5929 from mainline
80605              
80606              pod nits
80607      Branch: maint-5.6/perl
80608           !> pod/perlguts.pod
80609 ____________________________________________________________________________
80610 [  7259] By: gsar                                  on 2000/10/16  02:52:55
80611         Log: integrate change#5927 from mainline
80612              
80613              arrange for next() to resume at the unstack op rather than the
80614              loop conditional, so that scope cleanup happens correctly
80615              (from Stephen McCamant)
80616      Branch: maint-5.6/perl
80617           !> op.c pp_ctl.c t/op/misc.t
80618 ____________________________________________________________________________
80619 [  7258] By: gsar                                  on 2000/10/16  02:51:38
80620         Log: integrate change#5926 from mainline
80621              
80622              on windows, reserve 16M of stack rather than 128M (allows more
80623              threads to run concurrently)
80624      Branch: maint-5.6/perl
80625           !> win32/Makefile win32/makefile.mk
80626 ____________________________________________________________________________
80627 [  7257] By: gsar                                  on 2000/10/16  02:50:37
80628         Log: integrate change#5925 from mainline
80629              
80630              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
80631      Branch: maint-5.6/perl
80632           !> toke.c
80633 ____________________________________________________________________________
80634 [  7256] By: gsar                                  on 2000/10/16  02:49:36
80635         Log: integrate change#5924 from mainline
80636              
80637              avoid using uninitialized memory in require version check
80638      Branch: maint-5.6/perl
80639           !> pp_ctl.c universal.c
80640 ____________________________________________________________________________
80641 [  7255] By: gsar                                  on 2000/10/16  02:48:03
80642         Log: integrate changes#5923,5928,6009 from mainline
80643              
80644              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
80645      Branch: maint-5.6/perl
80646           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
80647 ____________________________________________________________________________
80648 [  7254] By: gsar                                  on 2000/10/16  02:44:46
80649         Log: integrate change#5922 from mainline
80650              
80651              commentary about IoTYPE() (from Nathan Torkington)
80652      Branch: maint-5.6/perl
80653           !> sv.h
80654 ____________________________________________________________________________
80655 [  7253] By: gsar                                  on 2000/10/16  02:43:49
80656         Log: integrate change#5921 from mainline
80657              
80658              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
80659      Branch: maint-5.6/perl
80660           !> sv.c t/lib/charnames.t t/pragma/utf8.t
80661 ____________________________________________________________________________
80662 [  7252] By: gsar                                  on 2000/10/16  02:42:31
80663         Log: integrate change#5920 from mainline
80664              
80665              Larry's fix for buggy propagation of utf8-ness in join(); add test
80666      Branch: maint-5.6/perl
80667           !> doop.c t/op/ver.t
80668 ____________________________________________________________________________
80669 [  7251] By: gsar                                  on 2000/10/16  02:41:14
80670         Log: integrate changes#5915..5919 from mainline
80671              
80672              various (pod tweaks &c)
80673      Branch: maint-5.6/perl
80674           !> (integrate 33 files)
80675 ____________________________________________________________________________
80676 [  7250] By: gsar                                  on 2000/10/16  02:38:16
80677         Log: integrate change#5914 from mainline
80678              
80679              caller() wasn't returning the right number of elements for
80680              eval {...}
80681      Branch: maint-5.6/perl
80682           !> pp_ctl.c t/pragma/warn/9enabled
80683 ____________________________________________________________________________
80684 [  7249] By: gsar                                  on 2000/10/16  02:37:02
80685         Log: integrate change#5913 from mainline
80686              
80687              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
80688              (from Mark-Jason Dominus)
80689      Branch: maint-5.6/perl
80690           !> pod/perlfunc.pod
80691 ____________________________________________________________________________
80692 [  7248] By: gsar                                  on 2000/10/16  02:35:58
80693         Log: integrate change#5912 from mainline
80694              
80695              fix totally broken caching in UNIVERSAL::isa() (from
80696              Nick Ing-Simmons)
80697      Branch: maint-5.6/perl
80698           !> t/op/universal.t universal.c
80699 ____________________________________________________________________________
80700 [  7247] By: gsar                                  on 2000/10/16  02:34:27
80701         Log: integrate changes#5910,5911 from mainline
80702              
80703              typo in pod
80704              
80705              add linebreak properties from unicode/LineBrk.txt (from
80706              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
80707      Branch: maint-5.6/perl
80708           +> (branch 29 files)
80709           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
80710 ____________________________________________________________________________
80711 [  7246] By: gsar                                  on 2000/10/16  02:33:29
80712         Log: integrate change#5909 from mainline
80713              
80714              mode argument to do_binmode() should be file mode, not boolean
80715      Branch: maint-5.6/perl
80716           !> pp_sys.c
80717 ____________________________________________________________________________
80718 [  7245] By: gsar                                  on 2000/10/16  02:31:04
80719         Log: integrate change#5908 from mainline
80720              
80721              introduce illegal symbols into null package so that
80722              gv_fetchpv(...,TRUE) always returns a valid GV even when the
80723              symbol is trapped by strictures (avoids coredumps)
80724      Branch: maint-5.6/perl
80725           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
80726           !> t/pragma/strict-vars
80727 ____________________________________________________________________________
80728 [  7244] By: jhi                                   on 2000/10/16  02:29:54
80729         Log: Subject: $Carp::ExportLevel confusion in Exporter
80730              From: "Ben Tilly" <ben_tilly@hotmail.com>
80731              Date: Sat, 14 Oct 2000 16:44:34 EDT
80732              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
80733      Branch: perl
80734            ! lib/Exporter/Heavy.pm
80735 ____________________________________________________________________________
80736 [  7243] By: jhi                                   on 2000/10/16  02:28:33
80737         Log: Subject: [PATCH perlguts.pod] Document offset hack
80738              From: Simon Cozens <simon@cozens.net>
80739              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
80740              Date: Sat, 14 Oct 2000 19:32:25 +0100
80741      Branch: perl
80742            ! pod/perlguts.pod
80743 ____________________________________________________________________________
80744 [  7242] By: gsar                                  on 2000/10/16  02:26:51
80745         Log: integrate changes#5905,5906,5907,6064 from mainline
80746              
80747              printf/sprintf didn't get quad types right under use64bitint
80748      Branch: maint-5.6/perl
80749           !> pp_sys.c sv.c t/op/64bitint.t
80750 ____________________________________________________________________________
80751 [  7241] By: jhi                                   on 2000/10/16  02:22:44
80752         Log: Subject: small pod patch
80753              From: Dan Boorstein <dan_boo@bellsouth.net>
80754              Date: Sat, 14 Oct 2000 14:29:24 -0400
80755              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
80756      Branch: perl
80757            ! pod/perlfaq7.pod pod/perlmod.pod
80758 ____________________________________________________________________________
80759 [  7240] By: jhi                                   on 2000/10/16  02:13:46
80760         Log: -w cleanup.
80761              
80762              Subject: Re: Problems with bleadperl 
80763              From: "Stephen P. Potter" <spp@ds.net>
80764              Date: Fri, 13 Oct 2000 13:32:49 -0400
80765              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
80766      Branch: perl
80767            ! t/pragma/overload.t
80768 ____________________________________________________________________________
80769 [  7239] By: jhi                                   on 2000/10/16  01:41:18
80770         Log: One more ~utf8 tweak.
80771      Branch: perl
80772            ! t/op/bop.t
80773 ____________________________________________________________________________
80774 [  7238] By: jhi                                   on 2000/10/16  01:34:14
80775         Log: Tweak the test of #7235.
80776      Branch: perl
80777            ! t/op/bop.t
80778 ____________________________________________________________________________
80779 [  7237] By: jhi                                   on 2000/10/16  01:25:04
80780         Log: Fix a couple of compiler-noted nits in #7235.
80781      Branch: perl
80782            ! pp.c
80783 ____________________________________________________________________________
80784 [  7236] By: jhi                                   on 2000/10/16  01:22:46
80785         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
80786      Branch: perl
80787            ! pp.c pp_hot.c
80788 ____________________________________________________________________________
80789 [  7235] By: jhi                                   on 2000/10/15  16:24:44
80790         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
80791              
80792              From: Simon Cozens <simon@cozens.net>
80793              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
80794              Date: Sat, 14 Oct 2000 20:52:13 +0100
80795              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
80796      Branch: perl
80797            ! pp.c t/op/bop.t utf8.h
80798 ____________________________________________________________________________
80799 [  7234] By: jhi                                   on 2000/10/15  15:19:29
80800         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
80801              The problem was that rx->minlen was in chars while pp_split()
80802              thought it would be in bytes. 
80803      Branch: perl
80804            ! pp.c t/pragma/utf8.t
80805 ____________________________________________________________________________
80806 [  7233] By: jhi                                   on 2000/10/14  20:24:24
80807         Log: Document FNCASE=y as discussed in the bug 20000902.009.
80808      Branch: perl
80809            ! README.dos
80810 ____________________________________________________________________________
80811 [  7232] By: jhi                                   on 2000/10/14  18:52:21
80812         Log: Add test for bug id 20000427.003 (which seems to have
80813              been fixed) (also duplicate as 20000427.004, though
80814              with a higher severity).  Move one utf8 from op/append
80815              to pragma/utf8, tag the tests with bug ids.
80816      Branch: perl
80817            ! t/op/append.t t/pragma/utf8.t
80818 ____________________________________________________________________________
80819 [  7231] By: jhi                                   on 2000/10/14  17:28:37
80820         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
80821      Branch: perl
80822            ! t/pragma/utf8.t
80823 ____________________________________________________________________________
80824 [  7230] By: jhi                                   on 2000/10/14  14:24:50
80825         Log: Needs to be conditional on SunOS 4.
80826              
80827              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
80828              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
80829              Date: Sat, 14 Oct 2000 13:37:49 +0100
80830              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
80831      Branch: metaconfig/U/perl
80832            ! End.U
80833      Branch: perl
80834            ! Configure myconfig.SH pod/perldelta.pod
80835 ____________________________________________________________________________
80836 [  7229] By: jhi                                   on 2000/10/14  00:49:22
80837         Log: Update Changes.
80838      Branch: perl
80839            ! Changes patchlevel.h
80840 ____________________________________________________________________________
80841 [  7228] By: jhi                                   on 2000/10/14  00:46:10
80842         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
80843              From: Peter Prymmer <pvhp@forte.com>
80844              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
80845              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
80846      Branch: perl
80847            ! lib/utf8.pm
80848 ____________________________________________________________________________
80849 [  7227] By: jhi                                   on 2000/10/13  23:20:30
80850         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
80851      Branch: perl
80852            ! t/op/tie.t
80853 ____________________________________________________________________________
80854 [  7226] By: jhi                                   on 2000/10/13  22:14:32
80855         Log: Tweak #7225.
80856              
80857              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
80858              From: Peter Prymmer <pvhp@forte.com>
80859              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
80860              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
80861      Branch: perl
80862            ! t/op/sprintf.t
80863 ____________________________________________________________________________
80864 [  7225] By: jhi                                   on 2000/10/13  22:11:31
80865         Log: op/sprintf.t patch for OS/390 (and any other host with limited
80866              floating-point exponent length)
80867              
80868              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
80869              From: Dominic Dunlop <domo@computer.org>
80870              Date: Fri, 13 Oct 2000 19:17:57 +0200
80871              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
80872      Branch: perl
80873            ! t/op/sprintf.t
80874 ____________________________________________________________________________
80875 [  7224] By: jhi                                   on 2000/10/13  18:40:48
80876         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
80877      Branch: perl
80878            ! toke.c
80879 ____________________________________________________________________________
80880 [  7223] By: jhi                                   on 2000/10/13  18:37:13
80881         Log: Thinko in #7222.
80882      Branch: perl
80883            ! utf8.c
80884 ____________________________________________________________________________
80885 [  7222] By: jhi                                   on 2000/10/13  18:05:23
80886         Log: Use UTF8SKIP(), from Simon Cozens.
80887      Branch: perl
80888            ! utf8.c
80889 ____________________________________________________________________________
80890 [  7221] By: jhi                                   on 2000/10/13  15:43:19
80891         Log: (accidentally empty check-in)
80892      Branch: perl
80893            ! utf8.c
80894 ____________________________________________________________________________
80895 [  7220] By: jhi                                   on 2000/10/13  15:23:51
80896         Log: Add (optimistically) Storable to static extensions.
80897      Branch: perl
80898            ! hints/uwin.sh hints/vmesa.sh
80899 ____________________________________________________________________________
80900 [  7219] By: jhi                                   on 2000/10/13  15:20:05
80901         Log: Amdahl UTS doesn't seem to do dynaloading.
80902      Branch: perl
80903            ! hints/uts.sh
80904 ____________________________________________________________________________
80905 [  7218] By: jhi                                   on 2000/10/13  15:15:20
80906         Log: Slight tweak of the code to appease Amdahl UTS cc.
80907      Branch: perl
80908            ! pp.c
80909 ____________________________________________________________________________
80910 [  7217] By: jhi                                   on 2000/10/13  14:50:42
80911         Log: In Amdahl UTS "struct sv" is defined by a system header,
80912              <ksync.h>.
80913      Branch: perl
80914            ! perl.h sv.h
80915 ____________________________________________________________________________
80916 [  7216] By: jhi                                   on 2000/10/13  11:58:25
80917         Log: Ilya implemented the memory profiling API.
80918      Branch: perl
80919            ! Todo
80920 ____________________________________________________________________________
80921 [  7215] By: jhi                                   on 2000/10/13  02:56:38
80922         Log: Subject: [PATCH 5.7.0] Perl API for mstats
80923              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80924              Date: Thu, 12 Oct 2000 22:52:40 -0400
80925              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
80926      Branch: perl
80927            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
80928 ____________________________________________________________________________
80929 [  7214] By: jhi                                   on 2000/10/13  02:55:38
80930         Log: Subject: [PATCH 5.7.0] IVs in mtats
80931              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80932              Date: Thu, 12 Oct 2000 22:51:04 -0400
80933              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
80934      Branch: perl
80935            ! malloc.c perl.h
80936 ____________________________________________________________________________
80937 [  7213] By: jhi                                   on 2000/10/13  02:31:47
80938         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
80939      Branch: perl
80940            ! pod/perldiag.pod pp_sys.c
80941 ____________________________________________________________________________
80942 [  7212] By: jhi                                   on 2000/10/13  01:27:38
80943         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
80944              From: Peter Prymmer <pvhp@forte.com>
80945              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
80946              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
80947      Branch: perl
80948            ! t/op/oct.t
80949 ____________________________________________________________________________
80950 [  7211] By: jhi                                   on 2000/10/13  00:35:09
80951         Log: Update Changes.
80952      Branch: perl
80953            ! Changes patchlevel.h
80954 ____________________________________________________________________________
80955 [  7210] By: jhi                                   on 2000/10/12  23:59:40
80956         Log: The Install.pm third of
80957              
80958              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
80959              From: Bill Campbell <bill@celestial.com>
80960              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
80961              Date: Thu, 5 Oct 2000 18:04:51 -0700
80962      Branch: perl
80963            ! lib/ExtUtils/Install.pm
80964 ____________________________________________________________________________
80965 [  7209] By: jhi                                   on 2000/10/12  23:58:43
80966         Log: Two thirds of
80967              
80968              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
80969              Date: Thu, 5 Oct 2000 18:04:51 -0700
80970              From: Bill Campbell <bill@celestial.com>
80971              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
80972              
80973              The Install.pm changes will be submitted separately because
80974              they need some work and discussion still.
80975      Branch: perl
80976            ! lib/getopts.pl lib/termcap.pl
80977 ____________________________________________________________________________
80978 [  7208] By: jhi                                   on 2000/10/12  23:41:19
80979         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
80980              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80981              Date:     Thu, 12 Oct 2000 07:30:02 EDT
80982              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
80983      Branch: perl
80984            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
80985            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
80986 ____________________________________________________________________________
80987 [  7207] By: jhi                                   on 2000/10/12  23:39:01
80988         Log: An updated EBCDIC tr patch.
80989              
80990              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
80991              From: Peter Prymmer <pvhp@forte.com>
80992              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
80993              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
80994      Branch: perl
80995            ! t/op/tr.t
80996 ____________________________________________________________________________
80997 [  7206] By: jhi                                   on 2000/10/12  23:34:55
80998         Log: Upgrade to CPAN 1.58, from Andreas König.
80999      Branch: perl
81000            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
81001 ____________________________________________________________________________
81002 [  7205] By: jhi                                   on 2000/10/12  23:29:08
81003         Log: Introduce the man[24-8] variables, from Andy Dougherty.
81004      Branch: metaconfig/U/perl
81005            + mandirs.U mandirstyle.U
81006      Branch: perl
81007            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81008            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
81009            ! vos/config.h vos/config.pl vos/config_h.SH_orig
81010            ! win32/config.bc win32/config.gc win32/config.vc
81011 ____________________________________________________________________________
81012 [  7204] By: gsar                                  on 2000/10/12  18:11:24
81013         Log: restore change#7202
81014      Branch: perl
81015            ! mg.c
81016 ____________________________________________________________________________
81017 [  7203] By: gsar                                  on 2000/10/12  18:09:40
81018         Log: another test of the Emergency Broadcast System--back out 
81019              change#7202
81020      Branch: perl
81021            ! mg.c
81022 ____________________________________________________________________________
81023 [  7202] By: gsar                                  on 2000/10/12  16:40:47
81024         Log: (submitted on behalf of Jarkko)
81025              Fix the lib/encode.t subtest 6 failure as reported by Andreas
81026              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
81027              was unearthed by change 7182, as was a bug in HTML::Entities.
81028      Branch: perl
81029            ! mg.c
81030 ____________________________________________________________________________
81031 [  7201] By: jhi                                   on 2000/10/11  03:16:05
81032         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
81033      Branch: perl
81034            ! pp_hot.c t/pragma/utf8.t
81035 ____________________________________________________________________________
81036 [  7200] By: jhi                                   on 2000/10/11  00:40:30
81037         Log: The #7198 was a false alarm.
81038      Branch: perl
81039            ! pp_hot.c
81040 ____________________________________________________________________________
81041 [  7199] By: jhi                                   on 2000/10/11  00:26:04
81042         Log: Remove duplicated code.
81043      Branch: perl
81044            ! t/lib/cgi-html.t
81045 ____________________________________________________________________________
81046 [  7198] By: jhi                                   on 2000/10/10  23:30:46
81047         Log: (Retracted by #7200.)
81048      Branch: perl
81049            ! pp_hot.c
81050 ____________________________________________________________________________
81051 [  7197] By: jhi                                   on 2000/10/10  21:49:30
81052         Log: Add the test case for #7190, from the original bug report
81053              by Andreas König.
81054      Branch: perl
81055            ! t/pragma/utf8.t
81056 ____________________________________________________________________________
81057 [  7196] By: jhi                                   on 2000/10/10  21:40:49
81058         Log: Reapply Andy's patch and regen Configure.
81059      Branch: perl
81060            ! Configure INSTALL Makefile.SH Porting/Glossary
81061            ! Porting/config.sh config_h.SH epoc/config.sh installperl
81062            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
81063            ! win32/config.vc
81064 ____________________________________________________________________________
81065 [  7195] By: jhi                                   on 2000/10/10  21:09:30
81066         Log: Use the versiononly instead of the installscripts,
81067              retract the changes 7146 and 7147.
81068      Branch: perl
81069            ! Configure INSTALL Makefile.SH Porting/Glossary
81070            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
81071            ! installperl uconfig.sh vos/config.def win32/config.bc
81072            ! win32/config.gc win32/config.vc
81073 ____________________________________________________________________________
81074 [  7194] By: jhi                                   on 2000/10/10  21:06:15
81075         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
81076              From: Peter Prymmer <pvhp@forte.com>
81077              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
81078              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
81079      Branch: perl
81080            ! t/op/ver.t
81081 ____________________________________________________________________________
81082 [  7193] By: jhi                                   on 2000/10/10  21:05:12
81083         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
81084              From: Peter Prymmer <pvhp@forte.com>
81085              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
81086              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
81087      Branch: perl
81088            ! t/op/tr.t
81089 ____________________________________________________________________________
81090 [  7192] By: jhi                                   on 2000/10/10  20:57:30
81091         Log: Add versiononly, delete installscripts, from Andy Dougherty.
81092      Branch: metaconfig
81093            - U/installdirs/installscripts.U
81094      Branch: metaconfig/U/perl
81095            + versiononly.U
81096 ____________________________________________________________________________
81097 [  7191] By: jhi                                   on 2000/10/10  19:41:21
81098         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
81099              From: Peter Prymmer <pvhp@forte.com>
81100              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
81101              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
81102      Branch: perl
81103            ! pod/perlebcdic.pod
81104 ____________________________________________________________________________
81105 [  7190] By: jhi                                   on 2000/10/10  19:26:14
81106         Log: Subject: Re: utf8 concat, mg_get
81107              From: Simon Cozens <simon@cozens.net>
81108              Date: Tue, 10 Oct 2000 17:40:17 +0100
81109              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
81110      Branch: perl
81111            ! pp_hot.c
81112 ____________________________________________________________________________
81113 [  7189] By: jhi                                   on 2000/10/10  19:23:03
81114         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
81115              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
81116              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
81117              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
81118      Branch: perl
81119            ! lib/ExtUtils/MM_Unix.pm
81120 ____________________________________________________________________________
81121 [  7188] By: jhi                                   on 2000/10/10  15:31:24
81122         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
81123              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
81124              Date: Fri, 14 Jul 2000 10:47:36 +0100
81125              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
81126      Branch: perl
81127            ! README.win32
81128 ____________________________________________________________________________
81129 [  7187] By: jhi                                   on 2000/10/10  13:30:10
81130         Log: Quote the temp file name, needed in Win32 because the
81131              default name unfortunately contains spaces, shouldn't
81132              hurt elsewhere.
81133              
81134              Subject: FW: perldoc fails if $TEMP contains spaces
81135              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
81136              Date: Thu, 14 Sep 2000 08:58:45 +0100
81137              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
81138      Branch: perl
81139            ! utils/perldoc.PL
81140 ____________________________________________________________________________
81141 [  7186] By: jhi                                   on 2000/10/10  13:16:27
81142         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
81143              From: hv@hugo.hybyte.com
81144              Date: Tue, 10 Oct 2000 14:10:20 +0100
81145              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
81146      Branch: perl
81147            ! t/lib/thr5005.t util.c
81148 ____________________________________________________________________________
81149 [  7185] By: jhi                                   on 2000/10/10  12:06:22
81150         Log: Upgrade to podlators 1.04, from Russ Allbery.
81151      Branch: perl
81152            ! lib/Pod/Man.pm lib/Pod/Text.pm
81153 ____________________________________________________________________________
81154 [  7184] By: jhi                                   on 2000/10/10  12:01:32
81155         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
81156      Branch: perl
81157            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
81158 ____________________________________________________________________________
81159 [  7183] By: jhi                                   on 2000/10/09  23:47:15
81160         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
81161              From: Peter Prymmer <pvhp@forte.com>
81162              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
81163              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
81164      Branch: perl
81165            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
81166 ____________________________________________________________________________
81167 [  7182] By: jhi                                   on 2000/10/09  23:43:16
81168         Log: Make eq work again with utf8 (disabling the upgrading
81169              should no more be necessary since the copies of the
81170              scalars are upgraded, not the scalars themselves).
81171              Takes care of ID 20001009.001.  (The claimed length()
81172              bug in 20001009.001 seems bogus to me.)
81173      Branch: perl
81174            ! sv.c t/pragma/utf8.t
81175 ____________________________________________________________________________
81176 [  7181] By: gsar                                  on 2000/10/09  19:41:54
81177         Log: tweak for change#7173
81178      Branch: perl
81179            ! win32/win32sck.c
81180 ____________________________________________________________________________
81181 [  7180] By: gsar                                  on 2000/10/09  19:26:56
81182         Log: on Windows, clean targets might not work under some flavors of the shell
81183      Branch: perl
81184            ! win32/Makefile win32/makefile.mk
81185 ____________________________________________________________________________
81186 [  7179] By: jhi                                   on 2000/10/09  19:21:02
81187         Log: Update Changes.
81188      Branch: perl
81189            ! Changes patchlevel.h
81190 ____________________________________________________________________________
81191 [  7178] By: jhi                                   on 2000/10/09  19:18:23
81192         Log: Warn about unknown scripts.
81193              
81194              Subject: Re: ideas? patches? [PATCH bleadperl]
81195              From: Dominic Dunlop <domo@computer.org>
81196              Date: Mon, 9 Oct 2000 14:57:17 +0200
81197              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
81198      Branch: perl
81199            ! lib/charnames.pm
81200 ____________________________________________________________________________
81201 [  7177] By: jhi                                   on 2000/10/09  19:13:27
81202         Log: Change #7160 had a nasty typo.
81203      Branch: metaconfig
81204            ! U/compline/Compile.U
81205      Branch: perl
81206            ! Configure config_h.SH
81207 ____________________________________________________________________________
81208 [  7176] By: gsar                                  on 2000/10/09  18:59:33
81209         Log: pod nit
81210      Branch: perl
81211            ! pod/perlport.pod
81212 ____________________________________________________________________________
81213 [  7175] By: gsar                                  on 2000/10/09  18:54:28
81214         Log: Windows9x doesn't support link(), despite what Config.pm
81215              might think
81216      Branch: perl
81217            ! lib/ExtUtils/Manifest.pm
81218 ____________________________________________________________________________
81219 [  7174] By: gsar                                  on 2000/10/09  18:50:03
81220         Log: avoid nonportable example code
81221      Branch: perl
81222            ! lib/File/Copy.pm
81223 ____________________________________________________________________________
81224 [  7173] By: gsar                                  on 2000/10/09  18:46:54
81225         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
81226              being used) when closing a socket handle
81227      Branch: perl
81228            ! win32/win32.c win32/win32.h win32/win32sck.c
81229 ____________________________________________________________________________
81230 [  7172] By: gsar                                  on 2000/10/09  18:41:40
81231         Log: on Windows, cwd strings in the environment should be of the
81232              form =X:=X:\foo instead of =X=X:\foo\
81233      Branch: perl
81234            ! win32/vdir.h
81235 ____________________________________________________________________________
81236 [  7171] By: gsar                                  on 2000/10/09  18:30:09
81237         Log: on Windows, LoadLibrary() could load an extension DLL multiple
81238              times if forward slashes are used in the path
81239      Branch: perl
81240            ! win32/win32.c
81241 ____________________________________________________________________________
81242 [  7170] By: jhi                                   on 2000/10/09  17:53:59
81243         Log: Add a todo note about overloadable assertions.
81244      Branch: perl
81245            ! Todo-5.6
81246 ____________________________________________________________________________
81247 [  7169] By: jhi                                   on 2000/10/09  13:43:45
81248         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
81249              From: mjd@plover.com
81250              Date: 9 Oct 2000 00:24:44 -0000
81251              Message-ID: <20001009002444.10616.qmail@plover.com>
81252      Branch: perl
81253            ! pod/perldebguts.pod
81254 ____________________________________________________________________________
81255 [  7168] By: nick                                  on 2000/10/08  13:16:33
81256         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
81257              is not right thing to do on (e.g. x86). Network order is also "right" for
81258              X fonts.
81259      Branch: perl
81260            ! ext/Encode/Encode.pm
81261 ____________________________________________________________________________
81262 [  7167] By: nick                                  on 2000/10/08  12:54:42
81263         Log: Make "encodings" work post-install when Encode/*.enc files may not
81264              be in same directory as Encode.pm
81265      Branch: perl
81266            ! ext/Encode/Encode.pm
81267 ____________________________________________________________________________
81268 [  7166] By: nick                                  on 2000/10/08  11:51:26
81269         Log: Work round the fact that $hash->{$key} does not take into account
81270              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
81271              so that key is always in the "expected" encoding - i.e. same way we put
81272              it in the hash.
81273      Branch: perl
81274            ! ext/Encode/Encode.pm
81275 ____________________________________________________________________________
81276 [  7165] By: gsar                                  on 2000/10/08  04:15:29
81277         Log: save_re_context() could reset PL_curcop to freed memory, causing core
81278              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
81279      Branch: perl
81280            ! pp_ctl.c
81281 ____________________________________________________________________________
81282 [  7164] By: jhi                                   on 2000/10/06  20:51:48
81283         Log: UTF8ize split() so that the cloned substrings get the UTF8
81284              flag of the original scalar.  Problem reported by Simon Cozens.
81285      Branch: perl
81286            ! pp.c t/pragma/utf8.t
81287 ____________________________________________________________________________
81288 [  7163] By: nick                                  on 2000/10/06  20:48:34
81289         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
81290              got a false +ve and so did not reach code which would have un-FAKEd the SV.
81291      Branch: perl
81292            ! sv.c
81293 ____________________________________________________________________________
81294 [  7162] By: nick                                  on 2000/10/06  20:25:37
81295         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
81296              To fix  (sort {$a <=> $b} keys %hash) in particular but
81297              should cover a number of other as-yet-unknown cases as well.
81298      Branch: perl
81299            ! sv.c
81300 ____________________________________________________________________________
81301 [  7161] By: jhi                                   on 2000/10/06  19:56:18
81302         Log: Change the version number of Tie::Handle in the core to 4.0,
81303              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
81304              
81305              Subject: Note on Tie::Handle
81306              From: andreas.koenig@anima.de (Andreas J. Koenig)
81307              Date:      06 Oct 2000 21:48:58 +0200
81308              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
81309      Branch: perl
81310            ! lib/Tie/Handle.pm
81311 ____________________________________________________________________________
81312 [  7160] By: jhi                                   on 2000/10/06  18:20:35
81313         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
81314              as the first option of cc/ld because of ultrapicky compilers
81315              (e.g. OS/390 R2.5)
81316      Branch: metaconfig
81317            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
81318            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
81319            ! U/compline/orderlib.U U/modified/Cppsym.U
81320            ! U/modified/d_access.U
81321      Branch: metaconfig/U/perl
81322            ! Checkcc.U d_dlsymun.U gccvers.U
81323      Branch: perl
81324            ! Configure config_h.SH
81325 ____________________________________________________________________________
81326 [  7159] By: jhi                                   on 2000/10/06  13:56:39
81327         Log: Update Changes.
81328      Branch: perl
81329            ! Changes patchlevel.h
81330 ____________________________________________________________________________
81331 [  7158] By: jhi                                   on 2000/10/06  12:48:40
81332         Log: Eliminate $Is_VMS code from the test.
81333              
81334              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
81335              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
81336              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
81337              Date:     Thu, 5 Oct 2000 07:46:33 EDT
81338      Branch: perl
81339            ! t/lib/b.t
81340 ____________________________________________________________________________
81341 [  7157] By: jhi                                   on 2000/10/06  12:47:13
81342         Log: Also the $ccflags is needed for the C compiler check.
81343              
81344              Subject: Configure (check for C-compiler)
81345              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
81346              Date: Fri, 06 Oct 2000 08:47:15 +0200
81347              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
81348      Branch: metaconfig/U/perl
81349            ! Checkcc.U
81350      Branch: perl
81351            ! Configure config_h.SH
81352 ____________________________________________________________________________
81353 [  7156] By: jhi                                   on 2000/10/06  11:45:15
81354         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
81355      Branch: perl
81356            ! perl.c pp_ctl.c sv.h utf8.c
81357 ____________________________________________________________________________
81358 [  7155] By: jhi                                   on 2000/10/06  11:40:41
81359         Log: IO::Handle->syswrite() did not handle length omission
81360              like CORE::syswrite() does.
81361              
81362              Subject: [Fwd] IO::Handle, syswrite and arguments
81363              From: Graham Barr <gbarr@pobox.com>
81364              Date: Fri, 6 Oct 2000 10:22:05 +0100
81365              Message-ID: <20001006102205.U6312@pobox.com>
81366              
81367              The original patch from andrew@ugh.net.au.
81368      Branch: perl
81369            ! ext/IO/lib/IO/Handle.pm
81370 ____________________________________________________________________________
81371 [  7154] By: jhi                                   on 2000/10/06  01:42:15
81372         Log: Tweak #7153.
81373      Branch: perl
81374            ! utf8.h
81375 ____________________________________________________________________________
81376 [  7153] By: jhi                                   on 2000/10/06  00:39:55
81377         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
81378      Branch: perl
81379            ! utf8.h
81380 ____________________________________________________________________________
81381 [  7152] By: jhi                                   on 2000/10/06  00:38:11
81382         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
81383      Branch: perl
81384            ! perl.c pp_ctl.c sv.h utf8.c
81385 ____________________________________________________________________________
81386 [  7151] By: jhi                                   on 2000/10/06  00:36:38
81387         Log: Subject: Re: Questions about Tie::Array and perl modules
81388              From: Nick Ing-Simmons <nik@tiuk.ti.com>
81389              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
81390              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
81391              
81392              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
81393      Branch: perl
81394            ! lib/Tie/Array.pm t/op/array.t
81395 ____________________________________________________________________________
81396 [  7150] By: jhi                                   on 2000/10/05  00:20:45
81397         Log: Regen Changes.
81398      Branch: perl
81399            ! Changes patchlevel.h
81400 ____________________________________________________________________________
81401 [  7149] By: jhi                                   on 2000/10/05  00:20:01
81402         Log: Regen toc.
81403      Branch: perl
81404            ! pod/perltoc.pod
81405 ____________________________________________________________________________
81406 [  7148] By: jhi                                   on 2000/10/04  23:35:08
81407         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
81408              reported several times by Dominic Dunlop, for example in
81409              ID 20000315.008.  Patch from Dominic.  Patch affects at
81410              least MachTen, and possibly other oldish BSDs. Should not
81411              break non-broken platforms (tested on LinuxPPC). 
81412      Branch: perl
81413            ! doio.c
81414 ____________________________________________________________________________
81415 [  7147] By: jhi                                   on 2000/10/04  23:26:34
81416         Log: The one that got away from 7146.
81417      Branch: metaconfig
81418            + U/installdirs/installscripts.U
81419 ____________________________________________________________________________
81420 [  7146] By: jhi                                   on 2000/10/04  23:25:04
81421         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
81422              suggested by H. Merijn Brand.
81423      Branch: perl
81424            ! Configure INSTALL Makefile.SH Porting/Glossary
81425            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
81426            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
81427            ! win32/config.vc
81428 ____________________________________________________________________________
81429 [  7145] By: jhi                                   on 2000/10/04  22:08:21
81430         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
81431              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81432              Date: Wed, 4 Oct 2000 17:37:46 -0400
81433              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
81434      Branch: perl
81435            ! utils/h2xs.PL
81436 ____________________________________________________________________________
81437 [  7144] By: jhi                                   on 2000/10/04  18:11:41
81438         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
81439              From: Jeff Pinyan <jeffp@crusoe.net>
81440              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
81441              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
81442      Branch: perl
81443            ! pod/perlrun.pod
81444 ____________________________________________________________________________
81445 [  7143] By: jhi                                   on 2000/10/04  18:09:58
81446         Log: Subject: perlhack.pod Patch for Externals Tools
81447              From: Fisher Mark <fisherm@tce.com>
81448              Date: Tue, 3 Oct 2000 15:43:27 -0500 
81449              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
81450      Branch: perl
81451            ! pod/perlhack.pod
81452 ____________________________________________________________________________
81453 [  7142] By: jhi                                   on 2000/10/04  18:08:41
81454         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
81455              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
81456              Date:     Wed, 4 Oct 2000 12:11:11 EDT
81457              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
81458      Branch: perl
81459            ! vms/vms.c
81460 ____________________________________________________________________________
81461 [  7141] By: jhi                                   on 2000/10/04  12:20:16
81462         Log: Subject: [PATCH 5.7.0] h2xs not working
81463              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81464              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
81465              Date: Tue, 3 Oct 2000 21:43:01 -0400
81466              
81467              Subject: [PATCH 5.7.0] h2xs not documenting the created module
81468              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81469              Date: Tue, 3 Oct 2000 22:55:19 -0400
81470              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
81471      Branch: perl
81472            ! utils/h2xs.PL
81473 ____________________________________________________________________________
81474 [  7140] By: jhi                                   on 2000/10/04  11:53:44
81475         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
81476              From: nick@babyhippo.com
81477              Date: Wed, 4 Oct 2000 12:06:45 +0100
81478              Message-Id: <20001004120645.A7356@babyhippo.com>
81479              
81480              Retract 7118 and 7135.
81481      Branch: perl
81482            ! installman installperl op.c t/pragma/subs.t
81483 ____________________________________________________________________________
81484 [  7139] By: jhi                                   on 2000/10/03  22:09:41
81485         Log: It is possible to have no hosts database at all.  Pointed out in
81486              
81487              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
81488              From: Peter Prymmer <pvhp@forte.com>
81489              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
81490              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
81491      Branch: metaconfig
81492            ! U/modified/myhostname.U
81493      Branch: perl
81494            ! Configure config_h.SH
81495 ____________________________________________________________________________
81496 [  7138] By: jhi                                   on 2000/10/03  21:49:49
81497         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
81498              From: Peter Prymmer <pvhp@forte.com>
81499              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
81500              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
81501      Branch: perl
81502            ! pp_sys.c
81503 ____________________________________________________________________________
81504 [  7137] By: jhi                                   on 2000/10/03  20:10:05
81505         Log: One remaining nit less at the VMS mailbox sizing.
81506      Branch: perl
81507            ! vms/vms.c
81508 ____________________________________________________________________________
81509 [  7136] By: jhi                                   on 2000/10/03  20:08:47
81510         Log: Test harness update to sync with the new perlcc,
81511              from Simon Cozens.
81512      Branch: perl
81513            ! t/TEST t/UTEST
81514 ____________________________________________________________________________
81515 [  7135] By: jhi                                   on 2000/10/03  15:15:42
81516         Log: Subject: Re: PATCH for 20001003.004
81517              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
81518              From: "AARON B. DOSSETT" <aaron@iglou.com>
81519              Message-Id: <E13gTay-0006od-00@iglou.com>
81520      Branch: perl
81521            ! installman installperl
81522 ____________________________________________________________________________
81523 [  7134] By: jhi                                   on 2000/10/03  15:00:34
81524         Log: Subject: [ID 20001003.006] B::Debug not -w clean
81525              From: Nicholas Clark <nick@babyhippo.co.uk>
81526              Date: Tue, 03 Oct 2000 15:46:32 +0100
81527              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
81528      Branch: perl
81529            ! ext/B/B/Debug.pm
81530 ____________________________________________________________________________
81531 [  7133] By: jhi                                   on 2000/10/03  14:58:39
81532         Log: Scale down the VMS message boxes, by Charles Lane.
81533              Fix for ID 20000903.009, workaround at
81534              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
81535      Branch: perl
81536            ! vms/vms.c
81537 ____________________________________________________________________________
81538 [  7132] By: jhi                                   on 2000/10/03  11:20:37
81539         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
81540      Branch: perl
81541            + t/lib/st-lock.t t/lib/st-utf8.t
81542            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
81543            ! ext/Storable/Storable.xs t/lib/st-recurse.t
81544 ____________________________________________________________________________
81545 [  7131] By: jhi                                   on 2000/10/03  03:38:23
81546         Log: Encode nits.
81547      Branch: perl
81548            ! MANIFEST Makefile.SH
81549 ____________________________________________________________________________
81550 [  7130] By: jhi                                   on 2000/10/03  03:31:05
81551         Log: Update Changes.
81552      Branch: perl
81553            ! Changes patchlevel.h
81554 ____________________________________________________________________________
81555 [  7129] By: jhi                                   on 2000/10/03  02:24:02
81556         Log: Misplaced else.
81557      Branch: metaconfig/U/perl
81558            ! d_strtoll.U
81559      Branch: perl
81560            ! Configure config_h.SH
81561 ____________________________________________________________________________
81562 [  7128] By: jhi                                   on 2000/10/03  02:08:29
81563         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
81564              From: sthoenna@efn.org
81565              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
81566              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
81567      Branch: metaconfig/U/perl
81568            ! d_strtoll.U
81569      Branch: perl
81570            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
81571 ____________________________________________________________________________
81572 [  7127] By: jhi                                   on 2000/10/03  01:13:14
81573         Log: Update Changes.
81574      Branch: perl
81575            ! Changes patchlevel.h
81576 ____________________________________________________________________________
81577 [  7126] By: jhi                                   on 2000/10/03  00:57:08
81578         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
81579              as suggested by Olaf Flebbe and Nick Clark.
81580      Branch: perl
81581            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
81582 ____________________________________________________________________________
81583 [  7125] By: jhi                                   on 2000/10/03  00:50:56
81584         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
81585              From: Nick Clark <nick@plum.flirble.org>
81586              Date: Mon, 2 Oct 2000 11:03:24 +0100
81587              Message-Id: <20001002110324.D20073@plum.flirble.org>
81588              
81589              Also fixes bug ID 20001002.005.
81590      Branch: perl
81591            ! t/lib/encode.t
81592 ____________________________________________________________________________
81593 [  7124] By: jhi                                   on 2000/10/03  00:34:59
81594         Log: Subject: [PATCH 5.7.0] Epoc update
81595              From: Olaf Flebbe <o.flebbe@gmx.de>
81596              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
81597              Message-ID: <26423.969484586@www10.gmx.net>
81598      Branch: perl
81599            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
81600            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
81601            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
81602            ! util.c util.h
81603 ____________________________________________________________________________
81604 [  7123] By: jhi                                   on 2000/10/03  00:30:07
81605         Log: Regen headers.
81606      Branch: perl
81607            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
81608 ____________________________________________________________________________
81609 [  7122] By: jhi                                   on 2000/10/03  00:10:48
81610         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
81611      Branch: perl
81612            ! hints/openbsd.sh
81613 ____________________________________________________________________________
81614 [  7121] By: jhi                                   on 2000/10/03  00:05:06
81615         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
81616              From: <abigail@foad.org>
81617              Date: Tue, 26 Sep 2000 13:36:14 -0400
81618              Message-ID: <20000926173614.4356.qmail@foad.org>
81619      Branch: perl
81620            ! pod/perlop.pod
81621 ____________________________________________________________________________
81622 [  7120] By: jhi                                   on 2000/10/03  00:04:00
81623         Log: Inside require() $^S was always left undefined.
81624              
81625              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
81626              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81627              Date: Wed, 27 Sep 2000 18:54:49 -0400
81628              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
81629      Branch: perl
81630            ! cop.h mg.c pp_ctl.c util.c
81631 ____________________________________________________________________________
81632 [  7119] By: jhi                                   on 2000/10/03  00:00:16
81633         Log: Subject: [PATCH] DLL not restartabke with threaded perl
81634              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
81635              Date: Thu, 28 Sep 2000 09:20:46 +0100
81636              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
81637      Branch: perl
81638            ! perl.c
81639 ____________________________________________________________________________
81640 [  7118] By: jhi                                   on 2000/10/02  23:59:20
81641         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
81642              From: Nicholas Clark <nick@ccl4.org>
81643              Date: Thu, 28 Sep 2000 11:52:24 +0100
81644              Message-ID: <20000928115224.D7924@plum.flirble.org>
81645      Branch: perl
81646            ! op.c
81647 ____________________________________________________________________________
81648 [  7117] By: jhi                                   on 2000/10/02  23:57:51
81649         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
81650              From: Nicholas Clark <nick@babyhippo.co.uk>
81651              Date: Thu, 28 Sep 2000 12:18:10 +0100
81652              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
81653              
81654              Did not apply cleanly, manual intervention was needed.
81655      Branch: perl
81656            ! ext/B/B/Bytecode.pm utils/perlcc.PL
81657 ____________________________________________________________________________
81658 [  7116] By: jhi                                   on 2000/10/02  23:50:40
81659         Log: Document the issue (is not a syntax error, kind of)
81660              
81661              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
81662              From: Nicholas Clark <nick@ccl4.org>
81663              Date: Thu, 28 Sep 2000 17:12:42 +0100
81664              Message-ID: <20000928171242.K7924@plum.flirble.org>
81665      Branch: perl
81666            ! pod/perldata.pod
81667 ____________________________________________________________________________
81668 [  7115] By: jhi                                   on 2000/10/02  23:48:58
81669         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
81670              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81671              Date: Thu, 28 Sep 2000 21:55:31 -0400
81672              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
81673      Branch: perl
81674            ! regexec.c
81675 ____________________________________________________________________________
81676 [  7114] By: jhi                                   on 2000/10/02  23:47:57
81677         Log: Subject: DOC PATCH 5.6.0
81678              From: mjd@plover.com
81679              Date: 30 Sep 2000 06:02:34 -0000
81680              Message-ID: <20000930060234.4559.qmail@plover.com>
81681      Branch: perl
81682            ! pod/perldebguts.pod
81683 ____________________________________________________________________________
81684 [  7113] By: jhi                                   on 2000/10/02  23:46:43
81685         Log: SOCK_DGRAM and listen() do not mix as reported in
81686              
81687              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
81688              From: Petter Reinholdtsen <pere@hungry.com>
81689              Date: Sun, 1 Oct 2000 10:57:20 +0800
81690              Message-Id: <200010010257.KAA05735@localhost.localdomain>
81691              
81692              The patch for 5.7.0+ had to be reengineered, though.
81693      Branch: perl
81694            ! ext/IO/lib/IO/Socket/UNIX.pm
81695 ____________________________________________________________________________
81696 [  7112] By: jhi                                   on 2000/10/02  23:36:57
81697         Log: Subject: Re: [PATCH 5.005_64 missed]
81698              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81699              Date: Sun, 1 Oct 2000 18:50:10 -0400
81700              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
81701      Branch: perl
81702            ! pod/perlxs.pod
81703 ____________________________________________________________________________
81704 [  7111] By: jhi                                   on 2000/10/02  23:35:40
81705         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
81706              From: Radu Greab <radu@netsoft.ro>
81707              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
81708              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
81709      Branch: perl
81710            ! op.c opcode.pl t/op/substr.t
81711 ____________________________________________________________________________
81712 [  7110] By: jhi                                   on 2000/10/02  23:32:38
81713         Log: Subject: [PATCH] Fix aliasing of tied filehandles
81714              From: Daniel Chetlin <daniel@chetlin.com>
81715              Date: Mon, 2 Oct 2000 14:53:27 -0700
81716              Message-ID: <20001002145327.C1617@ilmd>
81717      Branch: perl
81718            ! perl.h pp_hot.c t/op/tiehandle.t
81719 ____________________________________________________________________________
81720 [  7109] By: jhi                                   on 2000/10/02  23:31:30
81721         Log: s/Robin Parker/Robin Barker/
81722      Branch: perl
81723            ! Changes5.6
81724 ____________________________________________________________________________
81725 [  7108] By: jhi                                   on 2000/10/02  23:15:46
81726         Log: Retract #7091 as suggested in
81727              
81728              From: Robin Barker <rmb1@cise.npl.co.uk> 
81729              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
81730              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
81731              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
81732      Branch: perl
81733            ! embed.pl proto.h
81734 ____________________________________________________________________________
81735 [  7107] By: nick                                  on 2000/10/02  18:23:14
81736         Log: A few tweaks to get Tk803 to work with Encode scheme.
81737      Branch: perl
81738            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
81739 ____________________________________________________________________________
81740 [  7106] By: nick                                  on 2000/10/01  21:34:14
81741         Log: Add checking cases to Encode's toUnicode and fromUnicode.
81742      Branch: perl
81743            ! ext/Encode/Encode.pm
81744 ____________________________________________________________________________
81745 [  7105] By: nick                                  on 2000/10/01  17:18:01
81746         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
81747              To read and use them.
81748              Add a lib/encode.t which checks a few things.
81749      Branch: perl
81750            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
81751            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
81752            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
81753            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
81754            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
81755            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
81756            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
81757            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
81758            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
81759            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
81760            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
81761            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
81762            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
81763            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
81764            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
81765            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
81766            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
81767            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
81768            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
81769            + ext/Encode/Encode/iso2022-jp.enc
81770            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
81771            + ext/Encode/Encode/iso8859-1.enc
81772            + ext/Encode/Encode/iso8859-2.enc
81773            + ext/Encode/Encode/iso8859-3.enc
81774            + ext/Encode/Encode/iso8859-4.enc
81775            + ext/Encode/Encode/iso8859-5.enc
81776            + ext/Encode/Encode/iso8859-6.enc
81777            + ext/Encode/Encode/iso8859-7.enc
81778            + ext/Encode/Encode/iso8859-8.enc
81779            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
81780            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
81781            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
81782            + ext/Encode/Encode/macCentEuro.enc
81783            + ext/Encode/Encode/macCroatian.enc
81784            + ext/Encode/Encode/macCyrillic.enc
81785            + ext/Encode/Encode/macDingbats.enc
81786            + ext/Encode/Encode/macGreek.enc
81787            + ext/Encode/Encode/macIceland.enc
81788            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
81789            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
81790            + ext/Encode/Encode/macTurkish.enc
81791            + ext/Encode/Encode/macUkraine.enc
81792            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
81793            + t/lib/encode.t
81794            ! MANIFEST ext/Encode/Encode.pm
81795 ____________________________________________________________________________
81796 [  7104] By: nick                                  on 2000/09/30  13:04:30
81797         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
81798              From: Daniel Chetlin <daniel@chetlin.com>
81799              Date: Mon, 18 Sep 2000 05:05:40 -0700
81800              Message-Id: <20000918050540.C652@ilmd>
81801      Branch: perl
81802            ! lib/overload.pm sv.c t/pragma/overload.t
81803 ____________________________________________________________________________
81804 [  7103] By: nick                                  on 2000/09/30  12:53:36
81805         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
81806              From: Johan Vromans <jvromans@squirrel.nl>
81807              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
81808              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
81809      Branch: perl
81810            ! pod/Makefile.SH
81811 ____________________________________________________________________________
81812 [  7102] By: nick                                  on 2000/09/30  12:52:31
81813         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
81814              From: Spider Boardman <spider@Orb.Nashua.NH.US>
81815              Date: Sat, 16 Sep 2000 16:36:45 -0400
81816              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
81817      Branch: perl
81818            ! ext/B/B/Deparse.pm
81819 ____________________________________________________________________________
81820 [  7101] By: nick                                  on 2000/09/30  12:51:41
81821         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
81822              From: Craig A. Berry <craig.berry@psinetcs.com>
81823              Date: Sat, 16 Sep 2000 10:11:10 -0500
81824              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
81825      Branch: perl
81826            ! vms/vms.c
81827 ____________________________________________________________________________
81828 [  7100] By: nick                                  on 2000/09/30  12:50:33
81829         Log: Subject: Re: unicode support and perl [ID 20000901.097]
81830              From: Spider Boardman <spider@Orb.Nashua.NH.US>
81831              Date: Fri, 15 Sep 2000 16:37:58 -0400
81832              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
81833      Branch: perl
81834            ! t/op/append.t
81835 ____________________________________________________________________________
81836 [  7099] By: nick                                  on 2000/09/30  12:49:35
81837         Log: Subject: Re: unicode support and perl [ID 20000901.097]
81838              From: Spider Boardman <spider@Orb.Nashua.NH.US>
81839              Date: Fri, 15 Sep 2000 16:25:30 -0400
81840              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
81841      Branch: perl
81842            ! pp_hot.c
81843 ____________________________________________________________________________
81844 [  7098] By: nick                                  on 2000/09/30  12:48:00
81845         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
81846              From: Gisle Aas <gisle@ActiveState.com>
81847              Date: 15 Sep 2000 16:23:41 +0200
81848              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
81849      Branch: perl
81850            ! toke.c
81851 ____________________________________________________________________________
81852 [  7097] By: nick                                  on 2000/09/30  12:45:16
81853         Log: Subject: [PATCH] Nits in perlmod.pod
81854              From: Daniel Chetlin <daniel@chetlin.com>
81855              Date: Fri, 15 Sep 2000 02:04:09 -0700
81856              Message-Id: <20000915020409.A2104@ilmd>
81857      Branch: perl
81858            ! pod/perlmod.pod
81859 ____________________________________________________________________________
81860 [  7096] By: nick                                  on 2000/09/30  12:18:00
81861         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
81862              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
81863              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
81864              0 to checking to get the warning.
81865      Branch: perl
81866            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
81867            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
81868            ! regexec.c sv.c toke.c utf8.c
81869 ____________________________________________________________________________
81870 [  7095] By: nick                                  on 2000/09/15  16:55:59
81871         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
81872              
81873              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
81874              From: Spider Boardman <spider@Orb.Nashua.NH.US>
81875              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
81876              Date: Fri, 15 Sep 2000 06:37:30 -0400
81877      Branch: perl
81878            ! ext/Encode/Encode.xs sv.c
81879 ____________________________________________________________________________
81880 [  7094] By: jhi                                   on 2000/09/15  03:23:32
81881         Log: Update Changes.
81882      Branch: perl
81883            ! Changes patchlevel.h
81884 ____________________________________________________________________________
81885 [  7093] By: jhi                                   on 2000/09/15  03:11:44
81886         Log: Fix for the charnames.t failures from Spider Boardman.
81887      Branch: perl
81888            ! toke.c
81889 ____________________________________________________________________________
81890 [  7092] By: jhi                                   on 2000/09/15  00:15:48
81891         Log: Botched the #7090 check-in.
81892      Branch: perl
81893            ! sv.c
81894 ____________________________________________________________________________
81895 [  7091] By: jhi                                   on 2000/09/14  23:33:24
81896         Log: Part of #7081 didn't come through.
81897      Branch: perl
81898            ! embed.pl proto.h
81899 ____________________________________________________________________________
81900 [  7090] By: jhi                                   on 2000/09/14  23:17:39
81901         Log: Subject: Re: perl@7078 
81902              From: Spider Boardman <spider@web.zk3.dec.com>
81903              Date: Thu, 14 Sep 2000 19:06:36 -0400
81904              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
81905      Branch: perl
81906            ! sv.c toke.c
81907 ____________________________________________________________________________
81908 [  7089] By: jhi                                   on 2000/09/14  23:11:21
81909         Log: Small portability tweaks.
81910      Branch: perl
81911            ! ext/Encode/Encode.xs
81912 ____________________________________________________________________________
81913 [  7088] By: jhi                                   on 2000/09/14  22:57:23
81914         Log: Fake return to pacify picky compilers.
81915      Branch: perl
81916            ! ext/Encode/Encode.xs
81917 ____________________________________________________________________________
81918 [  7087] By: jhi                                   on 2000/09/14  22:53:37
81919         Log: Subject: [PATCH] utf8.c apidoc
81920              From: Simon Cozens <simon@cozens.net>
81921              Date: Thu, 14 Sep 2000 23:46:57 +0100
81922              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
81923      Branch: perl
81924            ! perlapi.c pod/perlapi.pod utf8.c
81925 ____________________________________________________________________________
81926 [  7086] By: jhi                                   on 2000/09/14  22:40:38
81927         Log: We don't need to count the high bit bytes, a boolean is enough. 
81928      Branch: perl
81929            ! sv.c
81930 ____________________________________________________________________________
81931 [  7085] By: jhi                                   on 2000/09/14  21:20:09
81932         Log: Replace #7084 with
81933              
81934              Subject: Re: perl@7078 
81935              From: Spider Boardman <spider@web.zk3.dec.com>
81936              Date: Thu, 14 Sep 2000 17:09:36 -0400
81937              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
81938      Branch: perl
81939            ! sv.c utf8.c
81940 ____________________________________________________________________________
81941 [  7084] By: jhi                                   on 2000/09/14  20:03:34
81942         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
81943              convertible to bytes by checking it doesn't go above 0xc3
81944              
81945              Subject: Re: perl@7078
81946              From: Simon Cozens <simon@cozens.net>
81947              Date: Thu, 14 Sep 2000 20:59:19 +0100
81948              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
81949      Branch: perl
81950            ! utf8.c
81951 ____________________________________________________________________________
81952 [  7083] By: jhi                                   on 2000/09/14  19:38:47
81953         Log: Subject: Re: perl@7078
81954              From: Simon Cozens <simon@cozens.net>
81955              Date: Thu, 14 Sep 2000 20:13:09 +0100
81956              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
81957      Branch: perl
81958            ! t/op/bop.t
81959 ____________________________________________________________________________
81960 [  7082] By: jhi                                   on 2000/09/14  17:50:44
81961         Log: The one that got away.
81962      Branch: perl
81963            ! lib/File/Find.pm
81964 ____________________________________________________________________________
81965 [  7081] By: jhi                                   on 2000/09/14  17:45:35
81966         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
81967              From: Robin Barker <rmb1@cise.npl.co.uk>
81968              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
81969              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
81970      Branch: perl
81971            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
81972            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
81973            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
81974            ! regcomp.c toke.c universal.c
81975 ____________________________________________________________________________
81976 [  7080] By: jhi                                   on 2000/09/14  17:40:35
81977         Log: Problems picked up by AIX cc.
81978              
81979              Subject: Re: perl@7078 (patch included)
81980              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
81981              Date: Thu, 14 Sep 2000 18:53:30 +0200
81982              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
81983      Branch: perl
81984            ! ext/Encode/Encode.xs
81985 ____________________________________________________________________________
81986 [  7079] By: jhi                                   on 2000/09/14  17:38:27
81987         Log: Subject: File::Find 5.7.0 POD nits
81988              From: Rich Morin <rdm@cfcl.com>
81989              Date: Wed, 13 Sep 2000 22:03:58 -0700
81990              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
81991      Branch: perl
81992            ! lib/File/Find.pm
81993 ____________________________________________________________________________
81994 [  7078] By: jhi                                   on 2000/09/14  14:58:20
81995         Log: Update Changes.
81996      Branch: perl
81997            ! Changes patchlevel.h
81998 ____________________________________________________________________________
81999 [  7077] By: jhi                                   on 2000/09/14  14:55:54
82000         Log: Compilation warnings and an error.
82001      Branch: perl
82002            ! sv.c
82003 ____________________________________________________________________________
82004 [  7076] By: jhi                                   on 2000/09/14  14:42:56
82005         Log: Fix for a parsing bug, not for the original bug.
82006              
82007              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
82008              From: Spider Boardman <spider@web.zk3.dec.com>
82009              Date: Wed, 13 Sep 2000 17:52:20 -0400
82010              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
82011      Branch: perl
82012            ! regcomp.c
82013 ____________________________________________________________________________
82014 [  7075] By: jhi                                   on 2000/09/14  14:40:40
82015         Log: Batch of UTF-8 patches from Simon Cozens.
82016      Branch: perl
82017            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
82018            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
82019            ! toke.c utf8.c
82020 ____________________________________________________________________________
82021 [  7074] By: jhi                                   on 2000/09/14  14:29:58
82022         Log: Subject: Re: Two advertising clauses need to be removed
82023              From: Russ Allbery <rra@stanford.edu>
82024              Date: 13 Sep 2000 18:50:26 -0700
82025              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
82026      Branch: perl
82027            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
82028 ____________________________________________________________________________
82029 [  7073] By: jhi                                   on 2000/09/14  14:28:20
82030         Log: Subject: [PATCH] de-wall t/README
82031              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82032              Date: Wed, 13 Sep 2000 17:46:55 -0700
82033              Message-ID: <//Bw5gzkge/e092yn@efn.org>
82034      Branch: perl
82035            ! t/README
82036 ____________________________________________________________________________
82037 [  7072] By: jhi                                   on 2000/09/14  14:25:10
82038         Log: Hints optimization.
82039              
82040              Subject: Minor nit
82041              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82042              Date: Wed, 13 Sep 2000 21:42:07 +0200
82043              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
82044      Branch: perl
82045            ! hints/hpux.sh
82046 ____________________________________________________________________________
82047 [  7071] By: jhi                                   on 2000/09/14  14:23:30
82048         Log: Allow chop() and chomp() to be overridden.
82049              
82050              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
82051              From: "Casey R. Tweten" <crt@kiski.net>
82052              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
82053              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
82054      Branch: perl
82055            ! toke.c
82056 ____________________________________________________________________________
82057 [  7070] By: jhi                                   on 2000/09/14  14:20:36
82058         Log: The return value of setlocale must be copied away.
82059              
82060              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
82061              From: Alan Burlison <Alan.Burlison@uk.sun.com>
82062              Date: Wed, 13 Sep 2000 16:27:37 +0100 
82063              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
82064      Branch: perl
82065            ! util.c
82066 ____________________________________________________________________________
82067 [  7069] By: jhi                                   on 2000/09/14  14:16:27
82068         Log: Remove vestiges of tr//CU.
82069              
82070              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
82071              From: Nick Clark <nick@plum.flirble.org>
82072              Date: Tue, 12 Sep 2000 22:50:14 +0100
82073              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
82074              
82075              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
82076              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82077              Date: Tue, 12 Sep 2000 21:38:48 -0700
82078              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
82079      Branch: perl
82080            ! op.h pod/perlunicode.pod
82081 ____________________________________________________________________________
82082 [  7068] By: jhi                                   on 2000/09/13  14:18:39
82083         Log: Add the Encode extension.  The code is still largely just skeleton.
82084      Branch: perl
82085            + ext/Encode/Encode.pm ext/Encode/Encode.xs
82086            + ext/Encode/Makefile.PL ext/Encode/Todo
82087            ! MANIFEST Todo-5.6
82088 ____________________________________________________________________________
82089 [  7067] By: jhi                                   on 2000/09/12  17:43:33
82090         Log: Allow for whitespace between "#" and "line" in cpp output.
82091              
82092              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
82093              From: Calle Dybedahl <calle@lysator.liu.se>
82094              Date: 12 Sep 2000 19:38:02 +0200 
82095              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
82096      Branch: perl
82097            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
82098 ____________________________________________________________________________
82099 [  7066] By: gsar                                  on 2000/09/12  17:24:29
82100         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
82101              initialization in all the threads on Windows
82102      Branch: perl
82103            ! win32/win32.c
82104 ____________________________________________________________________________
82105 [  7065] By: jhi                                   on 2000/09/12  15:11:31
82106         Log: Update Changes.
82107      Branch: perl
82108            ! Changes patchlevel.h
82109 ____________________________________________________________________________
82110 [  7064] By: jhi                                   on 2000/09/12  14:54:54
82111         Log: Retract #7062, the pod tests are not ready.
82112      Branch: perl
82113            ! t/TEST t/harness
82114 ____________________________________________________________________________
82115 [  7063] By: jhi                                   on 2000/09/12  14:25:41
82116         Log: The #7054 truncated Configure badly.
82117      Branch: metaconfig/U/perl
82118            ! End.U
82119      Branch: perl
82120            ! Configure config_h.SH
82121 ____________________________________________________________________________
82122 [  7062] By: jhi                                   on 2000/09/12  14:08:32
82123         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
82124              From: sthoenna@efn.org
82125              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
82126              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
82127      Branch: perl
82128            ! t/TEST t/harness
82129 ____________________________________________________________________________
82130 [  7061] By: jhi                                   on 2000/09/12  14:07:18
82131         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
82132              From: sthoenna@efn.org
82133              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
82134              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
82135      Branch: perl
82136            ! pod/perlxs.pod
82137 ____________________________________________________________________________
82138 [  7060] By: jhi                                   on 2000/09/12  14:06:08
82139         Log: Break up the myconfig lines a bit.
82140              
82141              Subject: perlbug/perl -V output format
82142              From: sthoenna@efn.org
82143              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
82144              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
82145      Branch: perl
82146            ! myconfig.SH
82147 ____________________________________________________________________________
82148 [  7059] By: jhi                                   on 2000/09/12  14:05:04
82149         Log: Test for the #7049.
82150              
82151              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
82152              From: andreas.koenig@anima.de (Andreas J. Koenig)
82153              Date: 12 Sep 2000 06:42:01 +0200
82154              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
82155      Branch: perl
82156            ! t/op/my.t
82157 ____________________________________________________________________________
82158 [  7058] By: jhi                                   on 2000/09/12  14:03:05
82159         Log: Subject: [patch: perl@7045] vms updates
82160              From: Peter Prymmer <pvhp@forte.com>
82161              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
82162              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
82163      Branch: perl
82164            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
82165 ____________________________________________________________________________
82166 [  7057] By: jhi                                   on 2000/09/12  14:00:51
82167         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
82168              From: sthoenna@efn.org
82169              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
82170              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
82171      Branch: perl
82172            ! t/op/64bitint.t
82173 ____________________________________________________________________________
82174 [  7056] By: jhi                                   on 2000/09/12  13:58:14
82175         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
82176              From: Jeff Pinyan <jeffp@crusoe.net>
82177              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
82178              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
82179      Branch: perl
82180            ! pod/perlfunc.pod
82181 ____________________________________________________________________________
82182 [  7055] By: jhi                                   on 2000/09/12  13:56:32
82183         Log: Do in VMS as the #7054 does.
82184      Branch: perl
82185            ! configure.com
82186 ____________________________________________________________________________
82187 [  7054] By: jhi                                   on 2000/09/12  13:50:31
82188         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
82189              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
82190              Date: Mon, 11 Sep 2000 08:33:09 +0100
82191              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
82192      Branch: metaconfig/U/perl
82193            ! End.U
82194      Branch: perl
82195            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
82196            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
82197 ____________________________________________________________________________
82198 [  7053] By: jhi                                   on 2000/09/12  13:29:19
82199         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
82200              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82201              Date:     Tue, 12 Sep 2000 08:35:59 EDT
82202              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
82203      Branch: perl
82204            ! vms/test.com
82205 ____________________________________________________________________________
82206 [  7052] By: jhi                                   on 2000/09/11  23:01:50
82207         Log: Document the SvUTF8*().
82208      Branch: perl
82209            ! pod/perlapi.pod sv.h
82210 ____________________________________________________________________________
82211 [  7051] By: gsar                                  on 2000/09/11  14:46:30
82212         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
82213              (missed a spot when fixing up op_pmreplroot hack for ithreads)
82214      Branch: perl
82215            ! op.c t/op/split.t
82216 ____________________________________________________________________________
82217 [  7050] By: nick                                  on 2000/09/11  10:03:51
82218         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
82219              
82220              Subject: borland C++ win32.c tweak
82221              From: Vadim Konovalov <vkonovalov@lucent.com>
82222              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
82223              Date: Mon, 11 Sep 2000 11:22:33 +0400
82224      Branch: perl
82225            ! win32/win32.c
82226 ____________________________________________________________________________
82227 [  7049] By: nick                                  on 2000/09/11  09:57:33
82228         Log: Point fix for s/// on foreach (keys %xxx).
82229      Branch: perl
82230            ! pp_hot.c
82231 ____________________________________________________________________________
82232 [  7048] By: jhi                                   on 2000/09/10  23:37:09
82233         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
82234              by Pod::Text, from Brad Appleton.
82235      Branch: perl
82236            ! t/pod/testp2pt.pl
82237 ____________________________________________________________________________
82238 [  7047] By: jhi                                   on 2000/09/10  14:32:53
82239         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
82240              by Russ Allbery.
82241      Branch: perl
82242            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
82243 ____________________________________________________________________________
82244 [  7046] By: jhi                                   on 2000/09/10  14:15:08
82245         Log: Upgrade to CPAN 1.57_65, from Andreas König.
82246      Branch: perl
82247            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
82248 ____________________________________________________________________________
82249 [  7045] By: jhi                                   on 2000/09/08  21:36:32
82250         Log: Update Changes.
82251      Branch: perl
82252            ! Changes patchlevel.h
82253 ____________________________________________________________________________
82254 [  7044] By: jhi                                   on 2000/09/08  21:29:56
82255         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
82256              From: Peter Prymmer <pvhp@forte.com>
82257              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
82258              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
82259      Branch: perl
82260            ! configure.com
82261 ____________________________________________________________________________
82262 [  7043] By: jhi                                   on 2000/09/08  21:27:50
82263         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
82264              From: Peter Prymmer <pvhp@forte.com>
82265              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
82266              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
82267      Branch: perl
82268            ! Makefile.SH installperl
82269 ____________________________________________________________________________
82270 [  7042] By: jhi                                   on 2000/09/08  21:23:21
82271         Log: Continue #7041.
82272      Branch: perl
82273            ! cygwin/Makefile.SHs os2/Makefile.SHs
82274 ____________________________________________________________________________
82275 [  7041] By: jhi                                   on 2000/09/08  21:18:10
82276         Log: Do away with memory models cruft.  Sorry, PDP users.
82277      Branch: metaconfig
82278            ! U/modified/cc.U U/modified/libpth.U
82279      Branch: perl
82280            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
82281            ! Porting/config_H cflags.SH config_h.SH configure.com
82282            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
82283            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
82284            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
82285 ____________________________________________________________________________
82286 [  7040] By: jhi                                   on 2000/09/08  14:34:18
82287         Log: Major rewrite of s2p.  And I mean really major, it is
82288              an implementation of sed in perl.  If called as s2p it
82289              will function as s2p.  Note: needs non-UNIXifying.
82290              
82291              Subject: s2p
82292              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
82293              Date: Mon, 28 Aug 2000 14:05:12 +0200
82294              Message-ID: <39AA5578.2102E2AA@alcatel.at>
82295      Branch: perl
82296            ! x2p/s2p.PL
82297 ____________________________________________________________________________
82298 [  7039] By: jhi                                   on 2000/09/08  14:19:49
82299         Log: Re-allow vec() for characters > 255.
82300              
82301              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
82302              From: Spider Boardman <spider@web.zk3.dec.com>
82303              Date: Fri, 08 Sep 2000 02:21:02 -0400
82304              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
82305      Branch: perl
82306            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
82307            ! t/op/vec.t
82308 ____________________________________________________________________________
82309 [  7038] By: jhi                                   on 2000/09/08  14:14:18
82310         Log: Subject: [PATCH lib/Benchmark.pm]
82311              From: <abigail@foad.org>
82312              Date: Thu, 7 Sep 2000 15:03:20 -0400
82313              Message-ID: <20000907190320.888.qmail@foad.org>
82314      Branch: perl
82315            ! lib/Benchmark.pm
82316 ____________________________________________________________________________
82317 [  7037] By: jhi                                   on 2000/09/08  14:11:06
82318         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
82319              
82320              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
82321              From: Spider Boardman <spider@web.zk3.dec.com>
82322              Date: Fri, 08 Sep 2000 01:30:27 -0400
82323              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
82324      Branch: perl
82325            ! op.c
82326 ____________________________________________________________________________
82327 [  7036] By: jhi                                   on 2000/09/08  14:08:58
82328         Log: Subject: [ID 20000908.002] perlipc documentation bug.
82329              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
82330              Date: Fri, 08 Sep 2000 12:38:32 +0200
82331              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
82332      Branch: perl
82333            ! pod/perlipc.pod
82334 ____________________________________________________________________________
82335 [  7035] By: jhi                                   on 2000/09/08  14:03:12
82336         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
82337              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82338              Date: Fri, 08 Sep 2000 11:47:34 +0200
82339              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
82340      Branch: perl
82341            ! hints/dec_osf.sh
82342 ____________________________________________________________________________
82343 [  7034] By: jhi                                   on 2000/09/08  13:59:35
82344         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
82345              From: Simon Cozens <simon@cozens.net>
82346              Date: Thu, 7 Sep 2000 20:40:38 +0100
82347              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
82348      Branch: perl
82349            ! pp_hot.c
82350 ____________________________________________________________________________
82351 [  7033] By: jhi                                   on 2000/09/08  04:03:03
82352         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
82353              From: "Larry W. Virden" <lvirden@cas.org>
82354              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
82355              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
82356      Branch: perl
82357            ! pod/perldiag.pod
82358 ____________________________________________________________________________
82359 [  7032] By: jhi                                   on 2000/09/07  22:18:30
82360         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
82361              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
82362              Date: Mon, 04 Sep 2000 13:16:38 -0700
82363              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
82364      Branch: perl
82365            ! lib/perl5db.pl
82366 ____________________________________________________________________________
82367 [  7031] By: jhi                                   on 2000/09/07  22:02:29
82368         Log: Fix the ccversion detection for 5.1 and beyond.
82369              
82370              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
82371              From: Spider Boardman <spider@leggy.zk3.dec.com>
82372              Date: Thu, 7 Sep 2000 17:54:27 -0400
82373              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
82374      Branch: perl
82375            ! hints/dec_osf.sh
82376 ____________________________________________________________________________
82377 [  7030] By: jhi                                   on 2000/09/07  19:12:28
82378         Log: Fix for
82379              
82380              Subject: [ID 20000903.001] \w in utf8-strings
82381              From: Marc Lehmann <pcg@goof.com>
82382              Date: Sun, 03 Sep 2000 09:44:29 +0200
82383              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
82384              
82385              and various related nits.
82386      Branch: perl
82387            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
82388 ____________________________________________________________________________
82389 [  7029] By: jhi                                   on 2000/09/07  18:49:09
82390         Log: Fix the URL, but the server is still missing in action.
82391              
82392              Subject: [ID 20000905.002] perlfaq1.pod URL error
82393              From: "Larry W. Virden" <lvirden@cas.org>
82394              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
82395              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
82396      Branch: perl
82397            ! pod/perlfaq1.pod
82398 ____________________________________________________________________________
82399 [  7028] By: jhi                                   on 2000/09/07  18:47:13
82400         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
82401              From: Hugo <hv@crypt.compulink.co.uk>
82402              Date: Tue, 05 Sep 2000 14:13:37 +0100
82403              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
82404      Branch: perl
82405            ! toke.c
82406 ____________________________________________________________________________
82407 [  7027] By: jhi                                   on 2000/09/07  18:45:35
82408         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
82409              From: Daniel Chetlin <daniel@chetlin.com>
82410              Date: Tue, 5 Sep 2000 04:57:07 -0700
82411              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
82412      Branch: perl
82413            ! pod/perlfaq6.pod pod/perlop.pod
82414 ____________________________________________________________________________
82415 [  7026] By: jhi                                   on 2000/09/07  18:44:01
82416         Log: Document the new ref() semantics.
82417              
82418              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
82419              From: Gisle Aas <gisle@ActiveState.com>
82420              Date: 05 Sep 2000 08:10:30 +0200
82421              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
82422      Branch: perl
82423            ! pod/perldelta.pod
82424 ____________________________________________________________________________
82425 [  7025] By: jhi                                   on 2000/09/07  18:42:27
82426         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
82427              
82428              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
82429              From: Gisle Aas <gisle@ActiveState.com>
82430              Date: 05 Sep 2000 08:11:40 +0200
82431              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
82432      Branch: perl
82433            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
82434 ____________________________________________________________________________
82435 [  7024] By: jhi                                   on 2000/09/07  18:39:32
82436         Log: Subject: [PATCH] Modernize Opcode.pm documentation
82437              From: Gisle Aas <gisle@ActiveState.com>
82438              Date: 4 Sep 2000 00:18:55 -0000
82439              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
82440      Branch: perl
82441            ! ext/Opcode/Opcode.pm
82442 ____________________________________________________________________________
82443 [  7023] By: jhi                                   on 2000/09/07  18:37:42
82444         Log: Subject: [PATCH] Tied filehandle documentation
82445              From: Gisle Aas <gisle@ActiveState.com>
82446              Date: 4 Sep 2000 00:14:40 -0000
82447              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
82448      Branch: perl
82449            ! pod/perlfunc.pod pod/perltie.pod
82450 ____________________________________________________________________________
82451 [  7022] By: jhi                                   on 2000/09/07  18:35:37
82452         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
82453              From: Gisle Aas <gisle@ActiveState.com>
82454              Date: 4 Sep 2000 00:04:22 -0000
82455              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
82456      Branch: perl
82457            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
82458 ____________________________________________________________________________
82459 [  7021] By: jhi                                   on 2000/09/07  18:33:22
82460         Log: Subject: small apidoc fix
82461              From: Marc Lehmann <pcg@goof.com>
82462              Date: Sun, 3 Sep 2000 05:12:06 +0200
82463              Message-ID: <20000903051206.A5909@cerebro.laendle>
82464      Branch: perl
82465            ! pod/perlapi.pod utf8.c
82466 ____________________________________________________________________________
82467 [  7020] By: jhi                                   on 2000/09/07  16:14:57
82468         Log: Tiny perldelta nits.
82469      Branch: perl
82470            ! pod/perldelta.pod
82471 ____________________________________________________________________________
82472 [  7019] By: jhi                                   on 2000/09/07  16:04:20
82473         Log: Guard against bad string->int conversion for quads.
82474      Branch: perl
82475            ! t/op/64bitint.t
82476 ____________________________________________________________________________
82477 [  7018] By: jhi                                   on 2000/09/06  17:07:03
82478         Log: Update Unicode todo list.
82479      Branch: perl
82480            ! Todo-5.6
82481 ____________________________________________________________________________
82482 [  7017] By: jhi                                   on 2000/09/05  21:16:01
82483         Log: Document the SvIOK_.*UV().
82484      Branch: perl
82485            ! pod/perlapi.pod sv.h
82486 ____________________________________________________________________________
82487 [  7016] By: nick                                  on 2000/09/03  21:54:46
82488         Log: Hash lookup of constant strings optimization:
82489              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
82490              to string table (as per sharepvn). Add newSV_pvn_share to create such
82491              a thing. Make hv.c compare addresses of strings and skip string compare
82492              if equal. Make method_named and helem ops use these shared-string SVs
82493              when arg is constant. Make keys op return shared-string SVs (less clearly
82494              a win).
82495      Branch: perl
82496            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
82497            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
82498            ! pod/perlintern.pod pp_hot.c proto.h sv.c
82499 ____________________________________________________________________________
82500 [  7015] By: jhi                                   on 2000/09/02  17:48:59
82501         Log: This is 5.7.0.
82502      Branch: perl
82503            ! Changes
82504 ____________________________________________________________________________
82505 [  7014] By: jhi                                   on 2000/09/02  17:35:45
82506         Log: Changes and patchlevel tweaks.
82507      Branch: perl
82508            ! Changes patchlevel.h
82509 ____________________________________________________________________________
82510 [  7013] By: jhi                                   on 2000/09/02  17:30:50
82511         Log: Update Changes.
82512      Branch: perl
82513            ! Changes patchlevel.h
82514 ____________________________________________________________________________
82515 [  7012] By: nick                                  on 2000/09/02  17:25:20
82516         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
82517      Branch: perl
82518            ! gv.c lib/overload.pm
82519 ____________________________________________________________________________
82520 [  7011] By: jhi                                   on 2000/09/02  17:16:25
82521         Log: Update perlhist.
82522      Branch: perl
82523            ! pod/perlhist.pod
82524 ____________________________________________________________________________
82525 [  7010] By: jhi                                   on 2000/09/02  17:01:35
82526         Log: perldelta nits.
82527      Branch: perl
82528            ! pod/perldelta.pod
82529 ____________________________________________________________________________
82530 [  7009] By: nick                                  on 2000/09/02  16:48:35
82531         Log: If overloaded %{} etc. return the object do not loop.
82532              Thus  sub deref { $_[0] } functions if object is wanted type.
82533      Branch: perl
82534            ! pp.h
82535 ____________________________________________________________________________
82536 [  7008] By: jhi                                   on 2000/09/02  16:26:11
82537         Log: Retab MANIFEST.
82538      Branch: perl
82539            ! ext/Storable/MANIFEST
82540 ____________________________________________________________________________
82541 [  7007] By: jhi                                   on 2000/09/02  16:23:02
82542         Log: Make certain cc is set before trying to run it.
82543      Branch: perl
82544            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
82545 ____________________________________________________________________________
82546 [  7006] By: jhi                                   on 2000/09/02  15:45:41
82547         Log: Unicode notes.
82548      Branch: perl
82549            ! pod/perldelta.pod
82550 ____________________________________________________________________________
82551 [  7005] By: jhi                                   on 2000/09/02  15:42:11
82552         Log: Various Configure nits by Philip Newton,
82553              plus the ebcdic one by me.
82554      Branch: metaconfig
82555            + U/modified/pager.U
82556            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
82557      Branch: metaconfig/U/perl
82558            ! Devel.U quadfio.U
82559      Branch: perl
82560            ! Configure config_h.SH
82561 ____________________________________________________________________________
82562 [  7004] By: jhi                                   on 2000/09/02  15:06:14
82563         Log: Apparently avoiding the swapping is too costly.
82564              
82565              From: "Ben Tilly" <ben_tilly@hotmail.com>
82566              Subject: Re: the door is closed.
82567              Date: Fri, 01 Sep 2000 20:23:16 EDT
82568              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
82569      Branch: perl
82570            ! pod/perlfaq4.pod
82571 ____________________________________________________________________________
82572 [  7003] By: nick                                  on 2000/09/02  12:26:04
82573         Log: Undo part of change 6489 which looks like a bulk edit which
82574              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
82575              The supressing of main:: on return from select() is undesirable.
82576      Branch: perl
82577            ! pp_sys.c
82578 ____________________________________________________________________________
82579 [  7002] By: jhi                                   on 2000/09/01  23:08:54
82580         Log: Update Changes.
82581      Branch: perl
82582            ! Changes patchlevel.h
82583 ____________________________________________________________________________
82584 [  7001] By: jhi                                   on 2000/09/01  23:00:13
82585         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
82586              From: Peter Prymmer <pvhp@forte.com>
82587              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
82588              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
82589              
82590              plus rework the http: spots as suggested by Tom Christiansen,
82591              plus regen perltoc.
82592      Branch: perl
82593            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
82594            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
82595 ____________________________________________________________________________
82596 [  7000] By: jhi                                   on 2000/09/01  22:36:01
82597         Log: Only the first line, thank you very much.
82598      Branch: perl
82599            ! hints/solaris_2.sh
82600 ____________________________________________________________________________
82601 [  6999] By: gsar                                  on 2000/09/01  22:16:40
82602         Log: change#6791 accidentally clobbered change#6710, put it back
82603      Branch: perl
82604            ! win32/win32.c
82605 ____________________________________________________________________________
82606 [  6998] By: jhi                                   on 2000/09/01  22:14:16
82607         Log: Mention the HP-UX LP64 freak failure.
82608      Branch: perl
82609            ! pod/perldelta.pod
82610 ____________________________________________________________________________
82611 [  6997] By: jhi                                   on 2000/09/01  21:48:32
82612         Log: Detypo.
82613      Branch: perl
82614            ! hints/hpux.sh
82615 ____________________________________________________________________________
82616 [  6996] By: jhi                                   on 2000/09/01  21:27:10
82617         Log: Update Changes.
82618      Branch: perl
82619            ! Changes patchlevel.h
82620 ____________________________________________________________________________
82621 [  6995] By: jhi                                   on 2000/09/01  21:14:24
82622         Log: Mi splgn s gnin.g
82623      Branch: perl
82624            ! pp_ctl.c
82625 ____________________________________________________________________________
82626 [  6994] By: jhi                                   on 2000/09/01  21:09:54
82627         Log: Subject: http:// in L<>
82628              From: Nicholas Clark <nick@ccl4.org>
82629              Date: Fri, 1 Sep 2000 22:03:21 +0100
82630              Message-ID: <20000901220321.B72074@plum.flirble.org>
82631      Branch: perl
82632            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
82633 ____________________________________________________________________________
82634 [  6993] By: jhi                                   on 2000/09/01  21:06:54
82635         Log: Update to Storable 1.0, from Raphael Manfredi.
82636      Branch: perl
82637            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
82638            ! ext/Storable/Makefile.PL ext/Storable/README
82639            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
82640            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
82641            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
82642            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
82643            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
82644            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
82645 ____________________________________________________________________________
82646 [  6992] By: jhi                                   on 2000/09/01  20:43:05
82647         Log: Mention known sfio+linux buglet.
82648      Branch: perl
82649            ! pod/perldelta.pod
82650 ____________________________________________________________________________
82651 [  6991] By: jhi                                   on 2000/09/01  20:40:11
82652         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
82653              From: Peter Prymmer <pvhp@forte.com>
82654              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
82655              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
82656      Branch: perl
82657            ! vms/vms.c
82658 ____________________________________________________________________________
82659 [  6990] By: jhi                                   on 2000/09/01  20:25:26
82660         Log: Retract #6986.
82661      Branch: perl
82662            ! hints/solaris_2.sh
82663 ____________________________________________________________________________
82664 [  6989] By: jhi                                   on 2000/09/01  20:23:00
82665         Log: Mergesort is back.
82666      Branch: perl
82667            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
82668 ____________________________________________________________________________
82669 [  6988] By: jhi                                   on 2000/09/01  19:37:40
82670         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
82671              From: Mike Guy <mjtg@cam.ac.uk>
82672              Date: Fri, 01 Sep 2000 17:43:33 +0100
82673              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
82674      Branch: perl
82675            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
82676            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
82677 ____________________________________________________________________________
82678 [  6987] By: jhi                                   on 2000/09/01  19:17:10
82679         Log: Regen perltoc.
82680      Branch: perl
82681            ! pod/perltoc.pod
82682 ____________________________________________________________________________
82683 [  6986] By: jhi                                   on 2000/09/01  18:51:10
82684         Log: Subject: Re: Solaris x86 has no SPARC libraries!
82685              From: Lupe Christoph <lupe@lupe-christoph.de>
82686              Date: Fri, 1 Sep 2000 20:41:20 +0200
82687              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
82688      Branch: perl
82689            ! hints/solaris_2.sh
82690 ____________________________________________________________________________
82691 [  6985] By: jhi                                   on 2000/09/01  18:28:10
82692         Log: Update Changes.
82693      Branch: perl
82694            ! Changes patchlevel.h
82695 ____________________________________________________________________________
82696 [  6984] By: jhi                                   on 2000/09/01  18:26:53
82697         Log: Feature ordering tweak.
82698      Branch: perl
82699            ! myconfig.SH
82700 ____________________________________________________________________________
82701 [  6983] By: jhi                                   on 2000/09/01  18:19:50
82702         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
82703              From: <abigail@foad.org>
82704              Date: Fri, 1 Sep 2000 13:07:32 -0400
82705              Message-ID: <20000901170732.18249.qmail@foad.org>
82706      Branch: perl
82707            ! t/pragma/overload.t
82708 ____________________________________________________________________________
82709 [  6982] By: jhi                                   on 2000/09/01  18:17:54
82710         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
82711              so that case-ignoring systems like DCL can tell them from
82712              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
82713      Branch: metaconfig/U/perl
82714            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
82715      Branch: perl
82716            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82717            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
82718            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
82719            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
82720            ! vos/config.def vos/config.h vos/config_h.SH_orig
82721            ! win32/config.bc win32/config.gc win32/config.vc
82722 ____________________________________________________________________________
82723 [  6981] By: nick                                  on 2000/09/01  17:21:57
82724         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
82725              warning when UNTIE exists and instead pass the count of extra references to
82726              the UNTIE method.
82727      Branch: perl
82728            ! pod/perltie.pod pp_sys.c
82729 ____________________________________________________________________________
82730 [  6980] By: jhi                                   on 2000/09/01  16:54:44
82731         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
82732              From: Peter Prymmer <pvhp@forte.com>
82733              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
82734              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
82735      Branch: perl
82736            ! configure.com
82737 ____________________________________________________________________________
82738 [  6979] By: jhi                                   on 2000/09/01  16:06:20
82739         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
82740              From: Mike Guy <mjtg@cam.ac.uk> 
82741              Date: Fri, 01 Sep 2000 16:49:27 +0100
82742              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
82743      Branch: perl
82744            ! t/base/rs.t
82745 ____________________________________________________________________________
82746 [  6978] By: jhi                                   on 2000/09/01  16:00:42
82747         Log: Update to PodParser 1.18, from Brad Appleton.
82748      Branch: perl
82749            ! lib/Pod/Checker.pm t/pod/find.t
82750 ____________________________________________________________________________
82751 [  6977] By: jhi                                   on 2000/09/01  14:48:58
82752         Log: Subject: Nit in Configure (bleadperl@6961)
82753              From: Lupe Christoph <lupe@lupe-christoph.de>
82754              Date: Fri, 1 Sep 2000 16:34:29 +0200
82755              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
82756      Branch: metaconfig
82757            ! U/compline/ccflags.U
82758      Branch: perl
82759            ! Configure config_h.SH
82760 ____________________________________________________________________________
82761 [  6976] By: jhi                                   on 2000/09/01  14:39:52
82762         Log: Update Changes.
82763      Branch: perl
82764            ! Changes patchlevel.h
82765 ____________________________________________________________________________
82766 [  6975] By: jhi                                   on 2000/09/01  14:37:36
82767         Log: microperl config update.
82768      Branch: perl
82769            ! uconfig.h uconfig.sh
82770 ____________________________________________________________________________
82771 [  6974] By: jhi                                   on 2000/09/01  14:36:53
82772         Log: Document known deficiencies.
82773      Branch: perl
82774            ! pod/perldelta.pod
82775 ____________________________________________________________________________
82776 [  6973] By: jhi                                   on 2000/09/01  14:10:20
82777         Log: Mention warnings fixes and updates.
82778      Branch: perl
82779            ! pod/perldelta.pod
82780 ____________________________________________________________________________
82781 [  6972] By: jhi                                   on 2000/09/01  14:01:52
82782         Log: Drop unused argument.
82783              
82784              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
82785              From: Spider Boardman <spider@web.zk3.dec.com>
82786              Date: Thu, 31 Aug 2000 16:10:15 -0400
82787              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
82788      Branch: perl
82789            ! toke.c
82790 ____________________________________________________________________________
82791 [  6971] By: jhi                                   on 2000/09/01  13:59:24
82792         Log: Add the overload warnings to perldiag.
82793      Branch: perl
82794            ! lib/overload.pm pod/perldiag.pod
82795 ____________________________________________________________________________
82796 [  6970] By: jhi                                   on 2000/09/01  13:55:10
82797         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
82798              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
82799              Date: Fri, 1 Sep 2000 13:43:15 +0100 
82800              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
82801      Branch: perl
82802            ! lib/overload.pm t/pragma/overload.t
82803 ____________________________________________________________________________
82804 [  6969] By: jhi                                   on 2000/09/01  13:52:27
82805         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
82806              From: <abigail@foad.org>
82807              Date: Fri, 1 Sep 2000 05:46:54 -0400
82808              Message-ID: <20000901094654.6476.qmail@foad.org>
82809      Branch: perl
82810            ! lib/overload.pm
82811 ____________________________________________________________________________
82812 [  6968] By: jhi                                   on 2000/09/01  13:50:05
82813         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
82814              From: Daniel Chetlin <daniel@chetlin.com>
82815              Date: Fri, 1 Sep 2000 02:10:55 -0700
82816              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
82817      Branch: perl
82818            ! pod/perlretut.pod
82819 ____________________________________________________________________________
82820 [  6967] By: jhi                                   on 2000/09/01  13:47:54
82821         Log: Part of the solution.
82822              
82823              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
82824              From: Mike Guy <mjtg@cam.ac.uk>
82825              Date: Fri, 01 Sep 2000 14:16:01 +0100
82826              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
82827      Branch: perl
82828            ! gv.c mg.c
82829 ____________________________________________________________________________
82830 [  6966] By: jhi                                   on 2000/09/01  13:46:17
82831         Log: Subject: CPAN.pm beta 1.57_57 for the core
82832              From: andreas.koenig@anima.de (Andreas J. Koenig)
82833              Date: 01 Sep 2000 15:16:31 +0200
82834              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
82835      Branch: perl
82836            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
82837 ____________________________________________________________________________
82838 [  6965] By: jhi                                   on 2000/09/01  13:43:18
82839         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
82840              From: "Craig A. Berry" <craig.berry@psinetcs.com>
82841              Date: Fri, 01 Sep 2000 01:47:22 -0500
82842              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
82843      Branch: perl
82844            ! pod/perldelta.pod vms/vms.c
82845 ____________________________________________________________________________
82846 [  6964] By: jhi                                   on 2000/09/01  13:35:35
82847         Log: File::Temp patches from Andreas König,
82848              
82849              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
82850              From: andreas.koenig@anima.de (Andreas J. Koenig)
82851              Date: 01 Sep 2000 10:07:20 +0200
82852              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
82853              
82854              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
82855              From: andreas.koenig@anima.de (Andreas J. Koenig)
82856              Date: 31 Aug 2000 23:26:08 +0200
82857              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
82858      Branch: perl
82859            ! lib/File/Temp.pm t/lib/ftmp-security.t
82860 ____________________________________________________________________________
82861 [  6963] By: jhi                                   on 2000/09/01  02:22:24
82862         Log: Retract the mergesort code, way too incompatible licensing
82863              and copyrights.
82864      Branch: perl
82865            ! pod/perldelta.pod pp_ctl.c
82866 ____________________________________________________________________________
82867 [  6962] By: jhi                                   on 2000/08/31  23:27:32
82868         Log: Update Changes.
82869      Branch: perl
82870            ! Changes patchlevel.h
82871 ____________________________________________________________________________
82872 [  6961] By: jhi                                   on 2000/08/31  23:20:04
82873         Log: Small tweaks all over.
82874      Branch: metaconfig
82875            ! U/compline/d_gconvert.U
82876      Branch: perl
82877            ! AUTHORS Configure config_h.SH pp_ctl.c
82878 ____________________________________________________________________________
82879 [  6960] By: jhi                                   on 2000/08/31  22:39:36
82880         Log: Further rewording.
82881      Branch: perl
82882            ! pp_ctl.c
82883 ____________________________________________________________________________
82884 [  6959] By: jhi                                   on 2000/08/31  21:26:44
82885         Log: More address tweaking.
82886      Branch: perl
82887            ! AUTHORS Changes
82888 ____________________________________________________________________________
82889 [  6958] By: jhi                                   on 2000/08/31  20:47:25
82890         Log: AUTHORS tweaks, from Peter Prymmer.
82891              
82892              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
82893              From: Peter Prymmer <pvhp@forte.com>
82894              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
82895              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
82896      Branch: perl
82897            ! AUTHORS MAINTAIN
82898 ____________________________________________________________________________
82899 [  6957] By: jhi                                   on 2000/08/31  20:34:43
82900         Log: perldelta tweaks.
82901      Branch: perl
82902            ! pod/perldelta.pod
82903 ____________________________________________________________________________
82904 [  6956] By: jhi                                   on 2000/08/31  19:11:06
82905         Log: Regen perltoc.
82906      Branch: perl
82907            ! pod/perltoc.pod
82908 ____________________________________________________________________________
82909 [  6955] By: jhi                                   on 2000/08/31  19:06:30
82910         Log: Clarify the mergesort situation.
82911      Branch: perl
82912            ! pp_ctl.c
82913 ____________________________________________________________________________
82914 [  6954] By: jhi                                   on 2000/08/31  18:24:17
82915         Log: Move the Solaris 7 scan to use64bitall, make the
82916              failure to find 64-bot sparc libc to mention the
82917              possibility of being in an intel, from Lupe and Alan.
82918      Branch: perl
82919            ! hints/solaris_2.sh
82920 ____________________________________________________________________________
82921 [  6953] By: jhi                                   on 2000/08/31  18:09:20
82922         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
82923              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
82924      Branch: metaconfig
82925            ! U/compline/d_gconvert.U U/threads/archname.U
82926      Branch: metaconfig/U/perl
82927            ! perlxv.U
82928      Branch: perl
82929            ! Configure config_h.SH sv.c
82930 ____________________________________________________________________________
82931 [  6952] By: jhi                                   on 2000/08/31  17:42:24
82932         Log: :: not allowed in pathnames, change to .
82933              
82934              Subject: [PATCH perl@6938] cygwin port
82935              From: "Fifer, Eric" <EFifer@sanwaint.com>
82936              Date: Thu, 31 Aug 2000 16:32:59 +0100
82937              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
82938      Branch: metaconfig/U/perl
82939            ! perlxv.U
82940 ____________________________________________________________________________
82941 [  6951] By: jhi                                   on 2000/08/31  17:02:05
82942         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
82943      Branch: perl
82944            ! perl.h
82945 ____________________________________________________________________________
82946 [  6950] By: jhi                                   on 2000/08/31  16:26:08
82947         Log: More author updates.
82948              
82949              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
82950              From: Simon Cozens <simon@cozens.net>
82951              Date: Thu, 31 Aug 2000 17:13:32 +0100
82952              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
82953      Branch: perl
82954            ! AUTHORS
82955 ____________________________________________________________________________
82956 [  6949] By: jhi                                   on 2000/08/31  16:04:49
82957         Log: POSIX doesn't report long double values under -Duselongdouble
82958              when the long doubles are "real" (bigger than doubles).
82959              
82960              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
82961              From: Spider Boardman <spider@peano.zk3.dec.com>
82962              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
82963              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
82964      Branch: perl
82965            ! ext/POSIX/POSIX.xs
82966 ____________________________________________________________________________
82967 [  6948] By: jhi                                   on 2000/08/31  15:25:10
82968         Log: Update Changes.
82969      Branch: perl
82970            ! Changes patchlevel.h
82971 ____________________________________________________________________________
82972 [  6947] By: jhi                                   on 2000/08/31  15:22:29
82973         Log: Document UNTIE in a very minimalistic way.
82974      Branch: perl
82975            ! pod/perlfunc.pod pod/perltie.pod
82976 ____________________________________________________________________________
82977 [  6946] By: jhi                                   on 2000/08/31  15:15:23
82978         Log: Document known failures.
82979      Branch: perl
82980            ! pod/perldelta.pod
82981 ____________________________________________________________________________
82982 [  6945] By: jhi                                   on 2000/08/31  15:07:00
82983         Log: Don't attach -ld to the archname if pointless.
82984      Branch: metaconfig
82985            ! U/threads/archname.U
82986      Branch: perl
82987            ! Configure config_h.SH
82988 ____________________________________________________________________________
82989 [  6944] By: jhi                                   on 2000/08/31  14:37:42
82990         Log: Wrap the test in eval.
82991              
82992              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
82993              From: Tim Jenness <timj@jach.hawaii.edu>
82994              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
82995              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
82996      Branch: perl
82997            ! t/lib/ftmp-security.t
82998 ____________________________________________________________________________
82999 [  6943] By: jhi                                   on 2000/08/31  14:30:57
83000         Log: Make -Dusemorebits find long doubles in Solaris.
83001      Branch: perl
83002            ! hints/solaris_2.sh
83003 ____________________________________________________________________________
83004 [  6942] By: jhi                                   on 2000/08/31  13:48:45
83005         Log: Clarify the third case of ftmp-security warnings.
83006      Branch: perl
83007            ! INSTALL
83008 ____________________________________________________________________________
83009 [  6941] By: jhi                                   on 2000/08/31  13:40:31
83010         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
83011              From: <abigail@foad.org>
83012              Date: Thu, 31 Aug 2000 01:35:05 -0400
83013              Message-ID: <20000831053505.32120.qmail@foad.org>
83014      Branch: perl
83015            ! pod/perldelta.pod
83016 ____________________________________________________________________________
83017 [  6940] By: jhi                                   on 2000/08/31  13:38:48
83018         Log: Issue useful diagnostic on unknown pod commands.
83019              
83020              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
83021              From: <abigail@foad.org>
83022              Date: Thu, 31 Aug 2000 03:41:18 -0400
83023              Message-ID: <20000831074118.24880.qmail@foad.org>
83024      Branch: perl
83025            ! lib/Pod/Man.pm
83026 ____________________________________________________________________________
83027 [  6939] By: jhi                                   on 2000/08/31  13:34:33
83028         Log: Reveal Borland's isnan.
83029              
83030              Subject: build with BC++ tweak
83031              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
83032              Date: Thu, 31 Aug 2000 13:09:37 +0400
83033              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
83034      Branch: perl
83035            ! win32/win32.h
83036 ____________________________________________________________________________
83037 [  6938] By: jhi                                   on 2000/08/31  05:01:20
83038         Log: Update Changes.
83039      Branch: perl
83040            ! Changes patchlevel.h
83041 ____________________________________________________________________________
83042 [  6937] By: jhi                                   on 2000/08/31  04:26:23
83043         Log: sscanf() may be the only way to read long doubles from strings.
83044      Branch: metaconfig/U/perl
83045            ! longdblfio.U
83046      Branch: perl
83047            ! Configure config_h.SH perl.h util.c
83048 ____________________________________________________________________________
83049 [  6936] By: jhi                                   on 2000/08/31  04:18:19
83050         Log: The #6929 was too skimpy.
83051      Branch: perl
83052            ! sv.c
83053 ____________________________________________________________________________
83054 [  6935] By: jhi                                   on 2000/08/31  02:47:07
83055         Log: Subject: Re: typos in pods
83056              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83057              Date: Wed, 30 Aug 2000 19:25:34 -0700
83058              Message-ID: <eIcr5gzkg25X092yn@efn.org>
83059      Branch: perl
83060            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
83061 ____________________________________________________________________________
83062 [  6934] By: jhi                                   on 2000/08/31  02:42:55
83063         Log: Missed one Unicode file.
83064      Branch: perl
83065            + lib/unicode/UCDFF301.html
83066 ____________________________________________________________________________
83067 [  6933] By: jhi                                   on 2000/08/30  23:42:27
83068         Log: Update Changes.
83069      Branch: perl
83070            ! Changes patchlevel.h
83071 ____________________________________________________________________________
83072 [  6932] By: jhi                                   on 2000/08/30  23:40:07
83073         Log: Mention UNTIE in perldelta.  Still needs documenting
83074              in perltie et alia.
83075      Branch: perl
83076            ! pod/perldelta.pod
83077 ____________________________________________________________________________
83078 [  6931] By: jhi                                   on 2000/08/30  23:36:02
83079         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
83080              From: <abigail@foad.org>
83081              Date: Wed, 30 Aug 2000 19:28:07 -0400
83082              Message-ID: <20000830232807.305.qmail@foad.org>
83083      Branch: perl
83084            ! pod/perldelta.pod
83085 ____________________________________________________________________________
83086 [  6930] By: jhi                                   on 2000/08/30  23:32:40
83087         Log: Update to Unicode 3.0.1.
83088      Branch: perl
83089            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
83090            + lib/unicode/PropList.txt lib/unicode/README.perl
83091            + lib/unicode/UCD301.html lib/unicode/Unicode.301
83092            - lib/unicode/Props.txt lib/unicode/UCD300.html
83093            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
83094            ! (edit 257 files)
83095 ____________________________________________________________________________
83096 [  6929] By: jhi                                   on 2000/08/30  22:38:18
83097         Log: Heap decorruption.
83098              
83099              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
83100              From: Alan Burlison <Alan.Burlison@uk.sun.com>
83101              Date: Wed, 30 Aug 2000 22:39:52 +0100
83102              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
83103      Branch: perl
83104            ! sv.c
83105 ____________________________________________________________________________
83106 [  6928] By: jhi                                   on 2000/08/30  22:29:34
83107         Log: Retract the dummy test, skip the security tests (instead of failing),
83108              explain what the warnings mean.
83109      Branch: perl
83110            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
83111 ____________________________________________________________________________
83112 [  6927] By: jhi                                   on 2000/08/30  22:14:13
83113         Log: Change the internal implementation of sort() to be mergesort
83114              instead of quicksort, from John Linderman <jpl@research.att.com>.
83115              Gives us better worst case, better average case, and stability.
83116              What's there not to like?  (Small fixes for threaded builds
83117              were required).
83118      Branch: perl
83119            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
83120 ____________________________________________________________________________
83121 [  6926] By: jhi                                   on 2000/08/30  20:55:20
83122         Log: A better fix for the Socket building problem from Craig Berry.
83123      Branch: perl
83124            ! vms/vms.c
83125 ____________________________________________________________________________
83126 [  6925] By: jhi                                   on 2000/08/30  20:20:25
83127         Log: Subject: [PATCH] Re: UNTIE method 
83128              From: Nick Ing-Simmons <nik@tiuk.ti.com>
83129              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
83130              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
83131      Branch: perl
83132            ! pp_sys.c t/op/tie.t
83133 ____________________________________________________________________________
83134 [  6924] By: jhi                                   on 2000/08/30  20:17:11
83135         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
83136              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83137              Date: Wed, 30 Aug 2000 15:03:14 -0500
83138              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
83139      Branch: perl
83140            ! vms/vms.c
83141 ____________________________________________________________________________
83142 [  6923] By: jhi                                   on 2000/08/30  20:15:18
83143         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
83144              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83145              Date: Wed, 30 Aug 2000 13:30:36 -0500
83146              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
83147      Branch: perl
83148            ! vms/vms.c
83149 ____________________________________________________________________________
83150 [  6922] By: jhi                                   on 2000/08/30  19:54:43
83151         Log: Better options for rsync.
83152      Branch: perl
83153            ! pod/perlhack.pod
83154 ____________________________________________________________________________
83155 [  6921] By: jhi                                   on 2000/08/30  19:40:16
83156         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
83157              From: Rick Delaney <rick@consumercontact.com>
83158              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
83159              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
83160      Branch: perl
83161            ! pod/perlfunc.pod
83162 ____________________________________________________________________________
83163 [  6920] By: jhi                                   on 2000/08/30  19:36:40
83164         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
83165              From: Peter Prymmer <pvhp@forte.com>
83166              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
83167              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
83168      Branch: perl
83169            ! configure.com
83170 ____________________________________________________________________________
83171 [  6919] By: jhi                                   on 2000/08/30  14:52:02
83172         Log: Update Changes.
83173      Branch: perl
83174            ! Changes patchlevel.h
83175 ____________________________________________________________________________
83176 [  6918] By: jhi                                   on 2000/08/30  14:48:34
83177         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
83178      Branch: perl
83179            ! lib/ExtUtils/typemap
83180 ____________________________________________________________________________
83181 [  6917] By: jhi                                   on 2000/08/30  14:46:34
83182         Log: Subject: typos in pods
83183              From: Nicholas Clark <nick@ccl4.org>
83184              Date: Wed, 30 Aug 2000 01:12:50 +0100
83185              Message-ID: <20000830011249.A61388@plum.flirble.org>
83186      Branch: perl
83187            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
83188            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
83189            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
83190            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
83191 ____________________________________________________________________________
83192 [  6916] By: jhi                                   on 2000/08/30  14:19:09
83193         Log: Document Storable problems on Crays.  (Will have
83194              to document all the other Storable problems, too.)
83195      Branch: perl
83196            ! pod/perldelta.pod
83197 ____________________________________________________________________________
83198 [  6915] By: jhi                                   on 2000/08/30  14:06:02
83199         Log: Subject: [PATCH] fix misc cast warnings
83200              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83201              Date: Tue, 29 Aug 2000 23:16:14 -0700
83202              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
83203      Branch: perl
83204            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
83205            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
83206            ! os2/os2ish.h
83207 ____________________________________________________________________________
83208 [  6914] By: jhi                                   on 2000/08/30  14:03:45
83209         Log: Timestamp mismatch again.  Need to fix this dependence on
83210              config_h.SH timestamp, since it's the contents of config_h.SH
83211              that matter.
83212      Branch: perl
83213            ! uconfig.h uconfig.sh
83214 ____________________________________________________________________________
83215 [  6913] By: jhi                                   on 2000/08/30  13:54:06
83216         Log: Don't say "Perl 5.0 source kit".
83217      Branch: perl
83218            ! perl.c
83219 ____________________________________________________________________________
83220 [  6912] By: jhi                                   on 2000/08/30  13:51:24
83221         Log: Reset archname and archname64 always, forcing them be
83222              recomputed at each Configure run, make Configure and
83223              the hints files agree on the naming of largefiles variables.
83224      Branch: metaconfig
83225            ! U/threads/archname.U
83226      Branch: metaconfig/U/perl
83227            ! use64bits.U
83228      Branch: perl
83229            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
83230            ! hints/linux.sh hints/solaris_2.sh
83231 ____________________________________________________________________________
83232 [  6911] By: jhi                                   on 2000/08/30  13:30:13
83233         Log: Put back the slice accidentally removed by #6907.
83234      Branch: perl
83235            ! hints/solaris_2.sh
83236 ____________________________________________________________________________
83237 [  6910] By: jhi                                   on 2000/08/30  01:24:26
83238         Log: Be consistent: other Net::get* do export theirs.
83239              
83240              Subject: Re: Net::protoent does not export 'getproto'
83241              From: Yasushi Nakajima <sey@jkc.co.jp>
83242              Date: Wed, 30 Aug 2000 09:53:14 +0900
83243              Message-Id: <200008300051.DAA24700@taku.hut.fi>
83244      Branch: perl
83245            ! lib/Net/protoent.pm
83246 ____________________________________________________________________________
83247 [  6909] By: jhi                                   on 2000/08/30  01:17:25
83248         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
83249              From: Gurusamy Sarathy <gsar@ActiveState.com>
83250              Date: Tue, 29 Aug 2000 17:17:07 -0700
83251              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
83252      Branch: perl
83253            ! cop.h
83254 ____________________________________________________________________________
83255 [  6908] By: jhi                                   on 2000/08/30  00:58:05
83256         Log: Update Changes.
83257      Branch: perl
83258            ! Changes patchlevel.h
83259 ____________________________________________________________________________
83260 [  6907] By: jhi                                   on 2000/08/30  00:57:22
83261         Log: Introduce ccname to keep track of what compiler kind of we have.
83262      Branch: metaconfig/U/perl
83263            ! Checkcc.U gccvers.U
83264      Branch: perl
83265            ! Configure config_h.SH hints/solaris_2.sh
83266 ____________________________________________________________________________
83267 [  6906] By: jhi                                   on 2000/08/30  00:25:47
83268         Log: Put back the flags dump as reasoned in
83269              
83270              Subject: Re: [PATCH] Glob dumping
83271              From: Mike Guy <mjtg@cam.ac.uk> 
83272              Date: Tue, 29 Aug 2000 21:41:32 +0100
83273              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
83274      Branch: perl
83275            ! dump.c t/lib/peek.t
83276 ____________________________________________________________________________
83277 [  6905] By: jhi                                   on 2000/08/30  00:16:17
83278         Log: Make the epsilon to be relative, not absolute.
83279              
83280              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
83281              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
83282              Date: Tue, 29 Aug 2000 19:58:56 -0400
83283              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
83284      Branch: perl
83285            ! t/lib/trig.t
83286 ____________________________________________________________________________
83287 [  6904] By: jhi                                   on 2000/08/30  00:13:09
83288         Log: From now on, Gisle is on my list of usual suspects :-)
83289              Retract #6902.
83290      Branch: perl
83291            ! ext/Opcode/Safe.pm
83292 ____________________________________________________________________________
83293 [  6903] By: jhi                                   on 2000/08/29  23:51:20
83294         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
83295              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83296              Date: Tue, 29 Aug 2000 18:43:26 -0500
83297              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
83298      Branch: perl
83299            + vms/vmspipe.com
83300            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
83301            ! vms/vms.c
83302 ____________________________________________________________________________
83303 [  6902] By: jhi                                   on 2000/08/29  23:44:14
83304         Log: Retry what #6882 attempted.
83305              
83306              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
83307              From: Gisle Aas <gisle@ActiveState.com>
83308              Date: 30 Aug 2000 00:33:09 +0200
83309              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
83310      Branch: perl
83311            ! ext/Opcode/Safe.pm
83312 ____________________________________________________________________________
83313 [  6901] By: jhi                                   on 2000/08/29  22:59:32
83314         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
83315              From: Hugo <hv@crypt.compulink.co.uk>
83316              Date: Mon, 12 Jun 2000 19:36:08 +0100
83317              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
83318      Branch: perl
83319            ! sv.c
83320 ____________________________________________________________________________
83321 [  6900] By: jhi                                   on 2000/08/29  22:58:35
83322         Log: Admit that we are leaking scalars.
83323              
83324              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
83325              From: Spider Boardman <spider@leggy.zk3.dec.com>
83326              Date: Tue, 29 Aug 2000 18:48:29 -0400
83327              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
83328      Branch: perl
83329            ! t/pragma/warnings.t
83330 ____________________________________________________________________________
83331 [  6899] By: jhi                                   on 2000/08/29  20:53:13
83332         Log: Update Changes.
83333      Branch: perl
83334            ! Changes patchlevel.h
83335 ____________________________________________________________________________
83336 [  6898] By: jhi                                   on 2000/08/29  20:46:21
83337         Log: Undo namespace pollution of #6878.
83338              
83339              Subject: Re: Net::protoent does not export 'getproto'
83340              From: Mike Guy <mjtg@cam.ac.uk>
83341              Date: Tue, 29 Aug 2000 21:32:37 +0100
83342              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
83343      Branch: perl
83344            ! lib/Net/protoent.pm
83345 ____________________________________________________________________________
83346 [  6897] By: jhi                                   on 2000/08/29  20:44:29
83347         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
83348              From: Peter Prymmer <pvhp@forte.com>
83349              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
83350              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
83351      Branch: perl
83352            ! pod/perlebcdic.pod
83353 ____________________________________________________________________________
83354 [  6896] By: jhi                                   on 2000/08/29  20:40:57
83355         Log: There's no point repeating the 'revision' (5) of perl5.
83356      Branch: metaconfig/U/perl
83357            ! Devel.U patchlevel.U
83358      Branch: perl
83359            ! Configure config_h.SH
83360 ____________________________________________________________________________
83361 [  6895] By: jhi                                   on 2000/08/29  20:16:58
83362         Log: Regen Configure for #6894.
83363      Branch: metaconfig/U/perl
83364            ! perladmin.U
83365      Branch: perl
83366            ! Configure config_h.SH
83367 ____________________________________________________________________________
83368 [  6894] By: jhi                                   on 2000/08/29  19:59:52
83369         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
83370              From: "Philip Newton" <Philip.Newton@gmx.net>
83371              Date: Tue, 29 Aug 2000 21:39:14 +0200
83372              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
83373      Branch: perl
83374            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
83375            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
83376            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
83377            ! utils/perlbug.PL
83378 ____________________________________________________________________________
83379 [  6893] By: jhi                                   on 2000/08/29  19:55:30
83380         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
83381              From: "Philip Newton" <Philip.Newton@gmx.net>
83382              Date: Tue, 29 Aug 2000 21:39:14 +0200
83383              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
83384      Branch: perl
83385            ! installhtml
83386 ____________________________________________________________________________
83387 [  6892] By: jhi                                   on 2000/08/29  19:53:59
83388         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
83389              From: "Philip Newton" <Philip.Newton@gmx.net>
83390              Date: Tue, 29 Aug 2000 21:48:18 +0200
83391              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
83392      Branch: perl
83393            ! lib/File/Temp.pm
83394 ____________________________________________________________________________
83395 [  6891] By: jhi                                   on 2000/08/29  18:30:03
83396         Log: Nail the ID 20000828.023.
83397      Branch: perl
83398            ! ext/Storable/Storable.xs
83399 ____________________________________________________________________________
83400 [  6890] By: jhi                                   on 2000/08/29  16:50:17
83401         Log: Under usethreads the dumped variable is IN_PAD.
83402              
83403              Subject: Re: [PATCH] Glob dumping
83404              From: Gisle Aas <gisle@ActiveState.com>
83405              Date: 29 Aug 2000 18:45:05 +0200
83406              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
83407      Branch: perl
83408            ! t/lib/peek.t
83409 ____________________________________________________________________________
83410 [  6889] By: jhi                                   on 2000/08/29  15:17:37
83411         Log: Update Changes.
83412      Branch: perl
83413            ! Changes patchlevel.h
83414 ____________________________________________________________________________
83415 [  6888] By: jhi                                   on 2000/08/29  14:49:59
83416         Log: Retract #6882, broke the safe tests.
83417      Branch: perl
83418            ! ext/Opcode/Safe.pm
83419 ____________________________________________________________________________
83420 [  6887] By: jhi                                   on 2000/08/29  14:47:06
83421         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
83422              From: Gisle Aas <gisle@ActiveState.com> 
83423              Date: 09 Jun 2000 20:00:11 +0200
83424              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
83425      Branch: perl
83426            ! utils/perldoc.PL
83427 ____________________________________________________________________________
83428 [  6886] By: jhi                                   on 2000/08/29  14:42:45
83429         Log: The #6881 removed one dump line.
83430      Branch: perl
83431            ! t/lib/peek.t
83432 ____________________________________________________________________________
83433 [  6885] By: jhi                                   on 2000/08/29  14:30:47
83434         Log: Don't forget to tidy up.
83435      Branch: perl
83436            ! t/lib/ftmp-security.t
83437 ____________________________________________________________________________
83438 [  6884] By: jhi                                   on 2000/08/29  14:25:17
83439         Log: Disabling the one test is a bit tricky.
83440      Branch: perl
83441            ! t/lib/ftmp-security.t
83442 ____________________________________________________________________________
83443 [  6883] By: jhi                                   on 2000/08/29  14:16:25
83444         Log: Disable one of the tests for now.
83445      Branch: perl
83446            ! t/lib/ftmp-security.t
83447 ____________________________________________________________________________
83448 [  6882] By: jhi                                   on 2000/08/29  14:05:50
83449         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
83450              From: gisle@aas.no
83451              Date: 29 Aug 2000 10:35:06 -0000
83452              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
83453      Branch: perl
83454            ! ext/Opcode/Safe.pm
83455 ____________________________________________________________________________
83456 [  6881] By: jhi                                   on 2000/08/29  14:03:51
83457         Log: Subject: [PATCH] Glob dumping
83458              From: Gisle Aas <gisle@ActiveState.com>
83459              Date: 29 Aug 2000 07:59:42 -0000
83460              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
83461      Branch: perl
83462            ! dump.c
83463 ____________________________________________________________________________
83464 [  6880] By: jhi                                   on 2000/08/29  14:02:01
83465         Log: Subject: [PATCH] Warnings in B::Deparse
83466              From: <abigail@foad.org>
83467              Date: Tue, 29 Aug 2000 00:00:01 -0400
83468              Message-ID: <20000829040001.2999.qmail@foad.org>
83469      Branch: perl
83470            ! ext/B/B/Deparse.pm
83471 ____________________________________________________________________________
83472 [  6879] By: jhi                                   on 2000/08/29  13:57:26
83473         Log: Missed a change in #6869.
83474      Branch: perl
83475            ! mg.c
83476 ____________________________________________________________________________
83477 [  6878] By: jhi                                   on 2000/08/29  13:45:04
83478         Log: Subject: Net::protoent does not export 'getproto'
83479              From: Yasushi Nakajima <sey@jkc.co.jp>
83480              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
83481      Branch: perl
83482            ! lib/Net/protoent.pm
83483 ____________________________________________________________________________
83484 [  6877] By: jhi                                   on 2000/08/29  13:39:19
83485         Log: Patches all over for people and the files they (hopefully) care about.
83486      Branch: perl
83487            ! AUTHORS Changes MAINTAIN
83488 ____________________________________________________________________________
83489 [  6876] By: jhi                                   on 2000/08/29  12:53:54
83490         Log: Fix for thinko in #6848.
83491              
83492              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
83493              From: Lupe Christoph <lupe@lupe-christoph.de>
83494              Date: Tue, 29 Aug 2000 09:04:08 +0200
83495              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
83496      Branch: perl
83497            ! ext/Thread/Thread.xs
83498 ____________________________________________________________________________
83499 [  6875] By: jhi                                   on 2000/08/29  12:50:14
83500         Log: Update to Getopt::Long 2.24, from Johan Vromans.
83501      Branch: perl
83502            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
83503 ____________________________________________________________________________
83504 [  6874] By: jhi                                   on 2000/08/29  02:09:53
83505         Log: Use minimal @INC in tests, most of the time just '../lib',
83506              so that we simply can't pick up stuff from other Perls than
83507              the one we are testing.  Pointed out by
83508              
83509              From: Mike Guy <mjtg@cam.ac.uk>
83510              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
83511              Date: Fri, 25 Aug 2000 15:15:59 +0100
83512              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
83513      Branch: perl
83514            ! (edit 185 files)
83515 ____________________________________________________________________________
83516 [  6873] By: jhi                                   on 2000/08/29  01:07:11
83517         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
83518              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83519              Date: Mon, 28 Aug 2000 17:45:52 -0700
83520              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
83521      Branch: perl
83522            ! Makefile.SH hints/os2.sh
83523 ____________________________________________________________________________
83524 [  6872] By: jhi                                   on 2000/08/28  23:33:39
83525         Log: Subject: [PATCH bleedperl@6866] spellings
83526              From: marcel@codewerk.com (Marcel Grunauer)
83527              Date: Tue, 29 Aug 2000 01:19:59 +0200
83528              Message-Id: <200008282319.BAA29862@gandalf.local>
83529      Branch: perl
83530            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
83531            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
83532            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
83533 ____________________________________________________________________________
83534 [  6871] By: jhi                                   on 2000/08/28  23:22:09
83535         Log: Take out the SUIDMAIL thing, that will not be
83536              a problem in 5.7.*.
83537      Branch: perl
83538            ! patchlevel.h
83539 ____________________________________________________________________________
83540 [  6870] By: jhi                                   on 2000/08/28  23:19:30
83541         Log: -S is the silent flag, -s is the strip flag.
83542              
83543              Subject: [PATCH] Re: [PATCH] make no-install          
83544              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83545              Date: Mon, 28 Aug 2000 15:12:55 -0700
83546              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
83547      Branch: perl
83548            ! Makefile.SH
83549 ____________________________________________________________________________
83550 [  6869] By: jhi                                   on 2000/08/28  23:12:05
83551         Log: Subject: [PATCH bleedperl@6856] warnings fixes
83552              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
83553              Date: Mon, 28 Aug 2000 23:55:06 +0100
83554              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
83555      Branch: perl
83556            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
83557            ! warnings.h warnings.pl
83558 ____________________________________________________________________________
83559 [  6868] By: jhi                                   on 2000/08/28  21:38:22
83560         Log: Potential cruft.
83561      Branch: perl
83562            ! Makefile.SH
83563 ____________________________________________________________________________
83564 [  6867] By: jhi                                   on 2000/08/28  21:35:36
83565         Log: Update Changes.
83566      Branch: perl
83567            ! Changes patchlevel.h
83568 ____________________________________________________________________________
83569 [  6866] By: jhi                                   on 2000/08/28  21:33:49
83570         Log: Subject: hv.h Doc Patch
83571              From: Fisher Mark <fisherm@tce.com>
83572              Date: Mon, 28 Aug 2000 16:24:59 -0500
83573              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
83574      Branch: perl
83575            ! hv.h
83576 ____________________________________________________________________________
83577 [  6865] By: jhi                                   on 2000/08/28  21:02:15
83578         Log: Add -ld to archname on long tr...double platforms.
83579      Branch: metaconfig
83580            ! U/threads/archname.U
83581      Branch: perl
83582            ! Configure config_h.SH
83583 ____________________________________________________________________________
83584 [  6864] By: jhi                                   on 2000/08/28  20:38:59
83585         Log: An attempt to fix the problem reported in
83586              
83587              Subject: Building perl@6856 using gcc/AIX 4.3.3 
83588              From: Daniel Muino <dmuino@afip.gov.ar> 
83589              Date: Mon, 28 Aug 2000 15:50:01 -0300   
83590              Message-ID: <20000828155001.A14403@con2-dgi>
83591              
83592              I can't test this properly since the gcc installation I have
83593              access to seems to be botched (gcc is calling the AIX cpp,
83594              a losing proposition...)
83595      Branch: perl
83596            ! hints/aix.sh
83597 ____________________________________________________________________________
83598 [  6863] By: jhi                                   on 2000/08/28  18:57:52
83599         Log: Fix for ID 20000828.001, long doubles were not formatted
83600              correctly (showed up in $], which stopped installing perl).
83601      Branch: perl
83602            ! sv.c
83603 ____________________________________________________________________________
83604 [  6862] By: jhi                                   on 2000/08/28  18:07:15
83605         Log: Typo in #6858.
83606      Branch: perl
83607            ! lib/Cwd.pm
83608 ____________________________________________________________________________
83609 [  6861] By: jhi                                   on 2000/08/28  17:57:27
83610         Log: opmini.o may be left around if a build is interrupted.
83611      Branch: perl
83612            ! Makefile.SH
83613 ____________________________________________________________________________
83614 [  6860] By: jhi                                   on 2000/08/28  16:52:50
83615         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
83616              From: Daniel Chetlin <daniel@chetlin.com>
83617              Date: Mon, 28 Aug 2000 01:14:18 -0700
83618              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
83619      Branch: perl
83620            ! lib/overload.pm
83621 ____________________________________________________________________________
83622 [  6859] By: jhi                                   on 2000/08/28  16:08:46
83623         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
83624              From: Nicholas Clark <nick@ccl4.org>
83625              Date: Mon, 28 Aug 2000 16:03:27 +0100
83626              Message-Id: <20000828160327.C49785@plum.flirble.org>
83627      Branch: perl
83628            ! ext/ByteLoader/bytecode.h
83629 ____________________________________________________________________________
83630 [  6858] By: jhi                                   on 2000/08/28  16:02:10
83631         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
83632              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
83633              Date: Mon, 28 Aug 2000 13:08:30 +0200
83634              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
83635      Branch: perl
83636            ! lib/Cwd.pm
83637 ____________________________________________________________________________
83638 [  6857] By: jhi                                   on 2000/08/28  15:42:47
83639         Log: display_format used as a class method without arguments was broken,
83640              reported in
83641              
83642              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
83643              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
83644              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
83645              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
83646      Branch: perl
83647            ! lib/Math/Complex.pm t/lib/complex.t
83648 ____________________________________________________________________________
83649 [  6856] By: jhi                                   on 2000/08/27  22:09:48
83650         Log: Update Changes.
83651      Branch: perl
83652            ! Changes patchlevel.h
83653 ____________________________________________________________________________
83654 [  6855] By: jhi                                   on 2000/08/27  21:59:21
83655         Log: Retract #6853 (false alarm).
83656      Branch: perl
83657            ! lib/ExtUtils/xsubpp
83658 ____________________________________________________________________________
83659 [  6854] By: jhi                                   on 2000/08/27  21:37:44
83660         Log: Update Changes.
83661      Branch: perl
83662            ! Changes patchlevel.h
83663 ____________________________________________________________________________
83664 [  6853] By: jhi                                   on 2000/08/27  21:37:16
83665         Log: Subject: [PATCH perl@6850] workaround for xsubpp
83666              From: Hugo <hv@crypt.compulink.co.uk>
83667              Date: Sun, 27 Aug 2000 22:30:25 +0100
83668              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
83669      Branch: perl
83670            ! lib/ExtUtils/xsubpp
83671 ____________________________________________________________________________
83672 [  6852] By: jhi                                   on 2000/08/27  21:33:58
83673         Log: Big-endian 64-bit patch from Raphael Manfredi.
83674      Branch: perl
83675            ! ext/Storable/Storable.xs
83676 ____________________________________________________________________________
83677 [  6851] By: jhi                                   on 2000/08/27  21:22:21
83678         Log: More ruthless editing from Hugo van der Sanden.
83679      Branch: perl
83680            ! pod/perldelta.pod
83681 ____________________________________________________________________________
83682 [  6850] By: jhi                                   on 2000/08/27  16:11:46
83683         Log: Update Changes.
83684      Branch: perl
83685            ! Changes patchlevel.h
83686 ____________________________________________________________________________
83687 [  6849] By: jhi                                   on 2000/08/27  16:11:05
83688         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
83689      Branch: perl
83690            ! configpm pod/perldelta.pod
83691 ____________________________________________________________________________
83692 [  6848] By: jhi                                   on 2000/08/27  15:35:08
83693         Log: Use the actual thread type, not the pointer-to-struct.
83694      Branch: perl
83695            ! ext/Thread/Thread.xs
83696 ____________________________________________________________________________
83697 [  6847] By: jhi                                   on 2000/08/27  15:30:49
83698         Log: Test nit.
83699      Branch: perl
83700            ! t/pragma/warn/pp_sys
83701 ____________________________________________________________________________
83702 [  6846] By: jhi                                   on 2000/08/27  15:19:02
83703         Log: Passing -R in ldflags makes now it to appear in the default
83704              for lddlflags, just like with -L.
83705              
83706              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
83707              From: Lupe Christoph <lupe@lupe-christoph.de>
83708              Date: Sun, 27 Aug 2000 10:28:21 +0200
83709              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
83710      Branch: metaconfig/U/perl
83711            ! dlsrc.U
83712      Branch: perl
83713            ! Configure
83714 ____________________________________________________________________________
83715 [  6845] By: jhi                                   on 2000/08/27  15:08:54
83716         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
83717              From: Alan Burlison <Alan.Burlison@uk.sun.com>
83718              Date: Sat, 26 Aug 2000 22:23:27 +0100
83719              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
83720      Branch: perl
83721            ! lib/ExtUtils/MM_Unix.pm
83722 ____________________________________________________________________________
83723 [  6844] By: jhi                                   on 2000/08/27  15:02:37
83724         Log: DJGPP update from Laszlo Molnar.
83725              
83726              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
83727              From: ml1050 <ml1050@freemail.hu>
83728              Date: Sat, 26 Aug 2000 23:24:40 +0200
83729              Message-Id: <20000826232440.A439@freemail.hu>
83730      Branch: perl
83731            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
83732            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
83733 ____________________________________________________________________________
83734 [  6843] By: jhi                                   on 2000/08/27  14:53:58
83735         Log: Subject: installman buglet
83736              From: Lupe Christoph <lupe@lupe-christoph.de>
83737              Date: Sun, 27 Aug 2000 14:38:59 +0200
83738              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
83739      Branch: perl
83740            ! installman
83741 ____________________________________________________________________________
83742 [  6842] By: jhi                                   on 2000/08/27  14:52:08
83743         Log: Can't get the test to reliably work thanks to the
83744              inaccurateness of floating point.  "Resolves" bug ids
83745              20000826.003, 20000826.009, 20000826.010,
83746      Branch: perl
83747            ! t/lib/trig.t
83748 ____________________________________________________________________________
83749 [  6841] By: jhi                                   on 2000/08/26  15:53:58
83750         Log: Update Changes.
83751      Branch: perl
83752            ! Changes patchlevel.h
83753 ____________________________________________________________________________
83754 [  6840] By: jhi                                   on 2000/08/26  14:23:03
83755         Log: grep -e isn't portable.
83756              
83757              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
83758              From: chris@broadband.att.com
83759              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
83760              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
83761      Branch: perl
83762            ! hints/solaris_2.sh
83763 ____________________________________________________________________________
83764 [  6839] By: jhi                                   on 2000/08/26  14:12:23
83765         Log: no-install target a la make -n.
83766              
83767              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
83768              From: <abigail@foad.org>
83769              Date: Sat, 26 Aug 2000 03:57:34 -0400
83770              Message-ID: <20000826075735.18912.qmail@foad.org>
83771      Branch: perl
83772            ! Makefile.SH installman installperl
83773 ____________________________________________________________________________
83774 [  6838] By: jhi                                   on 2000/08/26  14:06:33
83775         Log: Retract #6826 as the #6828 should be do the same
83776              in a More Correct Way.
83777      Branch: perl
83778            ! installperl
83779 ____________________________________________________________________________
83780 [  6837] By: jhi                                   on 2000/08/26  05:24:00
83781         Log: More casting.
83782      Branch: perl
83783            ! ext/Storable/Storable.xs
83784 ____________________________________________________________________________
83785 [  6836] By: jhi                                   on 2000/08/26  05:05:46
83786         Log: Nicer in decimal.
83787      Branch: perl
83788            ! ext/Storable/Storable.xs
83789 ____________________________________________________________________________
83790 [  6835] By: jhi                                   on 2000/08/26  05:03:50
83791         Log: There be no UVdf.
83792      Branch: perl
83793            ! ext/Storable/Storable.xs
83794 ____________________________________________________________________________
83795 [  6834] By: jhi                                   on 2000/08/26  05:00:18
83796         Log: Continue IVdfing and UVxfing.
83797      Branch: perl
83798            ! ext/Storable/Storable.xs
83799 ____________________________________________________________________________
83800 [  6833] By: jhi                                   on 2000/08/26  04:53:14
83801         Log: Use IVdf.
83802      Branch: perl
83803            ! ext/Storable/Storable.xs
83804 ____________________________________________________________________________
83805 [  6832] By: jhi                                   on 2000/08/26  04:40:41
83806         Log: Document PTR2XX and INT2PTR.
83807      Branch: perl
83808            ! pod/perlguts.pod
83809 ____________________________________________________________________________
83810 [  6831] By: jhi                                   on 2000/08/26  04:33:18
83811         Log: Use UVxf, PTR2UV, NVff.
83812      Branch: perl
83813            ! ext/Storable/Storable.xs
83814 ____________________________________________________________________________
83815 [  6830] By: jhi                                   on 2000/08/26  04:31:32
83816         Log: Update the test count.
83817      Branch: perl
83818            ! t/lib/trig.t
83819 ____________________________________________________________________________
83820 [  6829] By: jhi                                   on 2000/08/26  03:05:50
83821         Log: Subject: [PATCH] installation not quite silent yet.
83822              From: <abigail@foad.org>
83823              Date: Fri, 25 Aug 2000 20:07:53 -0400
83824              Message-ID: <20000826000753.7822.qmail@foad.org>
83825      Branch: perl
83826            ! installman installperl
83827 ____________________________________________________________________________
83828 [  6828] By: jhi                                   on 2000/08/26  03:05:14
83829         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
83830              From: Spider Boardman <spider@web.zk3.dec.com>
83831              Date: Fri, 25 Aug 2000 19:12:40 -0400
83832              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
83833      Branch: perl
83834            ! gv.c
83835 ____________________________________________________________________________
83836 [  6827] By: jhi                                   on 2000/08/25  23:54:34
83837         Log: Support preserving extremely big/small angles.
83838      Branch: perl
83839            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
83840 ____________________________________________________________________________
83841 [  6826] By: jhi                                   on 2000/08/25  23:01:20
83842         Log: Patch installperl to be long double-aware.
83843              
83844              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
83845              From: Spider Boardman <spider@web.zk3.dec.com>
83846              Date: Fri, 25 Aug 2000 18:15:23 -0400
83847              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
83848      Branch: perl
83849            ! installperl
83850 ____________________________________________________________________________
83851 [  6825] By: jhi                                   on 2000/08/25  22:58:25
83852         Log: Remove duplicately applied patch shards.
83853              
83854              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
83855              From: Spider Boardman <spider@leggy.zk3.dec.com>
83856              Date: Fri, 25 Aug 2000 16:45:03 -0400
83857              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
83858      Branch: perl
83859            ! t/lib/cgi-html.t
83860 ____________________________________________________________________________
83861 [  6824] By: jhi                                   on 2000/08/25  22:57:00
83862         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
83863              From: Daniel Chetlin <daniel@chetlin.com>
83864              Date: Fri, 25 Aug 2000 12:23:16 -0700
83865              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
83866              
83867              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
83868              From: Daniel Chetlin <daniel@chetlin.com>
83869              Date: Fri, 25 Aug 2000 14:47:19 -0700
83870              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
83871      Branch: perl
83872            ! installman
83873 ____________________________________________________________________________
83874 [  6823] By: jhi                                   on 2000/08/25  22:44:17
83875         Log: Timestamp problem?
83876      Branch: perl
83877            ! uconfig.h uconfig.sh
83878 ____________________________________________________________________________
83879 [  6822] By: jhi                                   on 2000/08/25  19:01:06
83880         Log: One forgotten file from #6816.
83881      Branch: perl
83882            ! vos/config.h
83883 ____________________________________________________________________________
83884 [  6821] By: jhi                                   on 2000/08/25  18:56:39
83885         Log: Regen Changes.
83886      Branch: perl
83887            ! Changes patchlevel.h
83888 ____________________________________________________________________________
83889 [  6820] By: jhi                                   on 2000/08/25  18:52:35
83890         Log: Fix Changes ordering.
83891      Branch: perl
83892            ! Changes
83893 ____________________________________________________________________________
83894 [  6819] By: jhi                                   on 2000/08/25  18:50:25
83895         Log: Update Changes.
83896      Branch: perl
83897            ! Changes patchlevel.h
83898 ____________________________________________________________________________
83899 [  6818] By: jhi                                   on 2000/08/25  18:47:45
83900         Log: Tweak the sfio/useperlio logic, hopefully as wished in
83901              
83902              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
83903              From: Nicholas Clark <nick@babyhippo.co.uk>
83904              Date: Fri, 25 Aug 2000 12:01:45 +0100
83905              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
83906      Branch: metaconfig/U/perl
83907            ! d_sfio.U
83908      Branch: perl
83909            ! Configure
83910 ____________________________________________________________________________
83911 [  6817] By: jhi                                   on 2000/08/25  18:32:51
83912         Log: Allow microperl to assume <math.h>, without it the math
83913              functions like floor() are assumed to return int, which makes
83914              for core dumps in machines where integer and floating register
83915              don't mix.
83916      Branch: perl
83917            ! uconfig.h uconfig.sh
83918 ____________________________________________________________________________
83919 [  6816] By: jhi                                   on 2000/08/25  18:27:17
83920         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
83921              the problem reported in
83922              
83923              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
83924              From: danhale@us.ibm.com
83925              Date: Fri, 25 Aug 2000 10:58:06 -0400
83926              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
83927      Branch: metaconfig/U/perl
83928            + d_socks5_init.U
83929      Branch: perl
83930            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
83931            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
83932            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
83933            ! win32/config.gc win32/config.vc
83934 ____________________________________________________________________________
83935 [  6815] By: jhi                                   on 2000/08/25  17:43:31
83936         Log: A solution for the retrieve_fd autosplit warning,
83937              idea suggested by Mike Guy.
83938      Branch: perl
83939            ! ext/Storable/Storable.pm
83940 ____________________________________________________________________________
83941 [  6814] By: jhi                                   on 2000/08/25  17:16:03
83942         Log: Add install-silent target.
83943      Branch: perl
83944            ! Makefile.SH
83945 ____________________________________________________________________________
83946 [  6813] By: jhi                                   on 2000/08/25  17:14:23
83947         Log: Subject: Re: [PATCH] More silencing of installman.
83948              From: <abigail@foad.org>
83949              Date: Thu, 24 Aug 2000 19:27:03 -0400
83950              Message-ID: <20000824232703.7001.qmail@foad.org>
83951              
83952              Subject: Re: [PATCH] More silencing of installman.
83953              From: <abigail@foad.org>
83954              Date: Fri, 25 Aug 2000 03:00:58 -0400
83955              Message-ID: <20000825070058.10697.qmail@foad.org>
83956      Branch: perl
83957            ! installman
83958 ____________________________________________________________________________
83959 [  6812] By: jhi                                   on 2000/08/25  17:11:28
83960         Log: installperl --verbose and --silent.
83961              
83962              Subject: Re: [PATCH] More silencing of installman.
83963              From: <abigail@foad.org>
83964              Message-ID: <20000825064430.9719.qmail@foad.org>
83965              Date: Fri, 25 Aug 2000 02:44:30 -0400
83966      Branch: perl
83967            ! installperl
83968 ____________________________________________________________________________
83969 [  6811] By: jhi                                   on 2000/08/25  17:05:43
83970         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
83971              From: "Peter J. Farley III" <pjfarley@banet.net>
83972              Date: Thu, 24 Aug 2000 21:58:03 -0400
83973              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
83974              
83975              (applied slightly modified)
83976      Branch: perl
83977            ! lib/ExtUtils/MM_Unix.pm
83978 ____________________________________________________________________________
83979 [  6810] By: jhi                                   on 2000/08/25  17:01:18
83980         Log: Missing parts of 
83981              
83982              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
83983              From: Peter Prymmer <pvhp@forte.com>
83984              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
83985              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
83986      Branch: perl
83987            ! t/lib/cgi-html.t
83988 ____________________________________________________________________________
83989 [  6809] By: jhi                                   on 2000/08/25  16:46:32
83990         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
83991              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83992              Date: Thu, 24 Aug 2000 19:13:11 -0500
83993              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
83994      Branch: perl
83995            ! vms/vms.c
83996 ____________________________________________________________________________
83997 [  6808] By: jhi                                   on 2000/08/25  16:39:22
83998         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
83999              From: Peter Prymmer <pvhp@forte.com>
84000              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
84001              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
84002      Branch: perl
84003            ! configure.com
84004 ____________________________________________________________________________
84005 [  6807] By: jhi                                   on 2000/08/25  16:36:37
84006         Log: Better wording for the vec lvalue diagnostic.
84007              
84008              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
84009              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
84010              Date: Wed, 23 Aug 2000 14:12:16 -0400
84011              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
84012      Branch: perl
84013            ! pod/perldiag.pod
84014 ____________________________________________________________________________
84015 [  6806] By: jhi                                   on 2000/08/24  18:17:22
84016         Log: Subject: [PATCH] More silencing of installman.
84017              From: <abigail@foad.org>
84018              Date: Thu, 24 Aug 2000 14:01:44 -0400
84019              Message-ID: <20000824180144.20062.qmail@foad.org>
84020      Branch: perl
84021            ! installman
84022 ____________________________________________________________________________
84023 [  6805] By: jhi                                   on 2000/08/24  15:00:31
84024         Log: Update Changes.
84025      Branch: perl
84026            ! Changes patchlevel.h
84027 ____________________________________________________________________________
84028 [  6804] By: jhi                                   on 2000/08/24  14:59:07
84029         Log: Regen perltoc.
84030      Branch: perl
84031            ! pod/perltoc.pod
84032 ____________________________________________________________________________
84033 [  6803] By: jhi                                   on 2000/08/24  14:44:39
84034         Log: Show the doc file, not the temp file.
84035      Branch: perl
84036            ! installman
84037 ____________________________________________________________________________
84038 [  6802] By: jhi                                   on 2000/08/24  14:41:53
84039         Log: Continue silencing.
84040      Branch: perl
84041            ! installman
84042 ____________________________________________________________________________
84043 [  6801] By: jhi                                   on 2000/08/24  14:34:40
84044         Log: Actually do something with the silencer option.
84045      Branch: perl
84046            ! installman
84047 ____________________________________________________________________________
84048 [  6800] By: jhi                                   on 2000/08/24  14:26:22
84049         Log: Make installman to recognize the silence flag -S.
84050      Branch: perl
84051            ! installman
84052 ____________________________________________________________________________
84053 [  6799] By: jhi                                   on 2000/08/24  13:49:38
84054         Log: DOS patches and portability/porting notes, from Tim Jenness.
84055      Branch: perl
84056            ! lib/File/Temp.pm
84057 ____________________________________________________________________________
84058 [  6798] By: jhi                                   on 2000/08/24  13:48:27
84059         Log: Create directories in silence.
84060              
84061              Subject: [PATCH] Another silencer for MakeMaker
84062              From: andreas.koenig@anima.de (Andreas J. Koenig)
84063              Date: 24 Aug 2000 14:18:52 +0200
84064              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
84065      Branch: perl
84066            ! lib/ExtUtils/Command.pm
84067 ____________________________________________________________________________
84068 [  6797] By: jhi                                   on 2000/08/24  13:46:42
84069         Log: More liberal parsing of version numbers.
84070              
84071              Subject: Re: CPAN.pm beta for testing available
84072              From: andreas.koenig@anima.de (Andreas J. Koenig)
84073              Date: 24 Aug 2000 13:51:57 +0200
84074              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
84075      Branch: perl
84076            ! lib/CPAN.pm
84077 ____________________________________________________________________________
84078 [  6796] By: jhi                                   on 2000/08/24  13:44:36
84079         Log: Make "make install" by default silent.  A new "install-verbose"
84080              target is verbose.
84081      Branch: perl
84082            ! Makefile.SH
84083 ____________________________________________________________________________
84084 [  6795] By: jhi                                   on 2000/08/24  13:39:14
84085         Log: Add silencer flags to installperl.
84086              
84087              Subject: [PATCH] Making installperl silent.
84088              From: <abigail@foad.org>
84089              Date: Thu, 24 Aug 2000 05:01:45 -0400
84090              Message-ID: <20000824090145.13141.qmail@foad.org>
84091      Branch: perl
84092            ! installperl
84093 ____________________________________________________________________________
84094 [  6794] By: jhi                                   on 2000/08/24  13:35:50
84095         Log: installperl couldn't tell whether it had run tests or not.
84096              
84097              Subject: [PATCH] Re: installperl and t/TEST
84098              From: <abigail@foad.org>
84099              Date: Thu, 24 Aug 2000 04:00:53 -0400
84100              Message-ID: <20000824080053.2494.qmail@foad.org>
84101      Branch: perl
84102            ! Makefile.SH installperl
84103 ____________________________________________________________________________
84104 [  6793] By: jhi                                   on 2000/08/24  13:27:50
84105         Log: Drop the separate perlbc, perlcc -b should be enough.
84106      Branch: perl
84107            - utils/perlbc.PL
84108            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
84109 ____________________________________________________________________________
84110 [  6792] By: jhi                                   on 2000/08/24  04:41:30
84111         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
84112              plus the typo fix from Peter Prymmer.
84113      Branch: perl
84114            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
84115            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
84116 ____________________________________________________________________________
84117 [  6791] By: jhi                                   on 2000/08/24  02:10:43
84118         Log: Replace #6705 with a minimal doc patch.
84119              
84120              Subject: [PATCH 5.6.0] replace change #6705
84121              From: Jan Dubois <jand@ActiveState.com>
84122              Date: Wed, 23 Aug 2000 18:31:51 -0700
84123              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
84124      Branch: perl
84125            ! lib/Win32.pod win32/win32.c
84126 ____________________________________________________________________________
84127 [  6790] By: jhi                                   on 2000/08/23  17:52:00
84128         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
84129              From: Mike Guy <mjtg@cam.ac.uk>
84130              Date: Wed, 23 Aug 2000 18:38:46 +0100
84131              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
84132      Branch: perl
84133            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
84134 ____________________________________________________________________________
84135 [  6789] By: jhi                                   on 2000/08/23  15:34:21
84136         Log: Update Changes.
84137      Branch: perl
84138            ! Changes patchlevel.h
84139 ____________________________________________________________________________
84140 [  6788] By: jhi                                   on 2000/08/23  15:33:40
84141         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
84142              From: Wilfredo Sánchez <wsanchez@apple.com>
84143              Date: Tue, 22 Aug 2000 19:31:27 -0700
84144              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
84145      Branch: perl
84146            ! perl.h
84147 ____________________________________________________________________________
84148 [  6787] By: jhi                                   on 2000/08/23  15:29:31
84149         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
84150              From: Spider Boardman <spider@leggy.zk3.dec.com>
84151              Date: Wed, 23 Aug 2000 10:33:23 -0400
84152              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
84153      Branch: perl
84154            ! lib/Pod/Html.pm
84155 ____________________________________________________________________________
84156 [  6786] By: jhi                                   on 2000/08/23  15:28:11
84157         Log: Bad makefile.
84158      Branch: perl
84159            ! ext/B/Makefile.PL
84160 ____________________________________________________________________________
84161 [  6785] By: jhi                                   on 2000/08/23  14:37:04
84162         Log: Update Changes.
84163      Branch: perl
84164            ! Changes patchlevel.h
84165 ____________________________________________________________________________
84166 [  6784] By: jhi                                   on 2000/08/23  13:58:41
84167         Log: Portability fix from Hugo van der Sanden.
84168      Branch: perl
84169            ! ext/re/Makefile.PL
84170 ____________________________________________________________________________
84171 [  6783] By: jhi                                   on 2000/08/23  13:53:53
84172         Log: Storable support, v-version fixes.
84173              
84174              Subject: CPAN.pm beta for testing available
84175              From: andreas.koenig@anima.de (Andreas J. Koenig)
84176              Date: 22 Aug 2000 23:31:33 +0200
84177              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
84178      Branch: perl
84179            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
84180 ____________________________________________________________________________
84181 [  6782] By: jhi                                   on 2000/08/23  13:51:26
84182         Log: Mac and other portability updates from Chris Nandor.
84183      Branch: perl
84184            ! pod/perlmodinstall.pod
84185 ____________________________________________________________________________
84186 [  6781] By: jhi                                   on 2000/08/23  13:47:33
84187         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
84188              From: Peter Prymmer <pvhp@forte.com>
84189              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
84190              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
84191      Branch: perl
84192            ! ext/Storable/Storable.xs
84193 ____________________________________________________________________________
84194 [  6780] By: jhi                                   on 2000/08/23  13:33:34
84195         Log: VMS MMS (make) wants null action.
84196      Branch: perl
84197            ! ext/B/Makefile.PL
84198 ____________________________________________________________________________
84199 [  6779] By: jhi                                   on 2000/08/22  19:44:47
84200         Log: Forgot portability nit.
84201      Branch: perl
84202            ! t/lib/st-forgive.t
84203 ____________________________________________________________________________
84204 [  6778] By: jhi                                   on 2000/08/22  19:35:25
84205         Log: Be portable.
84206      Branch: perl
84207            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
84208            ! t/lib/st-store.t
84209 ____________________________________________________________________________
84210 [  6777] By: jhi                                   on 2000/08/22  18:50:53
84211         Log: Update Changes.
84212      Branch: perl
84213            ! Changes patchlevel.h
84214 ____________________________________________________________________________
84215 [  6776] By: jhi                                   on 2000/08/22  18:44:46
84216         Log: cSVOPo_*v things index into the current PL_curpad
84217              under ithreads, which is different from the curpad
84218              used by the XSUB.  (In other words, the code as-is
84219              before this patch wouldn't work under ithreads.)
84220              From Sarathy.
84221      Branch: perl
84222            ! ext/B/B.xs
84223 ____________________________________________________________________________
84224 [  6775] By: jhi                                   on 2000/08/22  18:18:37
84225         Log: Make the selection of NVff et al stricter.
84226      Branch: metaconfig/U/perl
84227            ! perlxvf.U
84228      Branch: perl
84229            ! Configure config_h.SH
84230 ____________________________________________________________________________
84231 [  6774] By: jhi                                   on 2000/08/22  17:19:42
84232         Log: perldelta nits.
84233      Branch: perl
84234            ! pod/perldelta.pod
84235 ____________________________________________________________________________
84236 [  6773] By: jhi                                   on 2000/08/22  17:06:26
84237         Log: Long double fixes from Spider Boardman.
84238              
84239              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
84240              From: system PRIVILEGED account <root@peano.zk3.dec.com>
84241              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
84242              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
84243      Branch: perl
84244            ! t/lib/bigfltpm.t t/lib/st-06compat.t
84245 ____________________________________________________________________________
84246 [  6772] By: jhi                                   on 2000/08/22  15:04:53
84247         Log: Update Changes.
84248      Branch: perl
84249            ! Changes patchlevel.h
84250 ____________________________________________________________________________
84251 [  6771] By: jhi                                   on 2000/08/22  15:01:44
84252         Log: perldelta fixes from Hugo van der Sanden.
84253      Branch: perl
84254            ! pod/perldelta.pod
84255 ____________________________________________________________________________
84256 [  6770] By: jhi                                   on 2000/08/22  14:34:49
84257         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
84258              From: Hugo <hv@crypt.compulink.co.uk>
84259              Date: Tue, 22 Aug 2000 11:21:53 +0100
84260              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
84261      Branch: perl
84262            ! regcomp.c
84263 ____________________________________________________________________________
84264 [  6769] By: jhi                                   on 2000/08/22  14:30:02
84265         Log: Add Yitzchak, reformat.
84266      Branch: perl
84267            ! Changes config_h.SH
84268 ____________________________________________________________________________
84269 [  6768] By: jhi                                   on 2000/08/22  14:21:35
84270         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
84271              and Spider Boardman.
84272      Branch: metaconfig
84273            ! U/compline/d_gconvert.U
84274      Branch: perl
84275            ! Configure
84276 ____________________________________________________________________________
84277 [  6767] By: jhi                                   on 2000/08/22  14:11:24
84278         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
84279              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84280              Date: Mon, 21 Aug 2000 19:08:31 -0700
84281              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
84282      Branch: perl
84283            - ext/Storable/patchlevel.h
84284            ! MANIFEST ext/Storable/MANIFEST
84285 ____________________________________________________________________________
84286 [  6766] By: jhi                                   on 2000/08/22  13:49:29
84287         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
84288              From: Peter Prymmer <pvhp@forte.com>
84289              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
84290              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
84291      Branch: perl
84292            ! configure.com ext/Storable/Makefile.PL
84293 ____________________________________________________________________________
84294 [  6765] By: jhi                                   on 2000/08/22  13:44:59
84295         Log: Subject: [PATCH blead] B:: missing dependency
84296              From: Hugo <hv@crypt.compulink.co.uk>
84297              Date: Tue, 22 Aug 2000 06:44:33 +0100
84298              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
84299      Branch: perl
84300            ! ext/B/Makefile.PL
84301 ____________________________________________________________________________
84302 [  6764] By: jhi                                   on 2000/08/22  13:38:12
84303         Log: More bytecompiler.
84304      Branch: perl
84305            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
84306 ____________________________________________________________________________
84307 [  6763] By: jhi                                   on 2000/08/22  13:36:44
84308         Log: Bytecompiler patches from Benjamin Stuhl.
84309      Branch: perl
84310            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
84311            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
84312            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
84313            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
84314            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
84315            ! perl.c perlapi.h pod/perldelta.pod
84316 ____________________________________________________________________________
84317 [  6762] By: jhi                                   on 2000/08/21  23:43:40
84318         Log: An obsoleted diagnostic.
84319      Branch: perl
84320            ! pod/perldelta.pod
84321 ____________________________________________________________________________
84322 [  6761] By: jhi                                   on 2000/08/21  23:01:45
84323         Log: The #6759 wasn't quite right.
84324      Branch: perl
84325            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
84326            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
84327            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
84328            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
84329            ! t/lib/st-tieditems.t
84330 ____________________________________________________________________________
84331 [  6760] By: jhi                                   on 2000/08/21  22:35:49
84332         Log: Be verydeepclean.
84333      Branch: perl
84334            ! Makefile.SH
84335 ____________________________________________________________________________
84336 [  6759] By: jhi                                   on 2000/08/21  22:25:40
84337         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
84338              From: Peter Prymmer <pvhp@forte.com>
84339              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
84340              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
84341      Branch: perl
84342            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
84343            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
84344            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
84345            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
84346            ! t/lib/st-tieditems.t
84347 ____________________________________________________________________________
84348 [  6758] By: jhi                                   on 2000/08/21  22:22:32
84349         Log: Few more casts, need reported in
84350              
84351              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
84352              From: Mike Stok <mike@stok.co.uk>
84353              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
84354              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
84355              
84356              and
84357              
84358              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
84359              From: abigail@foad.org
84360              Date: 21 Aug 2000 21:31:34 -0000
84361              Message-Id: <20000821213134.30170.qmail@foad.org>
84362      Branch: perl
84363            ! ext/Storable/Storable.xs
84364 ____________________________________________________________________________
84365 [  6757] By: jhi                                   on 2000/08/21  18:37:07
84366         Log: Update Changes.
84367      Branch: perl
84368            ! Changes patchlevel.h
84369 ____________________________________________________________________________
84370 [  6756] By: jhi                                   on 2000/08/21  18:34:02
84371         Log: A pod nit.
84372              
84373              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
84374              From: <abigail@foad.org>
84375              Date: Mon, 21 Aug 2000 14:00:16 -0400
84376              Message-ID: <20000821180016.28627.qmail@foad.org>
84377      Branch: perl
84378            ! pod/perlre.pod
84379 ____________________________________________________________________________
84380 [  6755] By: jhi                                   on 2000/08/21  18:30:56
84381         Log: Use PodParser 1.18 new test.
84382      Branch: perl
84383            ! t/pod/special_seqs.t t/pod/special_seqs.xr
84384 ____________________________________________________________________________
84385 [  6754] By: jhi                                   on 2000/08/21  18:28:35
84386         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
84387              patches cannot be applied since #6712 conflicts.
84388      Branch: perl
84389            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
84390 ____________________________________________________________________________
84391 [  6753] By: jhi                                   on 2000/08/21  18:15:11
84392         Log: Weed out some smaller changes.
84393      Branch: perl
84394            ! pod/perldelta.pod
84395 ____________________________________________________________________________
84396 [  6752] By: jhi                                   on 2000/08/21  18:02:30
84397         Log: Also under djgpp the timestamps are funky.
84398      Branch: perl
84399            ! t/op/stat.t
84400 ____________________________________________________________________________
84401 [  6751] By: jhi                                   on 2000/08/21  17:55:56
84402         Log: Tweak the floating point output routine preferences.
84403      Branch: metaconfig
84404            ! U/compline/d_gconvert.U
84405      Branch: perl
84406            ! Configure
84407 ____________________________________________________________________________
84408 [  6750] By: jhi                                   on 2000/08/21  17:51:29
84409         Log: Unicos/mk requires elaborate paranoia.
84410      Branch: perl
84411            ! lib/Math/Complex.pm
84412 ____________________________________________________________________________
84413 [  6749] By: gsar                                  on 2000/08/21  16:53:31
84414         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
84415      Branch: perl
84416            ! lib/Cwd.pm
84417 ____________________________________________________________________________
84418 [  6748] By: gsar                                  on 2000/08/21  16:22:19
84419         Log: free TLS slot properly on Windows
84420      Branch: perl
84421            ! thread.h win32/perllib.c win32/win32thread.h
84422 ____________________________________________________________________________
84423 [  6747] By: jhi                                   on 2000/08/21  16:20:58
84424         Log: Rename the macro argument because some preprocessors
84425              can't tell the difference and expand arguments also inside
84426              double quoted strings.
84427      Branch: perl
84428            ! regcomp.c
84429 ____________________________________________________________________________
84430 [  6746] By: jhi                                   on 2000/08/21  16:09:41
84431         Log: Support long doubles in Storable.
84432              
84433              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
84434              From: Radu Greab <radu@netsoft.ro>
84435              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
84436              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
84437      Branch: perl
84438            ! ext/Storable/Storable.xs
84439 ____________________________________________________________________________
84440 [  6745] By: jhi                                   on 2000/08/21  15:51:40
84441         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
84442              From: "Fifer, Eric" <EFifer@sanwaint.com>
84443              Date: Mon, 21 Aug 2000 15:34:49 +0100
84444              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
84445      Branch: perl
84446            ! t/pragma/warn/9enabled
84447 ____________________________________________________________________________
84448 [  6744] By: jhi                                   on 2000/08/21  15:39:35
84449         Log: Document the endianness of Alpha more precisely.
84450      Branch: perl
84451            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
84452            ! pod/perlport.pod
84453 ____________________________________________________________________________
84454 [  6743] By: jhi                                   on 2000/08/21  14:47:05
84455         Log: perldelta fixes from the p5p crowd.
84456      Branch: perl
84457            ! pod/perldelta.pod pod/perlop.pod
84458 ____________________________________________________________________________
84459 [  6742] By: jhi                                   on 2000/08/21  13:34:51
84460         Log: Update to Pod::LaTeX 0.53.
84461              
84462              Subject: [PATCH] lib/Pod/LaTeX.pm updates
84463              From: Tim Jenness <timj@jach.hawaii.edu>
84464              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
84465              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
84466      Branch: perl
84467            ! lib/Pod/LaTeX.pm
84468 ____________________________________________________________________________
84469 [  6741] By: jhi                                   on 2000/08/21  13:33:01
84470         Log: Subject: [PATCH] os2.c fix for use64bitint
84471              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84472              Date: Mon, 21 Aug 2000 01:32:25 -0700
84473              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
84474      Branch: perl
84475            ! os2/os2.c
84476 ____________________________________________________________________________
84477 [  6740] By: jhi                                   on 2000/08/21  13:28:52
84478         Log: Array context keeps slithering in.
84479              
84480              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
84481              From: Daniel Chetlin <daniel@chetlin.com>
84482              Date: Sun, 20 Aug 2000 21:40:25 -0700
84483              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
84484      Branch: perl
84485            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
84486            ! pod/perldebtut.pod
84487 ____________________________________________________________________________
84488 [  6739] By: jhi                                   on 2000/08/21  13:23:55
84489         Log: Big-endian quad fixes for Storable from Radu Greab,
84490              plus few explicit null casts for picky compilers.
84491      Branch: perl
84492            ! ext/Storable/Storable.xs
84493 ____________________________________________________________________________
84494 [  6738] By: gsar                                  on 2000/08/21  05:56:13
84495         Log: small tweaks for change#6705: avoid C++ style comments in C code;
84496              use Perl's malloc API rather than the low level system one
84497      Branch: perl
84498            ! win32/win32.c
84499 ____________________________________________________________________________
84500 [  6737] By: gsar                                  on 2000/08/21  05:35:41
84501         Log: add Storable to list of extensions on Windows
84502      Branch: perl
84503            ! win32/Makefile win32/makefile.mk
84504 ____________________________________________________________________________
84505 [  6736] By: jhi                                   on 2000/08/21  02:57:53
84506         Log: Update Changes.
84507      Branch: perl
84508            ! Changes patchlevel.h
84509 ____________________________________________________________________________
84510 [  6735] By: jhi                                   on 2000/08/21  02:57:20
84511         Log: Draft 0.
84512      Branch: perl
84513            ! pod/perldelta.pod
84514 ____________________________________________________________________________
84515 [  6734] By: jhi                                   on 2000/08/21  02:57:03
84516         Log: Add Storable 0.7.2 from Raphael Manfredi,
84517              plus the patch from
84518              
84519              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
84520              From: Radu Greab <radu@netsoft.ro>
84521              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
84522              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
84523              
84524              plus changes to get Storable to compile with
84525              picky ANSI compilers.
84526      Branch: perl
84527            + ext/Storable/ChangeLog ext/Storable/MANIFEST
84528            + ext/Storable/Makefile.PL ext/Storable/README
84529            + ext/Storable/Storable.pm ext/Storable/Storable.xs
84530            + ext/Storable/patchlevel.h t/lib/st-06compat.t
84531            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
84532            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
84533            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
84534            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
84535            + t/lib/st-tieditems.t
84536            ! MANIFEST
84537 ____________________________________________________________________________
84538 [  6733] By: jhi                                   on 2000/08/21  02:29:09
84539         Log: The correct cleaning order is an art.
84540      Branch: perl
84541            ! Makefile.SH
84542 ____________________________________________________________________________
84543 [  6732] By: jhi                                   on 2000/08/21  01:23:39
84544         Log: The #6724 is here.
84545      Branch: perl
84546            ! t/lib/ftmp-security.t
84547 ____________________________________________________________________________
84548 [  6731] By: jhi                                   on 2000/08/20  23:17:03
84549         Log: s/this one/the 5.6.0 release/
84550      Branch: perl
84551            ! pod/perl56delta.pod
84552 ____________________________________________________________________________
84553 [  6730] By: jhi                                   on 2000/08/20  23:07:34
84554         Log: Mention perlebcdic and perlposix-bc.
84555      Branch: perl
84556            ! pod/perlport.pod
84557 ____________________________________________________________________________
84558 [  6729] By: jhi                                   on 2000/08/20  21:32:59
84559         Log: Document the number of exponent digits.
84560      Branch: perl
84561            ! pod/perlfunc.pod
84562 ____________________________________________________________________________
84563 [  6728] By: jhi                                   on 2000/08/20  21:16:47
84564         Log: Use File::Spec->tmpdir().
84565              
84566              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
84567              From: Tim Jenness <timj@jach.hawaii.edu>
84568              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
84569              MIME-Version: 1.0
84570              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
84571      Branch: perl
84572            ! utils/perlbug.PL
84573 ____________________________________________________________________________
84574 [  6727] By: jhi                                   on 2000/08/20  20:43:32
84575         Log: Update Changes.
84576      Branch: perl
84577            ! Changes patchlevel.h
84578 ____________________________________________________________________________
84579 [  6726] By: jhi                                   on 2000/08/20  20:41:44
84580         Log: The veryclean target needs to clobber.
84581      Branch: perl
84582            ! Makefile.SH
84583 ____________________________________________________________________________
84584 [  6725] By: jhi                                   on 2000/08/20  20:37:38
84585         Log: Document odd vs even subreleases and -Dusedevel.
84586      Branch: perl
84587            ! INSTALL
84588 ____________________________________________________________________________
84589 [  6724] By: jhi                                   on 2000/08/20  19:58:05
84590         Log: Use temporary directory instead of current directory.
84591              
84592              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
84593              From: Tim Jenness <timj@jach.hawaii.edu>
84594              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
84595              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
84596      Branch: perl
84597            ! t/lib/ftmp-security.t
84598 ____________________________________________________________________________
84599 [  6723] By: jhi                                   on 2000/08/20  19:55:55
84600         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
84601              From: andreas.koenig@anima.de (Andreas J. Koenig)
84602              Date: 20 Aug 2000 15:52:03 +0200
84603              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
84604      Branch: perl
84605            ! lib/ExtUtils/MM_Unix.pm
84606 ____________________________________________________________________________
84607 [  6722] By: jhi                                   on 2000/08/20  19:46:01
84608         Log: Update to CGI 2.72, from Lincoln Stein.
84609      Branch: perl
84610            ! lib/CGI.pm
84611 ____________________________________________________________________________
84612 [  6721] By: jhi                                   on 2000/08/20  19:43:54
84613         Log: (Replaced by #8364.)
84614              
84615              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
84616              From: Radu Greab <radu@netsoft.ro>
84617              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
84618              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
84619      Branch: perl
84620            ! ext/GDBM_File/GDBM_File.xs
84621 ____________________________________________________________________________
84622 [  6720] By: jhi                                   on 2000/08/20  19:42:01
84623         Log: pp_open() could pass an uninitialized filename down to do_open9().
84624      Branch: perl
84625            ! pp_sys.c
84626 ____________________________________________________________________________
84627 [  6719] By: jhi                                   on 2000/08/20  14:06:41
84628         Log: UTF8 concat fixes.
84629              
84630              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
84631              From: Hugo <hv@crypt.compulink.co.uk>
84632              Date: Sun, 20 Aug 2000 07:30:46 +0100
84633              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
84634      Branch: perl
84635            ! pp_hot.c t/op/append.t
84636 ____________________________________________________________________________
84637 [  6718] By: jhi                                   on 2000/08/20  02:09:37
84638         Log: Let's try #6717 again.
84639      Branch: perl
84640            ! lib/File/Temp.pm
84641 ____________________________________________________________________________
84642 [  6717] By: jhi                                   on 2000/08/20  01:56:55
84643         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
84644              From: "Craig A. Berry" <craig.berry@metamorgs.com>
84645              Date: Sat, 19 Aug 2000 18:15:39 -0500
84646              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
84647      Branch: perl
84648            ! lib/File/Temp.pm
84649 ____________________________________________________________________________
84650 [  6716] By: jhi                                   on 2000/08/19  15:50:11
84651         Log: Update Changes.
84652      Branch: perl
84653            ! Changes patchlevel.h
84654 ____________________________________________________________________________
84655 [  6715] By: jhi                                   on 2000/08/19  15:39:09
84656         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
84657              From: Jonathan D Johnston <jdjohnston2@juno.com>
84658              Date: Thu, 17 Aug 2000 23:13:01 -0400       
84659              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
84660      Branch: perl
84661            ! pod/perlfunc.pod
84662 ____________________________________________________________________________
84663 [  6714] By: jhi                                   on 2000/08/19  15:34:04
84664         Log: Introduce a 'veryclean' target that is like 'distclean'
84665              but also removes *~ and *.orig.
84666      Branch: perl
84667            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
84668            ! utils/Makefile x2p/Makefile.SH
84669 ____________________________________________________________________________
84670 [  6713] By: jhi                                   on 2000/08/19  14:15:45
84671         Log: Put back the long double avoidance code to POSIX.xs
84672              because VMS seems to need it still.
84673      Branch: perl
84674            ! ext/POSIX/POSIX.xs
84675 ____________________________________________________________________________
84676 [  6712] By: jhi                                   on 2000/08/19  14:10:41
84677         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
84678              From: Peter Prymmer <pvhp@forte.com>
84679              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
84680              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
84681      Branch: perl
84682            ! lib/Pod/Find.pm t/pod/find.t
84683 ____________________________________________________________________________
84684 [  6711] By: jhi                                   on 2000/08/19  14:09:19
84685         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
84686              From: Peter Prymmer <pvhp@forte.com>
84687              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
84688              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
84689              cc: vmsperl@perl.org
84690      Branch: perl
84691            ! t/lib/peek.t
84692 ____________________________________________________________________________
84693 [  6710] By: jhi                                   on 2000/08/19  14:08:01
84694         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
84695              From: Jan Dubois <jand@ActiveState.com>
84696              Date: Fri, 18 Aug 2000 16:31:48 -0700
84697              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
84698      Branch: perl
84699            ! win32/win32.c
84700 ____________________________________________________________________________
84701 [  6709] By: jhi                                   on 2000/08/19  14:06:57
84702         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
84703              
84704              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
84705              From: Spider.Boardman@Orb.Nashua.NH.US
84706              Date: Fri, 18 Aug 2000 18:41:14 -0400
84707              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
84708      Branch: perl
84709            ! regcomp.c
84710 ____________________________________________________________________________
84711 [  6708] By: jhi                                   on 2000/08/18  22:04:49
84712         Log: Update Changes.
84713      Branch: perl
84714            ! Changes patchlevel.h
84715 ____________________________________________________________________________
84716 [  6707] By: jhi                                   on 2000/08/18  21:55:14
84717         Log: Add warnif(), check warnings further up the stack,
84718              all the warnings functions now can take an optional object reference.
84719              
84720              Subject: [PATCH bleedperl@6691] warnings pragma update
84721              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
84722              Date: Fri, 18 Aug 2000 22:42:06 +0100
84723              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
84724      Branch: perl
84725            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
84726            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
84727            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
84728 ____________________________________________________________________________
84729 [  6706] By: jhi                                   on 2000/08/18  21:41:45
84730         Log: Typo in pp_complement().
84731              
84732              Subject: [PATCH perl-current] Deparse
84733              From: Peter Scott <Peter@PSDT.com>
84734              Date: Fri, 18 Aug 2000 12:44:37 -0700
84735              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
84736      Branch: perl
84737            ! ext/B/B/Deparse.pm
84738 ____________________________________________________________________________
84739 [  6705] By: jhi                                   on 2000/08/18  21:25:59
84740         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
84741              From: Jan Dubois <jand@ActiveState.com>
84742              Date: Fri, 18 Aug 2000 14:22:51 -0700
84743              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
84744      Branch: perl
84745            ! lib/Win32.pod win32/win32.c
84746 ____________________________________________________________________________
84747 [  6704] By: jhi                                   on 2000/08/18  21:16:14
84748         Log: Don't eat leading os from index entries.
84749              
84750              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
84751              From: Russ Allbery <rra@stanford.edu>
84752              Date: 10 Aug 2000 20:49:25 -0700
84753              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
84754      Branch: perl
84755            ! lib/Pod/Man.pm
84756 ____________________________________________________________________________
84757 [  6703] By: jhi                                   on 2000/08/18  21:07:06
84758         Log: Add [[:blank:]] as suggested in
84759              
84760              Subject: [ID 20000716.024] [=cc=] / [:blank:]
84761              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
84762              Date: Sun, 16 Jul 2000 17:55:29 -0700
84763              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
84764              
84765              (the [=cc=] has already been taken care of by #6439
84766              so the whole bug report can be closed)
84767              
84768              and make [[:space:]] to be equivalent to isspace(3)
84769              (as opposed to \s, which is isSPACE()).  The difference
84770              is that now [[:space:]] matches the mythical vertical tab,
84771              while \s doesn't.
84772      Branch: perl
84773            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
84774            ! regexec.c t/op/pat.t
84775 ____________________________________________________________________________
84776 [  6702] By: jhi                                   on 2000/08/18  18:47:47
84777         Log: The new tests were missing from #6415.
84778      Branch: perl
84779            ! t/op/bop.t
84780 ____________________________________________________________________________
84781 [  6701] By: jhi                                   on 2000/08/18  18:20:40
84782         Log: Document the NDBM_File and ODBM_File as SDBM_File
84783              was documented in #6417.
84784      Branch: perl
84785            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
84786            ! ext/SDBM_File/SDBM_File.pm
84787 ____________________________________________________________________________
84788 [  6700] By: jhi                                   on 2000/08/18  18:10:39
84789         Log: Subject: [PATCH perl@6698] cygwin port
84790              From: "Fifer, Eric" <EFifer@sanwaint.com>
84791              Date: Fri, 18 Aug 2000 17:30:05 +0100
84792              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
84793      Branch: perl
84794            ! lib/File/Temp.pm
84795 ____________________________________________________________________________
84796 [  6699] By: jhi                                   on 2000/08/18  16:21:49
84797         Log: Document code point which makes if (defined %stash::) to work
84798              (noted by Spider Boardman).
84799      Branch: perl
84800            ! op.c
84801 ____________________________________________________________________________
84802 [  6698] By: jhi                                   on 2000/08/18  13:43:27
84803         Log: Update Changes.
84804      Branch: perl
84805            ! Changes patchlevel.h
84806 ____________________________________________________________________________
84807 [  6697] By: jhi                                   on 2000/08/18  13:35:57
84808         Log: Tiny Getopt::Long patch from Johan Vromans.
84809      Branch: perl
84810            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
84811 ____________________________________________________________________________
84812 [  6696] By: jhi                                   on 2000/08/18  13:26:14
84813         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
84814              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
84815              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
84816              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
84817      Branch: perl
84818            ! pod/perldiag.pod pod/perlsyn.pod
84819 ____________________________________________________________________________
84820 [  6695] By: jhi                                   on 2000/08/18  13:13:26
84821         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
84822              From: Daniel Chetlin <daniel@chetlin.com>
84823              Date: Fri, 18 Aug 2000 03:13:36 -0700
84824              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
84825      Branch: perl
84826            ! pod/perlfunc.pod
84827 ____________________________________________________________________________
84828 [  6694] By: jhi                                   on 2000/08/18  13:08:05
84829         Log: Subject: [PATCH] perltrap.pod spring cleaning
84830              From: Daniel Chetlin <daniel@chetlin.com>
84831              Date: Fri, 18 Aug 2000 03:06:54 -0700
84832              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
84833              
84834              plus Mike Guy's nitfix.
84835      Branch: perl
84836            ! pod/perltrap.pod
84837 ____________________________________________________________________________
84838 [  6693] By: jhi                                   on 2000/08/18  13:00:26
84839         Log: Unbuffer the output.
84840              
84841              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
84842              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84843              Date: Thu, 17 Aug 2000 18:39:29 -0700
84844              Message-ID: <RPJn5gzkgydf092yn@efn.org>
84845      Branch: perl
84846            ! t/op/fork.t
84847 ____________________________________________________________________________
84848 [  6692] By: jhi                                   on 2000/08/18  05:19:17
84849         Log: Delete the image, too, not just its MANIFEStation.
84850      Branch: perl
84851            - lib/CGI/eg/wilogo.gif
84852 ____________________________________________________________________________
84853 [  6691] By: jhi                                   on 2000/08/18  05:10:26
84854         Log: Propagate new Configure vars.
84855      Branch: perl
84856            ! configure.com epoc/config.sh uconfig.h uconfig.sh
84857            ! vos/config.def vos/config.h vos/config_h.SH_orig
84858            ! win32/config.bc win32/config.gc win32/config.vc
84859            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
84860 ____________________________________________________________________________
84861 [  6690] By: jhi                                   on 2000/08/18  04:30:56
84862         Log: Update Changes.
84863      Branch: perl
84864            ! Changes patchlevel.h
84865 ____________________________________________________________________________
84866 [  6689] By: jhi                                   on 2000/08/18  04:12:30
84867         Log: Fix the lib/complex failure of
84868              
84869              From: abigail@foad.org
84870              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
84871              Date: 15 Aug 2000 04:06:38 -0000
84872              Message-Id: <20000815040638.8524.qmail@foad.org> 
84873              
84874              Linux long double accuracy issue: something that
84875              when printed with %g looks like "2" but int() of it is 1.
84876      Branch: perl
84877            ! lib/Math/Complex.pm
84878 ____________________________________________________________________________
84879 [  6688] By: jhi                                   on 2000/08/18  03:15:35
84880         Log: The byteorder code in #6671 was wrong.
84881      Branch: perl
84882            ! configpm
84883 ____________________________________________________________________________
84884 [  6687] By: jhi                                   on 2000/08/18  02:08:42
84885         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
84886              From: Jan Dubois <jand@ActiveState.com>
84887              Date: Thu, 17 Aug 2000 18:31:55 -0700
84888              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
84889      Branch: perl
84890            ! sv.c
84891 ____________________________________________________________________________
84892 [  6686] By: jhi                                   on 2000/08/18  02:04:15
84893         Log: Use NVs in POSIX math, not doubles.
84894              
84895              From: abigail@foad.org
84896              Subject: [ID 20000817.014] POSIX & modfl
84897              Date: 17 Aug 2000 20:49:18 -0000
84898              Message-Id: <20000817204918.23123.qmail@foad.org>
84899      Branch: perl
84900            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
84901 ____________________________________________________________________________
84902 [  6685] By: jhi                                   on 2000/08/18  02:02:12
84903         Log: Introduce NVef, NVff, and NVgf, use the middle one.
84904              (helps for lib/peek + Linux + long doubles)  Reported in
84905              
84906              From: abigail@foad.org
84907              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
84908              Date: 15 Aug 2000 04:06:38 -0000
84909              Message-Id: <20000815040638.8524.qmail@foad.org> 
84910              
84911              (note: the lib/complex failure has not yet been addressed)
84912      Branch: metaconfig/U/perl
84913            ! perlxvf.U
84914      Branch: perl
84915            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
84916            ! config_h.SH dump.c perl.h pod/perlguts.pod
84917 ____________________________________________________________________________
84918 [  6684] By: jhi                                   on 2000/08/17  23:22:19
84919         Log: Add byteorder to the myconfig output.
84920      Branch: perl
84921            ! myconfig.SH
84922 ____________________________________________________________________________
84923 [  6683] By: jhi                                   on 2000/08/17  23:20:19
84924         Log: The image doth not exist, spotted by Johan Vromans.
84925      Branch: perl
84926            ! MANIFEST
84927 ____________________________________________________________________________
84928 [  6682] By: jhi                                   on 2000/08/17  22:38:16
84929         Log: Document what the backtick returns if the command fails.
84930      Branch: perl
84931            ! pod/perlop.pod
84932 ____________________________________________________________________________
84933 [  6681] By: jhi                                   on 2000/08/17  22:33:12
84934         Log: Do not use prototyping here.
84935              
84936              Subject: [ID 20000817.016] [PATCH] Peek.xs
84937              From: abigail@foad.org
84938              Date: 17 Aug 2000 20:55:56 -0000
84939              Message-Id: <20000817205556.24270.qmail@foad.org>
84940      Branch: perl
84941            ! ext/Devel/Peek/Makefile.PL
84942 ____________________________________________________________________________
84943 [  6680] By: jhi                                   on 2000/08/17  19:46:43
84944         Log: Don't propose using modules built for 5.005 if no binary
84945              compatibility with 5.005 is attempted.
84946              
84947              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
84948              Subject: Minor nit with 5.7.0 (6655)
84949              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
84950              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
84951      Branch: metaconfig
84952            ! U/installdirs/inc_version_list.U
84953      Branch: perl
84954            ! Configure config_h.SH
84955 ____________________________________________________________________________
84956 [  6679] By: jhi                                   on 2000/08/17  19:16:39
84957         Log: Microperl config update.
84958      Branch: perl
84959            ! uconfig.h uconfig.sh
84960 ____________________________________________________________________________
84961 [  6678] By: jhi                                   on 2000/08/17  19:16:13
84962         Log: The #6648 wasn't protective enough for limited platforms
84963              (like microperl).
84964      Branch: perl
84965            ! dump.c sv.c
84966 ____________________________________________________________________________
84967 [  6677] By: jhi                                   on 2000/08/17  14:46:35
84968         Log: Update Changes.
84969      Branch: perl
84970            ! Changes patchlevel.h
84971 ____________________________________________________________________________
84972 [  6676] By: jhi                                   on 2000/08/17  14:44:02
84973         Log: Add perlebcdic from Peter Prymmer, regen toc.
84974      Branch: perl
84975            + pod/perlebcdic.pod
84976            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
84977 ____________________________________________________________________________
84978 [  6675] By: jhi                                   on 2000/08/17  14:41:52
84979         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
84980      Branch: perl
84981            ! pod/perldebtut.pod
84982 ____________________________________________________________________________
84983 [  6674] By: jhi                                   on 2000/08/17  14:29:43
84984         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
84985              
84986              Subject: [ID 20000724.006] -DLEAKTEST problem
84987              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
84988              Date: Tue, 25 Jul 2000 00:36:32 -0500
84989              Message-Id: <20000725003632.A26186@www.llamacom.com>
84990              
84991              Reminder sent
84992              
84993              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
84994              From: Hugo <hv@crypt.compulink.co.uk>
84995              Date: Thu, 17 Aug 2000 15:23:42 +0100
84996              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
84997      Branch: perl
84998            ! util.c
84999 ____________________________________________________________________________
85000 [  6673] By: jhi                                   on 2000/08/17  04:07:10
85001         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
85002              From: John Peacock <JPeacock@UnivPress.com>
85003              Date: Tue, 01 Aug 2000 09:38:12 -0400
85004              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
85005      Branch: perl
85006            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
85007 ____________________________________________________________________________
85008 [  6672] By: jhi                                   on 2000/08/17  03:04:35
85009         Log: Subject: [PATCH] Cwd.pm now uses strict
85010              From: Tim Jenness <timj@jach.hawaii.edu>
85011              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
85012              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
85013      Branch: perl
85014            ! lib/Cwd.pm
85015 ____________________________________________________________________________
85016 [  6671] By: jhi                                   on 2000/08/17  02:16:35
85017         Log: Make $Config{byteorder} more magical so that it is
85018              dynamically computed: nice for 'fat binaries'.
85019              
85020              Subject: [PATCH]: default byteorder
85021              From: Wilfredo Sánchez <wsanchez@apple.com>
85022              Date: Mon, 31 Jul 2000 19:45:31 -0700
85023              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
85024      Branch: perl
85025            ! configpm
85026 ____________________________________________________________________________
85027 [  6670] By: gsar                                  on 2000/08/17  01:22:21
85028         Log: move WNOHANG definition to where other such things are
85029      Branch: perl
85030            ! win32/win32.h
85031 ____________________________________________________________________________
85032 [  6669] By: jhi                                   on 2000/08/17  01:19:17
85033         Log: Update Changes.
85034      Branch: perl
85035            ! Changes patchlevel.h
85036 ____________________________________________________________________________
85037 [  6668] By: jhi                                   on 2000/08/17  01:16:29
85038         Log: Doc nits spotted by Richard Soderberg.
85039      Branch: perl
85040            ! README.posix-bc README.vmesa
85041 ____________________________________________________________________________
85042 [  6667] By: jhi                                   on 2000/08/17  01:12:11
85043         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
85044              From: "Casey R. Tweten" <crt@kiski.net>
85045              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
85046              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
85047      Branch: perl
85048            ! pod/perldebtut.pod
85049 ____________________________________________________________________________
85050 [  6666] By: jhi                                   on 2000/08/17  01:09:31
85051         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
85052              From: "Casey R. Tweten" <crt@kiski.net>
85053              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
85054              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
85055      Branch: perl
85056            ! lib/Shell.pm
85057 ____________________________________________________________________________
85058 [  6665] By: gsar                                  on 2000/08/17  01:03:52
85059         Log: add "ok" targets from change#6632 in makefile.mk
85060      Branch: perl
85061            ! pod/perlport.pod win32/Makefile win32/makefile.mk
85062 ____________________________________________________________________________
85063 [  6664] By: gsar                                  on 2000/08/17  00:56:11
85064         Log: avoid warnings from dense compiler
85065      Branch: perl
85066            ! win32/win32.c
85067 ____________________________________________________________________________
85068 [  6663] By: jhi                                   on 2000/08/17  00:51:49
85069         Log: Tweak the regex compilation errors once more.
85070      Branch: perl
85071            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
85072            ! t/op/regmesg.t t/pragma/warn/regcomp
85073 ____________________________________________________________________________
85074 [  6662] By: gsar                                  on 2000/08/17  00:28:19
85075         Log: trailing new %ENV entries weren't being pushed into the real
85076              environment of subprocesses on Windows
85077      Branch: perl
85078            ! t/op/magic.t win32/perlhost.h
85079 ____________________________________________________________________________
85080 [  6661] By: gsar                                  on 2000/08/17  00:19:20
85081         Log: waitpid() now handles externally spawned pids correctly;
85082              fixes for backtick/wait/waitpid failures on Windows 9x
85083              
85084              these changes make the pid returned by process functions on
85085              Windows 9x always positive by clearing the high bit (which
85086              is always set on Win9x); pseudo-process PIDs are likewise
85087              always negative now on Win9x (just as on NT/2000)
85088      Branch: perl
85089            ! pp_sys.c win32/perlhost.h win32/win32.c
85090 ____________________________________________________________________________
85091 [  6660] By: jhi                                   on 2000/08/17  00:04:32
85092         Log: Retract #6645.
85093      Branch: perl
85094            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85095            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
85096            ! t/op/sprintf.t
85097 ____________________________________________________________________________
85098 [  6659] By: gsar                                  on 2000/08/16  23:59:28
85099         Log: on windows, the return values from wait() and waitpid() don't
85100              match those of pseudo-pids
85101      Branch: perl
85102            ! pp_sys.c t/op/fork.t util.c win32/win32.c
85103 ____________________________________________________________________________
85104 [  6658] By: gsar                                  on 2000/08/16  23:56:14
85105         Log: pod nit seen in passing
85106      Branch: perl
85107            ! pod/perlfunc.pod
85108 ____________________________________________________________________________
85109 [  6657] By: gsar                                  on 2000/08/16  23:53:42
85110         Log: change#6328 could make close(SOCKET) return false on windows
85111              when it shouldn't
85112      Branch: perl
85113            ! win32/win32sck.c
85114 ____________________________________________________________________________
85115 [  6656] By: gsar                                  on 2000/08/16  23:46:57
85116         Log: check that the number pseudo children doesn't exceed
85117              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
85118              the WaitForMultipleObjects() limit that would cause wait()
85119              to crash)
85120              
85121              wait() and waitpid() could potentially be rewritten to use
85122              more than one thread to do the waiting to eliminate this
85123              limitation
85124      Branch: perl
85125            ! win32/perlhost.h
85126 ____________________________________________________________________________
85127 [  6655] By: jhi                                   on 2000/08/16  14:11:05
85128         Log: Update Changes.
85129      Branch: perl
85130            ! Changes patchlevel.h
85131 ____________________________________________________________________________
85132 [  6654] By: jhi                                   on 2000/08/16  14:10:12
85133         Log: Update to perldebtut 1.9, from Richard Foley.
85134      Branch: perl
85135            ! pod/perldebtut.pod
85136 ____________________________________________________________________________
85137 [  6653] By: jhi                                   on 2000/08/16  14:08:17
85138         Log: Change the regx compilation error markers to use = instead of <
85139              since pod makes using the latter quite messy.  Reported in
85140              ID 20000814.006 by Abigail and in
85141              Subject: Unknown escape E<> ?
85142              From: Lupe Christoph <lupe@lupe-christoph.de>
85143              Date: Fri, 11 Aug 2000 00:30:27 +0200
85144              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
85145      Branch: perl
85146            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
85147            ! t/op/regmesg.t t/pragma/warn/regcomp
85148 ____________________________________________________________________________
85149 [  6652] By: jhi                                   on 2000/08/16  13:25:31
85150         Log: Change the perlbug address to perl.org since it's more forgiving.
85151              
85152              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
85153              From: abigail@foad.org
85154              Date: 15 Aug 2000 04:15:40 -0000
85155              Message-Id: <20000815041540.8633.qmail@foad.org>
85156      Branch: perl
85157            ! utils/perlbug.PL
85158 ____________________________________________________________________________
85159 [  6651] By: jhi                                   on 2000/08/16  13:22:35
85160         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
85161              From: Tim Jenness <timj@jach.hawaii.edu>
85162              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
85163              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
85164      Branch: perl
85165            ! lib/Cwd.pm
85166 ____________________________________________________________________________
85167 [  6650] By: jhi                                   on 2000/08/16  13:18:13
85168         Log: Update to CPAN 1.57.
85169              
85170              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
85171              From: andreas.koenig@anima.de (Andreas J. Koenig)
85172              Date: 16 Aug 2000 15:09:46 +0200
85173              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
85174      Branch: perl
85175            ! lib/CPAN.pm
85176 ____________________________________________________________________________
85177 [  6649] By: jhi                                   on 2000/08/16  13:12:31
85178         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
85179              From: "Larry W. Virden" <lvirden@cas.org>
85180              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
85181              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
85182      Branch: perl
85183            ! README.hpux
85184 ____________________________________________________________________________
85185 [  6648] By: jhi                                   on 2000/08/16  13:03:53
85186         Log: The numeric locale was reset to "C" by s?printf and never restored.
85187              
85188              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
85189              From: Christian Kirsch <ck@held.mind.de>
85190              Date: Wed, 9 Aug 2000 17:05:17 +0200
85191              Message-Id: <20000809170517.A25389@held>
85192              
85193              No test since adding the failing example to locale.t
85194              does not fail -- probably because the locale settings are so
85195              thoroughly tweaked by that time.  Running the example standalone
85196              does fail, though.  UPDATE: test case added at change #7540.
85197      Branch: perl
85198            ! dump.c perl.h pp.c pp_ctl.c sv.c
85199 ____________________________________________________________________________
85200 [  6647] By: jhi                                   on 2000/08/16  00:07:54
85201         Log: Update Changes and test semi-automatic patchlevel updating.
85202      Branch: perl
85203            ! Changes patchlevel.h
85204 ____________________________________________________________________________
85205 [  6646] By: jhi                                   on 2000/08/15  23:35:07
85206         Log: Fix a dependency problem.
85207              
85208              Subject: [PATCH: 6640] VMS Makefile.SH update
85209              From: Peter Prymmer <pvhp@forte.com>
85210              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
85211              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
85212      Branch: perl
85213            ! vms/descrip_mms.template
85214 ____________________________________________________________________________
85215 [  6645] By: jhi                                   on 2000/08/15  23:33:23
85216         Log: (Retracted by #6660)
85217              
85218              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
85219              From: Dominic Dunlop <domo@computer.org>
85220              Date: Tue, 15 Aug 2000 22:20:52 +0200
85221              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
85222      Branch: metaconfig/U/perl
85223            + d_printfed.U
85224      Branch: perl
85225            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85226            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
85227            ! t/op/sprintf.t
85228 ____________________________________________________________________________
85229 [  6644] By: jhi                                   on 2000/08/15  21:17:20
85230         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
85231              From: abigail@foad.org
85232              Date: 15 Aug 2000 20:12:41 -0000
85233              Message-Id: <20000815201241.25556.qmail@foad.org>
85234      Branch: perl
85235            ! INSTALL
85236 ____________________________________________________________________________
85237 [  6643] By: jhi                                   on 2000/08/15  21:15:28
85238         Log: (an already applied patch)
85239      Branch: perl
85240            ! lib/CGI.pm
85241 ____________________________________________________________________________
85242 [  6642] By: gsar                                  on 2000/08/15  19:54:05
85243         Log: magic callbacks all need to have same type signature
85244      Branch: perl
85245            ! embed.pl mg.c proto.h
85246 ____________________________________________________________________________
85247 [  6641] By: jhi                                   on 2000/08/15  17:56:27
85248         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)
85249              From: Mike Guy <mjtg@cam.ac.uk>
85250              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
85251              Date: Tue, 15 Aug 2000 18:26:45 +0100
85252              
85253              Only the peek.t part applied, not the hash quality part.
85254      Branch: perl
85255            ! t/lib/peek.t
85256 ____________________________________________________________________________
85257 [  6640] By: jhi                                   on 2000/08/15  16:37:37
85258         Log: Update Changes.
85259      Branch: perl
85260            ! Changes
85261 ____________________________________________________________________________
85262 [  6639] By: jhi                                   on 2000/08/15  16:34:55
85263         Log: Missed a file from #6638.
85264      Branch: perl
85265            ! lib/File/Temp.pm
85266 ____________________________________________________________________________
85267 [  6638] By: jhi                                   on 2000/08/15  16:33:19
85268         Log: Subject: [PATCH perl@6620] cygwin port
85269              From: "Fifer, Eric" <EFifer@sanwaint.com>
85270              Date: Tue, 15 Aug 2000 17:00:49 +0100
85271              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
85272      Branch: perl
85273            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
85274 ____________________________________________________________________________
85275 [  6637] By: jhi                                   on 2000/08/15  16:29:22
85276         Log: Subject: [PATCH] debugger exit code should reflect user exit code
85277              From: Mike Guy <mjtg@cam.ac.uk>
85278              Date: Tue, 15 Aug 2000 16:55:59 +0100
85279              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
85280      Branch: perl
85281            ! lib/perl5db.pl
85282 ____________________________________________________________________________
85283 [  6636] By: jhi                                   on 2000/08/15  15:30:58
85284         Log: Update Changes.
85285      Branch: perl
85286            ! Changes
85287 ____________________________________________________________________________
85288 [  6635] By: jhi                                   on 2000/08/15  15:27:21
85289         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
85290      Branch: metaconfig
85291            ! U/mkglossary U/mksample
85292      Branch: metaconfig/U/perl
85293            ! Devel.U
85294      Branch: perl
85295            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85296 ____________________________________________________________________________
85297 [  6634] By: jhi                                   on 2000/08/15  14:11:55
85298         Log: Don't blow limited stacks, a lower number is enough to
85299              tickle the lookbehind limit.
85300              
85301              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
85302              From: Dominic Dunlop <domo@computer.org>
85303              Date: Tue, 15 Aug 2000 13:51:24 +0200
85304              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
85305      Branch: perl
85306            ! t/op/regmesg.t
85307 ____________________________________________________________________________
85308 [  6633] By: jhi                                   on 2000/08/15  14:01:46
85309         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
85310              From: Mike Guy <mjtg@cam.ac.uk>
85311              Date: Tue, 15 Aug 2000 12:10:50 +0100
85312              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
85313      Branch: perl
85314            ! utils/perldoc.PL
85315 ____________________________________________________________________________
85316 [  6632] By: jhi                                   on 2000/08/15  13:58:48
85317         Log: make ok etc also for win32.
85318              
85319              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
85320              From: Prymmer/Kahn <pvhp@best.com>
85321              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
85322              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
85323      Branch: perl
85324            ! win32/Makefile
85325 ____________________________________________________________________________
85326 [  6631] By: jhi                                   on 2000/08/15  13:45:03
85327         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
85328      Branch: perl
85329            ! lib/Test.pm
85330 ____________________________________________________________________________
85331 [  6630] By: jhi                                   on 2000/08/15  03:25:09
85332         Log: Update Changes.
85333      Branch: perl
85334            ! Changes
85335 ____________________________________________________________________________
85336 [  6629] By: jhi                                   on 2000/08/15  03:23:53
85337         Log: magic_regdatum_set() is void, not int.
85338      Branch: perl
85339            ! embed.pl mg.c proto.h
85340 ____________________________________________________________________________
85341 [  6628] By: jhi                                   on 2000/08/15  03:08:02
85342         Log: Make the user to give up his firstborn, err, to knowingly
85343              verify installing an unstable developer release.  Also bump
85344              the release to 5.7.0, but leave a patch tag in the local
85345              patches saying that this is not yet the real thing.
85346      Branch: metaconfig
85347            ! U/modified/Instruct.U
85348      Branch: metaconfig/U/perl
85349            + Devel.U
85350      Branch: perl
85351            ! Configure patchlevel.h
85352 ____________________________________________________________________________
85353 [  6627] By: jhi                                   on 2000/08/14  22:32:52
85354         Log: README.os2 update.
85355              
85356              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
85357              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85358              Date: Wed, 02 Aug 2000 21:55:09 -0700
85359              Message-ID: <tsPi5gzkgegX092yn@efn.org>
85360      Branch: perl
85361            ! README.os2
85362 ____________________________________________________________________________
85363 [  6626] By: jhi                                   on 2000/08/14  21:00:02
85364         Log: Subject: Re: File::Temp problems on VMS in bleedperl
85365              From: Tim Jenness <timj@jach.hawaii.edu>
85366              cc: vmsperl@perl.org
85367              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
85368              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
85369      Branch: perl
85370            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
85371 ____________________________________________________________________________
85372 [  6625] By: jhi                                   on 2000/08/14  20:52:16
85373         Log: Add SUIDMAIL as was done for the CERT alert.
85374      Branch: perl
85375            ! patchlevel.h
85376 ____________________________________________________________________________
85377 [  6624] By: jhi                                   on 2000/08/14  20:48:50
85378         Log: Subject: sfio2000
85379              From: Daniel Muino <dmuino@afip.gov.ar>
85380              Date: Mon, 14 Aug 2000 16:58:11 -0300
85381              Message-ID: <20000814165811.B16368@con2-dgi>
85382      Branch: perl
85383            ! perlsdio.h perlsfio.h
85384 ____________________________________________________________________________
85385 [  6623] By: jhi                                   on 2000/08/14  20:47:36
85386         Log: Subject: warning: storage class after type is obsolescent
85387              From: Daniel Muino <dmuino@afip.gov.ar>
85388              Date: Mon, 14 Aug 2000 16:42:47 -0300
85389              Message-ID: <20000814164247.A16368@con2-dgi>
85390      Branch: perl
85391            ! regcomp.pl regnodes.h
85392 ____________________________________________________________________________
85393 [  6622] By: jhi                                   on 2000/08/14  20:43:05
85394         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
85395              From: abigail@foad.org
85396              Date: 14 Aug 2000 20:00:10 -0000
85397              Message-Id: <20000814200010.27271.qmail@foad.org>
85398      Branch: perl
85399            ! Changes
85400 ____________________________________________________________________________
85401 [  6621] By: jhi                                   on 2000/08/14  15:23:05
85402         Log: Update Changes.
85403      Branch: perl
85404            ! Changes
85405 ____________________________________________________________________________
85406 [  6620] By: jhi                                   on 2000/08/14  15:22:14
85407         Log: Subject: Re: [PATCH] @+, @- readonly
85408              From: Mike Guy <mjtg@cam.ac.uk>
85409              Date: Mon, 14 Aug 2000 15:26:55 +0100
85410              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
85411      Branch: perl
85412            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
85413            ! sv.c t/op/pat.t
85414 ____________________________________________________________________________
85415 [  6619] By: jhi                                   on 2000/08/14  14:12:08
85416         Log: Update Changes.
85417      Branch: perl
85418            ! Changes
85419 ____________________________________________________________________________
85420 [  6618] By: jhi                                   on 2000/08/14  14:09:34
85421         Log: For now remove the mail code.
85422      Branch: perl
85423            ! perl.c
85424 ____________________________________________________________________________
85425 [  6617] By: jhi                                   on 2000/08/14  14:08:28
85426         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
85427      Branch: perl
85428            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
85429            ! pod/perlfaq8.pod pod/perlsec.pod
85430 ____________________________________________________________________________
85431 [  6616] By: jhi                                   on 2000/08/14  14:00:11
85432         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
85433              From: Mike Guy <mjtg@cam.ac.uk>
85434              Date: Mon, 14 Aug 2000 08:26:02 +0100
85435              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
85436      Branch: perl
85437            ! lib/perl5db.pl
85438 ____________________________________________________________________________
85439 [  6615] By: jhi                                   on 2000/08/14  13:58:45
85440         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
85441              From: Mike Guy <mjtg@cam.ac.uk>
85442              Date: Mon, 14 Aug 2000 08:04:22 +0100
85443              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
85444      Branch: perl
85445            ! gv.c mg.c t/op/pat.t
85446 ____________________________________________________________________________
85447 [  6614] By: jhi                                   on 2000/08/14  13:56:45
85448         Log: Subject: Test fails / warnings with perl-current #6612
85449              From: Mike Guy <mjtg@cam.ac.uk>
85450              Date: Mon, 14 Aug 2000 07:57:23 +0100
85451              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
85452      Branch: perl
85453            ! t/lib/b.t t/lib/peek.t
85454 ____________________________________________________________________________
85455 [  6613] By: jhi                                   on 2000/08/14  13:45:33
85456         Log: VMS configure.com update continues.
85457      Branch: perl
85458            - vms/configure.com
85459            ! MANIFEST configure.com
85460 ____________________________________________________________________________
85461 [  6612] By: jhi                                   on 2000/08/13  22:13:35
85462         Log: Update Changes.
85463      Branch: perl
85464            ! Changes
85465 ____________________________________________________________________________
85466 [  6611] By: jhi                                   on 2000/08/13  16:21:45
85467         Log: Upgrade to CGI 2.71, from Lincoln Stein.
85468      Branch: perl
85469            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
85470 ____________________________________________________________________________
85471 [  6610] By: jhi                                   on 2000/08/13  15:09:16
85472         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
85473              From: Mike Guy <mjtg@cam.ac.uk>
85474              Date: Sun, 13 Aug 2000 13:45:51 +0100
85475              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
85476      Branch: perl
85477            ! t/op/regmesg.t
85478 ____________________________________________________________________________
85479 [  6609] By: jhi                                   on 2000/08/13  14:31:26
85480         Log: Andreas says that 1.56 is fine, so reverting back to it.
85481      Branch: perl
85482            ! lib/CPAN.pm
85483 ____________________________________________________________________________
85484 [  6608] By: jhi                                   on 2000/08/13  05:34:20
85485         Log: Update Changes.
85486      Branch: perl
85487            ! Changes
85488 ____________________________________________________________________________
85489 [  6607] By: jhi                                   on 2000/08/13  05:32:01
85490         Log: Put back the \z changes of #5406 to CPAN.pm.
85491      Branch: perl
85492            ! lib/CPAN.pm
85493 ____________________________________________________________________________
85494 [  6606] By: jhi                                   on 2000/08/13  05:20:16
85495         Log: Fix-n-skip the tests under 5005threads.
85496      Branch: perl
85497            ! t/lib/b.t
85498 ____________________________________________________________________________
85499 [  6605] By: jhi                                   on 2000/08/13  05:07:48
85500         Log: Fix the test for 5005threads.
85501      Branch: perl
85502            ! t/lib/peek.t
85503 ____________________________________________________________________________
85504 [  6604] By: jhi                                   on 2000/08/13  03:35:37
85505         Log: Should have deleted this in #6603.
85506      Branch: perl
85507            - vms/subconfigure.com
85508 ____________________________________________________________________________
85509 [  6603] By: jhi                                   on 2000/08/12  18:29:32
85510         Log: Rewrite of vms/subconfigure.com as configure.com,
85511              from Peter Prymmer and the vmsperl crew.
85512      Branch: perl
85513            + vms/configure.com
85514            ! MANIFEST
85515 ____________________________________________________________________________
85516 [  6602] By: jhi                                   on 2000/08/11  13:00:01
85517         Log: PlainText.pm is dead.
85518      Branch: perl
85519            - lib/Pod/PlainText.pm
85520            ! MANIFEST
85521 ____________________________________________________________________________
85522 [  6601] By: jhi                                   on 2000/08/11  04:06:45
85523         Log: Update Changes.
85524      Branch: perl
85525            ! Changes
85526 ____________________________________________________________________________
85527 [  6600] By: jhi                                   on 2000/08/11  04:06:10
85528         Log: Add a few missing files, update MANIFEST.
85529      Branch: perl
85530            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
85531            + lib/Pod/PlainText.pm t/pod/find.t
85532            ! MANIFEST t/op/regmesg.t
85533 ____________________________________________________________________________
85534 [  6599] By: jhi                                   on 2000/08/11  03:31:10
85535         Log: Add Perl debugging tutorial, regen toc. 
85536              
85537              Subject: perldebtut.pod
85538              From: Richard Foley <Richard.Foley@m.dasa.de>
85539              Date: Wed, 09 Aug 2000 10:17:15 +0200
85540              Message-id: <3991138B.262247B8@m.dasa.de>
85541      Branch: perl
85542            + pod/perldebtut.pod
85543            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
85544 ____________________________________________________________________________
85545 [  6598] By: jhi                                   on 2000/08/11  02:48:56
85546         Log: tiny Changes edit
85547      Branch: perl
85548            ! Changes
85549 ____________________________________________________________________________
85550 [  6597] By: jhi                                   on 2000/08/11  02:39:04
85551         Log: Tests for #6589.
85552              
85553              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
85554              From: simon@brecon.co.uk (Simon Cozens)
85555              Date: 11 Aug 2000 02:24:52 GMT
85556              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
85557      Branch: perl
85558            ! t/lib/b.t
85559 ____________________________________________________________________________
85560 [  6596] By: jhi                                   on 2000/08/11  01:50:07
85561         Log: Update Changes.
85562      Branch: perl
85563            ! Changes
85564 ____________________________________________________________________________
85565 [  6595] By: jhi                                   on 2000/08/11  01:47:16
85566         Log: nitfix
85567      Branch: perl
85568            ! Changes
85569 ____________________________________________________________________________
85570 [  6594] By: jhi                                   on 2000/08/11  01:36:16
85571         Log: Subject: Getting perlio and threads to compile
85572              From: Lupe Christoph <lupe@lupe-christoph.de>
85573              Date: Wed, 9 Aug 2000 11:35:54 +0200
85574              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
85575              
85576              (the Solaris version changes in Configure skipped)
85577      Branch: perl
85578            ! hints/solaris_2.sh thread.h
85579 ____________________________________________________________________________
85580 [  6593] By: jhi                                   on 2000/08/11  01:30:16
85581         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
85582              From: simon@brecon.co.uk (Simon Cozens)
85583              Date: 1 Aug 2000 06:55:19 GMT
85584              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
85585      Branch: perl
85586            ! lib/utf8.pm
85587 ____________________________________________________________________________
85588 [  6592] By: jhi                                   on 2000/08/11  01:26:39
85589         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
85590              From: Peter Scott <Peter@PeterScott.com>
85591              Date: Thu, 10 Aug 2000 08:23:27 -0700
85592              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
85593      Branch: perl
85594            ! lib/perl5db.pl
85595 ____________________________________________________________________________
85596 [  6591] By: jhi                                   on 2000/08/11  01:22:02
85597         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
85598              From: Hugo <hv@crypt.compulink.co.uk>
85599              Date: Thu, 10 Aug 2000 19:23:04 +0100
85600              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
85601      Branch: perl
85602            ! regexec.c t/op/pat.t
85603 ____________________________________________________________________________
85604 [  6590] By: jhi                                   on 2000/08/11  01:19:19
85605         Log: Preprocessing and postprocessing for File::Find.
85606              
85607              Subject: Patch to Find::File.pm to allow alphabetical results
85608              From: Joe Smith <jsmith@inwap.com>
85609              Date: Wed, 9 Aug 2000 02:44:54 -0700
85610              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
85611      Branch: perl
85612            ! lib/File/Find.pm
85613 ____________________________________________________________________________
85614 [  6589] By: jhi                                   on 2000/08/11  01:12:39
85615         Log: B::Deparse didn't do sub attributes.
85616              
85617              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
85618              From: simon@brecon.co.uk (Simon Cozens)
85619              Date: 9 Aug 2000 04:49:20 GMT
85620              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
85621      Branch: perl
85622            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
85623 ____________________________________________________________________________
85624 [  6588] By: jhi                                   on 2000/08/11  01:06:40
85625         Log: Subject: debugger "d" command doesnt check line number
85626              From: Mike Guy <mjtg@cam.ac.uk>
85627              Date: Tue, 08 Aug 2000 21:54:29 +0100
85628              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
85629      Branch: perl
85630            ! lib/perl5db.pl mg.c pod/perldiag.pod
85631 ____________________________________________________________________________
85632 [  6587] By: jhi                                   on 2000/08/11  00:45:03
85633         Log: sleep(1) does not necessarily return 1.
85634              
85635              Subject: [PATCH bleadperl] op/lex_assign.t  
85636              From: Hugo <hv@crypt.compulink.co.uk>
85637              Date: Thu, 03 Aug 2000 14:34:22 +0100        
85638              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
85639      Branch: perl
85640            ! t/op/lex_assign.t
85641 ____________________________________________________________________________
85642 [  6586] By: jhi                                   on 2000/08/11  00:31:50
85643         Log: Document the IO::Select timeout.
85644      Branch: perl
85645            ! ext/IO/lib/IO/Select.pm
85646 ____________________________________________________________________________
85647 [  6585] By: jhi                                   on 2000/08/11  00:13:54
85648         Log: Forgot contributor.
85649      Branch: perl
85650            ! Changes
85651 ____________________________________________________________________________
85652 [  6584] By: jhi                                   on 2000/08/11  00:09:19
85653         Log: detypo
85654      Branch: perl
85655            ! Changes
85656 ____________________________________________________________________________
85657 [  6583] By: jhi                                   on 2000/08/11  00:07:53
85658         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
85659              
85660              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
85661              From: Mike Guy <mjtg@cam.ac.uk> 
85662              Date: Thu, 10 Aug 2000 15:50:54 +0100
85663              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
85664      Branch: perl
85665            ! sv.c t/op/int.t
85666 ____________________________________________________________________________
85667 [  6582] By: jhi                                   on 2000/08/10  23:29:32
85668         Log: Update Changes.
85669      Branch: perl
85670            ! Changes
85671 ____________________________________________________________________________
85672 [  6581] By: jhi                                   on 2000/08/10  23:26:16
85673         Log: Put back the std @INC thing.
85674      Branch: perl
85675            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
85676            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
85677            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
85678            ! t/lib/gol-oo.t
85679 ____________________________________________________________________________
85680 [  6580] By: jhi                                   on 2000/08/10  23:03:34
85681         Log: Update to CGI 2.70, from Lincoln Stein.
85682      Branch: perl
85683            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
85684            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
85685            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
85686            ! t/lib/cgi-request.t
85687 ____________________________________________________________________________
85688 [  6579] By: jhi                                   on 2000/08/10  22:41:50
85689         Log: Update to CPAN 1.56, from Andreas König.
85690      Branch: perl
85691            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
85692 ____________________________________________________________________________
85693 [  6578] By: jhi                                   on 2000/08/10  22:38:13
85694         Log: Update to Pod::Parser 1.17, from Brad Appleton.
85695      Branch: perl
85696            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
85697            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
85698            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
85699            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
85700            ! t/pod/include.t t/pod/included.t t/pod/lref.t
85701            ! t/pod/multiline_items.t t/pod/nested_items.t
85702            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
85703            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
85704            ! t/pod/special_seqs.t
85705 ____________________________________________________________________________
85706 [  6577] By: jhi                                   on 2000/08/10  22:35:41
85707         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
85708      Branch: perl
85709            ! AUTHORS MAINTAIN
85710 ____________________________________________________________________________
85711 [  6576] By: jhi                                   on 2000/08/10  22:24:54
85712         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
85713      Branch: perl
85714            + t/lib/gol-oo.t
85715            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
85716            ! t/lib/gol-compat.t t/lib/gol-linkage.t
85717 ____________________________________________________________________________
85718 [  6575] By: jhi                                   on 2000/08/10  22:02:07
85719         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
85720      Branch: perl
85721            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
85722 ____________________________________________________________________________
85723 [  6574] By: jhi                                   on 2000/08/10  21:55:03
85724         Log: Iterating perl6 description.
85725      Branch: perl
85726            ! pod/perlfaq1.pod
85727 ____________________________________________________________________________
85728 [  6573] By: jhi                                   on 2000/08/10  21:48:26
85729         Log: Revert the sv.c part of #6559, a better fix is needed.
85730      Branch: perl
85731            ! sv.c
85732 ____________________________________________________________________________
85733 [  6572] By: jhi                                   on 2000/08/10  20:33:43
85734         Log: It's the 2ndO'ROSSC.
85735      Branch: perl
85736            ! pod/perlfaq1.pod
85737 ____________________________________________________________________________
85738 [  6571] By: jhi                                   on 2000/08/10  15:55:48
85739         Log: detypo
85740      Branch: perl
85741            ! pod/perlfaq1.pod
85742 ____________________________________________________________________________
85743 [  6570] By: jhi                                   on 2000/08/10  14:11:17
85744         Log: An exceptionally sticky typo.
85745      Branch: perl
85746            ! Changes
85747 ____________________________________________________________________________
85748 [  6569] By: jhi                                   on 2000/08/10  14:09:33
85749         Log: detypo (and test Changes updating script)
85750      Branch: perl
85751            ! Changes
85752 ____________________________________________________________________________
85753 [  6568] By: jhi                                   on 2000/08/10  14:07:07
85754         Log: Update Changes.
85755      Branch: perl
85756            ! Changes
85757 ____________________________________________________________________________
85758 [  6567] By: jhi                                   on 2000/08/10  14:06:19
85759         Log: Amend the description of Perl6.
85760              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
85761              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
85762              Date: Wed, 9 Aug 2000 22:11:06 -0500
85763              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
85764      Branch: perl
85765            ! pod/perlfaq1.pod
85766 ____________________________________________________________________________
85767 [  6566] By: jhi                                   on 2000/08/10  13:58:57
85768         Log: Subject: Remove dead entry in perldiag
85769              From: Mike Guy <mjtg@cam.ac.uk>
85770              Date: Thu, 10 Aug 2000 14:19:19 +0100
85771              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
85772      Branch: perl
85773            ! pod/perldiag.pod
85774 ____________________________________________________________________________
85775 [  6565] By: jhi                                   on 2000/08/10  13:51:48
85776         Log: Zero entries were skipped, fix from Adrian Goalby
85777              <argoalby@yahoo.co.uk>
85778      Branch: perl
85779            ! lib/unicode/Number.pl lib/unicode/mktables.PL
85780 ____________________________________________________________________________
85781 [  6564] By: jhi                                   on 2000/08/10  13:00:12
85782         Log: Subject: [PATCH 5.6.0] cygwin port
85783              From: "Fifer, Eric" <EFifer@sanwaint.com>
85784              Date: Thu, 10 Aug 2000 13:15:36 +0100
85785              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
85786      Branch: perl
85787            ! README.cygwin hints/cygwin.sh
85788 ____________________________________________________________________________
85789 [  6563] By: jhi                                   on 2000/08/10  12:55:16
85790         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
85791      Branch: perl
85792            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
85793 ____________________________________________________________________________
85794 [  6562] By: gsar                                  on 2000/08/10  08:38:39
85795         Log: warn is a macro, avoid using at a variable to avoid warnings
85796              in some configurations; readdir.t is too conservative in
85797              estimating number of *.t's
85798      Branch: perl
85799            ! t/op/readdir.t util.c
85800 ____________________________________________________________________________
85801 [  6561] By: jhi                                   on 2000/08/09  23:35:42
85802         Log: Update Changes.
85803      Branch: perl
85804            ! Changes
85805 ____________________________________________________________________________
85806 [  6560] By: jhi                                   on 2000/08/09  23:05:47
85807         Log: Subject: Re: enhanced(?) regex error messages
85808              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
85809              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
85810              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
85811              
85812              (plus two small patches sent privately)
85813              (this still seems to leave few test failures)
85814      Branch: perl
85815            + t/op/regmesg.t
85816            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
85817            ! t/pragma/warn/regcomp
85818 ____________________________________________________________________________
85819 [  6559] By: jhi                                   on 2000/08/09  20:41:18
85820         Log: (The fix did work but was not right, retracted in #6573)
85821              
85822              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
85823              From: Christian Kirsch <ck@held.mind.de>
85824              Date: Wed, 9 Aug 2000 17:05:17 +0200
85825              Message-Id: <20000809170517.A25389@held>
85826      Branch: perl
85827            ! sv.c t/pragma/locale.t
85828 ____________________________________________________________________________
85829 [  6558] By: jhi                                   on 2000/08/08  22:34:08
85830         Log: Tiny updates on the contributors list.
85831      Branch: perl
85832            ! Changes
85833 ____________________________________________________________________________
85834 [  6557] By: jhi                                   on 2000/08/08  19:34:28
85835         Log: Double check that we have a dirhandle.
85836      Branch: perl
85837            ! util.c
85838 ____________________________________________________________________________
85839 [  6556] By: jhi                                   on 2000/08/08  19:01:51
85840         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
85841              May be repopulated with fresh maintained examples.
85842      Branch: perl
85843            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
85844            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
85845            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
85846            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
85847            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
85848            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
85849            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
85850            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
85851            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
85852            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
85853            + lib/CGI/eg/wilogo_gif.uu
85854            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
85855            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
85856            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
85857            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
85858            - eg/cgi/frameset.cgi eg/cgi/index.html
85859            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
85860            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
85861            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
85862            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
85863            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
85864            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
85865            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
85866            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
85867            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
85868            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
85869            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
85870            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
85871            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
85872            - eg/van/vanish eg/who eg/wrapsuid
85873            ! MANIFEST
85874 ____________________________________________________________________________
85875 [  6555] By: jhi                                   on 2000/08/08  18:51:08
85876         Log: Delete chat2 as requested by Randal.
85877              
85878              Subject: Re: perlfaq8 coyness
85879              From: merlyn@stonehenge.com (Randal L. Schwartz) 
85880              Date: 15 May 2000 18:52:42 -0700 
85881              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
85882      Branch: perl
85883            - lib/chat2.pl
85884            ! MANIFEST
85885 ____________________________________________________________________________
85886 [  6554] By: jhi                                   on 2000/08/08  18:31:35
85887         Log: Regen global.sym.
85888      Branch: perl
85889            ! global.sym
85890 ____________________________________________________________________________
85891 [  6553] By: jhi                                   on 2000/08/08  18:28:13
85892         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
85893              (either perlbug or p5p ate the original), plus regen
85894              perlapi and perltoc. 
85895      Branch: perl
85896            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
85897            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
85898            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
85899            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
85900            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
85901            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
85902            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
85903            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
85904            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
85905            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
85906 ____________________________________________________________________________
85907 [  6552] By: jhi                                   on 2000/08/08  18:06:29
85908         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
85909              From: Mike Guy <mjtg@cam.ac.uk>
85910              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
85911              Date: Tue, 08 Aug 2000 15:51:27 +0100
85912      Branch: perl
85913            ! doop.c sv.h t/op/join.t t/pragma/overload.t
85914 ____________________________________________________________________________
85915 [  6551] By: jhi                                   on 2000/08/08  18:01:11
85916         Log: Re-apply #6549.
85917      Branch: perl
85918            ! lib/perl5db.pl
85919 ____________________________________________________________________________
85920 [  6550] By: jhi                                   on 2000/08/08  17:43:08
85921         Log: Accidental retraction of #6549.
85922      Branch: perl
85923            ! lib/perl5db.pl
85924 ____________________________________________________________________________
85925 [  6549] By: jhi                                   on 2000/08/08  17:40:04
85926         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
85927              From: Mike Guy <mjtg@cam.ac.uk>
85928              Date: Mon, 07 Aug 2000 21:49:58 +0100
85929              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
85930      Branch: perl
85931            ! lib/perl5db.pl
85932 ____________________________________________________________________________
85933 [  6548] By: jhi                                   on 2000/08/08  17:37:57
85934         Log: Document here-doc better.
85935              
85936              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
85937              From: Mike Guy <mjtg@cam.ac.uk>
85938              Date: Mon, 07 Aug 2000 14:02:09 +0100
85939              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
85940      Branch: perl
85941            ! pod/perldata.pod
85942 ____________________________________________________________________________
85943 [  6547] By: jhi                                   on 2000/08/08  17:33:34
85944         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
85945              From: "Randy J. Ray" <rjray@redhat.com>
85946              Date: Mon, 07 Aug 2000 19:12:25 -0700
85947              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
85948      Branch: perl
85949            ! perl.c pod/perlrun.pod
85950 ____________________________________________________________________________
85951 [  6546] By: jhi                                   on 2000/08/08  17:29:26
85952         Log: Subject: Re: enhanced(?) regex error messages 
85953              From: Hugo <hv@crypt.compulink.co.uk>
85954              Date: Tue, 08 Aug 2000 03:25:51 +0100
85955              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
85956              
85957              plus Capitalize the error messages, plus perldiag them.
85958      Branch: perl
85959            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
85960 ____________________________________________________________________________
85961 [  6545] By: jhi                                   on 2000/08/08  13:59:28
85962         Log: Augment #6539 a bit: don't croak if there's magic in the air.
85963              
85964              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
85965              From: Hugo <hv@crypt.compulink.co.uk>
85966              Date: Tue, 08 Aug 2000 03:02:03 +0100
85967              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
85968      Branch: perl
85969            ! pp.c t/op/bless.t
85970 ____________________________________________________________________________
85971 [  6544] By: jhi                                   on 2000/08/07  21:11:52
85972         Log: Make the test -w clean.
85973      Branch: perl
85974            ! t/op/bless.t
85975 ____________________________________________________________________________
85976 [  6543] By: jhi                                   on 2000/08/07  19:49:53
85977         Log: use warnings instead of $^W.
85978      Branch: perl
85979            ! t/op/bless.t
85980 ____________________________________________________________________________
85981 [  6542] By: jhi                                   on 2000/08/07  17:41:41
85982         Log: Disable a portability warning Because We Know What We Are Doing.
85983      Branch: perl
85984            ! t/op/bless.t
85985 ____________________________________________________________________________
85986 [  6541] By: jhi                                   on 2000/08/07  17:29:51
85987         Log: Tiny tidying on report_evil_fh().
85988      Branch: perl
85989            ! util.c
85990 ____________________________________________________________________________
85991 [  6540] By: jhi                                   on 2000/08/07  16:37:38
85992         Log: Make regular expression parse error messages easier to understand.
85993              
85994              Subject: Re: enhanced(?) regex error messages
85995              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
85996              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
85997              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
85998      Branch: perl
85999            ! regcomp.c
86000 ____________________________________________________________________________
86001 [  6539] By: jhi                                   on 2000/08/07  16:12:27
86002         Log: Make bless(REF, REF) a fatal error, add bless tests.
86003              
86004              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
86005              From: Hugo <hv@crypt.compulink.co.uk>
86006              Date: Mon, 07 Aug 2000 16:59:38 +0100
86007              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
86008      Branch: perl
86009            + t/op/bless.t
86010            ! MANIFEST pod/perldiag.pod pp.c sv.c
86011 ____________________________________________________________________________
86012 [  6538] By: jhi                                   on 2000/08/07  15:59:43
86013         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
86014              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
86015              Date: Thu, 3 Aug 2000 14:29:21 -0700
86016              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
86017      Branch: perl
86018            ! lib/lib_pm.PL
86019 ____________________________________________________________________________
86020 [  6537] By: jhi                                   on 2000/08/07  15:47:18
86021         Log: Retract #6419 for now since it breaks in AFS and MachTen.
86022      Branch: perl
86023            ! lib/Cwd.pm
86024 ____________________________________________________________________________
86025 [  6536] By: jhi                                   on 2000/08/07  15:05:29
86026         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
86027              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
86028              The security hole exists only in suidperls, which isn't
86029              installed or even built by default.
86030      Branch: perl
86031            ! perl.c
86032 ____________________________________________________________________________
86033 [  6535] By: jhi                                   on 2000/08/07  14:45:14
86034         Log: tr memory corruption fix from Simon Cozens.
86035      Branch: perl
86036            ! doop.c
86037 ____________________________________________________________________________
86038 [  6534] By: jhi                                   on 2000/08/06  11:38:16
86039         Log: Document a bit that UDP is not what you might think.
86040              
86041              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
86042              From: Lupe Christoph <lupe@lupe-christoph.de>
86043              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
86044              Date: Mon, 24 Jul 2000 08:59:15 +0200
86045      Branch: perl
86046            ! pod/perlipc.pod
86047 ____________________________________________________________________________
86048 [  6533] By: jhi                                   on 2000/08/06  11:35:01
86049         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
86050              From: Jeff Pinyan <jeffp@hut.crusoe.net>
86051              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
86052              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
86053      Branch: perl
86054            ! pod/perlfunc.pod
86055 ____________________________________________________________________________
86056 [  6532] By: jhi                                   on 2000/08/06  03:45:41
86057         Log: Have symbols for the IoTYPEs.
86058      Branch: perl
86059            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
86060 ____________________________________________________________________________
86061 [  6531] By: jhi                                   on 2000/08/06  01:33:55
86062         Log: Continue fixing the io warnings.  This also
86063              sort of fixes bug ID 20000802.003: the core dump
86064              is no more.  Whether the current behaviour is correct
86065              (giving a warning: "Not a format reference"), is another matter.
86066      Branch: perl
86067            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
86068            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
86069 ____________________________________________________________________________
86070 [  6530] By: jhi                                   on 2000/08/05  21:33:12
86071         Log: Change the Policy policy: now -Dprefix= with an existing
86072              Policy.sh and prefix == siteprefix == vendorprefix, then all
86073              of them follow along the new prefix.
86074              
86075              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
86076              From: Andy Dougherty <doughera@lafayette.edu>
86077              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
86078              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
86079      Branch: perl
86080            ! Policy_sh.SH
86081 ____________________________________________________________________________
86082 [  6529] By: jhi                                   on 2000/08/05  18:57:28
86083         Log: Zap lib/Sys directory when cleaning up.
86084      Branch: perl
86085            ! Makefile.SH
86086 ____________________________________________________________________________
86087 [  6528] By: jhi                                   on 2000/08/05  18:40:44
86088         Log: Essential prototype changes were missing from #6527.
86089              Also make report_evil_fh() more bomb-proof.
86090      Branch: perl
86091            ! embed.h util.c
86092 ____________________________________________________________________________
86093 [  6527] By: jhi                                   on 2000/08/05  03:22:05
86094         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
86095              From: "Ronald F. Guilmette" <rfg@monkeys.com>
86096              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
86097              Message-Id: <200007242247.PAA52177@monkeys.com>
86098      Branch: perl
86099            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
86100 ____________________________________________________________________________
86101 [  6526] By: jhi                                   on 2000/08/04  21:23:27
86102         Log: gcc versions might have (parentheses) in them.
86103      Branch: metaconfig/U/perl
86104            ! gccvers.U
86105      Branch: perl
86106            ! Configure config_h.SH
86107 ____________________________________________________________________________
86108 [  6525] By: jhi                                   on 2000/08/04  20:23:12
86109         Log: Weed buglets pointed out by
86110              
86111              From: Lupe Christoph <lupe@lupe-christoph.de>
86112              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
86113              Date: Fri, 4 Aug 2000 17:34:39 +0200
86114              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
86115      Branch: metaconfig/U/perl
86116            ! gccvers.U uselfs.U
86117      Branch: perl
86118            ! Configure config_h.SH
86119 ____________________________________________________________________________
86120 [  6524] By: jhi                                   on 2000/08/04  19:02:08
86121         Log: Warn under -w if lstat(FH) is attempted.
86122              
86123              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
86124              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
86125              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
86126              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
86127      Branch: perl
86128            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
86129            ! t/pragma/warn/pp_sys
86130 ____________________________________________________________________________
86131 [  6523] By: jhi                                   on 2000/08/04  12:31:11
86132         Log: Subject: New perlcc, take 2
86133              From: simon@brecon.co.uk (Simon Cozens)
86134              Date: 4 Aug 2000 06:21:04 GMT
86135              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
86136      Branch: perl
86137            ! utils/perlcc.PL
86138 ____________________________________________________________________________
86139 [  6522] By: jhi                                   on 2000/08/04  12:26:33
86140         Log: Subject: Re: Array vs. List context
86141              From: Daniel Chetlin <daniel@chetlin.com>
86142              Date: Fri, 4 Aug 2000 00:22:44 -0700
86143              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
86144      Branch: perl
86145            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
86146            ! pod/perlfaq4.pod
86147 ____________________________________________________________________________
86148 [  6521] By: jhi                                   on 2000/08/04  12:22:38
86149         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
86150              From: Raymund Will <ray@caldera.de>
86151              Date: Fri, 4 Aug 2000 12:07:09 +0200
86152              Message-Id: <20000804120709.A14982@caldera.de>
86153      Branch: perl
86154            ! configure.gnu
86155 ____________________________________________________________________________
86156 [  6520] By: jhi                                   on 2000/08/04  04:09:06
86157         Log: After the #6519 a warning about stat() is just that,
86158              not about a filetest, which now have their own warning.
86159      Branch: perl
86160            ! pod/perldiag.pod
86161 ____________________________________________________________________________
86162 [  6519] By: jhi                                   on 2000/08/04  04:06:30
86163         Log: In the warnings call filehandles consistently so;
86164              add "unopened" warning for stat().
86165      Branch: perl
86166            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
86167            ! t/pragma/warn/pp_sys
86168 ____________________________________________________________________________
86169 [  6518] By: jhi                                   on 2000/08/04  02:55:35
86170         Log: Subject: Minor tweak to perlvar.pod
86171              From: "Stephen P. Potter" <spp@ds.net>
86172              Date: Tue, 18 Apr 2000 09:26:03 -0400
86173              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
86174      Branch: perl
86175            ! pod/perlvar.pod
86176 ____________________________________________________________________________
86177 [  6517] By: jhi                                   on 2000/08/04  02:50:08
86178         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
86179              From: "Clinton Pierce" <cpierce1@ford.com>
86180              Date: Wed, 21 Jul 1999 16:45:31 -0400
86181              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
86182              
86183              Fix by Stephen Potter (visible in the bug db but not in p5p?)
86184      Branch: perl
86185            ! pod/perlfunc.pod pod/perlop.pod
86186 ____________________________________________________________________________
86187 [  6516] By: jhi                                   on 2000/08/04  02:09:25
86188         Log: This is 6512.  Really.
86189      Branch: perl
86190            ! dump.c
86191 ____________________________________________________________________________
86192 [  6515] By: jhi                                   on 2000/08/04  01:25:50
86193         Log: mention the idea of @( and @)
86194      Branch: perl
86195            ! Todo-5.6
86196 ____________________________________________________________________________
86197 [  6514] By: bailey                                on 2000/08/04  01:18:46
86198         Log: YA resync with mainstem, including VMS patches from others
86199      Branch: vmsperl
86200           +> (branch 48 files)
86201            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
86202           !> (integrate 354 files)
86203 ____________________________________________________________________________
86204 [  6513] By: jhi                                   on 2000/08/04  01:18:18
86205         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
86206              From: Mark Dickinson <dickins3@fas.harvard.edu>
86207              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
86208              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
86209      Branch: perl
86210            ! t/op/grent.t t/op/pwent.t
86211 ____________________________________________________________________________
86212 [  6512] By: jhi                                   on 2000/08/04  01:14:06
86213         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
86214              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86215              Date: Wed, 02 Aug 2000 10:51:01 +0100
86216              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
86217      Branch: perl
86218            ! sv.c
86219 ____________________________________________________________________________
86220 [  6511] By: jhi                                   on 2000/08/04  00:57:00
86221         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
86222              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
86223              Date: Thu, 03 Aug 2000 17:20:04 -0700
86224              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
86225      Branch: metaconfig
86226            ! U/modified/Cppsym.U
86227      Branch: perl
86228            ! Configure config_h.SH
86229 ____________________________________________________________________________
86230 [  6510] By: jhi                                   on 2000/08/04  00:25:28
86231         Log: detypo
86232      Branch: perl
86233            ! Makefile.SH
86234 ____________________________________________________________________________
86235 [  6509] By: jhi                                   on 2000/08/03  23:43:18
86236         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
86237              From: Dominic Dunlop <domo@computer.org>
86238              Date: Thu, 3 Aug 2000 22:16:46 +0200
86239              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
86240      Branch: perl
86241            ! t/op/sprintf.t
86242 ____________________________________________________________________________
86243 [  6508] By: jhi                                   on 2000/08/03  23:40:37
86244         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
86245              From: Hugo <hv@crypt.compulink.co.uk>
86246              Date: Thu, 03 Aug 2000 18:25:30 +0100
86247              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
86248      Branch: perl
86249            ! regcomp.c t/op/re_tests
86250 ____________________________________________________________________________
86251 [  6507] By: jhi                                   on 2000/08/03  23:38:28
86252         Log: Subject: [PATCH] sv.h documentation - SvLEN
86253              From: Mike Guy <mjtg@cam.ac.uk>
86254              Date: Thu, 03 Aug 2000 14:43:09 +0100
86255              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
86256      Branch: perl
86257            ! sv.h
86258 ____________________________________________________________________________
86259 [  6506] By: jhi                                   on 2000/08/03  15:49:14
86260         Log: Disable the fix_pl hack for now.
86261      Branch: perl
86262            ! Makefile.SH
86263 ____________________________________________________________________________
86264 [  6505] By: jhi                                   on 2000/08/03  13:49:04
86265         Log: Add a URL for FSF.
86266              
86267              Subject: Patch for README
86268              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
86269              Date: Wed, 2 Aug 2000 13:25:09 -0500
86270              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
86271      Branch: perl
86272            ! README
86273 ____________________________________________________________________________
86274 [  6504] By: jhi                                   on 2000/08/03  13:29:19
86275         Log: Be more informative on what is skipped and why,
86276              also repeat the list at the end.
86277      Branch: perl
86278            ! Porting/p4desc
86279 ____________________________________________________________________________
86280 [  6503] By: jhi                                   on 2000/08/03  13:07:05
86281         Log: Circumvent the removal of .patch by fix_pl.
86282              
86283              Subject: Re: [ID 20000802.011] unable to 'make test'          
86284              From: simon@brecon.co.uk (Simon Cozens) 
86285              Date: 3 Aug 2000 04:17:00 GMT
86286              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
86287      Branch: perl
86288            ! Makefile.SH
86289 ____________________________________________________________________________
86290 [  6502] By: jhi                                   on 2000/08/03  00:14:34
86291         Log: Add the missing setproctitle unit.
86292      Branch: metaconfig/U/perl
86293            + d_setproctitle.U
86294 ____________________________________________________________________________
86295 [  6501] By: jhi                                   on 2000/08/03  00:00:26
86296         Log: The subtest 4 may fail also on VOBS, as pointed out
86297              by Nick Ing-Simmons in November 1999, bug id 19991124.003
86298              (but the failure in that bug report isn't the subtest 4).
86299      Branch: perl
86300            ! t/op/stat.t
86301 ____________________________________________________________________________
86302 [  6500] By: jhi                                   on 2000/08/02  23:49:30
86303         Log: Better skip message for the test; one of the two problems in
86304              
86305              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
86306              From: Lupe Christoph <lupe@lupe-christoph.de>
86307              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
86308              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
86309      Branch: perl
86310            ! t/op/numconvert.t
86311 ____________________________________________________________________________
86312 [  6499] By: jhi                                   on 2000/08/02  22:49:16
86313         Log: Allow "no Module;" even if there is no 'unimport'.
86314              
86315              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
86316              From: mjd@plover.com
86317              Date: 24 Mar 2000 15:24:34 -0000
86318              Message-Id: <20000324152434.15160.qmail@plover.com>
86319      Branch: perl
86320            ! gv.c
86321 ____________________________________________________________________________
86322 [  6498] By: jhi                                   on 2000/08/02  22:42:58
86323         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
86324              that are hopefully soon put into use.
86325      Branch: perl
86326            ! opcode.h opcode.pl opnames.h
86327 ____________________________________________________________________________
86328 [  6497] By: gsar                                  on 2000/08/02  22:28:59
86329         Log: require.t needs binmode() to work on windows
86330      Branch: perl
86331            ! t/comp/require.t
86332 ____________________________________________________________________________
86333 [  6496] By: jhi                                   on 2000/08/02  22:08:51
86334         Log: Document the IVdf UVuf UVof UVxf.
86335      Branch: perl
86336            ! pod/perlguts.pod
86337 ____________________________________________________________________________
86338 [  6495] By: jhi                                   on 2000/08/02  21:54:26
86339         Log: detypo #6494
86340      Branch: perl
86341            ! ext/Data/Dumper/Dumper.xs
86342 ____________________________________________________________________________
86343 [  6494] By: jhi                                   on 2000/08/02  21:49:17
86344         Log: Dump UVs as UVs in Data::Dumper.
86345              
86346              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
86347              From: Gurusamy Sarathy <gsar@ActiveState.com>
86348              Date: Thu, 27 Apr 2000 12:26:25 -0700
86349              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
86350      Branch: perl
86351            ! ext/Data/Dumper/Dumper.xs
86352 ____________________________________________________________________________
86353 [  6493] By: jhi                                   on 2000/08/02  17:01:58
86354         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
86355              From: Hugo <hv@crypt.compulink.co.uk>
86356              Date: Wed, 02 Aug 2000 14:53:56 +0100
86357              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
86358      Branch: perl
86359            ! regexec.c t/op/re_tests
86360 ____________________________________________________________________________
86361 [  6492] By: jhi                                   on 2000/08/02  15:02:46
86362         Log: The new setproctitle() feature is available only in 
86363              bleeding edge FreeBSD.  From Paul Saab.
86364      Branch: perl
86365            ! mg.c
86366 ____________________________________________________________________________
86367 [  6491] By: jhi                                   on 2000/08/02  13:34:36
86368         Log: The tr utf8 patching continues.
86369              
86370              Subject: Re: #6469, too many tests claimed in require.t
86371              From: simon@brecon.co.uk (Simon Cozens)
86372              Date: 2 Aug 2000 02:37:17 GMT
86373              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
86374              
86375              (the logic of the test was the wrong way round in the patch)
86376      Branch: perl
86377            ! doop.c
86378 ____________________________________________________________________________
86379 [  6490] By: jhi                                   on 2000/08/02  13:27:38
86380         Log: The name of a filehandle does not have <these>.
86381      Branch: perl
86382            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
86383            ! t/pragma/warn/pp_sys util.c
86384 ____________________________________________________________________________
86385 [  6489] By: jhi                                   on 2000/08/02  04:26:46
86386         Log: Remove the extraneous "main::" prefix from all the
86387              "opened only for", "on closed", and "never opened" warnings.
86388              
86389              Subject: Re: inappropriate warning
86390              From: Gurusamy Sarathy <gsar@ActiveState.com>
86391              Date: Mon, 20 Mar 2000 11:28:02 -0800
86392              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
86393      Branch: perl
86394            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
86395            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
86396            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
86397 ____________________________________________________________________________
86398 [  6488] By: jhi                                   on 2000/08/02  03:02:57
86399         Log: memcpy has n o in it, as pinted ut by Sarathy.
86400      Branch: perl
86401            ! pod/perlguts.pod
86402 ____________________________________________________________________________
86403 [  6487] By: jhi                                   on 2000/08/02  02:44:51
86404         Log: Document in one place the memory abstractions used in Perl core.
86405              
86406              Subject: Re: Memory abstraction
86407              From: simon@brecon.co.uk (Simon Cozens)
86408              Date: 2 Aug 2000 02:20:23 GMT
86409              Organization: Earth.li Origins
86410      Branch: perl
86411            ! pod/perlguts.pod
86412 ____________________________________________________________________________
86413 [  6486] By: jhi                                   on 2000/08/02  02:41:57
86414         Log: regen_headers, regen perltoc.
86415      Branch: perl
86416            ! perlapi.c pod/perltoc.pod
86417 ____________________________________________________________________________
86418 [  6485] By: jhi                                   on 2000/08/02  01:43:33
86419         Log: "This little thing tests for a file .patch, and if it contains
86420              a number, pops into patchlevel.h" (making it easier to track
86421              which development version people are reporting bugs against)
86422              
86423              Subject: Patchlevel autogeneration for repository perls
86424              From: simon@brecon.co.uk (Simon Cozens)
86425              Date: 14 Jul 2000 07:12:15 GMT
86426              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
86427      Branch: perl
86428            + fix_pl
86429            ! MANIFEST Makefile.SH
86430 ____________________________________________________________________________
86431 [  6484] By: jhi                                   on 2000/08/02  01:32:54
86432         Log: FreeBSD 3.* updates from
86433              
86434              From: Paul Saab <ps@yahoo-inc.com>
86435              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
86436              Date: Tue, 1 Aug 2000 15:41:39 -0700
86437              Message-Id: <20000801154139.A53740@yahoo-inc.com>
86438      Branch: perl
86439            ! hints/freebsd.sh
86440 ____________________________________________________________________________
86441 [  6483] By: jhi                                   on 2000/08/02  01:27:44
86442         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
86443              instead one must use setproctitle().  This was already addressed
86444              by change #6457, but the below has a new variant for FreeBSD 4.0
86445              or later, and the matter is also documented more.
86446              
86447              From: Paul Saab <ps@yahoo-inc.com>
86448              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
86449              Date: Tue, 1 Aug 2000 15:41:39 -0700
86450              Message-Id: <20000801154139.A53740@yahoo-inc.com>
86451      Branch: metaconfig/U/perl
86452            + i_libutil.U
86453      Branch: perl
86454            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
86455 ____________________________________________________________________________
86456 [  6482] By: jhi                                   on 2000/08/01  22:17:32
86457         Log: The test from this
86458              
86459              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
86460              Date: Sat, 15 Apr 2000 17:03:44 +0100
86461              From: Tom Hughes <tom@compton.nu>
86462              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
86463              
86464              was missing, the code change went in as #5989
86465              (which had a different test?)
86466      Branch: perl
86467            ! t/op/misc.t
86468 ____________________________________________________________________________
86469 [  6481] By: jhi                                   on 2000/08/01  21:48:38
86470         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
86471              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
86472              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
86473              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
86474      Branch: perl
86475            ! perl.h
86476 ____________________________________________________________________________
86477 [  6480] By: jhi                                   on 2000/08/01  18:05:28
86478         Log: Make p4desc to skip non-mainperl branches by default.
86479      Branch: perl
86480            ! Porting/p4desc
86481 ____________________________________________________________________________
86482 [  6479] By: jhi                                   on 2000/08/01  17:29:19
86483         Log: If gccosandvers is equal to osname, clear gccosandvers.
86484      Branch: metaconfig/U/perl
86485            ! gccvers.U
86486      Branch: perl
86487            ! Configure config_h.SH
86488 ____________________________________________________________________________
86489 [  6478] By: jhi                                   on 2000/08/01  15:54:08
86490         Log: BOM patching from Simon Cozens.
86491      Branch: perl
86492            ! toke.c
86493 ____________________________________________________________________________
86494 [  6477] By: jhi                                   on 2000/08/01  04:50:33
86495         Log: Stash away the largefiles flags and libswanted.
86496      Branch: perl
86497            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
86498 ____________________________________________________________________________
86499 [  6476] By: gsar                                  on 2000/08/01  04:24:24
86500         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
86501              on Windows)
86502      Branch: perl
86503            ! t/pragma/utf8.t utf8.c win32/win32.c
86504 ____________________________________________________________________________
86505 [  6475] By: jhi                                   on 2000/08/01  03:35:24
86506         Log: Make chr() for values >127 to create utf8 when under utf8.
86507              
86508              Subject: Re: uft8/chr()
86509              From: simon@brecon.co.uk (Simon Cozens)
86510              Date: 1 Aug 2000 02:37:02 GMT
86511              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
86512      Branch: perl
86513            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
86514 ____________________________________________________________________________
86515 [  6474] By: jhi                                   on 2000/08/01  02:36:18
86516         Log: In Digital UNIX warn if gcc explicitly chosen because even
86517              2.95.2 is known to cause problems.
86518      Branch: perl
86519            ! hints/dec_osf.sh
86520 ____________________________________________________________________________
86521 [  6473] By: jhi                                   on 2000/08/01  02:00:56
86522         Log: Make the safety catch for buggy gccs work with triple version
86523              numbers like 2.95.2.  Reported in
86524              
86525              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
86526              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
86527              Date: Mon, 31 Jul 2000 14:55:06 +0200
86528              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
86529      Branch: perl
86530            ! hints/dec_osf.sh
86531 ____________________________________________________________________________
86532 [  6472] By: jhi                                   on 2000/08/01  01:13:33
86533         Log: Subject: fix and question re: waitpid() under win32
86534              From: Brian Clarke <clarke@appliedmeta.com>
86535              Date: Fri, 28 Jul 2000 15:18:29 -0400
86536              Message-ID: <3981DC85.290314EB@appliedmeta.com>
86537              
86538              Slightly reformatted and WNOHANG # define moved to win32.h
86539              so that also POSIX.xs sees it, as suggsted by Sarathy.
86540      Branch: perl
86541            ! win32/win32.c win32/win32.h
86542 ____________________________________________________________________________
86543 [  6471] By: jhi                                   on 2000/08/01  00:55:05
86544         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
86545              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86546              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
86547              Date: Mon, 31 Jul 2000 13:28:51 +0100
86548              
86549              (aka ID 20000730.002)
86550      Branch: perl
86551            ! op.c t/op/tr.t
86552 ____________________________________________________________________________
86553 [  6470] By: jhi                                   on 2000/07/31  23:34:42
86554         Log: Document the problem with -P in HP-UX and its workaround.
86555              
86556              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
86557              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
86558              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
86559              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
86560      Branch: perl
86561            ! README.hpux
86562 ____________________________________________________________________________
86563 [  6469] By: jhi                                   on 2000/07/31  04:15:02
86564         Log: The swallow_bom() saga continues.  The #23 of require.t
86565              (UTF16-LE) still fails (silently, no output) but the #22
86566              (UTF16-BE) seems to be working now.  The root of the
86567              failure may be in sv_gets(): is it UTF-16LE-aware,
86568              especially when it comes to line endings? 
86569      Branch: perl
86570            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
86571            ! t/comp/require.t toke.c utf8.c
86572 ____________________________________________________________________________
86573 [  6468] By: jhi                                   on 2000/07/30  19:05:48
86574         Log: Find green threads before native threads.
86575              
86576              Subject: Re: Patch to jpl/JNI/Makefile.PL
86577              From: Jens Thomsen <jens@fiend.cis.com>
86578              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
86579              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
86580      Branch: perl
86581            ! jpl/JNI/Makefile.PL
86582 ____________________________________________________________________________
86583 [  6467] By: jhi                                   on 2000/07/30  18:36:22
86584         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
86585      Branch: perl
86586            ! doop.c
86587 ____________________________________________________________________________
86588 [  6466] By: jhi                                   on 2000/07/30  04:37:29
86589         Log: A new version of the "remove UPPERACSE string comparison"
86590              operators.  The problem with the previous one (change #6454)
86591              was that it was for Perl 5.6.0.  From Paul Marquess.
86592      Branch: perl
86593            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
86594            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
86595            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
86596 ____________________________________________________________________________
86597 [  6465] By: jhi                                   on 2000/07/29  22:39:56
86598         Log: Do not upgrade SVs into utf8 just because they participate
86599              in eq or cmp.  Reported and fix suggested in
86600              
86601              Subject: [ID 20000720.009] sv_eq UTF8 bug
86602              From: "Simon Cozens" <simon@othersideofthe.earth.li>
86603              Date: 21 Jul 2000 04:37:29 -0000
86604              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
86605              
86606              Exercise for the kind reader: should we or should we not
86607              cache the utf8 conversion alongside the SV? (as magic,
86608              as the strxfrm()ed version is cached under use locale)
86609              Argue both for and against.
86610      Branch: perl
86611            ! sv.c
86612 ____________________________________________________________________________
86613 [  6464] By: jhi                                   on 2000/07/29  22:36:22
86614         Log: Subject: UTF8 concat
86615              From: simon@brecon.co.uk (Simon Cozens) 
86616              Date: 30 Jun 2000 06:13:25 GMT
86617              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
86618              
86619              (with a memory leak fixed, plus a few casts added)
86620              
86621              This also seems to help for
86622              
86623              Subject: [ID 20000716.015] join UTF8 weirdness
86624              From: root <root@ak-71.mind.de> 
86625              Date: Sat, 15 Jul 2000 15:29:54 +0200
86626              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
86627              
86628              (from Andreas König)
86629      Branch: perl
86630            ! pp_hot.c
86631 ____________________________________________________________________________
86632 [  6463] By: jhi                                   on 2000/07/29  00:55:39
86633         Log: Tune the comments and hopefully stop a memory leak.
86634      Branch: perl
86635            ! toke.c utf8.c
86636 ____________________________________________________________________________
86637 [  6462] By: jhi                                   on 2000/07/29  00:16:53
86638         Log: The problem described in this
86639              
86640              Subject: [ID 20000322.018] named chars aren't magical enough
86641              From: root <root@dixie.cscaper.com>     
86642              Date: Wed, 22 Mar 2000 18:37:42 -0700
86643              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
86644              
86645              has been fixed in perl 5.6.0 but just in case added a test
86646              to keep it away.  (The report from Joseph Hall.)
86647      Branch: perl
86648            ! t/lib/charnames.t
86649 ____________________________________________________________________________
86650 [  6461] By: jhi                                   on 2000/07/28  23:56:36
86651         Log: Tiny fixes for #6460.
86652      Branch: metaconfig/U/perl
86653            ! gccvers.U
86654      Branch: perl
86655            ! Configure config_h.SH
86656 ____________________________________________________________________________
86657 [  6460] By: jhi                                   on 2000/07/28  23:24:41
86658         Log: Warn if the version of the operating system used to compile gcc
86659              differs from the current version of the operating system.
86660              Also display the gcc compilation os and version in myconfig.
86661              Inspiration from
86662              
86663              Subject: Re: [ID 20000710.003] ERRORS!!         
86664              From: "Kurt D. Starsinic" <kstar@chapin.edu>
86665              Date: Mon, 10 Jul 2000 15:54:16 -0400
86666              Message-ID: <20000710155416.A1384@O2.chapin.edu>
86667      Branch: metaconfig/U/perl
86668            ! gccvers.U
86669      Branch: perl
86670            ! Configure config_h.SH myconfig.SH
86671 ____________________________________________________________________________
86672 [  6459] By: jhi                                   on 2000/07/28  22:00:32
86673         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
86674              letter to $Config{osvers}.
86675      Branch: metaconfig
86676            ! U/modified/Oldconfig.U
86677      Branch: perl
86678            ! Configure config_h.SH
86679 ____________________________________________________________________________
86680 [  6458] By: jhi                                   on 2000/07/28  04:15:39
86681         Log: Back out #6454, doesn't seem to work.
86682              (Reason: that patch was for perl 5.6.0, not perl-current)
86683              (A version of the patch for perl-current came in later as #6466)
86684      Branch: perl
86685            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
86686            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
86687            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
86688 ____________________________________________________________________________
86689 [  6457] By: jhi                                   on 2000/07/27  23:31:49
86690         Log: Use setproctitle() if available to modify $0.
86691              
86692              Subject: setting $* on BSD4 broken
86693              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
86694              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
86695              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
86696      Branch: metaconfig
86697            ! U/modified/Myinit.U
86698      Branch: perl
86699            ! Configure config_h.SH mg.c
86700 ____________________________________________________________________________
86701 [  6456] By: jhi                                   on 2000/07/27  14:50:47
86702         Log: Allow "no AutoLoader;", based on change #6444,
86703              suggested by Graham Barr.
86704      Branch: perl
86705            ! lib/AutoLoader.pm
86706 ____________________________________________________________________________
86707 [  6455] By: jhi                                   on 2000/07/27  14:19:10
86708         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
86709              From: rspier@pobox.com (Robert Spier)
86710              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
86711              Message-ID: <14720.15855.787664.424783@rls.cx>
86712      Branch: perl
86713            ! pod/perldiag.pod
86714 ____________________________________________________________________________
86715 [  6454] By: jhi                                   on 2000/07/27  14:03:02
86716         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
86717              for a long time).
86718              
86719              Reported in
86720              
86721              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
86722              From: Ryan Herbert <rherbert@sycamorehq.com>
86723              Date: Mon, 17 Jul 2000 11:40:42 -0400
86724              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
86725              
86726              Patched in
86727              
86728              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
86729              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
86730              Date: Wed, 26 Jul 2000 23:40:18 +0100
86731              Message-ID: <000001bff752$79511880$0a17073e@tiny>
86732              
86733              based on an earlier patch from Stephen P. Potter.
86734              
86735              (Removed later by change #6458 because this patch was for
86736              perl 5.6.0, not perl-current)
86737      Branch: perl
86738            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
86739            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
86740            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
86741 ____________________________________________________________________________
86742 [  6453] By: jhi                                   on 2000/07/27  13:48:02
86743         Log: Subject: [PATCH] fixes bug 20000508.004
86744              From: Michael Stevens <mstevens@globnix.org>
86745              Date: Thu, 27 Jul 2000 13:49:04 +0100
86746              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
86747      Branch: perl
86748            ! pod/perldata.pod
86749 ____________________________________________________________________________
86750 [  6452] By: jhi                                   on 2000/07/26  23:51:26
86751         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
86752              and Craig A. Berry.
86753      Branch: perl
86754            ! lib/File/Temp.pm pod/perlport.pod
86755 ____________________________________________________________________________
86756 [  6451] By: jhi                                   on 2000/07/26  19:43:30
86757         Log: Be wary of close()s, too.
86758              
86759              Subject: Re: [PATCH] perlbug cleanup
86760              From: Tim Jenness <t.jenness@jach.hawaii.edu>
86761              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
86762              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
86763      Branch: perl
86764            ! utils/perlbug.PL
86765 ____________________________________________________________________________
86766 [  6450] By: jhi                                   on 2000/07/26  18:41:40
86767         Log: Subject: Minor doc patch: handy.h
86768              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
86769              Date: Wed, 26 Jul 2000 15:34:25 -0300
86770              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
86771      Branch: perl
86772            ! handy.h pod/perlapi.pod
86773 ____________________________________________________________________________
86774 [  6449] By: jhi                                   on 2000/07/26  18:23:55
86775         Log: Subject: [PATCH] minor doc change - perlguts
86776              From: Michael Stevens <mstevens@globnix.org>
86777              Date: Thu, 13 Jul 2000 12:39:18 +0100
86778              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
86779      Branch: perl
86780            ! pod/perlguts.pod
86781 ____________________________________________________________________________
86782 [  6448] By: jhi                                   on 2000/07/26  18:20:30
86783         Log: open() wariness in perlbug.
86784              
86785              Subject: [PATCH] perlbug cleanup
86786              From: Michael Stevens <mstevens@globnix.org>
86787              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
86788              Date: Thu, 13 Jul 2000 15:52:23 +0100
86789      Branch: perl
86790            ! utils/perlbug.PL
86791 ____________________________________________________________________________
86792 [  6447] By: jhi                                   on 2000/07/26  18:13:04
86793         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
86794      Branch: perl
86795            ! lib/File/Temp.pm t/lib/ftmp-security.t
86796 ____________________________________________________________________________
86797 [  6446] By: jhi                                   on 2000/07/26  18:06:32
86798         Log: docfix from Peter Scott <Peter@PSDT.com>.
86799      Branch: perl
86800            ! pod/perlfunc.pod
86801 ____________________________________________________________________________
86802 [  6445] By: jhi                                   on 2000/07/26  17:53:31
86803         Log: Fix *foo{FORMAT}.
86804              
86805              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
86806              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
86807              Date: Wed, 26 Jul 2000 19:51:02 +0200
86808              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
86809              
86810              From: Graham Barr <gbarr@pobox.com>
86811              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
86812              Date: Wed, 26 Jul 2000 17:38:36 +0100
86813              Message-ID: <20000726173836.L472@pobox.com>
86814      Branch: perl
86815            ! pp.c sv.c t/op/gv.t
86816 ____________________________________________________________________________
86817 [  6444] By: jhi                                   on 2000/07/26  17:49:14
86818         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
86819              from Graham Barr in the module list.
86820      Branch: perl
86821            ! gv.c pod/perlobj.pod
86822 ____________________________________________________________________________
86823 [  6443] By: jhi                                   on 2000/07/26  16:06:56
86824         Log: More split() doc and test patches from Mike Guy.
86825      Branch: perl
86826            ! pod/perlfunc.pod t/op/split.t
86827 ____________________________________________________________________________
86828 [  6442] By: jhi                                   on 2000/07/26  16:05:30
86829         Log: MacOS nits from Matthias Neeracher.
86830      Branch: perl
86831            ! perl.c pp_ctl.c
86832 ____________________________________________________________________________
86833 [  6441] By: jhi                                   on 2000/07/26  04:39:57
86834         Log: Subject: [PATCH] split /^/
86835              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86836              Date: Tue, 25 Jul 2000 14:18:57 +0100
86837              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
86838              
86839              (with notes from tchrist and gbarr)
86840      Branch: perl
86841            ! pod/perlfunc.pod t/op/split.t
86842 ____________________________________________________________________________
86843 [  6440] By: jhi                                   on 2000/07/26  04:32:32
86844         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
86845              From: Peter Prymmer <pvhp@forte.com>
86846              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
86847              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
86848      Branch: perl
86849            ! vms/munchconfig.c
86850 ____________________________________________________________________________
86851 [  6439] By: jhi                                   on 2000/07/26  04:31:01
86852         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
86853              to be fatal errors (instead of by default ignoring them, and
86854              ignoring with a bug: even though -w gave an error, the opening [
86855              was left in)  Reported in:
86856              
86857              Subject: [ID 20000716.024] [=cc=] / [:blank:]
86858              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
86859              Date: Sun, 16 Jul 2000 17:55:29 -0700
86860              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
86861      Branch: perl
86862            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
86863 ____________________________________________________________________________
86864 [  6438] By: jhi                                   on 2000/07/25  15:41:15
86865         Log: Subject: [PATCH] av.c apidoc
86866              From: simon@brecon.co.uk (Simon Cozens)
86867              Date: 24 Jul 2000 06:40:52 GMT
86868              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
86869      Branch: perl
86870            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
86871            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
86872 ____________________________________________________________________________
86873 [  6437] By: jhi                                   on 2000/07/25  14:05:36
86874         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
86875              From: "Stephen P. Potter" <spp@ds.net>
86876              Date: Mon, 24 Jul 2000 14:22:23 -0400
86877              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
86878      Branch: perl
86879            ! pod/perllocale.pod
86880 ____________________________________________________________________________
86881 [  6436] By: jhi                                   on 2000/07/25  14:02:03
86882         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
86883              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86884              Date: Mon, 24 Jul 2000 18:04:28 +0100
86885              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
86886      Branch: perl
86887            ! t/lib/syslfs.t t/op/lfs.t
86888 ____________________________________________________________________________
86889 [  6435] By: jhi                                   on 2000/07/25  13:59:28
86890         Log: Get UTF16 BOMs working.  Patch from
86891              
86892              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
86893              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86894              Date: Tue, 25 Jul 2000 12:52:45 +0100
86895              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
86896              
86897              and notes from
86898              
86899              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
86900              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86901              Date: Tue, 25 Jul 2000 11:43:25 +0100
86902              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
86903      Branch: perl
86904            ! t/comp/require.t toke.c utf8.c
86905 ____________________________________________________________________________
86906 [  6434] By: jhi                                   on 2000/07/25  02:39:54
86907         Log: Make the "uninit variable" warning to say "concat or string"
86908              or "join or string" when in concat or join .
86909              
86910              Subject: Re: [ID 20000403.009] uninitialised concatenation???
86911              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86912              Date: Tue, 04 Apr 2000 18:22:58 +0100
86913              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
86914              
86915              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
86916              From: William R Ward <hermit@BayView.COM>
86917              Date: Thu, 30 Mar 2000 19:50:03 -0800
86918              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
86919      Branch: perl
86920            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
86921            ! t/pragma/warn/op t/pragma/warn/sv
86922 ____________________________________________________________________________
86923 [  6433] By: jhi                                   on 2000/07/24  17:52:56
86924         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
86925      Branch: perl
86926            ! lib/File/Spec/VMS.pm
86927 ____________________________________________________________________________
86928 [  6432] By: jhi                                   on 2000/07/24  17:44:44
86929         Log: Test cases for #6431.
86930              
86931              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
86932              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86933              Date: Mon, 24 Jul 2000 15:32:29 +0100
86934              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
86935      Branch: perl
86936            ! t/op/pat.t t/op/split.t
86937 ____________________________________________________________________________
86938 [  6431] By: jhi                                   on 2000/07/24  17:43:17
86939         Log: Bind op fix.
86940              
86941              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
86942              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86943              Date: Mon, 17 Jul 2000 20:04:56 +0100
86944              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
86945      Branch: perl
86946            ! op.c
86947 ____________________________________________________________________________
86948 [  6430] By: jhi                                   on 2000/07/24  03:42:42
86949         Log: Subject: [ID 20000716.023] syslog test fails without sockets
86950              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
86951              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
86952              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
86953      Branch: metaconfig/U/perl
86954            ! Extensions.U
86955      Branch: perl
86956            ! Configure config_h.SH
86957 ____________________________________________________________________________
86958 [  6429] By: jhi                                   on 2000/07/24  03:11:52
86959         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
86960              case, but add also notes explaining the relationship of this
86961              patch and the earlier notes by Sarathy.
86962              
86963              Subject: Map is still slow
86964              From: "Ben Tilly" <ben_tilly@hotmail.com>
86965              Date: Sat, 15 Jul 2000 17:23:27 EDT
86966              Message-ID: <20000715212327.21656.qmail@hotmail.com>
86967      Branch: perl
86968            ! pp_ctl.c
86969 ____________________________________________________________________________
86970 [  6428] By: jhi                                   on 2000/07/24  02:58:52
86971         Log: Documentation to explain the behaviour of map().
86972              
86973              Subject: Re: Map is still slow 
86974              From: Gurusamy Sarathy <gsar@ActiveState.com>
86975              Date: Sat, 15 Jul 2000 16:05:09 -0700
86976              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
86977      Branch: perl
86978            ! pp_ctl.c
86979 ____________________________________________________________________________
86980 [  6427] By: jhi                                   on 2000/07/24  02:50:03
86981         Log: Add tests for
86982              [ID 19991110.003] another matching finding by pcre author
86983              which has already been fixed by some patch, as verified in
86984              
86985              Subject: Re: two regex bugs from the mists of time (well, last November)
86986              From: Hugo <hv@crypt.compulink.co.uk>
86987              Date: Sat, 22 Jul 2000 18:12:58 +0100
86988              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
86989      Branch: perl
86990            ! t/op/re_tests
86991 ____________________________________________________________________________
86992 [  6426] By: jhi                                   on 2000/07/24  02:11:20
86993         Log: A missing 'break' after the [[:space:]] switch case.
86994              
86995              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
86996              From: "Stephen P. Potter" <spp@ds.net>
86997              Date: Tue, 18 Jul 2000 16:25:17 -0400
86998              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
86999      Branch: perl
87000            ! regcomp.c
87001 ____________________________________________________________________________
87002 [  6425] By: jhi                                   on 2000/07/24  02:06:12
87003         Log: The output might have been produced in the wrong order.
87004              
87005              Subject: [ID 20000720.003] [PATCH] t/op/write.t
87006              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87007              Date: Thu, 20 Jul 2000 18:49:18 +0100
87008              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
87009      Branch: perl
87010            ! t/op/write.t
87011 ____________________________________________________________________________
87012 [  6424] By: jhi                                   on 2000/07/24  02:00:07
87013         Log: Use STDOUT consistently.
87014              
87015              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
87016              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87017              Date: Thu, 20 Jul 2000 18:04:01 +0100
87018              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
87019      Branch: perl
87020            ! lib/Test/Harness.pm
87021 ____________________________________________________________________________
87022 [  6423] By: jhi                                   on 2000/07/24  01:54:54
87023         Log: Protect against "wild next"s, that is, callbacks doing "next"
87024              instead of "return".
87025              
87026              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
87027              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87028              Date: Tue, 18 Jul 2000 11:30:16 +0100
87029              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
87030      Branch: perl
87031            ! lib/File/Find.pm
87032 ____________________________________________________________________________
87033 [  6422] By: jhi                                   on 2000/07/24  01:35:47
87034         Log: Out-of-date note removed.
87035              
87036              Subject: [PATCH] documentation perlipc
87037              From: rspier@pobox.com (Robert Spier)
87038              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
87039              Message-ID: <14711.35178.572612.502654@rls.cx>
87040      Branch: perl
87041            ! pod/perlipc.pod
87042 ____________________________________________________________________________
87043 [  6421] By: jhi                                   on 2000/07/24  00:09:18
87044         Log: Send all installperl messages to STDERR and be -w clean.
87045              
87046              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
87047              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87048              Date: Sat, 22 Jul 2000 14:02:11 +0100
87049              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
87050      Branch: perl
87051            ! installperl
87052 ____________________________________________________________________________
87053 [  6420] By: jhi                                   on 2000/07/24  00:04:19
87054         Log: Decutandpasto.
87055              
87056              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
87057              From: "Richard Soderberg" <rs@crystalflame.net>
87058              Date: Sun, 23 Jul 2000 01:37:23 -0700
87059              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
87060      Branch: perl
87061            ! pod/perlipc.pod
87062 ____________________________________________________________________________
87063 [  6419] By: jhi                                   on 2000/07/24  00:01:12
87064         Log: A cleaner abs_path().
87065              Subject: Re: unix alternative to Cwd.pm
87066              From: Jeff Pinyan <jeffp@crusoe.net>
87067              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
87068              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
87069      Branch: perl
87070            ! lib/Cwd.pm
87071 ____________________________________________________________________________
87072 [  6418] By: jhi                                   on 2000/07/23  23:48:56
87073         Log: Detypo.
87074              
87075              Subject: [PATCH perl-current] Typo in hints/powerux.sh
87076              From: "Richard Soderberg" <rs@crystalflame.net>
87077              Date: Sun, 23 Jul 2000 01:27:33 -0700
87078              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
87079      Branch: perl
87080            ! hints/powerux.sh
87081 ____________________________________________________________________________
87082 [  6417] By: jhi                                   on 2000/07/17  22:13:31
87083         Log: Subject: SDBM_File documentation
87084              From: mjd@plover.com
87085              Date: 16 Jul 2000 17:41:17 -0000
87086              Message-ID: <20000716174117.18515.qmail@plover.com>
87087      Branch: perl
87088            ! ext/SDBM_File/SDBM_File.pm
87089 ____________________________________________________________________________
87090 [  6416] By: jhi                                   on 2000/07/17  19:13:26
87091         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
87092      Branch: perl
87093            ! hints/mpeix.sh mpeix/relink
87094 ____________________________________________________________________________
87095 [  6415] By: jhi                                   on 2000/07/15  14:11:02
87096         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
87097              the utf8 'characters' can be more than one octet).
87098              
87099              Date: Sat, 15 Jul 2000 00:21:56 +0100
87100              From: Tom Hughes <tom@compton.nu>
87101              Subject: Re: [ID 20000714.002]
87102              Message-ID: <db2334de49.tom@compton.compton.nu>
87103              
87104              Reported in
87105              
87106              Subject: [ID 20000714.002]
87107              From: "Simon Cozens" <simon@othersideofthe.earth.li>
87108              Date: 14 Jul 2000 15:13:09 -0000
87109              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
87110      Branch: perl
87111            ! doop.c
87112 ____________________________________________________________________________
87113 [  6414] By: jhi                                   on 2000/07/15  03:13:41
87114         Log: another VMS build tweak from Peter Prymmer
87115      Branch: perl
87116            ! vms/descrip_mms.template
87117 ____________________________________________________________________________
87118 [  6413] By: jhi                                   on 2000/07/15  03:10:40
87119         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
87120      Branch: perl
87121            ! vms/perlvms.pod
87122 ____________________________________________________________________________
87123 [  6412] By: jhi                                   on 2000/07/15  00:31:05
87124         Log: More docs for sv functions.
87125              
87126              Subject: [PATCH cfgperl] sv.c apidoc
87127              From: simon@brecon.co.uk (Simon Cozens)
87128              Date: 13 Jul 2000 09:00:20 GMT
87129              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
87130              
87131              Subject: Re: [PATCH cfgperl] sv.c apidoc
87132              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87133              Date: Thu, 13 Jul 2000 12:27:41 +0100
87134              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
87135              
87136              Subject: Re: [PATCH cfgperl] sv.c apidoc
87137              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87138              Date: Thu, 13 Jul 2000 13:23:09 +0100
87139              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
87140              
87141              Subject: Re: [PATCH cfgperl] sv.c apidoc
87142              From: simon@brecon.co.uk (Simon Cozens)
87143              Date: 14 Jul 2000 06:51:02 GMT
87144              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
87145      Branch: perl
87146            ! embed.pl pod/perlapi.pod sv.c
87147 ____________________________________________________________________________
87148 [  6411] By: jhi                                   on 2000/07/15  00:10:41
87149         Log: lib/b test fixes from Peter Prymmer.
87150      Branch: perl
87151            ! t/lib/b.t
87152 ____________________________________________________________________________
87153 [  6410] By: jhi                                   on 2000/07/15  00:02:09
87154         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
87155              From: Hugo <hv@crypt.compulink.co.uk>
87156              Date: Fri, 14 Jul 2000 23:05:20 +0100
87157              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
87158              
87159              Didn't anymore apply, but that point still could use another fix.
87160      Branch: perl
87161            ! pod/perlfunc.pod
87162 ____________________________________________________________________________
87163 [  6409] By: jhi                                   on 2000/07/14  23:15:15
87164         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
87165              not in pod, from Peter Prymmer
87166      Branch: perl
87167            ! vms/descrip_mms.template
87168 ____________________________________________________________________________
87169 [  6408] By: jhi                                   on 2000/07/14  20:35:05
87170         Log: The bug report
87171              [ID 19991110.002] minimal matching discrepancy found by pcre author
87172              seems to have been fixed (though differently from what was suggested
87173              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
87174      Branch: perl
87175            ! t/op/re_tests
87176 ____________________________________________________________________________
87177 [  6407] By: jhi                                   on 2000/07/14  17:38:08
87178         Log: Fix AutoSplit to use File::Spec the right way in VMS,
87179              from Peter Prymmer.
87180      Branch: perl
87181            ! lib/AutoSplit.pm
87182 ____________________________________________________________________________
87183 [  6406] By: jhi                                   on 2000/07/14  14:13:22
87184         Log: Merge perlhacktut into perlhack, update perlguts.
87185              
87186              Subject: Re: Perlhacktut
87187              From: simon@brecon.co.uk (Simon Cozens)
87188              Date: 14 Jul 2000 06:49:21 GMT
87189              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
87190              
87191              Subject: Re: Perlhacktut
87192              From: simon@brecon.co.uk (Simon Cozens)
87193              Date: 14 Jul 2000 07:09:45 GMT
87194              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
87195      Branch: perl
87196            ! pod/perlguts.pod pod/perlhack.pod
87197 ____________________________________________________________________________
87198 [  6405] By: jhi                                   on 2000/07/14  14:02:31
87199         Log: Integrate with Sarathy.
87200      Branch: cfgperl
87201           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
87202           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
87203           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
87204 ____________________________________________________________________________
87205 [  6404] By: gsar                                  on 2000/07/14  12:15:02
87206         Log: PERL_OBJECT build tweaks
87207      Branch: perl
87208            ! toke.c
87209 ____________________________________________________________________________
87210 [  6403] By: gsar                                  on 2000/07/14  11:23:41
87211         Log: inconsistent types needs casts
87212      Branch: perl
87213            ! toke.c
87214 ____________________________________________________________________________
87215 [  6402] By: gsar                                  on 2000/07/14  11:12:04
87216         Log: typos in change#6399, regen headers
87217      Branch: perl
87218            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
87219 ____________________________________________________________________________
87220 [  6401] By: gsar                                  on 2000/07/14  10:59:12
87221         Log: typecasts needed for change#6394
87222      Branch: perl
87223            ! toke.c
87224 ____________________________________________________________________________
87225 [  6400] By: gsar                                  on 2000/07/14  10:49:37
87226         Log: integrate cfgperl contents into mainline
87227      Branch: perl
87228           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
87229           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
87230 ____________________________________________________________________________
87231 [  6399] By: gsar                                  on 2000/07/14  10:38:35
87232         Log: enable UTF-16 filter by default if relevant BOM is seen; various
87233              cleanups (typos, misformatted code, and small bugs)
87234      Branch: perl
87235            ! doop.c embed.pl mg.c op.c pp.c toke.c
87236 ____________________________________________________________________________
87237 [  6398] By: gsar                                  on 2000/07/14  08:55:38
87238         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
87239              name suggests anyway)
87240      Branch: perl
87241            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
87242 ____________________________________________________________________________
87243 [  6397] By: gsar                                  on 2000/07/14  08:44:33
87244         Log: move new variables to the end of the interpreter structure (for
87245              bincompat in code that doesn't #include XSUB.h)
87246      Branch: perl
87247            ! intrpvar.h
87248 ____________________________________________________________________________
87249 [  6396] By: gsar                                  on 2000/07/14  08:13:58
87250         Log: MakeMaker should not remove editor backups (*~) on `make clean`
87251              by default (completes change#6383)
87252      Branch: perl
87253            ! lib/ExtUtils/MM_Unix.pm
87254 ____________________________________________________________________________
87255 [  6395] By: jhi                                   on 2000/07/14  05:20:33
87256         Log: Replace change #6337 with a better one.
87257              
87258              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
87259              From: Hugo <hv@crypt.compulink.co.uk>
87260              Date: Fri, 14 Jul 2000 04:16:20 +0100
87261              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
87262      Branch: cfgperl
87263            ! regexec.c t/op/re_tests
87264 ____________________________________________________________________________
87265 [  6394] By: jhi                                   on 2000/07/14  01:33:59
87266         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
87267      Branch: cfgperl
87268            ! embed.pl global.sym proto.h toke.c
87269 ____________________________________________________________________________
87270 [  6393] By: jhi                                   on 2000/07/13  23:41:23
87271         Log: remove discarded test
87272      Branch: cfgperl
87273            ! MANIFEST
87274 ____________________________________________________________________________
87275 [  6392] By: jhi                                   on 2000/07/13  23:32:25
87276         Log: The {multiplier} of a fixed substring was overlooked which
87277              caused a wrong initial search offset for that substring.
87278              
87279              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
87280              From: Hugo <hv@crypt.compulink.co.uk>
87281              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
87282              Date: Thu, 13 Jul 2000 19:27:13 +0100
87283      Branch: cfgperl
87284            ! regcomp.c t/op/re_tests
87285 ____________________________________________________________________________
87286 [  6391] By: jhi                                   on 2000/07/13  16:37:42
87287         Log: typo fix from Craig Berry
87288      Branch: cfgperl
87289            ! vms/subconfigure.com
87290 ____________________________________________________________________________
87291 [  6390] By: jhi                                   on 2000/07/13  13:20:12
87292         Log: Integrate with Sarathy.
87293      Branch: cfgperl
87294            - t/op/method2entersub.t
87295           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
87296           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
87297           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
87298           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
87299 ____________________________________________________________________________
87300 [  6389] By: jhi                                   on 2000/07/13  13:18:48
87301         Log: Detypo from Peter Prymmer, part of #6388.
87302      Branch: cfgperl
87303            ! Configure config_h.SH
87304      Branch: metaconfig
87305            ! U/modified/d_longlong.U
87306 ____________________________________________________________________________
87307 [  6388] By: gsar                                  on 2000/07/13  06:33:40
87308         Log: typos (spotted by Peter Prymmer)
87309      Branch: perl
87310            ! Configure t/lib/english.t
87311 ____________________________________________________________________________
87312 [  6387] By: gsar                                  on 2000/07/13  05:35:28
87313         Log: new selfloader.t in change#6183 doesn't close DATA handles,
87314              and thus fails to clean up tmp files on dosish platforms
87315      Branch: perl
87316            ! t/lib/selfloader.t
87317 ____________________________________________________________________________
87318 [  6386] By: gsar                                  on 2000/07/12  21:42:39
87319         Log: sprintf test tweaks (from Dominic Dunlop)
87320      Branch: perl
87321            ! t/op/sprintf.t
87322 ____________________________________________________________________________
87323 [  6385] By: gsar                                  on 2000/07/12  21:33:46
87324         Log: fix bugs in processing %v-*d and similar format specs (from
87325              Avi Finkel <avi@finkel.org>)
87326      Branch: perl
87327            ! sv.c t/op/sprintf.t
87328 ____________________________________________________________________________
87329 [  6384] By: gsar                                  on 2000/07/12  16:04:19
87330         Log: readd missing perldelta.pod changes from changes#6339,6376
87331      Branch: perl
87332            ! pod/perldelta.pod
87333 ____________________________________________________________________________
87334 [  6383] By: gsar                                  on 2000/07/12  16:00:51
87335         Log: don't clobber *.orig files on *clean targets
87336      Branch: perl
87337            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
87338 ____________________________________________________________________________
87339 [  6382] By: gsar                                  on 2000/07/12  07:59:12
87340         Log: fix broken integrations in cfgperl
87341      Branch: cfgperl
87342           !> Changes pod/perldelta.pod
87343 ____________________________________________________________________________
87344 [  6381] By: gsar                                  on 2000/07/12  07:42:17
87345         Log: integrate cfgperl changes into mainline
87346      Branch: perl
87347            ! Changes
87348           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
87349           !> pod/perlre.pod
87350 ____________________________________________________________________________
87351 [  6380] By: gsar                                  on 2000/07/12  07:31:00
87352         Log: get sprintf.t to adjust properly for 3-digit exponents
87353      Branch: perl
87354            ! t/op/sprintf.t
87355 ____________________________________________________________________________
87356 [  6379] By: gsar                                  on 2000/07/12  06:40:04
87357         Log: change#6174 needs corresponding change in win32/config_h.PL,
87358              which grovels through config_h.SH to find the config.h name
87359      Branch: perl
87360            ! win32/config_h.PL
87361 ____________________________________________________________________________
87362 [  6378] By: jhi                                   on 2000/07/12  05:03:59
87363         Log: Do the cc sanity check both before the hints and
87364              after the cc selction.
87365      Branch: cfgperl
87366            ! Configure config_h.SH
87367      Branch: metaconfig
87368            ! U/modified/Oldconfig.U U/modified/cc.U
87369      Branch: metaconfig/U/perl
87370            + Checkcc.U
87371 ____________________________________________________________________________
87372 [  6377] By: jhi                                   on 2000/07/12  02:49:22
87373         Log: Fix nits noticed by Boston.pm.
87374      Branch: cfgperl
87375            ! pod/perlre.pod
87376 ____________________________________________________________________________
87377 [  6376] By: jhi                                   on 2000/07/11  21:22:13
87378         Log: Configure cosmetics and perldelta.
87379      Branch: cfgperl
87380            ! Configure config_h.SH pod/perldelta.pod
87381      Branch: metaconfig
87382            ! U/modified/cc.U
87383 ____________________________________________________________________________
87384 [  6375] By: gsar                                  on 2000/07/11  21:17:35
87385         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
87386      Branch: perl
87387            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
87388            ! win32/win32sck.c
87389 ____________________________________________________________________________
87390 [  6374] By: gsar                                  on 2000/07/11  20:48:50
87391         Log: tweak for build failure under multiplicity
87392      Branch: perl
87393            ! toke.c
87394 ____________________________________________________________________________
87395 [  6373] By: gsar                                  on 2000/07/11  20:37:23
87396         Log: integrate cfgperl changes#6325..6373 into mainline
87397              (NOTE: today's batch of integrations still untested)
87398      Branch: perl
87399           +> ext/DynaLoader/hints/netbsd.pl
87400            ! Changes
87401           !> (integrate 26 files)
87402 ____________________________________________________________________________
87403 [  6372] By: jhi                                   on 2000/07/11  20:30:36
87404         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
87405              regen perltoc.
87406      Branch: cfgperl
87407            + pod/perlbook.pod
87408            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
87409            ! pod/perltoc.pod
87410 ____________________________________________________________________________
87411 [  6371] By: jhi                                   on 2000/07/11  20:08:56
87412         Log: Minor cleanups on the booklist.
87413      Branch: cfgperl
87414            ! pod/perlfaq2.pod
87415 ____________________________________________________________________________
87416 [  6370] By: jhi                                   on 2000/07/11  19:31:13
87417         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
87418      Branch: cfgperl
87419            ! t/pragma/overload.t
87420 ____________________________________________________________________________
87421 [  6369] By: gsar                                  on 2000/07/11  19:27:48
87422         Log: integrate cfgperl changes#6293..6324 into mainline
87423      Branch: perl
87424           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
87425            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
87426           !> (integrate 30 files)
87427 ____________________________________________________________________________
87428 [  6368] By: gsar                                  on 2000/07/11  19:18:57
87429         Log: skip integrate of problematic change#6292 from cfgperl into mainline
87430      Branch: perl
87431           !> pp_hot.c
87432 ____________________________________________________________________________
87433 [  6367] By: gsar                                  on 2000/07/11  19:17:21
87434         Log: integrate cfgperl changes#6288..6290 into mainline
87435      Branch: perl
87436           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
87437 ____________________________________________________________________________
87438 [  6366] By: gsar                                  on 2000/07/11  19:11:18
87439         Log: integrate cfgperl changes#6268..6282 into mainline
87440      Branch: perl
87441           !> (integrate 30 files)
87442 ____________________________________________________________________________
87443 [  6365] By: gsar                                  on 2000/07/11  18:57:00
87444         Log: delete new accidentally branched file
87445      Branch: perl
87446            - t/op/method2entersub.t
87447 ____________________________________________________________________________
87448 [  6364] By: gsar                                  on 2000/07/11  18:55:13
87449         Log: skip integrate of change#6267 from cfgperl into mainline (the
87450              method call optimization is flawed without additional hints
87451              from user about immutableness of @ISA and no runtime method
87452              definitions)
87453      Branch: perl
87454           +> t/op/method2entersub.t
87455           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
87456           !> perl.h t/op/sprintf.t xsutils.c
87457 ____________________________________________________________________________
87458 [  6363] By: gsar                                  on 2000/07/11  18:49:43
87459         Log: integrate cfgperl changes#6261..6266 into mainline
87460      Branch: perl
87461           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
87462           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
87463           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
87464           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
87465 ____________________________________________________________________________
87466 [  6362] By: gsar                                  on 2000/07/11  18:43:26
87467         Log: integrate cfgperl changes#6252..6260 into mainline
87468      Branch: perl
87469           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
87470           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
87471           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
87472           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
87473 ____________________________________________________________________________
87474 [  6361] By: gsar                                  on 2000/07/11  18:37:12
87475         Log: skip integrate of problematic change#6251 from cfgperl into mainline
87476      Branch: perl
87477           !> lib/Exporter.pm
87478 ____________________________________________________________________________
87479 [  6360] By: gsar                                  on 2000/07/11  18:34:56
87480         Log: integrate cfgperl change#6250 into mainline
87481      Branch: perl
87482           +> t/op/my_stash.t
87483           !> MANIFEST embed.pl proto.h toke.c
87484 ____________________________________________________________________________
87485 [  6359] By: gsar                                  on 2000/07/11  18:21:19
87486         Log: integrate cfgperl changes#6242..6249 into mainline
87487      Branch: perl
87488           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
87489           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
87490           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
87491           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
87492           !> t/lib/peek.t utf8.c
87493 ____________________________________________________________________________
87494 [  6358] By: gsar                                  on 2000/07/11  18:15:45
87495         Log: skip integrate of problematic change#6241 from cfgperl into mainline
87496      Branch: perl
87497           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
87498 ____________________________________________________________________________
87499 [  6357] By: jhi                                   on 2000/07/11  18:15:16
87500         Log: Fix for
87501              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
87502              From: Roderick Schertler <roderick@argon.org> 
87503              Date: Tue, 11 Jul 2000 13:55:05 -0400 
87504              Message-Id: <200007111755.NAA05077@jones.argon.org> 
87505      Branch: cfgperl
87506            ! doio.c
87507 ____________________________________________________________________________
87508 [  6356] By: jhi                                   on 2000/07/11  18:12:51
87509         Log: Typo in #6341.
87510      Branch: cfgperl
87511            ! pp_hot.c
87512 ____________________________________________________________________________
87513 [  6355] By: gsar                                  on 2000/07/11  18:12:10
87514         Log: integrate cfgperl changes#6231..6240 into mainline
87515      Branch: perl
87516           +> pod/perlutil.pod
87517           !> (integrate 35 files)
87518 ____________________________________________________________________________
87519 [  6354] By: jhi                                   on 2000/07/11  18:04:34
87520         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
87521              From: Dominic Dunlop <domo@computer.org> 
87522              Date: Tue, 11 Jul 2000 12:27:33 +0200 
87523              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
87524              
87525              Replaces change #6268.
87526      Branch: cfgperl
87527            ! t/op/sprintf.t
87528 ____________________________________________________________________________
87529 [  6353] By: gsar                                  on 2000/07/11  17:59:51
87530         Log: skip integrate of problematic change#6230 from cfgperl into mainline
87531              (a later version of File::Spec is already in mainline)
87532      Branch: perl
87533           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
87534           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
87535 ____________________________________________________________________________
87536 [  6352] By: gsar                                  on 2000/07/11  17:57:48
87537         Log: integrate cfgperl changes#6224..6229 into mainline
87538      Branch: perl
87539           +> lib/lib.pm.PL
87540            - lib/lib.pm
87541           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
87542           !> lib/English.pm op.c t/lib/english.t
87543 ____________________________________________________________________________
87544 [  6351] By: gsar                                  on 2000/07/11  17:50:10
87545         Log: skip integrate of problematic change#6223 from cfgperl into mainline
87546      Branch: perl
87547           !> doio.c
87548 ____________________________________________________________________________
87549 [  6350] By: gsar                                  on 2000/07/11  17:48:28
87550         Log: integrate cfgperl changes#6220..6222 into mainline
87551      Branch: perl
87552           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
87553           !> toke.c utf8.c win32/win32.h
87554 ____________________________________________________________________________
87555 [  6349] By: gsar                                  on 2000/07/11  17:46:13
87556         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
87557              mainline
87558      Branch: perl
87559           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
87560           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
87561           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
87562 ____________________________________________________________________________
87563 [  6348] By: jhi                                   on 2000/07/11  17:45:49
87564         Log: README.posix-bc podified from Thomas Dorner.
87565      Branch: cfgperl
87566            ! README.posix-bc
87567 ____________________________________________________________________________
87568 [  6347] By: gsar                                  on 2000/07/11  17:42:04
87569         Log: integrate cfgperl change#6217 into mainline
87570      Branch: perl
87571           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
87572           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
87573           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
87574 ____________________________________________________________________________
87575 [  6346] By: gsar                                  on 2000/07/11  17:39:37
87576         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
87577              mainline
87578      Branch: perl
87579           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
87580           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
87581           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
87582           !> perlapi.h pod/perlapi.pod
87583 ____________________________________________________________________________
87584 [  6345] By: gsar                                  on 2000/07/11  17:36:42
87585         Log: integrate cfgperl changes#6207..6210 into mainline
87586      Branch: perl
87587           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
87588           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
87589 ____________________________________________________________________________
87590 [  6344] By: gsar                                  on 2000/07/11  17:31:20
87591         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
87592              mainline
87593      Branch: perl
87594           !> (integrate 40 files)
87595 ____________________________________________________________________________
87596 [  6343] By: gsar                                  on 2000/07/11  17:19:08
87597         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
87598      Branch: perl
87599           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
87600            ! Changes
87601           !> (integrate 34 files)
87602 ____________________________________________________________________________
87603 [  6342] By: jhi                                   on 2000/07/11  16:05:48
87604         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
87605              To: perl5-porters@perl.org
87606              From: Karsten Sperling <spiff@phreax.net>
87607              Date: Mon, 10 Jul 2000 15:12:52 +0200
87608              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
87609      Branch: cfgperl
87610            ! lib/Symbol.pm
87611 ____________________________________________________________________________
87612 [  6341] By: jhi                                   on 2000/07/11  15:59:23
87613         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
87614              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87615              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
87616              Date: Fri, 07 Jul 2000 17:57:16 +0100
87617      Branch: cfgperl
87618            ! pp_hot.c
87619 ____________________________________________________________________________
87620 [  6340] By: jhi                                   on 2000/07/11  15:55:47
87621         Log: Subject: Re: format bug report  [Patch]
87622              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
87623              Date: Wed, 05 Jul 2000 13:12:52 +0200
87624              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
87625              
87626              Subject: Re: format bug report  [Patch]
87627              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
87628              Date: Wed, 05 Jul 2000 14:10:01 +0200
87629              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
87630      Branch: cfgperl
87631            ! t/op/write.t toke.c
87632 ____________________________________________________________________________
87633 [  6339] By: jhi                                   on 2000/07/11  13:54:09
87634         Log: Be less forgiving about ambiguous and illegal tr ranges.
87635              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
87636              From: Mark-Jason Dominus <mjd@plover.com>
87637              Date: Tue, 04 Jul 2000 10:00:12 -0400
87638              Message-ID: <20000704140012.17772.qmail@plover.com>
87639              
87640              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
87641              From: Mark-Jason Dominus <mjd@plover.com>
87642              Date: Wed, 05 Jul 2000 09:37:36 -0400
87643              Message-ID: <20000705133736.27293.qmail@plover.com>
87644      Branch: cfgperl
87645            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
87646 ____________________________________________________________________________
87647 [  6338] By: jhi                                   on 2000/07/11  13:31:24
87648         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
87649              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87650              Date: Tue, 11 Jul 2000 13:50:51 +0100
87651              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
87652      Branch: cfgperl
87653            ! sv.c
87654 ____________________________________________________________________________
87655 [  6337] By: jhi                                   on 2000/07/11  13:29:14
87656         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
87657              From: Hugo <hv@crypt.compulink.co.uk>
87658              Date: Tue, 11 Jul 2000 12:44:50 +0100
87659              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
87660      Branch: cfgperl
87661            ! regexec.c t/op/re_tests
87662 ____________________________________________________________________________
87663 [  6336] By: jhi                                   on 2000/07/11  13:26:47
87664         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
87665              From: simon@brecon.co.uk (Simon Cozens)
87666              Date: 7 Jul 2000 11:26:09 GMT
87667              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
87668      Branch: cfgperl
87669            ! mg.c
87670 ____________________________________________________________________________
87671 [  6335] By: jhi                                   on 2000/07/11  13:23:37
87672         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
87673              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
87674              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
87675              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
87676      Branch: cfgperl
87677            + ext/DynaLoader/hints/netbsd.pl
87678            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
87679 ____________________________________________________________________________
87680 [  6334] By: jhi                                   on 2000/07/11  13:20:38
87681         Log: Subject: PATCH perlguts.pod: Document D and d magic types
87682              From: mjd@plover.com
87683              Date: 5 Jul 2000 18:01:51 -0000
87684              Message-ID: <20000705180151.29413.qmail@plover.com>
87685      Branch: cfgperl
87686            ! pod/perlguts.pod
87687 ____________________________________________________________________________
87688 [  6333] By: jhi                                   on 2000/07/11  13:15:51
87689         Log: Precedence goof, fix based on
87690              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
87691              From: Hugo <hv@crypt.compulink.co.uk>
87692              Date: Tue, 11 Jul 2000 12:52:38 +0100
87693              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
87694      Branch: cfgperl
87695            ! t/op/taint.t
87696 ____________________________________________________________________________
87697 [  6332] By: jhi                                   on 2000/07/11  12:40:17
87698         Log: Integrate with Sarathy.
87699      Branch: cfgperl
87700           !> win32/win32sck.c
87701 ____________________________________________________________________________
87702 [  6331] By: jhi                                   on 2000/07/10  20:14:16
87703         Log: Sprinkle ldlibpath.
87704      Branch: cfgperl
87705            ! pod/Makefile.SH
87706 ____________________________________________________________________________
87707 [  6330] By: jhi                                   on 2000/07/10  17:54:49
87708         Log: More POSIX.pod tweaks.
87709      Branch: cfgperl
87710            ! ext/POSIX/POSIX.pod
87711 ____________________________________________________________________________
87712 [  6329] By: jhi                                   on 2000/07/10  14:02:12
87713         Log: Reorder perl.pod once more.
87714      Branch: cfgperl
87715            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
87716 ____________________________________________________________________________
87717 [  6328] By: gsar                                  on 2000/07/10  07:06:00
87718         Log: accept() leaks memory on windows due to incorrect ordering of
87719              closesocket() and fclose() calls
87720      Branch: perl
87721            ! win32/win32sck.c
87722 ____________________________________________________________________________
87723 [  6327] By: gsar                                  on 2000/07/10  06:49:17
87724         Log: winsock options weren't being set in all threads under ithreads
87725              (caused send()s from second and subsequent threads to fail)
87726      Branch: perl
87727            ! win32/win32sck.c
87728 ____________________________________________________________________________
87729 [  6326] By: jhi                                   on 2000/07/08  02:45:40
87730         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
87731              was cast to an unsigned (32-bit) integer with wild abandon.
87732      Branch: cfgperl
87733            ! ext/Devel/DProf/DProf.xs
87734 ____________________________________________________________________________
87735 [  6325] By: jhi                                   on 2000/07/07  18:50:33
87736         Log: Remove perlbook, update perlfaq book listing,
87737              rearrange perl.pod, regenerate perltoc.
87738      Branch: cfgperl
87739            - pod/perlbook.pod
87740            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
87741            ! pod/perlfaq2.pod pod/perltoc.pod
87742 ____________________________________________________________________________
87743 [  6324] By: jhi                                   on 2000/07/07  14:03:40
87744         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
87745      Branch: cfgperl
87746            ! sv.h toke.c
87747 ____________________________________________________________________________
87748 [  6323] By: jhi                                   on 2000/07/06  16:03:55
87749         Log: Fix complaints of buildtoc.
87750      Branch: cfgperl
87751            + lib/Win32.pod
87752            - pod/Win32.pod
87753            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
87754 ____________________________________________________________________________
87755 [  6322] By: jhi                                   on 2000/07/06  15:15:52
87756         Log: Add =head1 NAMEs so that buildtoc is happy.
87757              (The CGI::Util nit reported to Lincoln.)
87758      Branch: cfgperl
87759            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
87760            ! pod/perltoc.pod
87761 ____________________________________________________________________________
87762 [  6321] By: jhi                                   on 2000/07/06  03:16:04
87763         Log: Config is being used.
87764      Branch: cfgperl
87765            ! t/op/method.t
87766 ____________________________________________________________________________
87767 [  6320] By: jhi                                   on 2000/07/06  03:13:13
87768         Log: Integrate with Sarathy.
87769      Branch: cfgperl
87770           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
87771 ____________________________________________________________________________
87772 [  6319] By: jhi                                   on 2000/07/06  03:11:46
87773         Log: Autogenerate pod/Makefile and pod/buildtoc.
87774              buildtoc also checks whether the existing pods are
87775              mentioned in MANIFEST and perl.pod, and vice versa.
87776              (None of the thusly found discrepancies fixed yet.)
87777              roffitall also needs to be autogenerated similarly but it
87778              seems so badly out of date that I didn't touch it yet.
87779      Branch: cfgperl
87780            + pod/Makefile.SH pod/buildtoc.PL
87781            - pod/Makefile pod/buildtoc
87782            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
87783 ____________________________________________________________________________
87784 [  6318] By: gsar                                  on 2000/07/05  22:10:54
87785         Log: fix UNC path handling on Windows under ithreads, and chdir()
87786              return value when given a non-existent directory
87787      Branch: perl
87788            ! win32/vdir.h
87789 ____________________________________________________________________________
87790 [  6317] By: gsar                                  on 2000/07/05  22:08:19
87791         Log: winsock cleanup never done on Windows (leads to handle leaks)
87792      Branch: perl
87793            ! win32/perllib.c win32/win32sck.c
87794 ____________________________________________________________________________
87795 [  6316] By: gsar                                  on 2000/07/05  22:06:19
87796         Log: some debugger output does not go to the socket when RemotePort is set
87797      Branch: perl
87798            ! lib/perl5db.pl
87799 ____________________________________________________________________________
87800 [  6315] By: jhi                                   on 2000/07/05  00:25:21
87801         Log: Integrate with Sarathy, preliminary fix for unicos
87802              alignment problems in [ID 20000612.002] Perl problem on Cray system.
87803      Branch: cfgperl
87804            ! sv.h
87805           !> pp_hot.c
87806 ____________________________________________________________________________
87807 [  6314] By: gsar                                  on 2000/07/04  23:34:02
87808         Log: tyop in change#6306
87809      Branch: perl
87810            ! pp_hot.c
87811 ____________________________________________________________________________
87812 [  6313] By: jhi                                   on 2000/07/04  22:14:38
87813         Log: Multiline string literals ENONPORTABLE.
87814      Branch: cfgperl
87815            ! pp_hot.c
87816 ____________________________________________________________________________
87817 [  6312] By: jhi                                   on 2000/07/04  20:34:44
87818         Log: Integrate with Sarathy.
87819      Branch: cfgperl
87820           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
87821           !> t/op/method.t
87822 ____________________________________________________________________________
87823 [  6311] By: jhi                                   on 2000/07/04  20:30:56
87824         Log: More POSIX.pod embellishment.
87825      Branch: cfgperl
87826            ! ext/POSIX/POSIX.pod
87827 ____________________________________________________________________________
87828 [  6310] By: gsar                                  on 2000/07/04  17:28:48
87829         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
87830      Branch: perl
87831            ! t/lib/b.t
87832 ____________________________________________________________________________
87833 [  6309] By: jhi                                   on 2000/07/04  17:22:18
87834         Log: The #6308 required a little bit more.
87835      Branch: cfgperl
87836            ! Makefile.SH win32/Makefile
87837 ____________________________________________________________________________
87838 [  6308] By: jhi                                   on 2000/07/04  16:35:24
87839         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
87840      Branch: cfgperl
87841            + lib/lib_pm.PL
87842            - lib/lib.pm.PL
87843            ! MANIFEST Makefile.SH
87844 ____________________________________________________________________________
87845 [  6307] By: jhi                                   on 2000/07/04  16:28:58
87846         Log: Win32 patches for cfgperl from Sarathy.
87847      Branch: cfgperl
87848            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
87849            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
87850            ! thread.h toke.c util.c win32/Makefile win32/win32.c
87851 ____________________________________________________________________________
87852 [  6306] By: gsar                                  on 2000/07/04  16:28:40
87853         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
87854              (from Richard Soderberg <rs@oregonnet.com>)
87855      Branch: perl
87856            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
87857 ____________________________________________________________________________
87858 [  6305] By: jhi                                   on 2000/07/04  16:24:24
87859         Log: Integrate with Sarathy.
87860      Branch: cfgperl
87861           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
87862           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
87863           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
87864           !> proto.h win32/win32.c
87865 ____________________________________________________________________________
87866 [  6304] By: gsar                                  on 2000/07/04  16:17:24
87867         Log: missing perldiag entry for unpack("w",...) diagnostic (from
87868              Andreas Koenig)
87869      Branch: perl
87870            ! pod/perldiag.pod
87871 ____________________________________________________________________________
87872 [  6303] By: gsar                                  on 2000/07/04  16:14:44
87873         Log: remove rel2abs prototypes (from Barrie Slaymaker)
87874      Branch: perl
87875            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
87876            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
87877 ____________________________________________________________________________
87878 [  6302] By: gsar                                  on 2000/07/04  04:59:35
87879         Log: adjust change#6299
87880      Branch: perl
87881            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
87882            ! win32/win32.c
87883 ____________________________________________________________________________
87884 [  6301] By: jhi                                   on 2000/07/04  04:50:07
87885         Log: Integrate with Sarathy.
87886      Branch: cfgperl
87887           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
87888           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
87889           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
87890 ____________________________________________________________________________
87891 [  6300] By: gsar                                  on 2000/07/04  04:42:09
87892         Log: PERL_OBJECT build tweak
87893      Branch: perl
87894            ! perl.h
87895 ____________________________________________________________________________
87896 [  6299] By: gsar                                  on 2000/07/04  04:37:00
87897         Log: fix memory leak on Windows (PL_sys_intern contents were never
87898              freed)
87899      Branch: perl
87900            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
87901            ! perlapi.c proto.h win32/win32.c
87902 ____________________________________________________________________________
87903 [  6298] By: gsar                                  on 2000/07/04  04:15:59
87904         Log: fix large memory leak that has been around for ever, masked by
87905              -DPURIFY (most of the arenas were never freed!)
87906      Branch: perl
87907            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
87908 ____________________________________________________________________________
87909 [  6297] By: gsar                                  on 2000/07/04  04:07:46
87910         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
87911      Branch: perl
87912            ! perl.c
87913 ____________________________________________________________________________
87914 [  6296] By: jhi                                   on 2000/06/30  18:28:37
87915         Log: Elaborate POSIX.pod.  Still needs work.
87916      Branch: cfgperl
87917            ! ext/POSIX/POSIX.pod
87918 ____________________________________________________________________________
87919 [  6295] By: jhi                                   on 2000/06/30  14:58:18
87920         Log: Point to perlipc for more SysV IPC examples.
87921      Branch: cfgperl
87922            ! pod/perlfunc.pod
87923 ____________________________________________________________________________
87924 [  6294] By: gsar                                  on 2000/06/30  14:47:45
87925         Log: slurp mode fix in change#4736 still not quite right
87926      Branch: perl
87927            ! pp_hot.c t/io/argv.t
87928 ____________________________________________________________________________
87929 [  6293] By: jhi                                   on 2000/06/30  12:02:55
87930         Log: Integrate with Sarathy.
87931      Branch: cfgperl
87932           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
87933 ____________________________________________________________________________
87934 [  6292] By: jhi                                   on 2000/06/30  12:01:11
87935         Log: From: simon@brecon.co.uk (Simon Cozens)
87936              Subject: UTF8 concat
87937              Date: 30 Jun 2000 06:13:25 GMT
87938              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
87939      Branch: cfgperl
87940            ! pp_hot.c
87941 ____________________________________________________________________________
87942 [  6291] By: gsar                                  on 2000/06/30  04:37:33
87943         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
87944              when @_ is modified, causing coredumps
87945      Branch: perl
87946            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
87947 ____________________________________________________________________________
87948 [  6290] By: jhi                                   on 2000/06/30  02:21:44
87949         Log: Integrate with Sarathy.
87950      Branch: cfgperl
87951           !> vms/vms.c vms/vmsish.h
87952 ____________________________________________________________________________
87953 [  6289] By: jhi                                   on 2000/06/30  02:21:02
87954         Log: Check VERSIONs.
87955      Branch: cfgperl
87956            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
87957            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
87958            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
87959 ____________________________________________________________________________
87960 [  6288] By: jhi                                   on 2000/06/30  02:18:52
87961         Log: Integrate with Sarathy.
87962      Branch: cfgperl
87963           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
87964           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
87965           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
87966           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
87967 ____________________________________________________________________________
87968 [  6287] By: gsar                                  on 2000/06/30  02:17:08
87969         Log: integrate vmsperl changes into mainline
87970      Branch: perl
87971           !> vms/vms.c vms/vmsish.h
87972 ____________________________________________________________________________
87973 [  6285] By: gsar                                  on 2000/06/30  02:05:28
87974         Log: localize %INC in a Safe compartment so that use/require work
87975              (many other magic globals probably need similar treatment)
87976      Branch: perl
87977            ! ext/Opcode/Opcode.xs
87978 ____________________________________________________________________________
87979 [  6284] By: gsar                                  on 2000/06/30  01:54:54
87980         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
87981              about Windows
87982      Branch: perl
87983            ! pod/perlembed.pod
87984 ____________________________________________________________________________
87985 [  6283] By: jhi                                   on 2000/06/30  01:50:10
87986         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
87987              From: Barrie Slaymaker <barries@jester.slaysys.com>
87988              Date: Wed, 28 Jun 2000 11:35:29 -0400
87989              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
87990      Branch: perl
87991            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
87992            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
87993            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
87994            ! lib/File/Spec/Win32.pm
87995 ____________________________________________________________________________
87996 [  6282] By: jhi                                   on 2000/06/29  22:57:22
87997         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
87998              From: Dan Sugalski <dan@sidhe.org>
87999              Date: Tue, 06 Jun 2000 11:59:50 -0400
88000              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
88001      Branch: cfgperl
88002            ! vms/vms.c
88003 ____________________________________________________________________________
88004 [  6281] By: jhi                                   on 2000/06/29  22:52:50
88005         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
88006              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
88007              Date: Wed, 7 Jun 2000 04:02:04 -0500
88008              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
88009      Branch: cfgperl
88010            ! utils/h2xs.PL
88011 ____________________________________________________________________________
88012 [  6280] By: jhi                                   on 2000/06/29  22:45:47
88013         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
88014              From: rspier@pobox.com (Robert Spier)
88015              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
88016              Message-ID: <14654.31913.845602.610277@rls.cx>
88017      Branch: cfgperl
88018            ! utils/h2xs.PL
88019 ____________________________________________________________________________
88020 [  6279] By: jhi                                   on 2000/06/29  22:38:16
88021         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
88022              From: Tim Ayers <tayers@bridge.com>
88023              Date: Thu, 08 Jun 2000 08:11:06 +0200
88024              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
88025              [resent by Richard Foley, Message-Id probably wrong]
88026      Branch: cfgperl
88027            ! pod/perlsub.pod
88028 ____________________________________________________________________________
88029 [  6278] By: jhi                                   on 2000/06/29  22:21:45
88030         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
88031              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
88032              Date: Fri, 09 Jun 2000 12:39:27 -0400
88033              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
88034              (plus update the version "number" of Text::Wrap)
88035      Branch: cfgperl
88036            ! lib/Text/Wrap.pm
88037 ____________________________________________________________________________
88038 [  6277] By: jhi                                   on 2000/06/29  22:13:10
88039         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
88040              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88041              Date: Mon, 12 Jun 2000 14:55:59 +0100
88042              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
88043      Branch: cfgperl
88044            ! pod/perlfunc.pod
88045 ____________________________________________________________________________
88046 [  6276] By: jhi                                   on 2000/06/29  22:11:06
88047         Log: Subject: [PATCH] Re: eval documentation: context
88048              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88049              Date: Mon, 12 Jun 2000 15:07:29 +0100
88050              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
88051      Branch: cfgperl
88052            ! pod/perlfunc.pod
88053 ____________________________________________________________________________
88054 [  6275] By: jhi                                   on 2000/06/29  21:59:46
88055         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
88056              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
88057              Date: Tue, 13 Jun 2000 02:43:48 -0500
88058              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
88059      Branch: cfgperl
88060            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
88061 ____________________________________________________________________________
88062 [  6274] By: jhi                                   on 2000/06/29  21:56:14
88063         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
88064              From: Andy Dougherty <doughera@lafayette.edu>
88065              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
88066              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
88067      Branch: cfgperl
88068            ! ext/File/Glob/Glob.pm
88069 ____________________________________________________________________________
88070 [  6273] By: jhi                                   on 2000/06/29  21:49:09
88071         Log: Subject: [PATCH] xsub attributes
88072              From: Doug MacEachern <dougm@covalent.net>
88073              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
88074              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
88075      Branch: cfgperl
88076            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
88077            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
88078 ____________________________________________________________________________
88079 [  6272] By: jhi                                   on 2000/06/29  21:41:28
88080         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
88081              From: Tom Phoenix <rootbeer@redcat.com>
88082              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
88083              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
88084      Branch: cfgperl
88085            ! lib/Net/Ping.pm
88086 ____________________________________________________________________________
88087 [  6271] By: jhi                                   on 2000/06/29  21:36:55
88088         Log: Subject: PATCH pod/perltie.pod
88089              From: Ian Phillipps <Ian.Phillipps@iname.com>
88090              Date: Fri, 16 Jun 2000 00:17:19 +0100
88091              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
88092              (only the first hunk, the second hunk had already been done
88093              by some other patch)
88094      Branch: cfgperl
88095            ! pod/perltie.pod
88096 ____________________________________________________________________________
88097 [  6270] By: jhi                                   on 2000/06/29  21:24:51
88098         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
88099              From: Nicholas Clark <nick@talking.bollo.cx>
88100              Date: Fri, 23 Jun 2000 16:21:15 +0100
88101              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
88102      Branch: cfgperl
88103            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
88104            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
88105 ____________________________________________________________________________
88106 [  6269] By: jhi                                   on 2000/06/29  19:38:15
88107         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
88108              silence few compiler warnings.
88109      Branch: cfgperl
88110            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
88111 ____________________________________________________________________________
88112 [  6268] By: jhi                                   on 2000/06/29  18:21:50
88113         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
88114              From: Dominic Dunlop <domo@computer.org> 
88115              Date: Thu, 29 Jun 2000 12:32:39 +0200 
88116              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
88117      Branch: cfgperl
88118            ! t/op/sprintf.t
88119 ____________________________________________________________________________
88120 [  6267] By: jhi                                   on 2000/06/29  18:16:07
88121         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
88122              From: Doug MacEachern <dougm@covalent.net>
88123              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
88124              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
88125      Branch: cfgperl
88126            + t/op/method2entersub.t
88127            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
88128            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
88129            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
88130            ! xsutils.c
88131 ____________________________________________________________________________
88132 [  6266] By: jhi                                   on 2000/06/29  15:11:15
88133         Log: Subject: [PATCH 5.6.0] cygwin port
88134              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
88135              From: "Fifer, Eric" <EFifer@sanwaint.com>
88136              Date: Thu, 29 Jun 2000 12:58:29 +0100
88137      Branch: cfgperl
88138            ! cygwin/Makefile.SHs
88139 ____________________________________________________________________________
88140 [  6265] By: jhi                                   on 2000/06/29  15:04:05
88141         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
88142              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
88143              Date: Wed, 28 Jun 2000 17:50:12 -0700
88144              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
88145      Branch: cfgperl
88146            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
88147 ____________________________________________________________________________
88148 [  6264] By: jhi                                   on 2000/06/29  15:00:57
88149         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
88150              From: Marty Lucich <marty@netcom.com>
88151              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
88152              Message-Id: <200006282116.OAA11148@netcom.com>
88153              ccdlflags update (the BSD/OS 4.1 part had already been taken
88154              care of by #6141).
88155      Branch: cfgperl
88156            ! hints/bsdos.sh
88157 ____________________________________________________________________________
88158 [  6263] By: jhi                                   on 2000/06/29  13:47:44
88159         Log: tr fixes from Simon Cozens
88160      Branch: cfgperl
88161            ! doop.c
88162 ____________________________________________________________________________
88163 [  6262] By: jhi                                   on 2000/06/28  18:46:01
88164         Log: Subject: 5.6.0 Patch for EPOC
88165              From: Olaf Flebbe <o.flebbe@gmx.de>
88166              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
88167              Message-ID: <23449.960929969@www11.gmx.net>
88168      Branch: cfgperl
88169            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
88170            ! epoc/epocish.h
88171 ____________________________________________________________________________
88172 [  6261] By: jhi                                   on 2000/06/28  18:29:07
88173         Log: Subject: Re: [PATCH cfgperl] BOMs away!
88174              From: simon@brecon.co.uk (Simon Cozens)
88175              Date: 17 Jun 2000 11:49:57 GMT
88176              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
88177      Branch: cfgperl
88178            ! pod/perldiag.pod t/comp/require.t toke.c
88179 ____________________________________________________________________________
88180 [  6260] By: jhi                                   on 2000/06/28  17:47:16
88181         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
88182              From: simon@brecon.co.uk (Simon Cozens) 
88183              Date: 17 Jun 2000 11:56:44 GMT 
88184              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
88185              pack U0, pack C0
88186      Branch: cfgperl
88187            ! pod/perlfunc.pod pp.c t/op/pack.t
88188 ____________________________________________________________________________
88189 [  6259] By: jhi                                   on 2000/06/28  16:43:17
88190         Log: perlnewmod was missing from MANIFEST.
88191      Branch: cfgperl
88192            ! MANIFEST
88193 ____________________________________________________________________________
88194 [  6258] By: jhi                                   on 2000/06/28  15:54:30
88195         Log: linenumber tweak
88196      Branch: cfgperl
88197            ! t/pragma/warn/regcomp
88198 ____________________________________________________________________________
88199 [  6257] By: jhi                                   on 2000/06/28  15:50:44
88200         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
88201              From: Doug MacEachern <dougm@covalent.net>
88202              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
88203              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
88204              (one part of the patch had been applied earlier)
88205      Branch: cfgperl
88206            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
88207 ____________________________________________________________________________
88208 [  6256] By: jhi                                   on 2000/06/28  15:40:22
88209         Log: tweaks from Simon Cozens to further fix tr/// under utf8
88210      Branch: cfgperl
88211            ! doop.c
88212 ____________________________________________________________________________
88213 [  6255] By: jhi                                   on 2000/06/28  15:33:45
88214         Log: small thinko tweaks
88215      Branch: cfgperl
88216            ! lib/IPC/Open3.pm t/op/my_stash.t
88217 ____________________________________________________________________________
88218 [  6254] By: jhi                                   on 2000/06/28  15:33:25
88219         Log: Subject: tr///, help wanted.
88220              From: simon@brecon.co.uk (Simon Cozens)
88221              Date: 28 Jun 2000 11:29:04 GMT
88222              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
88223      Branch: cfgperl
88224            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
88225            ! pp_proto.h proto.h t/op/tr.t
88226 ____________________________________________________________________________
88227 [  6253] By: jhi                                   on 2000/06/28  15:09:17
88228         Log: Paranoia tweak on #6249.
88229              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
88230              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
88231              Date: Sun, 25 Jun 2000 23:43:12 -0400
88232              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
88233      Branch: cfgperl
88234            ! lib/IPC/Open3.pm
88235 ____________________________________________________________________________
88236 [  6252] By: jhi                                   on 2000/06/28  15:01:38
88237         Log: Document #6249 and #6251.
88238      Branch: cfgperl
88239            ! lib/Exporter.pm lib/IPC/Open3.pm
88240 ____________________________________________________________________________
88241 [  6251] By: jhi                                   on 2000/06/28  14:50:43
88242         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
88243              From: Doug MacEachern <dougm@covalent.net>
88244              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
88245              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
88246      Branch: cfgperl
88247            ! lib/Exporter.pm
88248 ____________________________________________________________________________
88249 [  6250] By: jhi                                   on 2000/06/28  14:45:23
88250         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
88251              From: Doug MacEachern <dougm@covalent.net>
88252              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
88253              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
88254      Branch: cfgperl
88255            + t/op/my_stash.t
88256            ! MANIFEST embed.pl global.sym proto.h toke.c
88257 ____________________________________________________________________________
88258 [  6249] By: jhi                                   on 2000/06/28  14:36:34
88259         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
88260              From: Frank Tobin <ftobin@uiuc.edu>
88261              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
88262              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
88263      Branch: cfgperl
88264            ! lib/IPC/Open3.pm
88265 ____________________________________________________________________________
88266 [  6248] By: jhi                                   on 2000/06/28  14:11:25
88267         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
88268              From: Mark-Jason Dominus <mjd@plover.com>
88269              Date: Tue, 27 Jun 2000 22:36:42 -0400
88270              Message-ID: <20000628023642.12166.qmail@plover.com>
88271      Branch: cfgperl
88272            ! pod/perlfunc.pod
88273 ____________________________________________________________________________
88274 [  6247] By: jhi                                   on 2000/06/27  12:46:37
88275         Log: Tweak $VERSION, patch from Doug MacEachern.
88276      Branch: cfgperl
88277            ! lib/File/Spec.pm
88278 ____________________________________________________________________________
88279 [  6246] By: jhi                                   on 2000/06/27  03:34:46
88280         Log: Allow for standalone testing.
88281      Branch: cfgperl
88282            ! t/lib/filefunc.t t/lib/filespec.t
88283 ____________________________________________________________________________
88284 [  6245] By: jhi                                   on 2000/06/27  02:50:02
88285         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
88286              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
88287              Date: Sat, 24 Jun 2000 13:06:20 +0100
88288              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
88289      Branch: cfgperl
88290            ! ext/DynaLoader/DynaLoader_pm.PL
88291 ____________________________________________________________________________
88292 [  6244] By: jhi                                   on 2000/06/27  02:46:10
88293         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
88294              From: Doug MacEachern <dougm@covalent.net>
88295              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
88296              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
88297      Branch: cfgperl
88298            ! gv.c sv.c t/lib/peek.t
88299 ____________________________________________________________________________
88300 [  6243] By: jhi                                   on 2000/06/27  02:38:07
88301         Log: Subject: [PATCH] is_utf8_string
88302              From: simon@brecon.co.uk (Simon Cozens)
88303              Date: 26 Jun 2000 02:25:59 GMT
88304              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
88305      Branch: cfgperl
88306            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
88307            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
88308            ! proto.h utf8.c
88309 ____________________________________________________________________________
88310 [  6242] By: jhi                                   on 2000/06/27  02:24:00
88311         Log: Subject: [PATCH] bytes<->utf8 fixes
88312              From: simon@brecon.co.uk (Simon Cozens)
88313              Date: 26 Jun 2000 04:55:45 GMT
88314              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
88315      Branch: cfgperl
88316            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
88317 ____________________________________________________________________________
88318 [  6241] By: jhi                                   on 2000/06/27  02:12:42
88319         Log: Do no -warn on \_, only on \alpha.
88320              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
88321              From: David Dyck <dcd@tc.fluke.com>
88322              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
88323              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
88324      Branch: cfgperl
88325            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
88326 ____________________________________________________________________________
88327 [  6240] By: jhi                                   on 2000/06/27  02:00:01
88328         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
88329              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
88330              Date: Mon, 26 Jun 2000 18:40:14 +0100
88331              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
88332      Branch: cfgperl
88333            ! utils/h2xs.PL
88334 ____________________________________________________________________________
88335 [  6239] By: jhi                                   on 2000/06/27  01:53:40
88336         Log: Configure maintenance.  Sever some dependency cycles,
88337              separate gccversion from the cc unit,
88338              address [ID 20000623.006] Configure script patch for using gcc on AIX
88339              (but solve it a little bit differently),
88340              unduplex some accidentally duplicated units,
88341              suggest using gcc if no cc available
88342              (p5p thread: "Solaris configure: counterproposal", 1999-09)
88343      Branch: cfgperl
88344            ! Configure Todo-5.6 config_h.SH
88345      Branch: metaconfig
88346            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
88347            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
88348      Branch: metaconfig/U/perl
88349            + gccvers.U
88350            ! d_getespwnam.U d_getprpwnam.U i_prot.U
88351 ____________________________________________________________________________
88352 [  6238] By: jhi                                   on 2000/06/25  18:04:56
88353         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
88354              From: Dan Sugalski <dan@sidhe.org>
88355              Date: Fri, 23 Jun 2000 17:00:00 -0400
88356              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
88357      Branch: cfgperl
88358            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
88359 ____________________________________________________________________________
88360 [  6237] By: jhi                                   on 2000/06/25  16:36:45
88361         Log: Tweak embed.pl, regen headers.
88362      Branch: cfgperl
88363            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
88364            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
88365            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
88366            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
88367            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
88368 ____________________________________________________________________________
88369 [  6236] By: jhi                                   on 2000/06/25  15:26:42
88370         Log: Regen headers.
88371      Branch: cfgperl
88372            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
88373            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
88374            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
88375            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
88376            ! regnodes.h warnings.h
88377 ____________________________________________________________________________
88378 [  6235] By: jhi                                   on 2000/06/23  19:39:35
88379         Log: The thread begun by
88380              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
88381              From: Kevin.Ruscoe@ubsw.com
88382              Date: Fri, 16 Jun 2000 16:38:51 +0100
88383              Message-Id: <H000019b03c300d6@MHS>
88384      Branch: cfgperl
88385            ! hints/solaris_2.sh
88386 ____________________________________________________________________________
88387 [  6234] By: jhi                                   on 2000/06/23  19:23:36
88388         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
88389              because when run as services (Win32ese for daemons)
88390              no environment variables are set and tmpdir ends up as /tmp,
88391              which is ambiguous.
88392              
88393              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
88394              From: matt@sergeant.org
88395              Date: 16 Jun 2000 16:30:43 -0000
88396              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
88397      Branch: cfgperl
88398            ! lib/File/Spec/Win32.pm
88399 ____________________________________________________________________________
88400 [  6233] By: jhi                                   on 2000/06/23  19:18:58
88401         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
88402              From: Mark-Jason Dominus <mjd@plover.com>
88403              Date: Fri, 16 Jun 2000 20:53:04 -0400
88404              Message-ID: <20000617005304.8008.qmail@plover.com>
88405      Branch: cfgperl
88406            ! op.h
88407 ____________________________________________________________________________
88408 [  6232] By: jhi                                   on 2000/06/23  16:10:02
88409         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
88410              From: simon@brecon.co.uk (Simon Cozens)
88411              Date: 19 Jun 2000 15:18:27 GMT
88412              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
88413              
88414              plus update pod/Makefile and regenerate perltoc
88415      Branch: cfgperl
88416            + pod/perlutil.pod
88417            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
88418 ____________________________________________________________________________
88419 [  6231] By: jhi                                   on 2000/06/23  15:19:18
88420         Log: Subject: [PATCH 5.6.0] cygwin port
88421              From: "Fifer, Eric" <EFifer@sanwaint.com>
88422              Date: Tue, 20 Jun 2000 14:30:58 +0100
88423              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
88424      Branch: cfgperl
88425            ! README.cygwin lib/File/Find.pm
88426 ____________________________________________________________________________
88427 [  6230] By: jhi                                   on 2000/06/23  14:25:21
88428         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
88429      Branch: cfgperl
88430            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
88431            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
88432            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
88433            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
88434 ____________________________________________________________________________
88435 [  6229] By: jhi                                   on 2000/06/23  14:13:34
88436         Log: Subject: README.hpux version 0.6.1
88437              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
88438              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
88439              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
88440      Branch: cfgperl
88441            ! README.hpux
88442 ____________________________________________________________________________
88443 [  6228] By: jhi                                   on 2000/06/23  14:07:20
88444         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
88445              From: Doug MacEachern <dougm@covalent.net>
88446              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
88447              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
88448      Branch: cfgperl
88449            ! op.c
88450 ____________________________________________________________________________
88451 [  6227] By: jhi                                   on 2000/06/23  14:01:06
88452         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
88453              From: Doug MacEachern <dougm@covalent.net>
88454              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
88455              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
88456      Branch: cfgperl
88457            + lib/lib.pm.PL
88458            - lib/lib.pm
88459            ! MANIFEST Makefile.SH
88460 ____________________________________________________________________________
88461 [  6226] By: jhi                                   on 2000/06/23  13:53:07
88462         Log: Subject: [PATCH] remove forward declarations in Socket.pm
88463              From: Doug MacEachern <dougm@covalent.net>
88464              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
88465              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
88466              
88467              From: Doug MacEachern <dougm@covalent.net>
88468              Subject: Re: [PATCH] remove forward declarations in Socket.pm
88469              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
88470              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
88471      Branch: cfgperl
88472            ! ext/Socket/Socket.pm op.c
88473 ____________________________________________________________________________
88474 [  6225] By: jhi                                   on 2000/06/23  13:41:52
88475         Log: Add source code filenames to apidoc.
88476              From: simon@brecon.co.uk (Simon Cozens)
88477              Subject: [PATCH embed.pl] Source X-ref
88478              Date: 22 Jun 2000 02:18:49 GMT
88479              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
88480      Branch: cfgperl
88481            ! embed.pl
88482 ____________________________________________________________________________
88483 [  6224] By: jhi                                   on 2000/06/23  13:32:33
88484         Log: A way to avoid English.pm performance hit.
88485              From: root <root@jester.slaysys.com>
88486              Subject: [YAPATCH English.pm] My turn to putt again
88487              Date: Thu, 22 Jun 2000 20:33:58 -0400
88488              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
88489      Branch: cfgperl
88490            ! lib/English.pm t/lib/english.t
88491 ____________________________________________________________________________
88492 [  6223] By: jhi                                   on 2000/06/23  13:27:06
88493         Log: Avoid double close().
88494              Subject: [PATCH] avoid double close()
88495              From: Doug MacEachern <dougm@covalent.net>
88496              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
88497              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
88498      Branch: cfgperl
88499            ! doio.c
88500 ____________________________________________________________________________
88501 [  6222] By: jhi                                   on 2000/06/23  13:25:54
88502         Log: doc typo fix
88503              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
88504              From: Ian Phillipps <Ian.Phillipps@iname.com>
88505              Date: Fri, 23 Jun 2000 10:40:58 +0100
88506              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
88507      Branch: cfgperl
88508            ! lib/Pod/Usage.pm
88509 ____________________________________________________________________________
88510 [  6221] By: jhi                                   on 2000/06/23  13:24:15
88511         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
88512              From: simon@brecon.co.uk (Simon Cozens)
88513              Subject: [PATCH] Eliminate tr///[CU][CU]
88514              Date: 23 Jun 2000 11:05:40 GMT
88515              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
88516      Branch: cfgperl
88517            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
88518 ____________________________________________________________________________
88519 [  6220] By: jhi                                   on 2000/06/22  16:07:51
88520         Log: Win32 patches from Benjamin Stuhl.
88521      Branch: cfgperl
88522            ! makedef.pl win32/win32.h
88523 ____________________________________________________________________________
88524 [  6219] By: jhi                                   on 2000/06/22  16:06:34
88525         Log: Bytecode patches from Benjamin Stuhl.
88526      Branch: cfgperl
88527            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
88528            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
88529            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88530 ____________________________________________________________________________
88531 [  6218] By: jhi                                   on 2000/06/15  23:54:16
88532         Log: Bytecode patches from Benjamin Stuhl.
88533      Branch: cfgperl
88534            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
88535 ____________________________________________________________________________
88536 [  6217] By: jhi                                   on 2000/06/09  13:38:29
88537         Log: Rename the fdpid locking and integrate with Sarathy.
88538      Branch: cfgperl
88539            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
88540            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
88541            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
88542            ! win32/win32.c
88543           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
88544 ____________________________________________________________________________
88545 [  6216] By: gsar                                  on 2000/06/08  14:54:21
88546         Log: be more optimal about clearing @_
88547      Branch: perl
88548            ! cop.h
88549 ____________________________________________________________________________
88550 [  6215] By: gsar                                  on 2000/06/08  14:33:04
88551         Log: tweak comment about @DB::args
88552      Branch: perl
88553            ! av.h pp_ctl.c
88554 ____________________________________________________________________________
88555 [  6214] By: gsar                                  on 2000/06/08  13:57:54
88556         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
88557              caller() wants to populate @DB::args with it (causes a coredump
88558              in Carp::confess())
88559      Branch: perl
88560            ! cop.h t/op/runlevel.t
88561 ____________________________________________________________________________
88562 [  6213] By: gsar                                  on 2000/06/08  07:06:35
88563         Log: back out change#6106 (seems problematic)
88564      Branch: perl
88565            ! hints/solaris_2.sh
88566 ____________________________________________________________________________
88567 [  6212] By: jhi                                   on 2000/06/07  03:10:36
88568         Log: Continuing mopup for #6204.
88569      Branch: cfgperl
88570            ! ext/B/defsubs_h.PL
88571 ____________________________________________________________________________
88572 [  6211] By: jhi                                   on 2000/06/07  02:41:50
88573         Log: Mopup for #6204.
88574              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
88575              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
88576              This is comes from const() where POK isn't on when expected.
88577      Branch: cfgperl
88578            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
88579            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88580            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
88581            ! perlapi.h pod/perlapi.pod
88582 ____________________________________________________________________________
88583 [  6210] By: jhi                                   on 2000/06/07  01:56:29
88584         Log: Mopup for #6207 and #6209.
88585      Branch: cfgperl
88586            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
88587 ____________________________________________________________________________
88588 [  6209] By: jhi                                   on 2000/06/07  01:33:12
88589         Log: Lock PL_fdpid against race conditions, based on:
88590              Subject: [PATCH 5.6.0]subprocess fixup for threads
88591              From: Dan Sugalski <dan@sidhe.org>
88592              To: perl5-porters@perl.org
88593              Date: Tue, 11 Apr 2000 17:02:32 -0400
88594              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
88595      Branch: cfgperl
88596            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
88597            ! win32/win32.c
88598 ____________________________________________________________________________
88599 [  6208] By: jhi                                   on 2000/06/07  01:05:23
88600         Log: Regen headers for #6207.
88601      Branch: cfgperl
88602            ! embed.h global.sym objXSUB.h proto.h
88603 ____________________________________________________________________________
88604 [  6207] By: jhi                                   on 2000/06/06  23:43:13
88605         Log: Subject: [PATCH 5.6.0] Threadsafe patches
88606              From: Dan Sugalski <dan@sidhe.org>
88607              To: perl5-porters@perl.org
88608              Date: Mon, 08 May 2000 18:08:13 -0400
88609              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
88610      Branch: cfgperl
88611            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
88612            ! proto.h sv.h util.c
88613 ____________________________________________________________________________
88614 [  6206] By: jhi                                   on 2000/06/06  23:21:23
88615         Log: Subject: [PATCH] Eliminate $a/$b in pod
88616              From: David Glasser <me@davidglasser.net>
88617              To: perl5-porters@perl.org
88618              Date: Mon, 29 May 2000 21:15:59 -0400
88619              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
88620      Branch: cfgperl
88621            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
88622            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
88623            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
88624            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
88625            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
88626            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
88627            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
88628            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
88629            ! pod/perlvar.pod pod/perlxs.pod
88630 ____________________________________________________________________________
88631 [  6205] By: jhi                                   on 2000/06/06  23:12:14
88632         Log: Subject: [PATCH] Win32 improvements
88633              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
88634              To: gsar@activestate.com, perl5-porters@perl.org
88635              Date: Mon, 29 May 2000 17:22:24 PDT
88636              Message-ID: <20000530002224.91142.qmail@hotmail.com>
88637              (MUA had mangled many lines by wordwrapping)
88638      Branch: cfgperl
88639            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
88640 ____________________________________________________________________________
88641 [  6204] By: jhi                                   on 2000/06/06  23:01:50
88642         Log: Subject: [PATCH] B::Bytecode patches
88643              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
88644              To: gsar@activestate.com, jhi@iki.fi
88645              Cc: perl5-porters@perl.org
88646              Message-ID: <20000602202526.48694.qmail@hotmail.com>
88647              (MUA had mangled many lines by wordwrapping)
88648      Branch: cfgperl
88649            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
88650            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
88651            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88652            ! intrpvar.h perl.c
88653 ____________________________________________________________________________
88654 [  6203] By: jhi                                   on 2000/06/06  22:32:43
88655         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
88656              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
88657              Date: Tue, 06 Jun 2000 13:07:45 -0700
88658              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
88659      Branch: cfgperl
88660            ! pod/perldiag.pod
88661 ____________________________________________________________________________
88662 [  6202] By: jhi                                   on 2000/06/06  19:38:35
88663         Log: Integrate with Sarathy.
88664      Branch: cfgperl
88665           !> perl.c
88666 ____________________________________________________________________________
88667 [  6201] By: gsar                                  on 2000/06/06  00:42:59
88668         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
88669              does a PUSHMARK that's never ever POPMARKed; in general, only
88670              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
88671              Perl_eval_[sp]v() don't because they don't take any incoming
88672              arguments (this leak has been around since the original version
88673              of perl_eval_pv() in 5.003_97e)
88674      Branch: perl
88675            ! perl.c
88676 ____________________________________________________________________________
88677 [  6200] By: jhi                                   on 2000/06/04  03:44:52
88678         Log: Update to cperl-mode.el 4.31 from
88679              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
88680              Subject: A couple of notes
88681              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
88682              To: Mailing list Perl5 <perl5-porters@perl.org>
88683              Date: Sat, 3 Jun 2000 23:33:32 -0400
88684              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
88685      Branch: cfgperl
88686            ! emacs/cperl-mode.el
88687 ____________________________________________________________________________
88688 [  6199] By: jhi                                   on 2000/06/03  15:11:05
88689         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
88690              From: Dan Sugalski <dan@sidhe.org>
88691              To: perl5-porters@perl.org, vmsperl@perl.org
88692              Date: Fri, 02 Jun 2000 17:30:51 -0400
88693              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
88694      Branch: cfgperl
88695            ! vms/descrip_mms.template vms/gen_shrfls.pl
88696 ____________________________________________________________________________
88697 [  6198] By: jhi                                   on 2000/06/03  14:59:15
88698         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
88699              From: Dan Sugalski <dan@sidhe.org>
88700              To: vmsperl@perl.org, perl5-porters@perl.org
88701              Date: Fri, 02 Jun 2000 16:00:41 -0400
88702              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
88703              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
88704      Branch: cfgperl
88705            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
88706            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
88707            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
88708 ____________________________________________________________________________
88709 [  6197] By: jhi                                   on 2000/06/03  14:41:30
88710         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
88711              From: John Borwick <jhborwic@unity.ncsu.edu>
88712              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
88713              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
88714      Branch: cfgperl
88715            ! pod/perlsyn.pod
88716 ____________________________________________________________________________
88717 [  6196] By: jhi                                   on 2000/06/03  14:38:09
88718         Log: Integrate with Sarathy.
88719      Branch: cfgperl
88720           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
88721           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
88722           !> vms/perly_c.vms
88723 ____________________________________________________________________________
88724 [  6195] By: gsar                                  on 2000/06/02  22:43:13
88725         Log: fix yet another eval"" leak under USE_ITHREADS
88726      Branch: perl
88727            ! op.c
88728 ____________________________________________________________________________
88729 [  6194] By: gsar                                  on 2000/06/02  18:22:06
88730         Log: fix small eval"" memory leaks under USE_ITHREADS
88731      Branch: perl
88732            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
88733            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
88734            ! vms/perly_c.vms
88735 ____________________________________________________________________________
88736 [  6193] By: jhi                                   on 2000/06/01  13:03:56
88737         Log: Signals-be-gone for microperl.
88738      Branch: cfgperl
88739            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
88740 ____________________________________________________________________________
88741 [  6192] By: jhi                                   on 2000/06/01  12:52:02
88742         Log: Integrate with Sarathy.
88743      Branch: cfgperl
88744           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
88745           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
88746           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
88747           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
88748           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
88749           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
88750           !> t/op/vec.t utils/h2xs.PL
88751 ____________________________________________________________________________
88752 [  6191] By: gsar                                  on 2000/06/01  09:38:21
88753         Log: vec() loses numericalness (modified version of patch suggested
88754              by Robin Barker)
88755      Branch: perl
88756            ! doop.c t/op/vec.t
88757 ____________________________________________________________________________
88758 [  6190] By: gsar                                  on 2000/06/01  09:26:15
88759         Log: submit missing embed.pl change
88760      Branch: perl
88761            ! embed.pl
88762 ____________________________________________________________________________
88763 [  6189] By: gsar                                  on 2000/06/01  09:05:34
88764         Log: counting tr/// corrupts later operation (from M.J.T Guy)
88765      Branch: perl
88766            ! doop.c t/op/tr.t
88767 ____________________________________________________________________________
88768 [  6188] By: gsar                                  on 2000/06/01  08:58:39
88769         Log: h2xs tweaks
88770      Branch: perl
88771            ! utils/h2xs.PL
88772 ____________________________________________________________________________
88773 [  6187] By: gsar                                  on 2000/06/01  08:50:07
88774         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
88775              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
88776      Branch: perl
88777            + lib/Pod/LaTeX.pm
88778            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
88779            ! pod/pod2latex.PL
88780 ____________________________________________________________________________
88781 [  6186] By: gsar                                  on 2000/06/01  08:24:40
88782         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
88783              <wolfgang.laun@alcatel.at>)
88784      Branch: perl
88785            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
88786            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
88787 ____________________________________________________________________________
88788 [  6185] By: gsar                                  on 2000/06/01  08:12:00
88789         Log: remove incorrect documentation about implicit split to @_ in
88790              list context, which never really worked in perl 5 (from
88791              M.J.T. Guy)
88792      Branch: perl
88793            ! pod/perlfunc.pod pod/perltrap.pod
88794 ____________________________________________________________________________
88795 [  6184] By: gsar                                  on 2000/06/01  07:52:27
88796         Log: tweak for change#6127
88797      Branch: perl
88798            ! perl.c
88799 ____________________________________________________________________________
88800 [  6183] By: gsar                                  on 2000/06/01  07:41:02
88801         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
88802              <nick@ccl4.org>)
88803      Branch: perl
88804            + t/lib/selfloader.t
88805            ! MANIFEST lib/SelfLoader.pm
88806 ____________________________________________________________________________
88807 [  6182] By: jhi                                   on 2000/06/01  00:34:42
88808         Log: Be Cleaner Part Deux.
88809      Branch: cfgperl
88810            ! Makefile.SH
88811 ____________________________________________________________________________
88812 [  6181] By: jhi                                   on 2000/06/01  00:32:09
88813         Log: Integrate with Sarathy.
88814      Branch: cfgperl
88815           !> pp.c t/op/arith.t
88816 ____________________________________________________________________________
88817 [  6180] By: jhi                                   on 2000/06/01  00:31:13
88818         Log: microperl nits from Simon Cozens.
88819      Branch: cfgperl
88820            + uconfig.h
88821            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
88822            ! unixish.h
88823 ____________________________________________________________________________
88824 [  6179] By: gsar                                  on 2000/05/31  22:37:51
88825         Log: buggy modulus on UVs introduced by change#3378 (resulted in
88826              4063328477 % 65535 amounting to 27406, instead of 27407)
88827      Branch: perl
88828            ! pp.c t/op/arith.t
88829 ____________________________________________________________________________
88830 [  6178] By: jhi                                   on 2000/05/31  21:52:41
88831         Log: Be cleaner.
88832      Branch: cfgperl
88833            ! Makefile.SH
88834 ____________________________________________________________________________
88835 [  6177] By: jhi                                   on 2000/05/31  21:47:33
88836         Log: Substitution utf8 patch from Simon Cozens.
88837      Branch: cfgperl
88838            ! pp_hot.c
88839 ____________________________________________________________________________
88840 [  6176] By: jhi                                   on 2000/05/31  21:45:34
88841         Log: Single-quoted utf8 patch from Simon Cozens.
88842      Branch: cfgperl
88843            ! toke.c
88844 ____________________________________________________________________________
88845 [  6175] By: jhi                                   on 2000/05/31  21:40:18
88846         Log: Integrate with Sarathy.
88847      Branch: cfgperl
88848           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
88849 ____________________________________________________________________________
88850 [  6174] By: jhi                                   on 2000/05/31  21:37:31
88851         Log: microperl changes from Simon Cozens; Makefile for microperl
88852              written from scratch; few casts added as microperl compilation
88853              doesn't have all prototypes available.
88854      Branch: cfgperl
88855            + Makefile.micro README.micro Todo.micro uconfig.sh
88856            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
88857            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
88858      Branch: metaconfig
88859            + U/modified/Config_h.U
88860 ____________________________________________________________________________
88861 [  6173] By: jhi                                   on 2000/05/31  20:00:24
88862         Log: metaconfig maintenance.
88863      Branch: metaconfig
88864            + U/modified/Inhdr.U U/typedefs/inotype.U
88865      Branch: metaconfig/U/perl
88866            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
88867            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
88868 ____________________________________________________________________________
88869 [  6172] By: gsar                                  on 2000/05/31  05:05:42
88870         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
88871              (from Ilya Zakharevich)
88872      Branch: perl
88873            ! regexec.c t/op/re_tests
88874 ____________________________________________________________________________
88875 [  6171] By: gsar                                  on 2000/05/31  05:01:47
88876         Log: scalar() doesn't force scalar context when used in void context
88877              (from Simon Cozens)
88878      Branch: perl
88879            ! op.c t/op/wantarray.t
88880 ____________________________________________________________________________
88881 [  6170] By: gsar                                  on 2000/05/31  04:41:33
88882         Log: change#6142 needs tweaks to tests to work where there's no symlink()
88883              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
88884      Branch: perl
88885            ! t/lib/filefind.t
88886 ____________________________________________________________________________
88887 [  6169] By: gsar                                  on 2000/05/31  04:29:49
88888         Log: integrate cfgperl contents into mainline
88889      Branch: perl
88890           +> pod/perlmodlib.PL pod/perlnewmod.pod
88891           !> (integrate 42 files)
88892 ____________________________________________________________________________
88893 [  6168] By: jhi                                   on 2000/05/30  22:53:37
88894         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
88895      Branch: cfgperl
88896            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
88897            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
88898            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
88899            ! win32/config.bc win32/config.gc win32/config.vc
88900            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
88901            ! win32/config_h.PL win32/config_sh.PL
88902      Branch: metaconfig/U/perl
88903            ! perlxv.U
88904 ____________________________________________________________________________
88905 [  6167] By: jhi                                   on 2000/05/30  22:20:21
88906         Log: tweak todo 
88907      Branch: cfgperl
88908            ! Todo-5.6
88909 ____________________________________________________________________________
88910 [  6166] By: jhi                                   on 2000/05/30  22:11:51
88911         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
88912              in case somebody wants to write an extension for more
88913              shadow database interfaces.
88914      Branch: cfgperl
88915            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
88916            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
88917            ! vos/config.def vos/config.h vos/config_h.SH_orig
88918            ! win32/config.bc win32/config.gc win32/config.vc
88919            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
88920      Branch: metaconfig
88921            ! U/modified/Myinit.U
88922      Branch: metaconfig/U/perl
88923            + d_getespwnam.U d_getprpwnam.U i_prot.U
88924 ____________________________________________________________________________
88925 [  6165] By: jhi                                   on 2000/05/30  18:35:34
88926         Log: Integrate with Sarathy.
88927      Branch: cfgperl
88928           !> op.c
88929 ____________________________________________________________________________
88930 [  6164] By: jhi                                   on 2000/05/30  18:30:16
88931         Log: detypo
88932      Branch: cfgperl
88933            ! Configure config_h.SH
88934      Branch: metaconfig/U/perl
88935            ! perlxv.U
88936 ____________________________________________________________________________
88937 [  6163] By: gsar                                  on 2000/05/30  03:24:03
88938         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
88939      Branch: perl
88940            ! op.c
88941 ____________________________________________________________________________
88942 [  6162] By: gsar                                  on 2000/05/30  03:09:38
88943         Log: fix memory leak in method call optimization (change#3768);
88944              made C<eval "$x->foo()"> leak
88945      Branch: perl
88946            ! op.c
88947 ____________________________________________________________________________
88948 [  6161] By: jhi                                   on 2000/05/29  17:56:26
88949         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
88950              both from Simon Cozens.
88951      Branch: cfgperl
88952            + pod/perlmodlib.PL pod/perlnewmod.pod
88953            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
88954            ! pod/perlmodlib.pod pod/perltoc.pod
88955 ____________________________________________________________________________
88956 [  6160] By: jhi                                   on 2000/05/29  17:23:55
88957         Log: Changes for the File::Temp 0.08 (change #6159) test suite
88958              to fit better into the Perl distribution test framework.
88959      Branch: cfgperl
88960            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
88961            ! t/lib/ftmp-tempfile.t
88962 ____________________________________________________________________________
88963 [  6159] By: jhi                                   on 2000/05/29  16:55:36
88964         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
88965      Branch: cfgperl
88966            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
88967            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
88968 ____________________________________________________________________________
88969 [  6158] By: bailey                                on 2000/05/29  16:22:08
88970         Log: Add fallback to tmpfile for use in cases where user's relying on
88971              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
88972              Lane's patch)
88973      Branch: vmsperl
88974            ! vms/vms.c vms/vmsish.h
88975 ____________________________________________________________________________
88976 [  6157] By: jhi                                   on 2000/05/29  03:10:36
88977         Log: Regen Configure to jive with #6149.
88978      Branch: cfgperl
88979            ! Configure
88980      Branch: metaconfig
88981            ! U/modified/Getfile.U
88982 ____________________________________________________________________________
88983 [  6156] By: jhi                                   on 2000/05/29  03:01:38
88984         Log: Integrate with Sarathy.
88985      Branch: cfgperl
88986           +> ext/DynaLoader/dl_mac.xs
88987           !> (integrate 38 files)
88988 ____________________________________________________________________________
88989 [  6155] By: gsar                                  on 2000/05/28  21:15:58
88990         Log: small bug in change#6144; remove random \xA0 character that snuck
88991              in via change#6145
88992      Branch: perl
88993            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
88994 ____________________________________________________________________________
88995 [  6154] By: gsar                                  on 2000/05/28  21:04:19
88996         Log: avoid type mismatch warning
88997      Branch: perl
88998            ! perl.c
88999 ____________________________________________________________________________
89000 [  6153] By: gsar                                  on 2000/05/28  20:58:31
89001         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
89002              <nick@Bagpuss.uk.boo.com>)
89003      Branch: perl
89004            ! lib/Test/Harness.pm
89005 ____________________________________________________________________________
89006 [  6152] By: gsar                                  on 2000/05/28  20:53:42
89007         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
89008      Branch: perl
89009            ! regexec.c
89010 ____________________________________________________________________________
89011 [  6151] By: gsar                                  on 2000/05/28  20:50:28
89012         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
89013      Branch: perl
89014            ! regexec.c
89015 ____________________________________________________________________________
89016 [  6150] By: gsar                                  on 2000/05/28  20:39:58
89017         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
89018      Branch: perl
89019            ! pod/perlrequick.pod
89020 ____________________________________________________________________________
89021 [  6149] By: gsar                                  on 2000/05/28  20:35:16
89022         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
89023              <troc@netrus.net>)
89024      Branch: perl
89025            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
89026            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
89027            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
89028            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
89029 ____________________________________________________________________________
89030 [  6148] By: gsar                                  on 2000/05/28  20:21:07
89031         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
89032      Branch: perl
89033            ! lib/ExtUtils/MM_Unix.pm
89034 ____________________________________________________________________________
89035 [  6147] By: gsar                                  on 2000/05/28  20:12:41
89036         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
89037              (from Peter Prymmer)
89038      Branch: perl
89039            ! vms/subconfigure.com
89040 ____________________________________________________________________________
89041 [  6146] By: gsar                                  on 2000/05/28  20:06:15
89042         Log: doc typo
89043      Branch: perl
89044            ! lib/warnings.pm warnings.h warnings.pl
89045 ____________________________________________________________________________
89046 [  6145] By: gsar                                  on 2000/05/28  18:44:33
89047         Log: make xsubpp skip embedded pod (from Matthias Neeracher
89048              <neeri@iis.ee.ethz.ch>)
89049      Branch: perl
89050            ! lib/ExtUtils/xsubpp
89051 ____________________________________________________________________________
89052 [  6144] By: gsar                                  on 2000/05/28  18:42:49
89053         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
89054              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
89055              <neeri@iis.ee.ethz.ch>)
89056      Branch: perl
89057            ! lib/AutoSplit.pm
89058 ____________________________________________________________________________
89059 [  6143] By: gsar                                  on 2000/05/28  18:41:12
89060         Log: MacOS support, part 1 (from Matthias Neeracher
89061              <neeri@iis.ee.ethz.ch>)
89062      Branch: perl
89063            + ext/DynaLoader/dl_mac.xs
89064            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
89065            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
89066            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
89067            ! util.h
89068 ____________________________________________________________________________
89069 [  6142] By: gsar                                  on 2000/05/28  18:21:51
89070         Log: File::Find fails to chdir when chasing symlinks (from
89071              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
89072      Branch: perl
89073            ! lib/File/Find.pm t/lib/filefind.t
89074 ____________________________________________________________________________
89075 [  6141] By: jhi                                   on 2000/05/28  14:25:15
89076         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
89077              forwarded by Peter Seebach from the bsdi-users mailing list.
89078              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
89079      Branch: perl
89080            ! hints/bsdos.sh
89081 ____________________________________________________________________________
89082 [  6140] By: jhi                                   on 2000/05/28  14:11:57
89083         Log: Integrate with Sarathy.
89084      Branch: cfgperl
89085           +> (branch 30 files)
89086           !> (integrate 93 files)
89087 ____________________________________________________________________________
89088 [  6139] By: gsar                                  on 2000/05/28  10:01:48
89089         Log: revise mktables.PL for bugs and newness in Unicode 3.0
89090              (from James Bence <jbence@amgen.com>)
89091      Branch: perl
89092            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
89093            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
89094            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
89095            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
89096            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
89097            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
89098            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
89099            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
89100            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
89101            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
89102            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
89103            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
89104            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
89105            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
89106            + lib/unicode/Is/SylWU.pl
89107            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
89108            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
89109            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
89110            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
89111            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
89112            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
89113            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
89114            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
89115            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
89116            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
89117            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
89118            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
89119            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
89120            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
89121            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
89122            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
89123            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
89124            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
89125            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
89126            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
89127            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
89128            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
89129            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
89130            ! lib/unicode/Makefile lib/unicode/mktables.PL
89131 ____________________________________________________________________________
89132 [  6138] By: gsar                                  on 2000/05/28  08:50:32
89133         Log: add note about the handling of negative indices to tied arrays
89134              (from Michael G Schwern <schwern@pobox.com>)
89135      Branch: perl
89136            ! pod/perltie.pod
89137 ____________________________________________________________________________
89138 [  6137] By: gsar                                  on 2000/05/28  08:46:10
89139         Log: fix bogus redeclaration warning for "our" variables in different
89140              scopes
89141      Branch: perl
89142            ! op.c t/pragma/strict-vars
89143 ____________________________________________________________________________
89144 [  6136] By: gsar                                  on 2000/05/28  08:31:20
89145         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
89146      Branch: perl
89147            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
89148 ____________________________________________________________________________
89149 [  6135] By: gsar                                  on 2000/05/28  08:17:50
89150         Log: enable Test::Harness to dynamically determine column width etc.
89151              (from Rob Napier <rnapier@employees.org>)
89152      Branch: perl
89153            ! lib/Test/Harness.pm
89154 ____________________________________________________________________________
89155 [  6134] By: gsar                                  on 2000/05/28  08:13:39
89156         Log: make Test::Harness use wait.h/WCOREDUMP if available
89157              (from Ben Tilly <ben_tilly@hotmail.com>)
89158      Branch: perl
89159            ! lib/Test/Harness.pm
89160 ____________________________________________________________________________
89161 [  6133] By: gsar                                  on 2000/05/28  08:08:05
89162         Log: elide bogus test in change#6132
89163      Branch: perl
89164            ! t/pragma/warn/9enabled
89165 ____________________________________________________________________________
89166 [  6132] By: gsar                                  on 2000/05/28  08:03:14
89167         Log: warnings::enabled() doesn't fall back to looking at $^W if
89168              caller isn't using lexical warnings (from Paul Marquess)
89169      Branch: perl
89170            ! pp_ctl.c t/pragma/warn/9enabled
89171 ____________________________________________________________________________
89172 [  6131] By: gsar                                  on 2000/05/28  07:57:47
89173         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
89174      Branch: perl
89175            ! ext/POSIX/POSIX.pm
89176 ____________________________________________________________________________
89177 [  6130] By: gsar                                  on 2000/05/28  07:29:12
89178         Log: fix places that mean C<"word" character> but say C<alphanumeric
89179              character>
89180      Branch: perl
89181            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
89182 ____________________________________________________________________________
89183 [  6129] By: gsar                                  on 2000/05/28  07:18:41
89184         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
89185      Branch: perl
89186            ! vms/test.com
89187 ____________________________________________________________________________
89188 [  6128] By: gsar                                  on 2000/05/28  07:12:55
89189         Log: new perlxstut example for passing/returning refs to arrays
89190              (from David Lowe <dlowe@pootpoot.com>)
89191      Branch: perl
89192            ! pod/perlxstut.pod
89193 ____________________________________________________________________________
89194 [  6127] By: gsar                                  on 2000/05/28  07:02:50
89195         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
89196              failed (from Gisle Aas)
89197      Branch: perl
89198            ! cop.h perl.c
89199 ____________________________________________________________________________
89200 [  6126] By: gsar                                  on 2000/05/28  06:39:53
89201         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
89202              (reworked variant of patch suggested by Simon Cozens)
89203      Branch: perl
89204            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
89205            ! pp_hot.c proto.h t/op/gv.t
89206 ____________________________________________________________________________
89207 [  6125] By: gsar                                  on 2000/05/28  05:14:55
89208         Log: enable propagating exception objects via Perl_croak() in XS code
89209              (from Gisle Aas)
89210      Branch: perl
89211            ! util.c
89212 ____________________________________________________________________________
89213 [  6124] By: gsar                                  on 2000/05/28  05:07:28
89214         Log: integrate vmsperl contents into mainline
89215      Branch: perl
89216           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
89217           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
89218           !> vms/vmsish.h
89219 ____________________________________________________________________________
89220 [  6123] By: gsar                                  on 2000/05/28  05:03:53
89221         Log: clarify gotcha with #line directives (from Rocco Caputo
89222              <troc@netrus.net>)
89223      Branch: perl
89224            ! pod/perldebug.pod pod/perlsyn.pod
89225 ____________________________________________________________________________
89226 [  6122] By: gsar                                  on 2000/05/28  04:58:29
89227         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
89228              (from Mark-Jason Dominus)
89229      Branch: perl
89230            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
89231            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
89232            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
89233            ! toke.c
89234 ____________________________________________________________________________
89235 [  6121] By: bailey                                on 2000/05/25  04:46:54
89236         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
89237              lists (based on fixes by Craig Berry)
89238      Branch: vmsperl
89239            ! lib/File/Spec/VMS.pm
89240 ____________________________________________________________________________
89241 [  6120] By: bailey                                on 2000/05/25  04:25:38
89242         Log: Add missing escape (Charles Lane)
89243      Branch: vmsperl
89244            ! t/op/lex_assign.t
89245 ____________________________________________________________________________
89246 [  6119] By: bailey                                on 2000/05/25  04:21:25
89247         Log: Quiet error messages in vmsish.t (Charles Lane)
89248      Branch: vmsperl
89249            ! vms/ext/vmsish.t
89250 ____________________________________________________________________________
89251 [  6118] By: bailey                                on 2000/05/25  04:17:57
89252         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
89253              Flatten case labels in switch statements uniformly (Charles Bailey)
89254      Branch: vmsperl
89255            ! vms/vms.c
89256 ____________________________________________________________________________
89257 [  6117] By: bailey                                on 2000/05/25  03:58:09
89258         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
89259      Branch: vmsperl
89260            ! vms/vmsish.h
89261 ____________________________________________________________________________
89262 [  6116] By: bailey                                on 2000/05/25  03:11:15
89263         Log: Miscellaneous cosmetic fixes (Charles Lane)
89264      Branch: vmsperl
89265            ! lib/ExtUtils/MM_VMS.pm
89266 ____________________________________________________________________________
89267 [  6115] By: bailey                                on 2000/05/25  03:10:36
89268         Log: Add bounds checking for several strings (Charles Lane)
89269      Branch: vmsperl
89270            ! vms/vms.c
89271 ____________________________________________________________________________
89272 [  6114] By: bailey                                on 2000/05/25  02:25:34
89273         Log: Urk -- undo previous removal of vmsish 'exit' change
89274      Branch: vmsperl
89275            ! vms/ext/vmsish.pm vms/vmsish.h
89276 ____________________________________________________________________________
89277 [  6113] By: bailey                                on 2000/05/24  02:24:40
89278         Log: Ugly workaround for version-specific RTL error
89279      Branch: vmsperl
89280            ! vms/vms.c
89281 ____________________________________________________________________________
89282 [  6112] By: bailey                                on 2000/05/24  02:19:55
89283         Log: Check for existence of file before trying to delete
89284      Branch: vmsperl
89285            ! vms/test.com
89286 ____________________________________________________________________________
89287 [  6111] By: bailey                                on 2000/05/23  23:35:13
89288         Log: Resync with mainline prior to post-5.6.0 updates
89289      Branch: vmsperl
89290           +> (branch 49 files)
89291            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
89292            ! vms/ext/vmsish.pm
89293           !> (integrate 334 files)
89294 ____________________________________________________________________________
89295 [  6110] By: jhi                                   on 2000/05/23  19:28:32
89296         Log: todo tweak
89297      Branch: cfgperl
89298            ! Todo-5.6
89299 ____________________________________________________________________________
89300 [  6109] By: jhi                                   on 2000/05/18  17:38:54
89301         Log: Integrate with Sarathy.
89302      Branch: cfgperl
89303           !> mg.c perl.h win32/perlhost.h
89304 ____________________________________________________________________________
89305 [  6108] By: gsar                                  on 2000/05/17  02:24:56
89306         Log: reenable fake signal handling on Windows, bugs and all
89307      Branch: perl
89308            ! mg.c perl.h win32/perlhost.h
89309 ____________________________________________________________________________
89310 [  6107] By: jhi                                   on 2000/05/15  18:01:41
89311         Log: Tweak the todo list.
89312      Branch: cfgperl
89313            ! Todo-5.6
89314 ____________________________________________________________________________
89315 [  6106] By: jhi                                   on 2000/05/15  13:41:48
89316         Log: The (Configure) script refuses to go on, after asking for
89317              'You may also choose to try maximal 64-bitness....'.
89318              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
89319              -- Patrick Zima
89320              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
89321      Branch: cfgperl
89322            ! hints/solaris_2.sh
89323 ____________________________________________________________________________
89324 [  6105] By: jhi                                   on 2000/05/11  14:37:43
89325         Log: Integrate with Sarathy.
89326      Branch: cfgperl
89327           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
89328           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
89329 ____________________________________________________________________________
89330 [  6104] By: gsar                                  on 2000/05/11  03:39:07
89331         Log: PL_sys_intern was being initialized too late on windows
89332      Branch: perl
89333            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
89334            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
89335 ____________________________________________________________________________
89336 [  6103] By: jhi                                   on 2000/05/09  19:42:20
89337         Log: Test tweaking for Unicos continues.
89338      Branch: cfgperl
89339            ! t/op/64bitint.t
89340 ____________________________________________________________________________
89341 [  6102] By: jhi                                   on 2000/05/09  16:47:27
89342         Log: The test suite tweak in #6101 wasn't quite right.
89343      Branch: cfgperl
89344            ! t/lib/complex.t
89345 ____________________________________________________________________________
89346 [  6101] By: jhi                                   on 2000/05/09  15:35:34
89347         Log: Hints and test tweaks for Unicos.
89348      Branch: cfgperl
89349            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
89350 ____________________________________________________________________________
89351 [  6100] By: jhi                                   on 2000/05/08  21:15:06
89352         Log: More compilation tweakery from Allen Smith.
89353      Branch: cfgperl
89354            ! hints/irix_6.sh
89355 ____________________________________________________________________________
89356 [  6099] By: jhi                                   on 2000/05/08  19:21:18
89357         Log: Tweaks for the cc bugs from Allen Smith.
89358      Branch: cfgperl
89359            ! hints/irix_6.sh
89360 ____________________________________________________________________________
89361 [  6098] By: jhi                                   on 2000/05/08  19:13:37
89362         Log: Add a note about other, yet unsupported, shadow password APIs.
89363      Branch: cfgperl
89364            ! pp_sys.c
89365 ____________________________________________________________________________
89366 [  6097] By: jhi                                   on 2000/05/08  18:46:34
89367         Log: Add a note about possible compilation problems from Allen Smith.
89368      Branch: cfgperl
89369            ! hints/irix_6.sh
89370 ____________________________________________________________________________
89371 [  6096] By: jhi                                   on 2000/05/08  17:33:10
89372         Log: Integrate with Sarathy.
89373      Branch: cfgperl
89374           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
89375           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
89376 ____________________________________________________________________________
89377 [  6095] By: jhi                                   on 2000/05/08  16:21:33
89378         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
89379              might be useful in future.
89380      Branch: cfgperl
89381            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89382            ! config_h.SH
89383      Branch: metaconfig
89384            ! U/installdirs/inc_version_list.U
89385      Branch: metaconfig/U/perl
89386            ! perlxv.U
89387 ____________________________________________________________________________
89388 [  6094] By: gsar                                  on 2000/05/08  14:22:22
89389         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
89390      Branch: perl
89391            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
89392            ! hints/cygwin.sh pp_sys.c
89393 ____________________________________________________________________________
89394 [  6093] By: gsar                                  on 2000/05/08  12:52:28
89395         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
89396              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
89397      Branch: perl
89398            ! pp_sys.c sv.c win32/perlhost.h
89399 ____________________________________________________________________________
89400 [  6092] By: jhi                                   on 2000/05/07  22:40:34
89401         Log: Regen perltoc with the fixed buildtoc.
89402      Branch: cfgperl
89403            ! pod/perltoc.pod
89404 ____________________________________________________________________________
89405 [  6091] By: jhi                                   on 2000/05/07  22:24:16
89406         Log: Integrate with Sarathy.
89407      Branch: cfgperl
89408           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
89409           !> t/op/substr.t toke.c
89410 ____________________________________________________________________________
89411 [  6090] By: gsar                                  on 2000/05/07  19:47:07
89412         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
89413              [NI]OK; added tests for both
89414      Branch: perl
89415            ! perl.c pp_hot.c sv.c t/op/substr.t
89416 ____________________________________________________________________________
89417 [  6089] By: gsar                                  on 2000/05/07  18:18:38
89418         Log: buildtoc tweak to fix newline lossage
89419      Branch: perl
89420            ! pod/buildtoc
89421 ____________________________________________________________________________
89422 [  6088] By: jhi                                   on 2000/05/07  16:35:36
89423         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
89424              because we do not use those.  The HAS_GETSPNAM remains,
89425              though, because we still do use that.
89426      Branch: cfgperl
89427            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89428            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
89429            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
89430            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
89431            ! win32/config.vc win32/config_H.bc win32/config_H.gc
89432            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
89433 ____________________________________________________________________________
89434 [  6087] By: gsar                                  on 2000/05/07  16:05:16
89435         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
89436      Branch: perl
89437            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
89438 ____________________________________________________________________________
89439 [  6086] By: jhi                                   on 2000/05/07  15:27:07
89440         Log: Integrate with Sarathy.
89441      Branch: cfgperl
89442           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
89443           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
89444           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
89445           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
89446           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
89447           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
89448 ____________________________________________________________________________
89449 [  6085] By: gsar                                  on 2000/05/07  05:52:02
89450         Log: repeat operator (x) doesn't preserve utf8-ness
89451      Branch: perl
89452            ! pp.c t/op/substr.t
89453 ____________________________________________________________________________
89454 [  6084] By: gsar                                  on 2000/05/07  05:39:55
89455         Log: substr() does not preserve utf8-ness (from Stefan Eissing
89456              <Eissing@medicaldataservice.de>); added tests
89457      Branch: perl
89458            ! pp.c t/op/substr.t
89459 ____________________________________________________________________________
89460 [  6083] By: gsar                                  on 2000/05/07  05:24:46
89461         Log: note about undocumented caller() return value (from M.J.T. Guy);
89462              yet another peek.t tweak
89463      Branch: perl
89464            ! pod/perlfunc.pod t/lib/peek.t
89465 ____________________________________________________________________________
89466 [  6082] By: gsar                                  on 2000/05/07  05:08:40
89467         Log: peek.t non-portable to ithreads
89468      Branch: perl
89469            ! t/lib/peek.t
89470 ____________________________________________________________________________
89471 [  6081] By: gsar                                  on 2000/05/07  04:17:04
89472         Log: better default perlbug categories for ok reports (from Richard Foley)
89473      Branch: perl
89474            ! utils/perlbug.PL
89475 ____________________________________________________________________________
89476 [  6080] By: gsar                                  on 2000/05/07  04:08:07
89477         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
89478              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
89479      Branch: perl
89480            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
89481            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
89482            ! AUTHORS MAINTAIN MANIFEST
89483 ____________________________________________________________________________
89484 [  6079] By: gsar                                  on 2000/05/07  04:01:38
89485         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
89486      Branch: perl
89487            ! lib/Carp/Heavy.pm
89488 ____________________________________________________________________________
89489 [  6078] By: gsar                                  on 2000/05/07  01:24:19
89490         Log: workaround for CRT bug in chdir() (from Charles Lane, via
89491              Peter Prymmer)
89492      Branch: perl
89493            ! iperlsys.h vms/vms.c vms/vmsish.h
89494 ____________________________________________________________________________
89495 [  6077] By: gsar                                  on 2000/05/07  01:22:23
89496         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
89497              and Tom Phoenix)
89498      Branch: perl
89499            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
89500 ____________________________________________________________________________
89501 [  6076] By: gsar                                  on 2000/05/06  17:36:29
89502         Log: integrate cfgperl contents into mainline
89503      Branch: perl
89504           +> t/lib/peek.t
89505           !> Configure MANIFEST Porting/Glossary Porting/config.sh
89506           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
89507           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
89508           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
89509 ____________________________________________________________________________
89510 [  6075] By: jhi                                   on 2000/05/05  18:56:10
89511         Log: Make the test more portable.
89512      Branch: cfgperl
89513            ! t/lib/peek.t
89514 ____________________________________________________________________________
89515 [  6074] By: jhi                                   on 2000/05/05  18:49:20
89516         Log: Introduce t/lib/peek.t.
89517      Branch: cfgperl
89518            + t/lib/peek.t
89519            ! MANIFEST
89520 ____________________________________________________________________________
89521 [  6073] By: jhi                                   on 2000/05/05  14:30:45
89522         Log: Complex tweaks.
89523      Branch: cfgperl
89524            ! lib/Math/Complex.pm t/lib/complex.t
89525 ____________________________________________________________________________
89526 [  6072] By: jhi                                   on 2000/05/05  12:27:13
89527         Log: Integrate with Sarathy.
89528      Branch: cfgperl
89529           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
89530           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
89531           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
89532           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
89533 ____________________________________________________________________________
89534 [  6071] By: gsar                                  on 2000/05/05  02:24:46
89535         Log: misformatted perllocal.pod (from Tim Jenness
89536              <t.jenness@jach.hawaii.edu>)
89537      Branch: perl
89538            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
89539 ____________________________________________________________________________
89540 [  6070] By: gsar                                  on 2000/05/05  02:16:52
89541         Log: remove misleading comment (from M.J.T. Guy)
89542      Branch: perl
89543            ! t/lib/anydbm.t
89544 ____________________________________________________________________________
89545 [  6069] By: gsar                                  on 2000/05/05  02:15:13
89546         Log: File::Spec compatibility update (from Barrie Slaymaker
89547              <barries@slaysys.com>)
89548      Branch: perl
89549            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
89550            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
89551 ____________________________________________________________________________
89552 [  6068] By: gsar                                  on 2000/05/05  02:01:50
89553         Log: note about values()
89554      Branch: perl
89555            ! pod/perlfunc.pod
89556 ____________________________________________________________________________
89557 [  6067] By: gsar                                  on 2000/05/05  01:33:09
89558         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
89559      Branch: perl
89560            ! win32/win32.c
89561 ____________________________________________________________________________
89562 [  6066] By: gsar                                  on 2000/05/05  01:23:43
89563         Log: s/END/CHECK/
89564      Branch: perl
89565            ! perl.c
89566 ____________________________________________________________________________
89567 [  6065] By: jhi                                   on 2000/05/04  17:30:22
89568         Log: Integrate with Sarathy.
89569      Branch: cfgperl
89570           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
89571 ____________________________________________________________________________
89572 [  6064] By: gsar                                  on 2000/05/04  17:26:14
89573         Log: change#5905 wasn't quite right--it's intent only applies when arguments
89574              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
89575      Branch: perl
89576            ! pp_sys.c sv.c
89577 ____________________________________________________________________________
89578 [  6063] By: gsar                                  on 2000/05/04  16:52:29
89579         Log: tokeq() could read unallocated field in argument
89580      Branch: perl
89581            ! toke.c
89582 ____________________________________________________________________________
89583 [  6062] By: gsar                                  on 2000/05/04  16:34:51
89584         Log: additional tests for utf8.t
89585      Branch: perl
89586            ! t/pragma/utf8.t
89587 ____________________________________________________________________________
89588 [  6061] By: gsar                                  on 2000/05/04  16:09:28
89589         Log: change#5921 neglected to make eq honor "use bytes"
89590      Branch: perl
89591            ! sv.c
89592 ____________________________________________________________________________
89593 [  6060] By: jhi                                   on 2000/05/04  15:30:16
89594         Log: Integrate with Sarathy.
89595      Branch: cfgperl
89596           !> perl.c regcomp.c t/pragma/utf8.t
89597 ____________________________________________________________________________
89598 [  6059] By: jhi                                   on 2000/05/04  15:26:37
89599         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
89600              in natively 64-bit platforms where a long is a quad (no need
89601              for long longs).  Also added bias for IVs.
89602      Branch: cfgperl
89603            ! toke.c
89604 ____________________________________________________________________________
89605 [  6058] By: gsar                                  on 2000/05/04  00:19:14
89606         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
89607              (spotted by Donald Kinzer <dkinzer@premia.com>)
89608      Branch: perl
89609            ! perl.c
89610 ____________________________________________________________________________
89611 [  6057] By: gsar                                  on 2000/05/03  18:34:01
89612         Log: fix broken parsing of /\x{ab}/
89613      Branch: perl
89614            ! regcomp.c t/pragma/utf8.t
89615 ____________________________________________________________________________
89616 [  6056] By: jhi                                   on 2000/05/03  17:57:16
89617         Log: The search of infinity continues, this time simplified.
89618      Branch: cfgperl
89619            ! lib/Math/Complex.pm
89620 ____________________________________________________________________________
89621 [  6055] By: jhi                                   on 2000/05/03  17:45:30
89622         Log: Detypo.
89623      Branch: cfgperl
89624            ! hints/unicos.sh
89625 ____________________________________________________________________________
89626 [  6054] By: jhi                                   on 2000/05/02  22:28:27
89627         Log: Be more forgiving in POSIX about HUGE_VALL.
89628      Branch: cfgperl
89629            ! ext/POSIX/POSIX.xs
89630 ____________________________________________________________________________
89631 [  6053] By: jhi                                   on 2000/05/02  22:25:05
89632         Log: Integrate with Sarathy.
89633      Branch: cfgperl
89634           !> hints/irix_6.sh pod/perlop.pod
89635 ____________________________________________________________________________
89636 [  6052] By: jhi                                   on 2000/05/02  22:24:31
89637         Log: Unicos hint tweak.
89638      Branch: cfgperl
89639            ! hints/unicos.sh
89640 ____________________________________________________________________________
89641 [  6051] By: jhi                                   on 2000/05/02  22:21:26
89642         Log: Complex tweakery.
89643      Branch: cfgperl
89644            ! lib/Math/Complex.pm t/lib/complex.t
89645 ____________________________________________________________________________
89646 [  6050] By: jhi                                   on 2000/05/02  19:26:22
89647         Log: Use setxxent()/endxxent().
89648      Branch: cfgperl
89649            ! t/op/grent.t t/op/pwent.t
89650 ____________________________________________________________________________
89651 [  6049] By: jhi                                   on 2000/05/02  19:06:02
89652         Log: Test both the scalar and list contexts.
89653      Branch: cfgperl
89654            ! t/op/grent.t t/op/pwent.t
89655 ____________________________________________________________________________
89656 [  6048] By: gsar                                  on 2000/05/02  18:29:10
89657         Log: add note about how $( doesn't interpolate in REs (from
89658              Philip Newton <newton@ficus.frogspace.net>)
89659      Branch: perl
89660            ! pod/perlop.pod
89661 ____________________________________________________________________________
89662 [  6047] By: jhi                                   on 2000/05/02  17:41:24
89663         Log: Call getspnam() only iff needed.
89664      Branch: cfgperl
89665            ! pp_sys.c
89666 ____________________________________________________________________________
89667 [  6046] By: gsar                                  on 2000/05/02  17:07:25
89668         Log: libscheck has insufficient checks for n32 libs (from
89669              Albert Chin-A-Young <china@thewrittenword.com>)
89670      Branch: perl
89671            ! hints/irix_6.sh
89672 ____________________________________________________________________________
89673 [  6045] By: jhi                                   on 2000/05/02  13:57:17
89674         Log: Integrate with Sarathy.
89675      Branch: cfgperl
89676           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
89677           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
89678 ____________________________________________________________________________
89679 [  6044] By: gsar                                  on 2000/05/02  06:48:19
89680         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
89681              such that underscores are only ignored in literal numbers,
89682              "\x{...}", and hex/oct argument
89683      Branch: perl
89684            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
89685 ____________________________________________________________________________
89686 [  6043] By: gsar                                  on 2000/05/02  02:22:29
89687         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
89688      Branch: perl
89689            ! pod/perlretut.pod
89690 ____________________________________________________________________________
89691 [  6042] By: gsar                                  on 2000/05/02  02:17:51
89692         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
89693      Branch: perl
89694            ! pod/perltrap.pod
89695 ____________________________________________________________________________
89696 [  6041] By: gsar                                  on 2000/05/02  01:53:51
89697         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
89698              to compensate
89699      Branch: perl
89700            ! Porting/makerel
89701 ____________________________________________________________________________
89702 [  6040] By: gsar                                  on 2000/05/02  01:51:57
89703         Log: missing files in MANIFEST
89704      Branch: perl
89705            ! MANIFEST
89706 ____________________________________________________________________________
89707 [  6039] By: jhi                                   on 2000/05/02  00:36:46
89708         Log: Infinite problems.
89709      Branch: cfgperl
89710            ! lib/Math/Complex.pm
89711 ____________________________________________________________________________
89712 [  6038] By: jhi                                   on 2000/05/02  00:06:38
89713         Log: pwent/spent #ifdef imbalance.
89714      Branch: cfgperl
89715            ! pp_sys.c
89716 ____________________________________________________________________________
89717 [  6037] By: jhi                                   on 2000/05/01  22:50:11
89718         Log: Use HUGE_VALL if applicable.
89719      Branch: cfgperl
89720            ! ext/POSIX/POSIX.xs util.c
89721 ____________________________________________________________________________
89722 [  6036] By: jhi                                   on 2000/05/01  22:20:53
89723         Log: Correct Freudian slip.
89724      Branch: cfgperl
89725            ! pp_sys.c
89726 ____________________________________________________________________________
89727 [  6035] By: jhi                                   on 2000/05/01  21:07:38
89728         Log: Continue on the pwent/spent case.
89729      Branch: cfgperl
89730            ! pp_sys.c
89731 ____________________________________________________________________________
89732 [  6034] By: jhi                                   on 2000/05/01  17:45:14
89733         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
89734              adjustments in 6032 conflicted badly with this, will have
89735              to revisit them later.
89736      Branch: cfgperl
89737           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
89738           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
89739           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
89740           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
89741           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
89742           !> t/lib/cgi-html.t t/lib/cgi-request.t
89743 ____________________________________________________________________________
89744 [  6033] By: jhi                                   on 2000/05/01  17:40:49
89745         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
89746      Branch: cfgperl
89747            ! pp_sys.c
89748 ____________________________________________________________________________
89749 [  6032] By: gsar                                  on 2000/05/01  15:56:32
89750         Log: whitespace adjustments
89751      Branch: perl
89752            ! pp_sys.c
89753 ____________________________________________________________________________
89754 [  6031] By: gsar                                  on 2000/05/01  15:19:41
89755         Log: small nits in diagnostics.pm (from Robin Barker)
89756      Branch: perl
89757            ! lib/diagnostics.pm pod/perldiag.pod
89758 ____________________________________________________________________________
89759 [  6030] By: gsar                                  on 2000/05/01  08:39:18
89760         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
89761              for @- and @+ (from Johan Vromans)
89762      Branch: perl
89763            ! lib/English.pm pod/perlvar.pod
89764 ____________________________________________________________________________
89765 [  6029] By: gsar                                  on 2000/05/01  08:16:10
89766         Log: add CGI.pm v2.66 (from Lincoln Stein)
89767      Branch: perl
89768            + lib/CGI/Util.pm t/lib/cgi-pretty.t
89769            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
89770            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
89771            ! t/lib/cgi-html.t t/lib/cgi-request.t
89772 ____________________________________________________________________________
89773 [  6028] By: gsar                                  on 2000/05/01  06:34:41
89774         Log: Pod::Man generates groff-incompatible macro definition (from
89775              Tom Christiansen)
89776      Branch: perl
89777            ! lib/Pod/Man.pm
89778 ____________________________________________________________________________
89779 [  6027] By: gsar                                  on 2000/05/01  06:31:36
89780         Log: podlators-1.02 update (from Russ Allbery)
89781      Branch: perl
89782            ! lib/Pod/Man.pm lib/Pod/Text.pm
89783 ____________________________________________________________________________
89784 [  6026] By: jhi                                   on 2000/04/30  23:24:23
89785         Log: Integrate with Sarathy.
89786      Branch: cfgperl
89787           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
89788           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
89789           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
89790           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
89791           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
89792           !> t/lib/syslog.t toke.c win32/win32.h
89793 ____________________________________________________________________________
89794 [  6025] By: gsar                                  on 2000/04/30  18:17:47
89795         Log: Is{Alnum,Alpha,Word} don't match titlecase
89796              
89797              TODO: IsSpace is defined recursively!
89798              
89799              (both spotted by Larry)
89800      Branch: perl
89801            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
89802            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
89803 ____________________________________________________________________________
89804 [  6024] By: gsar                                  on 2000/04/30  17:50:19
89805         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
89806              (from Hugo van der Sanden)
89807      Branch: perl
89808            ! toke.c
89809 ____________________________________________________________________________
89810 [  6023] By: gsar                                  on 2000/04/30  17:14:43
89811         Log: debugger stomps on $. (from M.J.T. Guy)
89812      Branch: perl
89813            ! lib/perl5db.pl
89814 ____________________________________________________________________________
89815 [  6022] By: gsar                                  on 2000/04/30  16:59:22
89816         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
89817      Branch: perl
89818            ! sv.c
89819 ____________________________________________________________________________
89820 [  6021] By: gsar                                  on 2000/04/29  21:00:08
89821         Log: remove Win2K issue in pod (fixed by change#6020)
89822      Branch: perl
89823            ! README.win32 pod/perl56delta.pod
89824 ____________________________________________________________________________
89825 [  6020] By: gsar                                  on 2000/04/29  20:51:49
89826         Log: test tweak
89827      Branch: perl
89828            ! t/lib/open3.t
89829 ____________________________________________________________________________
89830 [  6019] By: gsar                                  on 2000/04/29  20:34:27
89831         Log: windows portability tweaks
89832      Branch: perl
89833            ! t/lib/b.t win32/win32.h
89834 ____________________________________________________________________________
89835 [  6018] By: gsar                                  on 2000/04/29  19:55:24
89836         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
89837              make _PATH_LOG() return "" if unavailable
89838      Branch: perl
89839            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
89840            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
89841 ____________________________________________________________________________
89842 [  6017] By: jhi                                   on 2000/04/28  22:49:46
89843         Log: Integrate with Sarathy.
89844      Branch: cfgperl
89845           !> op.c perl.c pod/perldiag.pod t/lib/b.t
89846 ____________________________________________________________________________
89847 [  6016] By: jhi                                   on 2000/04/28  22:46:14
89848         Log: Do not warn that an infinity does not look like a number.
89849      Branch: cfgperl
89850            ! sv.c
89851 ____________________________________________________________________________
89852 [  6015] By: gsar                                  on 2000/04/28  22:35:49
89853         Log: tweak test for portability
89854      Branch: perl
89855            ! t/lib/b.t
89856 ____________________________________________________________________________
89857 [  6014] By: gsar                                  on 2000/04/28  22:05:31
89858         Log: glob() loading File::Glob behind the scenes may cause syntax errors
89859      Branch: perl
89860            ! op.c
89861 ____________________________________________________________________________
89862 [  6013] By: gsar                                  on 2000/04/28  21:25:22
89863         Log: tweak change#5945 to display correct switch name in diagnostic
89864      Branch: perl
89865            ! perl.c pod/perldiag.pod
89866 ____________________________________________________________________________
89867 [  6012] By: jhi                                   on 2000/04/28  21:08:12
89868         Log: Integrate with Sarathy.
89869      Branch: cfgperl
89870           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
89871           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
89872           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
89873 ____________________________________________________________________________
89874 [  6011] By: jhi                                   on 2000/04/28  21:04:46
89875         Log: &HUGE_VAL is not defined, it exists.
89876      Branch: cfgperl
89877            ! lib/Math/Complex.pm
89878 ____________________________________________________________________________
89879 [  6010] By: gsar                                  on 2000/04/28  21:02:58
89880         Log: clarify note about shadow password support (from
89881              gellyfish@gellyfish.com)
89882      Branch: perl
89883            ! pod/perlfunc.pod
89884 ____________________________________________________________________________
89885 [  6009] By: gsar                                  on 2000/04/28  21:00:00
89886         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
89887      Branch: perl
89888            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
89889 ____________________________________________________________________________
89890 [  6008] By: gsar                                  on 2000/04/28  20:56:33
89891         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
89892      Branch: perl
89893            ! installperl vms/subconfigure.com
89894 ____________________________________________________________________________
89895 [  6007] By: gsar                                  on 2000/04/28  20:51:21
89896         Log: note about compile failures and END blocks (from M.J.T. Guy)
89897      Branch: perl
89898            ! pod/perl56delta.pod pod/perlmod.pod
89899 ____________________________________________________________________________
89900 [  6006] By: jhi                                   on 2000/04/28  20:42:14
89901         Log: Regen Configure.
89902      Branch: cfgperl
89903            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89904            ! config_h.SH
89905 ____________________________________________________________________________
89906 [  6005] By: gsar                                  on 2000/04/28  20:41:16
89907         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
89908      Branch: perl
89909            ! utils/perldoc.PL
89910 ____________________________________________________________________________
89911 [  6004] By: jhi                                   on 2000/04/28  20:28:21
89912         Log: Integrate with Sarathy.
89913      Branch: cfgperl
89914           !> Configure INSTALL Porting/Glossary Porting/config.sh
89915           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
89916           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
89917           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
89918           !> win32/config.vc win32/win32.c
89919 ____________________________________________________________________________
89920 [  6003] By: gsar                                  on 2000/04/28  20:11:20
89921         Log: allow REG_EXPAND_SZ keys in Windows registry (from
89922              John Clayton <John.Clayton@barclayscapital.com>)
89923      Branch: perl
89924            ! win32/win32.c
89925 ____________________________________________________________________________
89926 [  6002] By: gsar                                  on 2000/04/28  19:34:16
89927         Log: destructive sv_setsv() can lose UV-ness from source, causing
89928              numeric promotions/comparisons to fail to do the right thing
89929      Branch: perl
89930            ! sv.c
89931 ____________________________________________________________________________
89932 [  6001] By: gsar                                  on 2000/04/28  18:44:15
89933         Log: support additional library locations via $Config{otherlibdirs}
89934              (from Andy Dougherty)
89935      Branch: perl
89936            ! Configure INSTALL Porting/Glossary Porting/config.sh
89937            ! Porting/config_H config_h.SH epoc/config.sh perl.c
89938            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
89939            ! win32/config.bc win32/config.gc win32/config.vc
89940 ____________________________________________________________________________
89941 [  6000] By: gsar                                  on 2000/04/28  18:26:58
89942         Log: reworked otherlibdirs.U (from Andy Dougherty)
89943      Branch: metaconfig
89944            ! U/installdirs/otherlibdirs.U
89945 ____________________________________________________________________________
89946 [  5999] By: gsar                                  on 2000/04/28  18:17:07
89947         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
89948      Branch: perl
89949            ! t/pragma/warn/toke toke.c
89950 ____________________________________________________________________________
89951 [  5998] By: jhi                                   on 2000/04/28  13:32:17
89952         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
89953      Branch: cfgperl
89954            ! lib/Math/Complex.pm
89955 ____________________________________________________________________________
89956 [  5997] By: jhi                                   on 2000/04/28  13:14:04
89957         Log: Preserve $!.
89958      Branch: cfgperl
89959            ! lib/Math/Complex.pm
89960 ____________________________________________________________________________
89961 [  5996] By: jhi                                   on 2000/04/28  12:59:23
89962         Log: Integrate with Sarathy.
89963      Branch: cfgperl
89964           +> pod/perlrequick.pod pod/perlretut.pod
89965           !> (integrate 51 files)
89966 ____________________________________________________________________________
89967 [  5995] By: gsar                                  on 2000/04/28  09:37:36
89968         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
89969      Branch: perl
89970            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
89971 ____________________________________________________________________________
89972 [  5994] By: gsar                                  on 2000/04/28  09:33:26
89973         Log: fix for missed accounting for null byte in pack("Z",...) (from
89974              M.J.T. Guy)
89975      Branch: perl
89976            ! pp.c t/op/pack.t
89977 ____________________________________________________________________________
89978 [  5993] By: gsar                                  on 2000/04/28  09:30:05
89979         Log: various minor tweaks seen on p5p
89980      Branch: perl
89981            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
89982 ____________________________________________________________________________
89983 [  5992] By: gsar                                  on 2000/04/28  09:08:19
89984         Log: pod nit (from Simon Cozens)
89985      Branch: perl
89986            ! pod/perlop.pod
89987 ____________________________________________________________________________
89988 [  5991] By: gsar                                  on 2000/04/28  09:06:36
89989         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
89990      Branch: perl
89991            ! README.posix-bc hints/posix-bc.sh
89992 ____________________________________________________________________________
89993 [  5990] By: gsar                                  on 2000/04/28  08:54:52
89994         Log: use $ENV{LIB} to search for libs under Visual C compiler
89995              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
89996      Branch: perl
89997            ! lib/ExtUtils/Liblist.pm
89998 ____________________________________________________________________________
89999 [  5989] By: gsar                                  on 2000/04/28  08:27:12
90000         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
90001              itself and no other (from Tom Hughes)
90002      Branch: perl
90003            ! t/op/array.t toke.c
90004 ____________________________________________________________________________
90005 [  5988] By: gsar                                  on 2000/04/28  08:01:38
90006         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
90007              <paul@miraclefish.com>)
90008      Branch: perl
90009            ! lib/ExtUtils/MakeMaker.pm
90010 ____________________________________________________________________________
90011 [  5987] By: gsar                                  on 2000/04/28  07:53:09
90012         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
90013      Branch: perl
90014            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
90015 ____________________________________________________________________________
90016 [  5986] By: gsar                                  on 2000/04/28  07:44:17
90017         Log: add regular expressions tutorial and quick-start guide (from
90018              Mark Kvale <kvale@phy.ucsf.edu>)
90019      Branch: perl
90020            + pod/perlrequick.pod pod/perlretut.pod
90021            ! AUTHORS MAINTAIN MANIFEST
90022 ____________________________________________________________________________
90023 [  5985] By: gsar                                  on 2000/04/28  07:30:28
90024         Log: forked child may not exit correctly if it failed to open
90025              /dev/console (from Graham Barr)
90026      Branch: perl
90027            ! ext/Sys/Syslog/Syslog.pm
90028 ____________________________________________________________________________
90029 [  5984] By: gsar                                  on 2000/04/28  07:27:20
90030         Log: attributes::reftype() doesn't work on tied argument
90031      Branch: perl
90032            ! xsutils.c
90033 ____________________________________________________________________________
90034 [  5983] By: gsar                                  on 2000/04/28  07:15:04
90035         Log: numeric conversion of non-number in change#3378 tramples on
90036              OOK offset, causing segfaults
90037      Branch: perl
90038            ! sv.c
90039 ____________________________________________________________________________
90040 [  5982] By: gsar                                  on 2000/04/28  04:48:25
90041         Log: avoid error in IO::Socket::INET when given an unknown service name
90042              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
90043      Branch: perl
90044            ! ext/IO/lib/IO/Socket/INET.pm
90045 ____________________________________________________________________________
90046 [  5981] By: gsar                                  on 2000/04/28  04:31:31
90047         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
90048              prototype mismatch with CORE::glob(); update pod and tests to
90049              suit (File::Glob::glob() is still available for backward
90050              compatibility, but should be considered deprecated)
90051      Branch: perl
90052            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
90053            ! t/lib/glob-taint.t
90054 ____________________________________________________________________________
90055 [  5980] By: gsar                                  on 2000/04/28  03:47:29
90056         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
90057              <ghudson@mit.edu>)
90058      Branch: metaconfig
90059            ! U/modified/Options.U
90060      Branch: perl
90061            ! Configure
90062 ____________________________________________________________________________
90063 [  5979] By: gsar                                  on 2000/04/28  03:07:54
90064         Log: under useithreads, constant pad entries could inadvertently be
90065              shared across threads (from Eric Blood <eblood@xmission.com>);
90066              added Eric's test case to testsuite
90067      Branch: perl
90068            ! op.c t/op/misc.t
90069 ____________________________________________________________________________
90070 [  5978] By: gsar                                  on 2000/04/27  21:13:00
90071         Log: sync version numbers in File::Spec with the ones on CPAN
90072              (from Barrie Slaymaker)
90073      Branch: perl
90074            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
90075            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
90076            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
90077 ____________________________________________________________________________
90078 [  5977] By: gsar                                  on 2000/04/27  21:07:29
90079         Log: autoquote barewords followed by newline and arrow properly
90080              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
90081      Branch: perl
90082            ! t/pragma/warn/toke toke.c
90083 ____________________________________________________________________________
90084 [  5976] By: gsar                                  on 2000/04/27  20:41:20
90085         Log: DB_File v1.73 update (from Paul Marquess)
90086      Branch: perl
90087            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
90088            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
90089 ____________________________________________________________________________
90090 [  5975] By: gsar                                  on 2000/04/27  20:34:24
90091         Log: allow sort() reentrancy (variant of patch suggested by
90092              Hugo van der Sanden)
90093      Branch: perl
90094            ! pp_ctl.c t/op/sort.t
90095 ____________________________________________________________________________
90096 [  5974] By: gsar                                  on 2000/04/27  19:46:57
90097         Log: change#4197 somehow missed initializing PL_errors, meaning
90098              sytax error queueing wasn't working outside eval"" at all;
90099              also fixed eval"" to localize PL_error_count, so that compile-time
90100              eval's don't clobber the error state of the outer context
90101      Branch: perl
90102            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
90103            ! t/pragma/warn/toke
90104 ____________________________________________________________________________
90105 [  5973] By: gsar                                  on 2000/04/27  18:29:05
90106         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
90107      Branch: perl
90108            ! regcomp.c regexec.c t/op/re_tests
90109 ____________________________________________________________________________
90110 [  5972] By: jhi                                   on 2000/04/27  18:22:41
90111         Log: Integrate with Sarathy.
90112      Branch: cfgperl
90113           +> t/lib/b.t t/lib/syslog.t
90114           !> (integrate 31 files)
90115 ____________________________________________________________________________
90116 [  5971] By: jhi                                   on 2000/04/27  18:18:46
90117         Log: Unicos tweaks from Mark P. Lutz.
90118      Branch: cfgperl
90119            ! hints/unicos.sh lib/Math/Complex.pm
90120 ____________________________________________________________________________
90121 [  5970] By: gsar                                  on 2000/04/27  18:05:11
90122         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
90123              IV is >32bits
90124      Branch: perl
90125            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
90126 ____________________________________________________________________________
90127 [  5969] By: gsar                                  on 2000/04/27  17:50:56
90128         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
90129      Branch: perl
90130            + t/lib/syslog.t
90131            ! MANIFEST ext/Sys/Syslog/Syslog.pm
90132 ____________________________________________________________________________
90133 [  5968] By: gsar                                  on 2000/04/27  17:44:49
90134         Log: tolerate spaces in group names in test on solaris (from David Boyce
90135              <dsb@boyski.com>)
90136      Branch: perl
90137            ! t/op/groups.t
90138 ____________________________________________________________________________
90139 [  5967] By: gsar                                  on 2000/04/27  17:41:22
90140         Log: improved docs on the warn_uninit diagnostic (from David Glasser
90141              and Simon Cozens)
90142      Branch: perl
90143            ! pod/perldiag.pod
90144 ____________________________________________________________________________
90145 [  5966] By: gsar                                  on 2000/04/27  16:54:58
90146         Log: add testsuite for B backends, fix bug in B::Deparse (from
90147              Simon Cozens <simon@brecon.co.uk>)
90148      Branch: perl
90149            + t/lib/b.t
90150            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
90151 ____________________________________________________________________________
90152 [  5965] By: gsar                                  on 2000/04/27  16:10:37
90153         Log: avoid "will not stay shared" warnings for our variables (from
90154              Robin Barker)
90155      Branch: perl
90156            ! op.c t/pragma/warn/op
90157 ____________________________________________________________________________
90158 [  5964] By: gsar                                  on 2000/04/27  07:05:05
90159         Log: reformat to 72 columns (again)
90160      Branch: perl
90161            ! pod/perldiag.pod
90162 ____________________________________________________________________________
90163 [  5963] By: gsar                                  on 2000/04/27  06:28:31
90164         Log: patch from Larry to make (\&) prototype work; added tests for
90165              the same
90166      Branch: perl
90167            ! op.c t/comp/proto.t
90168 ____________________________________________________________________________
90169 [  5962] By: gsar                                  on 2000/04/27  06:15:47
90170         Log: updated README.hpux (from Jeff Okamoto)
90171      Branch: perl
90172            ! README.hpux
90173 ____________________________________________________________________________
90174 [  5961] By: gsar                                  on 2000/04/27  05:55:03
90175         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
90176      Branch: perl
90177            ! emacs/cperl-mode.el
90178 ____________________________________________________________________________
90179 [  5960] By: gsar                                  on 2000/04/27  05:49:26
90180         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
90181      Branch: perl
90182            ! INSTALL
90183 ____________________________________________________________________________
90184 [  5959] By: gsar                                  on 2000/04/27  05:33:41
90185         Log: doubled words in pods (from Simon Cozens
90186              <simon.p.cozens@jp.pwcglobal.com>)
90187      Branch: perl
90188            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
90189            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
90190            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
90191            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
90192            ! pod/perltootc.pod
90193 ____________________________________________________________________________
90194 [  5958] By: gsar                                  on 2000/04/27  05:11:39
90195         Log: change#3569 deleted some essential code, revert; avoid use of
90196              atexit() to make DynaLoader work properly on AIX under mod_perl
90197              (from Jens-Uwe Mager <jum@helios.de>)
90198      Branch: perl
90199            ! ext/DynaLoader/dl_aix.xs
90200 ____________________________________________________________________________
90201 [  5957] By: gsar                                  on 2000/04/27  04:54:51
90202         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
90203      Branch: perl
90204            ! pod/perlmod.pod
90205 ____________________________________________________________________________
90206 [  5956] By: gsar                                  on 2000/04/27  04:51:47
90207         Log: better diagnostics on failed tests (from Ilya Zakharevich)
90208      Branch: perl
90209            ! t/op/lex_assign.t
90210 ____________________________________________________________________________
90211 [  5955] By: gsar                                  on 2000/04/27  04:26:44
90212         Log: longstanding bug exposed by change#3307: sort arguments weren't
90213              compiled with the right wantarray context (ensuing runtime lookup
90214              via block_gimme() was getting the incidental context of the
90215              sort() itself)
90216      Branch: perl
90217            ! op.c t/op/sort.t
90218 ____________________________________________________________________________
90219 [  5954] By: gsar                                  on 2000/04/26  23:42:12
90220         Log: integrate cfgperl contents into mainline
90221      Branch: perl
90222           !> (integrate 30 files)
90223 ____________________________________________________________________________
90224 [  5953] By: jhi                                   on 2000/04/26  23:06:42
90225         Log: Integrate with Sarathy.
90226      Branch: cfgperl
90227           !> README.win32 ext/B/B/Deparse.pm
90228           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
90229           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
90230           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
90231           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
90232           !> utils/perldoc.PL vms/perlvms.pod
90233 ____________________________________________________________________________
90234 [  5952] By: jhi                                   on 2000/04/26  23:03:46
90235         Log: Undo "use integer" addition from 64bitint as it seems
90236              to break most of the subtests in Digital UNIX;
90237              Unicos needs to find another way.
90238      Branch: cfgperl
90239            ! t/op/64bitint.t
90240 ____________________________________________________________________________
90241 [  5951] By: jhi                                   on 2000/04/26  22:57:53
90242         Log: Be more robust on "extreme" (large absolute value)
90243              arguments.  Originally reported by Daniel Connelly
90244              as a problem with asinh() on large negative arguments,
90245              asinh() used to bail out because an argument to log()
90246              ended up being zero.  Ilya Zakharevich proposed using
90247              Taylor's series in such cases, which for such large
90248              arguments is a very good approximation.
90249      Branch: cfgperl
90250            ! lib/Math/Complex.pm t/lib/complex.t
90251 ____________________________________________________________________________
90252 [  5950] By: gsar                                  on 2000/04/25  19:13:12
90253         Log: reformat perldiag to avoid long lines
90254      Branch: perl
90255            ! pod/perldiag.pod
90256 ____________________________________________________________________________
90257 [  5949] By: gsar                                  on 2000/04/25  18:41:11
90258         Log: make perldoc use the pod2man from the same version (from
90259              M.J.T. Guy)
90260      Branch: perl
90261            ! utils/perldoc.PL
90262 ____________________________________________________________________________
90263 [  5948] By: gsar                                  on 2000/04/25  18:21:57
90264         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
90265              <kompas@kompas.usr.onet.pl>)
90266      Branch: perl
90267            ! lib/vars.pm
90268 ____________________________________________________________________________
90269 [  5947] By: gsar                                  on 2000/04/25  18:11:53
90270         Log: use &dl_error rather than &dl_load_file as the guard for calling
90271              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
90272              statically built perl)
90273      Branch: perl
90274            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
90275 ____________________________________________________________________________
90276 [  5946] By: jhi                                   on 2000/04/25  17:37:54
90277         Log: Document that tr() is not tr(1).
90278      Branch: cfgperl
90279            ! pod/perlop.pod
90280 ____________________________________________________________________________
90281 [  5945] By: gsar                                  on 2000/04/25  16:34:33
90282         Log: make module name mandatory after -M switch; reorder perldiag
90283              alphabetically (from Mark-Jason Dominus)
90284      Branch: perl
90285            ! perl.c pod/perldiag.pod
90286 ____________________________________________________________________________
90287 [  5944] By: jhi                                   on 2000/04/25  01:15:18
90288         Log: On second thoughts frexp() does have two arguments.
90289      Branch: cfgperl
90290            ! perl.h
90291 ____________________________________________________________________________
90292 [  5943] By: jhi                                   on 2000/04/24  22:56:32
90293         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
90294              Now pp_ncmp() returns undef is either operand is a NaN.
90295      Branch: cfgperl
90296            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90297            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
90298            ! vms/subconfigure.com vos/config.def vos/config.h
90299            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
90300            ! win32/config.vc win32/config_H.bc win32/config_H.gc
90301            ! win32/config_H.vc
90302      Branch: metaconfig/U/perl
90303            + d_modfl.U
90304 ____________________________________________________________________________
90305 [  5942] By: jhi                                   on 2000/04/24  19:45:17
90306         Log: Regen Configure to match #5937.
90307      Branch: cfgperl
90308            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90309            ! config_h.SH
90310      Branch: metaconfig
90311            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
90312 ____________________________________________________________________________
90313 [  5941] By: jhi                                   on 2000/04/24  19:24:11
90314         Log: Further Unicos fixes for Mark Lutz.
90315      Branch: cfgperl
90316            ! hints/unicos.sh pp_ctl.c
90317 ____________________________________________________________________________
90318 [  5940] By: jhi                                   on 2000/04/24  19:09:06
90319         Log: Various Unicos 10.0.0.6 fixes.
90320              
90321              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
90322              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
90323              Reply-To: tecmpl1@triton.ca.boeing.com 
90324              To: perl5-porters@perl.org 
90325              Date: Fri, 14 Apr 2000 20:21:00 GMT 
90326              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
90327      Branch: cfgperl
90328            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
90329 ____________________________________________________________________________
90330 [  5939] By: gsar                                  on 2000/04/24  19:01:24
90331         Log: more pod nits (from Larry Virden)
90332      Branch: perl
90333            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
90334            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
90335            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
90336 ____________________________________________________________________________
90337 [  5938] By: gsar                                  on 2000/04/24  18:54:01
90338         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
90339      Branch: perl
90340            ! ext/B/B/Deparse.pm
90341 ____________________________________________________________________________
90342 [  5937] By: jhi                                   on 2000/04/24  17:39:00
90343         Log: Integrate with Sarathy.
90344      Branch: cfgperl
90345           +> (branch 31 files)
90346           !> (integrate 73 files)
90347 ____________________________________________________________________________
90348 [  5936] By: gsar                                  on 2000/04/24  17:30:06
90349         Log: additional tests for change#5934 (from Paul Marquess, who also
90350              sent in the same fix)
90351      Branch: perl
90352            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
90353            ! t/pragma/warn/5nolint t/pragma/warn/6default
90354 ____________________________________________________________________________
90355 [  5935] By: jhi                                   on 2000/04/24  17:26:05
90356         Log: Do not assume sign propagation.
90357              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
90358              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
90359              To: payner@ncifcrf.gov, perl5-porters@perl.org 
90360              Date: Tue, 18 Apr 2000 18:24:49 +0100 
90361              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
90362      Branch: cfgperl
90363            ! t/op/bop.t t/op/misc.t
90364 ____________________________________________________________________________
90365 [  5934] By: gsar                                  on 2000/04/24  17:16:54
90366         Log: propagate lexical warnings from surrounding scope correctly
90367              within string eval()
90368      Branch: perl
90369            ! pp_ctl.c t/pragma/warn/pp_ctl
90370 ____________________________________________________________________________
90371 [  5933] By: jhi                                   on 2000/04/24  17:01:07
90372         Log: Flatten the cpp jungle doing the nosuid checking.
90373      Branch: cfgperl
90374            ! perl.c
90375 ____________________________________________________________________________
90376 [  5932] By: gsar                                  on 2000/04/24  09:08:14
90377         Log: add rsignal(), whichsig() and do_join() to public API list
90378              (mod_perl uses them to good advantage)
90379      Branch: perl
90380            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
90381 ____________________________________________________________________________
90382 [  5931] By: gsar                                  on 2000/04/24  09:01:40
90383         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
90384      Branch: perl
90385            ! pp_hot.c regexec.c t/op/pat.t
90386 ____________________________________________________________________________
90387 [  5930] By: gsar                                  on 2000/04/24  08:58:33
90388         Log: small os390 tweaks (from Peter Prymmer)
90389      Branch: perl
90390            ! config_h.SH makedepend.SH
90391 ____________________________________________________________________________
90392 [  5929] By: gsar                                  on 2000/04/24  08:55:25
90393         Log: pod nits
90394      Branch: perl
90395            ! pod/perlguts.pod
90396 ____________________________________________________________________________
90397 [  5928] By: gsar                                  on 2000/04/24  08:50:13
90398         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
90399      Branch: perl
90400            ! ext/IO/lib/IO/Poll.pm
90401 ____________________________________________________________________________
90402 [  5927] By: gsar                                  on 2000/04/24  08:43:24
90403         Log: arrange for next() to resume at the unstack op rather than the
90404              loop conditional, so that scope cleanup happens correctly
90405              (from Stephen McCamant)
90406      Branch: perl
90407            ! op.c pp_ctl.c t/op/misc.t
90408 ____________________________________________________________________________
90409 [  5926] By: gsar                                  on 2000/04/24  08:18:40
90410         Log: on windows, reserve 16M of stack rather than 128M (allows more
90411              threads to run concurrently)
90412      Branch: perl
90413            ! win32/Makefile win32/makefile.mk
90414 ____________________________________________________________________________
90415 [  5925] By: gsar                                  on 2000/04/24  08:13:52
90416         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
90417      Branch: perl
90418            ! toke.c
90419 ____________________________________________________________________________
90420 [  5924] By: gsar                                  on 2000/04/24  08:08:59
90421         Log: avoid using uninitialized memory in require version check
90422      Branch: perl
90423            ! pp_ctl.c universal.c
90424 ____________________________________________________________________________
90425 [  5923] By: gsar                                  on 2000/04/24  07:20:14
90426         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
90427      Branch: perl
90428            ! ext/IO/lib/IO/Poll.pm
90429 ____________________________________________________________________________
90430 [  5922] By: gsar                                  on 2000/04/24  07:08:42
90431         Log: commentary about IoTYPE() (from Nathan Torkington)
90432      Branch: perl
90433            ! sv.h
90434 ____________________________________________________________________________
90435 [  5921] By: gsar                                  on 2000/04/24  06:58:26
90436         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
90437              by fix
90438      Branch: perl
90439            ! sv.c t/lib/charnames.t t/pragma/utf8.t
90440 ____________________________________________________________________________
90441 [  5920] By: gsar                                  on 2000/04/24  06:37:59
90442         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
90443      Branch: perl
90444            ! doop.c t/op/ver.t
90445 ____________________________________________________________________________
90446 [  5919] By: gsar                                  on 2000/04/24  06:21:58
90447         Log: Configure might miss old directories when prefix must be
90448              expanded (from Robin Barker)
90449      Branch: metaconfig
90450            ! U/installdirs/inc_version_list.U
90451      Branch: perl
90452            ! Configure
90453 ____________________________________________________________________________
90454 [  5918] By: gsar                                  on 2000/04/24  06:16:11
90455         Log: VMS nits in glob() test (from Charles Lane)
90456      Branch: perl
90457            ! t/lib/glob-basic.t
90458 ____________________________________________________________________________
90459 [  5917] By: gsar                                  on 2000/04/24  06:11:56
90460         Log: various pod nits (from Larry Virden and others)
90461      Branch: perl
90462            ! README.amiga README.hpux README.machten README.os2
90463            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
90464            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
90465            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
90466            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
90467            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
90468            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
90469            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
90470            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
90471 ____________________________________________________________________________
90472 [  5916] By: gsar                                  on 2000/04/24  05:52:43
90473         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
90474              <wjones@tc.fluke.com>)
90475      Branch: perl
90476            ! t/lib/glob-basic.t
90477 ____________________________________________________________________________
90478 [  5915] By: gsar                                  on 2000/04/24  05:07:01
90479         Log: supported platforms mixed up
90480      Branch: perl
90481            ! pod/perl56delta.pod pod/perlport.pod
90482 ____________________________________________________________________________
90483 [  5914] By: gsar                                  on 2000/04/24  04:56:08
90484         Log: caller() wasn't returning the right number of elements for
90485              eval {...}
90486      Branch: perl
90487            ! pp_ctl.c t/pragma/warn/9enabled
90488 ____________________________________________________________________________
90489 [  5913] By: gsar                                  on 2000/04/24  04:35:41
90490         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
90491              Mark-Jason Dominus)
90492      Branch: perl
90493            ! pod/perlfunc.pod
90494 ____________________________________________________________________________
90495 [  5912] By: gsar                                  on 2000/04/24  04:17:15
90496         Log: fix totally broken caching in UNIVERSAL::isa() (from
90497              Nick Ing-Simmons)
90498      Branch: perl
90499            ! t/op/universal.t universal.c
90500 ____________________________________________________________________________
90501 [  5911] By: gsar                                  on 2000/04/24  03:39:47
90502         Log: add linebreak properties from unicode/LineBrk.txt (from
90503              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
90504      Branch: perl
90505            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
90506            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
90507            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
90508            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
90509            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
90510            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
90511            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
90512            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
90513            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
90514            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
90515            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
90516            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
90517            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
90518            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
90519            + lib/unicode/Is/LbrkZW.pl
90520            ! lib/unicode/mktables.PL
90521 ____________________________________________________________________________
90522 [  5910] By: gsar                                  on 2000/04/24  03:23:10
90523         Log: typo in pod
90524      Branch: perl
90525            ! ext/Thread/Thread.pm
90526 ____________________________________________________________________________
90527 [  5909] By: gsar                                  on 2000/04/24  03:22:03
90528         Log: mode argument to do_binmode() should be file mode, not boolean
90529      Branch: perl
90530            ! pp_sys.c
90531 ____________________________________________________________________________
90532 [  5908] By: gsar                                  on 2000/04/16  16:51:08
90533         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
90534              always returns a valid GV even when the symbol is trapped by strictures
90535              (avoids coredumps)
90536              
90537              TODO: the C<package;> hack needs similar treatment
90538      Branch: perl
90539            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
90540            ! t/pragma/strict-vars
90541 ____________________________________________________________________________
90542 [  5907] By: jhi                                   on 2000/03/31  23:42:56
90543         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
90544              an assumption which #5905 demolished.
90545      Branch: cfgperl
90546            ! pp_sys.c
90547 ____________________________________________________________________________
90548 [  5906] By: jhi                                   on 2000/03/31  18:54:37
90549         Log: Typo in #5905.
90550      Branch: cfgperl
90551            ! t/op/64bitint.t
90552 ____________________________________________________________________________
90553 [  5905] By: jhi                                   on 2000/03/31  18:50:54
90554         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
90555              reported by Joseph N. Hall.  The bug was that even with use64bitint
90556              one had to use the prefixes q, L, or ll with printf/sprintf,
90557              contrary to the documentation and common sense.
90558      Branch: cfgperl
90559            ! sv.c t/op/64bitint.t
90560 ____________________________________________________________________________
90561 [  5904] By: gsar                                  on 2000/03/28  02:31:32
90562         Log: add Changes, perldelta.pod
90563      Branch: perl
90564            + Changes pod/perldelta.pod
90565 ____________________________________________________________________________
90566 [  5903] By: gsar                                  on 2000/03/28  02:03:55
90567         Log: rename Changes and perldelta.pod
90568      Branch: perl
90569           +> Changes5.6 pod/perl56delta.pod
90570            - Changes pod/perldelta.pod
90571            ! MANIFEST
90572 ____________________________________________________________________________
90573 [  5902] By: gsar                                  on 2000/03/28  01:59:14
90574         Log: create maint-5.6 branch
90575      Branch: maint-5.6/perl
90576           +> (branch 1611 files)
90577 ____________________________________________________________________________
90578 [  5901] By: jhi                                   on 2000/03/23  05:48:43
90579         Log: Integrate with Sarathy.
90580      Branch: cfgperl
90581           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
90582 ____________________________________________________________________________
90583 [  5900] By: gsar                                  on 2000/03/23  05:42:43
90584         Log: three guesses on what this is :-)
90585      Branch: perl
90586            ! Changes